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 = '品牌'