瀏覽代碼

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

wang.sq@aliyun.com 4 天之前
父節點
當前提交
69ec398d3b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/outNewOrder/index.vue

+ 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