@@ -118,6 +118,9 @@
codeNo:{
type:String,
},
+ brand:{
+ type:String,
+ },
functionType:{
type:String,
},
@@ -285,6 +288,11 @@
this.getProperties();
}
},
+ brand(newValue,oldValue){
+ if (this.orderNo){
+ this.getProperties();
+ }
+ },
},
methods:{
@@ -294,6 +302,7 @@
buNo:this.buNo,
partNo: this.orderNo,
codeNo: this.codeNo,
+ brand: this.brand,
recordType: this.functionType,
}
getPropertiesListByPartAndCodeNo(params).then(({data})=>{
@@ -351,8 +360,10 @@
let i = 0;
let arr = params.searchTableList.map(item=>{
item.partNo = this.orderNo;
- item.site = this.$store.state.user.site;
+ item.site = this.site;
+ item.buNo = this.buNo;
item.codeNo = this.codeNo;
+ item.brand = this.brand;
item.recordType = this.functionType;
return item
})
@@ -373,6 +384,12 @@
},
removeTestPropertiesItem(params){
for (let i = 0; i
{
if (data && data.code === 0){
diff --git a/src/views/modules/ecss/partHsCode.vue b/src/views/modules/ecss/partHsCode.vue
index db86106..1dc8b75 100644
--- a/src/views/modules/ecss/partHsCode.vue
+++ b/src/views/modules/ecss/partHsCode.vue
@@ -109,7 +109,7 @@
-
+