|
|
@@ -6,13 +6,13 @@
|
|
|
@saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 309.6)">
|
|
|
<template slot-scope="scope" slot="menuLeft">
|
|
|
<el-button v-if="!typeMenu && assemblyForm.billStatus != 3" type="danger" size="small" icon="el-icon-delete"
|
|
|
- plain :disabled="disabled" @click="batchWithdrawfun">批量撤回
|
|
|
+ plain :disabled="disabled" @click="batchWithdrawfun">{{ $t("btn118n.selectclearCtnrLlist") }}
|
|
|
</el-button>
|
|
|
</template>
|
|
|
<template slot-scope="scope" slot="menu" v-if="assemblyForm.billStatus != 3">
|
|
|
<el-button :type="scope.type" :size="scope.size" icon="el-icon-edit"
|
|
|
:disabled="disabled || assemblyForm.status == 1"
|
|
|
- @click.stop="withdrawfun(scope.row, scope.index)">撤回
|
|
|
+ @click.stop="withdrawfun(scope.row, scope.index)">{{ $t("btn118n.selectclearCtnrLlist") }}
|
|
|
</el-button>
|
|
|
</template>
|
|
|
<template slot-scope="scope" slot="billNo">
|
|
|
@@ -69,29 +69,29 @@ export default {
|
|
|
menuWidth: 'auto',
|
|
|
column: [
|
|
|
{
|
|
|
- label: "单据编号",
|
|
|
+ label: this.$t("sea118n.billNo"),
|
|
|
prop: "billNo",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "单据日期",
|
|
|
+ label: this.$t("sea118n.billDate"),
|
|
|
prop: "billDate",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "客户名",
|
|
|
+ label: this.$t("sea118n.corpName"),
|
|
|
prop: "corpCnName",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
- {
|
|
|
+/* {
|
|
|
label: "客户英文名",
|
|
|
prop: "corpEnName",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
label: "MB/L NO",
|
|
|
prop: "mblno",
|
|
|
@@ -105,37 +105,37 @@ export default {
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "唛头",
|
|
|
+ label: this.$t("sea118n.marks"),
|
|
|
prop: "marks",
|
|
|
width: "160",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "件数",
|
|
|
+ label: this.$t("sea118n.QTY"),
|
|
|
prop: "quantity",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "包装单位",
|
|
|
+ label: this.$t("sea118n.package"),
|
|
|
prop: "packingUnit",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
{
|
|
|
- label: "毛重 (KGM)",
|
|
|
+ label: this.$t("sea118n.GW"),
|
|
|
prop: "grossWeight",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
},
|
|
|
- {
|
|
|
+/* {
|
|
|
label: "净重 (KGM)",
|
|
|
prop: "netWeight",
|
|
|
width: "100",
|
|
|
overHidden: true,
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
- label: "体积 (CBM)",
|
|
|
+ label: this.$t("sea118n.CBM"),
|
|
|
prop: "measurement",
|
|
|
width: "100",
|
|
|
overHidden: true,
|