Переглянути джерело

Merge branch 'master' of http://106.14.142.95:3000/oyq28/imcs_331_web

wang.sq@aliyun.com 4 днів тому
батько
коміт
69ec398d3b

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

@@ -488,8 +488,9 @@
 
 	      this.queryParams.current = params.current ? params.current : this.queryParams.current
 	      this.queryParams.size = params.size ? params.size : this.queryParams.size
-	      // 查询必须参数-新增外部:orderstatus  = 1 and source = 2
+	      // 查询必须参数-新增外部:orderstatus  = 1 and source = 2 and auditStatus = 1
 	      this.queryParams.model.orderStatus = '1'
+		  this.queryParams.model.auditStatus = '1'
 	      this.queryParams.model.source = '2'
 	      orderMgrApi.page(this.queryParams).then(response => {
 	        const res = response.data