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