From f43aeaa3b3960e7b886023a41bd799fce7232ce5 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期二, 03 六月 2025 13:34:33 +0800
Subject: [PATCH] 工具管理-仓库、库位页面交互优化

---
 src/views/tms/modules/outBound/OutboundOrderSelectList.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/tms/modules/outBound/OutboundOrderSelectList.vue b/src/views/tms/modules/outBound/OutboundOrderSelectList.vue
index 00e1f3e..7d53488 100644
--- a/src/views/tms/modules/outBound/OutboundOrderSelectList.vue
+++ b/src/views/tms/modules/outBound/OutboundOrderSelectList.vue
@@ -171,7 +171,7 @@
         ],
         url: {
           list: "/tms/outboundOrder/list",
-          outbound: "/tms/outboundOrder/outBound",
+          outbound: "/tms/outboundOrder/outBoundByApply",
           delete: "/tms/outboundOrder/delete",
           submit: "/tms/outboundOrder/submit",
           deleteBatch: "/tms/outboundOrder/deleteBatch",
@@ -292,7 +292,7 @@
         }
         this.onClearSelected()
         this.queryParam.orderStatus = '3'
-        this.queryParam.outStatus = '1'
+        this.queryParam.outStatus = ['1','2'].join(',')
         var params = this.getQueryParams();//鏌ヨ鏉′欢
         this.loading = true;
         getAction(this.url.list, params).then((res) => {

--
Gitblit v1.9.3