Browse Source

check-zhb-hostsn-break-num接口增加GroupName参数

master
LAPTOP-AKBAACR8\An.Hr 2 years ago
parent
commit
f099258c6a
  1. 9
      vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue

9
vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue

@ -619,6 +619,7 @@ export default {
endHostSN: undefined,
beginVin: undefined,
endVin: undefined,
GroupName:undefined
},
hostPrintQuery: {
printType: undefined, //0:;1:;2:;
@ -1550,13 +1551,14 @@ export default {
this.hostPrintQuery.endHostSN = parseInt(this.form.endHostSN);
if (this.listQuery.productType === 1) {
//-
//-
this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN);
this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN);
this.hostCheckQuery.productLine = this.listQuery.productLine;
this.hostCheckQuery.GroupName = undefined
this.isDisable = true;
console.log(
"检查柱护板-hostCheckQuery" +
"检查板-hostCheckQuery" +
JSON.stringify(this.hostCheckQuery)
);
this.$axios
@ -1598,10 +1600,11 @@ export default {
}
});
} else if (this.listQuery.productType === 2) {
//
//
this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN);
this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN);
this.hostCheckQuery.productLine = this.listQuery.productLine;
this.hostCheckQuery.GroupName = this.listQuery.GroupName
this.isDisable = true;
this.$axios
.posts(

Loading…
Cancel
Save