From acff17fb3150edaa62b8417993d755d35868dcdf Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 5 Jun 2026 16:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E5=AF=BC=E5=87=BA=E6=8A=A5?= =?UTF-8?q?=E5=85=B3=E8=A6=81=E7=B4=A0=E5=A2=9E=E5=8A=A0=E5=A4=8D=E9=80=89?= =?UTF-8?q?=E6=A1=86=EF=BC=9A=E5=9E=8B=E5=8F=B7+=E6=96=99=E5=8F=B7?= =?UTF-8?q?=E3=80=81=E5=9E=8B=E5=8F=B7+=E7=94=A8=E6=88=B7=E5=A1=AB?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/ecss/declaration.vue | 27 +++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/src/views/modules/ecss/declaration.vue b/src/views/modules/ecss/declaration.vue index 22378e3..922718c 100644 --- a/src/views/modules/ecss/declaration.vue +++ b/src/views/modules/ecss/declaration.vue @@ -158,32 +158,43 @@
报关要素
- + 境外品牌(其他) 无品牌 - + 中文 英文 - + - + 不显示 显示 + + + 料号 + 自定义 + + + + + + +
- +
发票 @@ -1168,6 +1179,8 @@ hsCodeDescType:'Y', packageUnit: '托', declarationWeight: '不显示', + modelContent : '不显示', + modelContentStr:'', exportParam: {}, pageIndex: 1, pageSize: 100, @@ -2598,6 +2611,7 @@ exportParam.hsCodeDescType=this.hsCodeDescType exportParam.packageUnit=this.packageUnit exportParam.declarationWeight = this.declarationWeight + exportParam.modelContentStr = this.modelContentStr if (this.propertiesList.length>0) { this.currentRow.brand='品牌' exportParam.brand = '品牌' @@ -2664,6 +2678,8 @@ // 报关要素 this.brandType='境外品牌(其他)' + this.modelContent= '不显示' + this.modelContentStr='' if (this.currentRow.buNo==='02-Hardtag' || this.currentRow.buNo==='04-MHM') { this.currentRow.brand='品牌' getPropertiesListByDeclaration(this.currentRow).then(({data}) => { @@ -2837,6 +2853,7 @@ exportParam.hsCodeDescType=this.hsCodeDescType exportParam.packageUnit=this.packageUnit exportParam.declarationWeight = this.declarationWeight + exportParam.modelContentStr = this.modelContentStr if (this.propertiesList.length>0) { this.currentRow.brand='品牌' exportParam.brand = '品牌'