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

Loading…
Cancel
Save