|
|
@ -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) => {
|
|
|
|