han\hanst 3 months ago
parent
commit
79ab962812
  1. 8
      src/views/modules/ecss/declaration.vue

8
src/views/modules/ecss/declaration.vue

@ -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

Loading…
Cancel
Save