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 @@
-
+
-
+