|
|
|
@ -1986,7 +1986,7 @@ |
|
|
|
searchTemplateOne() { |
|
|
|
this.templateData.buNo = this.currentRow.buNo |
|
|
|
this.templateData.customName = this.currentRow.customName |
|
|
|
this.templateData.shippingMode = this.currentRow.shippingMode |
|
|
|
//this.templateData.shippingMode = this.currentRow.shippingMode |
|
|
|
searchTemplateList(this.templateData).then(({data}) => { |
|
|
|
if (data && data.code === 0){ |
|
|
|
if (data.rows && data.rows.length > 0) { |
|
|
|
@ -2046,7 +2046,7 @@ |
|
|
|
this.exportPaking.itemNo=this.currentRow.itemNo |
|
|
|
this.exportPaking.upc=this.currentRow.upc |
|
|
|
this.exportPaking.so=this.currentRow.so |
|
|
|
this.exportPaking.shippingMark=this.currentRow.shippingMark |
|
|
|
this.exportPaking.shippingMark=this.currentRow.cmcInvoice |
|
|
|
this.exportPaking.palletWeight=this.currentRow.palletWeight |
|
|
|
this.exportPaking.hsCodeDesc=this.currentRow.hsCodeDesc |
|
|
|
this.exportPaking.contractFlag=this.currentRow.contractFlag |
|
|
|
@ -2355,7 +2355,7 @@ |
|
|
|
this.exportPaking.itemNo=this.currentRow.itemNo |
|
|
|
this.exportPaking.upc=this.currentRow.upc |
|
|
|
this.exportPaking.so=this.currentRow.so |
|
|
|
this.exportPaking.shippingMark=this.currentRow.shippingMark |
|
|
|
this.exportPaking.shippingMark=this.exportHeader.contractNo |
|
|
|
this.exportPaking.palletWeight=this.currentRow.palletWeight |
|
|
|
this.exportPaking.hsCodeDesc=this.currentRow.hsCodeDesc |
|
|
|
this.exportPaking.contractFlag=this.currentRow.contractFlag |
|
|
|
@ -2399,7 +2399,7 @@ |
|
|
|
this.exportPaking.templateName=row.name |
|
|
|
this.exportPaking.upc=row.upc |
|
|
|
this.exportPaking.so=row.so |
|
|
|
this.exportPaking.shippingMark=row.shippingMark |
|
|
|
//this.exportPaking.shippingMark=row.shippingMark |
|
|
|
this.exportPaking.palletWeight=row.palletWeight |
|
|
|
this.exportPaking.boxChange=row.boxChange |
|
|
|
this.exportPaking.itemNo=row.itemNo |
|
|
|
@ -2446,6 +2446,7 @@ |
|
|
|
if (this.packageUnit==='箱') { |
|
|
|
this.exportPaking.kgs=0.1 |
|
|
|
} |
|
|
|
this.exportPaking.shippingMark=this.exportHeader.contractNo |
|
|
|
this.exportAllFlag = true |
|
|
|
} finally { |
|
|
|
this.exportAllLoading = false |
|
|
|
@ -2575,7 +2576,7 @@ |
|
|
|
this.templateData.type=type; |
|
|
|
this.templateData.buNo = this.currentRow.buNo |
|
|
|
this.templateData.customName = this.currentRow.customName |
|
|
|
this.templateData.shippingMode = this.currentRow.shippingMode |
|
|
|
//this.templateData.shippingMode = this.currentRow.shippingMode |
|
|
|
this.templateFlag = true; |
|
|
|
}, |
|
|
|
|
|
|
|
@ -2616,7 +2617,7 @@ |
|
|
|
this.exportPaking.templateName=row.name |
|
|
|
this.exportPaking.upc=row.upc |
|
|
|
this.exportPaking.so=row.so |
|
|
|
this.exportPaking.shippingMark=row.shippingMark |
|
|
|
//this.exportPaking.shippingMark=row.shippingMark |
|
|
|
this.exportPaking.palletWeight=row.palletWeight |
|
|
|
this.exportPaking.boxChange=row.boxChange |
|
|
|
this.exportPaking.itemNo=row.itemNo |
|
|
|
|