From b79a22badcdda95f27f0f41c72399ef4e870731f Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 22 Jun 2026 10:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/declaration.vue | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue index 71dd108..d4ac93e 100644 --- a/src/views/modules/ecss/declaration.vue +++ b/src/views/modules/ecss/declaration.vue @@ -553,11 +553,16 @@ - - + + + + + + + @@ -1016,11 +1021,16 @@ - - + + + + + + + @@ -1174,6 +1184,7 @@ hsCodeDescType:'N', mexicoShippingMarkFlag: false, showOrderNoFlag: false, + showInvoiceFlag: false, shipper:'Checkpoint Commercial (Shanghai) Co., Ltd. 保点贸易(上海)有限公司\t\t\t\t\t\t\n' + 'Room 1411, No. 31, Lane 2419, Hunan Road, Pudong New Area, Shanghai\t\t\t\t\t\t\n' + '电话/Tel: (86-21)38112888 传真/Fax: (86-21)38112990\t\t\t\t\t\t\n' + @@ -2551,6 +2562,7 @@ this.exportGoods.voyage = this.buildDefaultVoyage() this.exportGoods.shippingDate = '' this.exportGoods.showOrderNoFlag = false + this.exportGoods.showInvoiceFlag = false this.loadPickupAddressList(this.currentRow.buNo) this.exportGoodsFlag = true }, @@ -2755,6 +2767,7 @@ exportParam.pickupAddressValue=this.exportGoods.pickupAddressValue exportParam.mexicoShippingMarkFlag=this.exportGoods.mexicoShippingMarkFlag exportParam.showOrderNoFlag=this.exportGoods.showOrderNoFlag + exportParam.showInvoiceFlag=this.exportGoods.showInvoiceFlag exportParam.brandType = this.brandType exportParam.hsCodeDescType=this.hsCodeDescType @@ -2920,6 +2933,7 @@ this.exportGoods.voyage = this.buildDefaultVoyage() this.exportGoods.shippingDate = ''; this.exportGoods.showOrderNoFlag = false + this.exportGoods.showInvoiceFlag = false await this.loadPickupAddressList(this.currentRow.buNo) //this.templateData.type='出口货物委托书' //await this.searchTemplateOne(); @@ -2972,6 +2986,7 @@ exportParam.pickupAddressValue=this.exportGoods.pickupAddressValue exportParam.mexicoShippingMarkFlag=this.exportGoods.mexicoShippingMarkFlag exportParam.showOrderNoFlag=this.exportGoods.showOrderNoFlag + exportParam.showInvoiceFlag=this.exportGoods.showInvoiceFlag exportParam.brandType = this.brandType exportParam.hsCodeDescType=this.hsCodeDescType