From 6239e1da6b03c9f892ee91f2072bc72863ce1240 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Thu, 4 Sep 2025 13:17:46 +0800 Subject: [PATCH] vat --- src/views/modules/ecss/codelnotify.vue | 2 +- src/views/modules/ecss/declaration.vue | 4 ++-- src/views/modules/ecss/del_upload_excel.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/ecss/codelnotify.vue b/src/views/modules/ecss/codelnotify.vue index f2ff45b..ddaba1b 100644 --- a/src/views/modules/ecss/codelnotify.vue +++ b/src/views/modules/ecss/codelnotify.vue @@ -2324,7 +2324,7 @@ } this.exportGoods.hsCodeDescType = 'N' this.exportGoods.salesMethod = 'EXW' - this.exportGoods.currency = 'USD' + this.exportGoods.currency = this.currentRow.currency?this.currentRow.currency:this.dataList2.length>0?this.dataList2[0].currency:'USD' this.exportGoods.madeArea = 'Shanghai, China' this.exportGoods.sendPort = 'Shanghai, China' this.exportGoods.deliveryGoodsDate = '' diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue index 123b059..548459f 100644 --- a/src/views/modules/ecss/declaration.vue +++ b/src/views/modules/ecss/declaration.vue @@ -2005,7 +2005,7 @@ } this.exportGoods.hsCodeDescType = 'N' this.exportGoods.salesMethod = 'EXW' - this.exportGoods.currency = 'USD' + this.exportGoods.currency = this.currentRow.currency?this.currentRow.currency:this.dataList2.length>0?this.dataList2[0].currency:'USD' this.exportGoods.madeArea = 'Shanghai, China' this.exportGoods.sendPort = 'Shanghai, China' this.exportGoods.deliveryGoodsDate = '' @@ -2306,7 +2306,7 @@ } }) this.exportGoods.salesMethod = 'EXW' - this.exportGoods.currency = 'USD' + this.exportGoods.currency = this.currentRow.currency?this.currentRow.currency:this.dataList2.length>0?this.dataList2[0].currency:'USD' this.exportGoods.madeArea = 'Shanghai, China' this.exportGoods.sendPort = 'Shanghai, China' this.exportGoods.deliveryGoodsDate = '' diff --git a/src/views/modules/ecss/del_upload_excel.vue b/src/views/modules/ecss/del_upload_excel.vue index d828b85..f45d599 100644 --- a/src/views/modules/ecss/del_upload_excel.vue +++ b/src/views/modules/ecss/del_upload_excel.vue @@ -63,12 +63,12 @@ - + - +