diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue
index 797c268..8575f23 100644
--- a/src/views/modules/ecss/declaration.vue
+++ b/src/views/modules/ecss/declaration.vue
@@ -219,6 +219,11 @@
货物明细
+
+
+ 是否显示最高托盘尺寸
+
+
UPC
@@ -629,11 +634,15 @@
-->
-
+
货物明细
-
+
+
+ 是否显示最高托盘尺寸
+
+
@@ -904,7 +913,8 @@
hsCodeDescType:'',
goodsLabel:true,
boxChange:'',
- xdremark:''
+ xdremark:'',
+ highPalletFlag:''
},
brandType:'',
hsCodeDescType:'Y',
@@ -2561,7 +2571,8 @@
this.exportPaking.material=this.currentRow.material?this.currentRow.material:row.material
this.exportPaking.hsCodeDescType=this.currentRow.hsCodeDescType?this.currentRow.hsCodeDescType:row.hsCodeDescType
this.exportPaking.goodsLabel=this.currentRow.goodsLabel?this.currentRow.goodsLabel:row.goodsLabel
- this.exportPaking.xdremark = row.remark
+ this.exportPaking.xdremark = row.remark,
+ this.exportPaking.highPalletFlag = row.highPalletFlag
} else if (this.templateData.type=='出口货物委托书'){
this.exportGoods.salesMethod = row.salesMethod
this.exportGoods.currency = row.currency
diff --git a/src/views/modules/ecss/ecssTemplate.vue b/src/views/modules/ecss/ecssTemplate.vue
index 4c8bc9a..bc99ae4 100644
--- a/src/views/modules/ecss/ecssTemplate.vue
+++ b/src/views/modules/ecss/ecssTemplate.vue
@@ -155,8 +155,13 @@
Hs Code
+
+
+ 是否显示最高托盘尺寸
+
+
-
+
是否维护纯FSC纸重量损耗
@@ -384,6 +389,7 @@
upc:'',
so:'',
fscWeight:'',
+ highPalletFlag:'',
origin:'',
packaging:'',
kgs:'',
@@ -766,7 +772,8 @@
deliveryGoodsDate:row.deliveryGoodsDate,
voyage:row.voyage,
shippingDate:row.shippingDate,
- shipper:row.shipper
+ shipper:row.shipper,
+ highPalletFlag:row.highPalletFlag,
}
this.addModelFlag=true
},