修改bug

ywj_dev
wangwei 2 years ago
parent d808328488
commit 84be4cbd65

@ -314,11 +314,12 @@ export default {
}); });
this.query = { this.query = {
billNo: "", billNo: "",
status: "3", status: "",
page: 1, page: 1,
limit: 10, limit: 10,
startTime: "", startTime: "",
endTime: "", endTime: "",
locStorageCode: store.getters.customerId,
}; };
this.getList(); this.getList();

@ -306,7 +306,7 @@ export default {
countList: [], countList: [],
}; };
if (row == null) { if (row == null) {
tQuery.orderId = this.formData.orderIdFk; tQuery.orderId = this.formData.billNo;
} else { } else {
if (row.reCount <= 0) { if (row.reCount <= 0) {
return this.$message.error('数量错误'); return this.$message.error('数量错误');

Loading…
Cancel
Save