From 5ab6b36c0c4bd80a31dcdd9f15cc835b7352c4e7 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 16 一月 2025 11:08:02 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
index faf241b..22f2eea 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
@@ -37,7 +37,10 @@
         deviceRemark: "",
       });
       const editFormOptions = ref([
-        
+       [
+        {field:'palletCode',title:'鎵樼洏缂栧彿',type:'string'},
+        {field:'locationCode',title:'璐т綅缂栧彿',type:'string'},
+       ]
       ]);
       const searchFormFields = ref({
         palletCode: "",
@@ -74,13 +77,21 @@
           width: 150,
           align: "left",
         },
-        {
-          field: "isFull",
-          title: "鏄惁婊$洏",
-          type: "string",
-          width: 150,
+        // {
+        //   field: "isFull",
+        //   title: "鏄惁婊$洏",
+        //   type: "string",
+        //   width: 150,
+        //   align: "left",
+        //   bind: { key: "yesno", data: [] },
+        // },
+         {
+          field: "warehouseId",
+          title: "浠撳簱",
+          type: "select",
+          width: 100,
           align: "left",
-          bind: { key: "yesno", data: [] },
+          bind: { key: "warehouses", data: [] },
         },
         {
           field: "creater",
@@ -102,6 +113,7 @@
           type: "string",
           width: 100,
           align: "left",
+          hidden:true
         },
         {
           field: "modifyDate",
@@ -109,6 +121,7 @@
           type: "datetime",
           width: 160,
           align: "left",
+          hidden:true
         },
         {
           field: "remark",
@@ -116,6 +129,7 @@
           type: "string",
           width: 100,
           align: "left",
+          hidden:true
         },
       ]);
       const detail = ref({

--
Gitblit v1.9.3