|
|
@ -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( |
|
|
|