|
|
|
@ -2403,6 +2403,14 @@ |
|
|
|
this.exportGoods.shippingDate = ''; |
|
|
|
//this.templateData.type='出口货物委托书' |
|
|
|
//await this.searchTemplateOne(); |
|
|
|
if (this.currentRow.buNo==='03-RFID') { |
|
|
|
this.exportPaking.kgs=4.5 |
|
|
|
} else { |
|
|
|
this.exportPaking.kgs=2.5 |
|
|
|
} |
|
|
|
if (this.packageUnit==='箱') { |
|
|
|
this.exportPaking.kgs=0.1 |
|
|
|
} |
|
|
|
this.exportAllFlag = true |
|
|
|
} finally { |
|
|
|
this.exportAllLoading = false |
|
|
|
|