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