From 679893ee68e2f7d422431bb22b665e9217f23410 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期四, 16 四月 2026 16:41:11 +0800
Subject: [PATCH] 深库位与浅库位出库时,进行浅货位移库不可直接出库

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound_hty.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound_hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound_hty.vue"
index 27d0885..7a27cf9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound_hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_PreOutbound_hty.vue"
@@ -39,7 +39,7 @@
     const editFormOptions = ref([
       [
         {
-          title: "鎵樼洏缂栧彿",
+          title: "杞﹁疆鏉$爜",
           field: "palletCode",
           type: "string",
         },
@@ -68,7 +68,7 @@
     });
     const searchFormOptions = ref([
       [
-        { title: "鎵樼洏缂栧彿", field: "palletCode", type: "like" },
+        { title: "杞﹁疆鏉$爜", field: "palletCode", type: "like" },
         { title: "鐘舵��", field: "stockStatus", type: "int" },
         //{ title: "绫诲瀷", field: "wheels_Type", type: "int" },
         { title: "澶囨敞", field: "remark", type: "like" },
@@ -90,7 +90,7 @@
       },
       {
         field: "palletCode",
-        title: "鎵樼洏缂栧彿",
+        title: "杞﹁疆鏉$爜",
         type: "string",
         width: 100,
         align: "left",
@@ -103,7 +103,7 @@
         align: "left",
         sort: true,
       },
-      { field: 'stockStatus', title: '鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "", data: [{key:"1",value:"寰呭嚭搴�"}] } },
+      { field: 'stockStatus', title: '鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "", data: [{key:"1",value:"寰呭嚭搴�"},{key:"2",value:"宸插嚭搴�"}] } },
       // {
       //   field: "wheels_Type",
       //   title: "绫诲瀷",

--
Gitblit v1.9.3