|
|
@ -1281,6 +1281,7 @@ export default { |
|
|
|
this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); |
|
|
|
this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); |
|
|
|
this.hostCheckQuery.productLine = this.listQuery.productLine; |
|
|
|
this.isDisable = true; |
|
|
|
console.log( |
|
|
|
"检查柱护板-hostCheckQuery" + |
|
|
|
JSON.stringify(this.hostCheckQuery) |
|
|
@ -1292,10 +1293,10 @@ export default { |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
|
console.log("检查门板-大众顺序号是否断号"); |
|
|
|
this.isDisable = true; |
|
|
|
setTimeout(() => { |
|
|
|
this.isDisable = false; |
|
|
|
}, 1000); |
|
|
|
// this.isDisable = true; |
|
|
|
// setTimeout(() => { |
|
|
|
// this.isDisable = false; |
|
|
|
// }, 1000); |
|
|
|
if (response.item.length > 0) { |
|
|
|
//有断号 |
|
|
|
this.$confirm( |
|
|
@ -1351,7 +1352,7 @@ export default { |
|
|
|
} |
|
|
|
}); |
|
|
|
}) |
|
|
|
.catch(() => {}); |
|
|
|
.catch(() => { this.isDisable = false;}); |
|
|
|
} else { |
|
|
|
//无断号 |
|
|
|
//门板 |
|
|
@ -1409,7 +1410,7 @@ export default { |
|
|
|
this.hostCheckQuery.beginHostSN = parseInt(this.form.beginHostSN); |
|
|
|
this.hostCheckQuery.endHostSN = parseInt(this.form.endHostSN); |
|
|
|
this.hostCheckQuery.productLine = this.listQuery.productLine; |
|
|
|
|
|
|
|
this.isDisable = true; |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/api/newjit/bill-m100/check-zhb-hostsn-break-num", |
|
|
@ -1417,10 +1418,10 @@ export default { |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
|
console.log("检查门板-大众顺序号是否断号"); |
|
|
|
this.isDisable = true; |
|
|
|
setTimeout(() => { |
|
|
|
this.isDisable = false; |
|
|
|
}, 1000); |
|
|
|
// this.isDisable = true; |
|
|
|
// setTimeout(() => { |
|
|
|
// this.isDisable = false; |
|
|
|
// }, 1000); |
|
|
|
if (response.item.length > 0) { |
|
|
|
//有断号 |
|
|
|
this.$confirm( |
|
|
@ -1476,7 +1477,7 @@ export default { |
|
|
|
} |
|
|
|
}); |
|
|
|
}) |
|
|
|
.catch(() => {}); |
|
|
|
.catch(() => {this.isDisable = false;}); |
|
|
|
} else { |
|
|
|
//无断号 |
|
|
|
//门板 |
|
|
|