diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue index 18e6a7d..3739a35 100644 --- a/src/views/modules/ecss/declaration.vue +++ b/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