diff --git a/pages/order-manage/order-manage.vue b/pages/order-manage/order-manage.vue index 2df6617..13e28ed 100644 --- a/pages/order-manage/order-manage.vue +++ b/pages/order-manage/order-manage.vue @@ -597,8 +597,8 @@ } else if (this.stateList[this.stateCur].code === 104) { // 搁置单 params.shelveStatus = 1; - params.isMonitoredOrder = true; - params.allSelfAssigned = 0; + // params.isMonitoredOrder = true; + // params.allSelfAssigned = 0; } else if (this.stateList[this.stateCur].code === 105) { // 监控单 // params.orderStatuses = "2,3,4,5"; @@ -645,7 +645,7 @@ } } this.$refs.loadStatusBar.showLoadOver(); - } else if ((this.stateCur != null && [104, 103, 100, 0].indexOf(this.stateList[this.stateCur].code) >= 0) || [0, 4].indexOf(this.tabCur) >= 0) { + } else if ((this.stateCur != null && [103, 100, 0].indexOf(this.stateList[this.stateCur].code) >= 0) || [0, 4].indexOf(this.tabCur) >= 0) { let funName = "qryMixOrderList"; // 展示混合单,不做分页处理 if (this.stateCur != null && this.stateList[this.stateCur].code === 103) {