|
|
@@ -17,11 +17,14 @@
|
|
|
</el-radio-group>
|
|
|
</template>
|
|
|
<template slot="menuLeft">
|
|
|
- <el-button type="primary" size="small" @click="addbtnfun('DD')">创建直单
|
|
|
+ <el-button type="primary" size="small" @click="addbtnfun('DD')">
|
|
|
+ {{ $t("seSeaibllsList.buttonBillTypeDD") }}
|
|
|
</el-button>
|
|
|
- <el-button type="success" size="small" @click="addbtnfun('MM')">创建主单
|
|
|
+ <el-button type="success" size="small" @click="addbtnfun('MM')">
|
|
|
+ {{ $t("seSeaibllsList.buttonBillTypeMM") }}
|
|
|
</el-button>
|
|
|
- <el-button type="warning" size="small" @click="addbtnfun('MH')">创建分单
|
|
|
+ <el-button type="warning" size="small" @click="addbtnfun('MH')">
|
|
|
+ {{ $t("seSeaibllsList.buttonBillTypeMH") }}
|
|
|
</el-button>
|
|
|
<el-button type="primary" size="small" plain @click="CopyDocumentsfun">复制
|
|
|
</el-button>
|
|
|
@@ -604,7 +607,7 @@ export default {
|
|
|
showSummary: true,
|
|
|
column: [
|
|
|
{
|
|
|
- label: "所属公司",
|
|
|
+ label: this.$t("seSeaibllsList.branchName"),
|
|
|
prop: "branchId",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -621,7 +624,7 @@ export default {
|
|
|
searchOrder: 1
|
|
|
},
|
|
|
{
|
|
|
- label: "所属公司",
|
|
|
+ label: this.$t("seSeaibllsList.branchName"),
|
|
|
prop: "branchName",
|
|
|
width: "120",
|
|
|
overHidden: true,
|
|
|
@@ -629,7 +632,7 @@ export default {
|
|
|
//showColumn: false,
|
|
|
},
|
|
|
{
|
|
|
- label: "客户简称",
|
|
|
+ label: this.$t("seSeaibllsList.corpName"),
|
|
|
prop: "corpCnName",
|
|
|
width: "160",
|
|
|
overHidden: true,
|