From 044a502105fab0ccf83c1d2d42eea67e0890a479 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Tue, 4 Mar 2025 17:23:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E5=93=81=E5=A4=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ecss/ecss.js | 3 + src/views/modules/ecss/declaration.vue | 1150 ++++++++++++++++++++++++ src/views/modules/ecss/hsCode.vue | 26 +- 3 files changed, 1177 insertions(+), 2 deletions(-) create mode 100644 src/views/modules/ecss/declaration.vue diff --git a/src/api/ecss/ecss.js b/src/api/ecss/ecss.js index a755eb6..4efce24 100644 --- a/src/api/ecss/ecss.js +++ b/src/api/ecss/ecss.js @@ -55,3 +55,6 @@ export const getDeclarationDefaultData= data => createAPI(`/ecss/coDel/getDeclar export const partInformationHsCode= data => createAPI(`/ecss/coDel/partInformationHsCode`,'post',data) export const savePartHSCode= data => createAPI(`/ecss/coDel/savePartHSCode`,'post',data) export const saveDeclaration= data => createAPI(`/ecss/coDel/saveDeclaration`,'post',data) +export const searchDeclarationHeader= data => createAPI(`/ecss/coDel/searchDeclarationHeader`,'post',data) +export const searchDeclarationDetail= data => createAPI(`/ecss/coDel/searchDeclarationDetail`,'post',data) +export const deleteDeclaration= data => createAPI(`/ecss/coDel/deleteDeclaration`,'post',data) diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue new file mode 100644 index 0000000..019b0bf --- /dev/null +++ b/src/views/modules/ecss/declaration.vue @@ -0,0 +1,1150 @@ + + + + + diff --git a/src/views/modules/ecss/hsCode.vue b/src/views/modules/ecss/hsCode.vue index 1802051..4e575e7 100644 --- a/src/views/modules/ecss/hsCode.vue +++ b/src/views/modules/ecss/hsCode.vue @@ -95,7 +95,8 @@ - + + 属性模板 @@ -114,11 +115,13 @@ - + +