“完成审核”按钮未判断审核数量

dev
薛宇 2 years ago
parent c495c835a4
commit b71d7ec81d

@ -290,7 +290,8 @@ export default {
checkFinish() {
let query = {
orderId: this.orderQuery.billNo,
// orderId: this.orderQuery.billNo,
billNo: this.orderQuery.billNo,
};
getAcceptStatus(query)
.then((response) => {

@ -304,7 +304,8 @@ export default {
checkFinish() {
let query = {
orderId: this.orderQuery.billNo,
// orderId: this.orderQuery.billNo,
billNo: this.orderQuery.billNo,
};
getAcceptStatus(query)
.then((response) => {

Loading…
Cancel
Save