From 348aa954295aa530bcd8e1c03a925cbb2bc85534 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 13 Oct 2025 11:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=98=BE=E7=A4=BA=E6=9C=80?= =?UTF-8?q?=E9=AB=98=E6=89=98=E7=9B=98=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/declaration.vue | 19 +++++++++++++++---- src/views/modules/ecss/ecssTemplate.vue | 11 +++++++++-- 2 files changed, 24 insertions(+), 6 deletions(-) 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 },