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

dev
薛宇 2 years ago
parent c495c835a4
commit b71d7ec81d

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

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

Loading…
Cancel
Save