Ver Fonte

进行中查询回滚

yejian há 3 anos atrás
pai
commit
323725bf27

+ 2 - 1
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/index.vue

@@ -1033,7 +1033,8 @@
 	      this.queryParams.current = params.current ? params.current : this.queryParams.current
 	      this.queryParams.size = params.size ? params.size : this.queryParams.size
 	      // 查询必须参数:进行中(当审核完成的时候,同时设置orderstaut=2)
-	      this.queryParams.model.planStatus = '2'
+	      // this.queryParams.model.planStatus = '2'
+        this.queryParams.model.orderStatus = '2'
 	      planMgrApi.page(this.queryParams).then(response => {
 	        const res = response.data
 	        if (res.isSuccess) {