From 7d38c0f058b52c0a24e8313683cc34c0b5a98f8b Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 28 Oct 2025 21:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E6=AF=9B=E9=87=8D=E5=87=80?= =?UTF-8?q?=E9=87=8D=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/declaration.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue index f6a8d72..712dac6 100644 --- a/src/views/modules/ecss/declaration.vue +++ b/src/views/modules/ecss/declaration.vue @@ -205,12 +205,17 @@ Hs Code - + 中文 英文 + + + 显示毛净重 + + @@ -914,6 +919,7 @@ hsCodeDescType:'', goodsLabel:true, hsCodeFlag:true, + showWeight:false, fpremark:'' }, exportPakingFlag:false, @@ -2253,6 +2259,7 @@ exportParam.hsCodeFlag=this.exportInvoice.hsCodeFlag exportParam.contractFlag = this.exportInvoice.contractFlag exportParam.fpremark = this.exportInvoice.fpremark + exportParam.showWeight = this.exportInvoice.showWeight exportParam.declarationNo = this.currentRow.declarationNo exportParam.site = this.currentRow.site @@ -2475,6 +2482,7 @@ exportParam.hsCodeFlag=this.exportInvoice.hsCodeFlag exportParam.contractFlag = this.exportInvoice.contractFlag exportParam.fpremark = this.exportInvoice.fpremark + exportParam.showWeight = this.exportInvoice.showWeight exportParam.declarationNo = this.currentRow.declarationNo exportParam.site = this.currentRow.site