|
|
|
@ -219,6 +219,11 @@ |
|
|
|
<el-checkbox v-model="exportPaking.goodsLabel">货物明细</el-checkbox> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12" > |
|
|
|
<el-form-item :label="''" > |
|
|
|
<el-checkbox v-model="exportPaking.highPalletFlag">是否显示最高托盘尺寸</el-checkbox> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8" v-show="currentRow.buNo==='03-RFID'"> |
|
|
|
<el-form-item :label="''" > |
|
|
|
<el-checkbox v-model="exportPaking.upc">UPC</el-checkbox> |
|
|
|
@ -633,7 +638,11 @@ |
|
|
|
<el-checkbox v-model="exportPaking.goodsLabel">货物明细</el-checkbox> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :span="12" > |
|
|
|
<el-form-item :label="' '" > |
|
|
|
<el-checkbox v-model="exportPaking.highPalletFlag">是否显示最高托盘尺寸</el-checkbox> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item :label="'Shipping Mark'" > |
|
|
|
<el-input v-model="exportPaking.shippingMark"></el-input> |
|
|
|
@ -904,7 +913,8 @@ |
|
|
|
hsCodeDescType:'', |
|
|
|
goodsLabel:true, |
|
|
|
boxChange:'', |
|
|
|
xdremark:'' |
|
|
|
xdremark:'', |
|
|
|
highPalletFlag:'' |
|
|
|
}, |
|
|
|
brandType:'', |
|
|
|
hsCodeDescType:'Y', |
|
|
|
@ -2561,7 +2571,8 @@ |
|
|
|
this.exportPaking.material=this.currentRow.material?this.currentRow.material:row.material |
|
|
|
this.exportPaking.hsCodeDescType=this.currentRow.hsCodeDescType?this.currentRow.hsCodeDescType:row.hsCodeDescType |
|
|
|
this.exportPaking.goodsLabel=this.currentRow.goodsLabel?this.currentRow.goodsLabel:row.goodsLabel |
|
|
|
this.exportPaking.xdremark = row.remark |
|
|
|
this.exportPaking.xdremark = row.remark, |
|
|
|
this.exportPaking.highPalletFlag = row.highPalletFlag |
|
|
|
} else if (this.templateData.type=='出口货物委托书'){ |
|
|
|
this.exportGoods.salesMethod = row.salesMethod |
|
|
|
this.exportGoods.currency = row.currency |
|
|
|
|