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