From 05c2e8aadb518a6323ff9fe23051fdbd56097221 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期日, 08 十二月 2024 19:46:43 +0800
Subject: [PATCH] 文本日志查看

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue |   39 ++++++++++++++++++++++++++++++---------
 1 files changed, 30 insertions(+), 9 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 14da479..05cbea5 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"
@@ -39,7 +39,13 @@
       const editFormOptions = ref([
         [
         { title: "鎵樼洏缂栧彿", field: "palletCode" },
-          { title: "鐗╂枡绫诲瀷", field: "materialType" },
+        {
+          title: "鐗╂枡绫诲瀷",
+          field: "materialType",
+          type: "select",
+          dataKey: "InventoryMaterialType",
+          data: [],
+        },
           { title: "璐т綅缂栧彿", field: "locationCode" },
           {
           title: "搴撳瓨鐘舵��",
@@ -58,6 +64,9 @@
           dataKey: "InventoryMaterialStatus",
           data: []
         },
+        {
+          title: "澶囨敞", field: "Remark"
+        }
         ],
       ]);
       const searchFormFields = ref({
@@ -78,7 +87,7 @@
           dataKey: "InventoryMaterialType",
           data: [],
         },
-          { title: "璐т綅缂栧彿", field: "locationCode" },
+          { title: "璐т綅缂栧彿", field: "locationCode",type: "like", },
           {
           title: "搴撳瓨鐘舵��",
           field: "stockStatus",
@@ -95,6 +104,10 @@
           dataKey: "InventoryMaterialStatus",
           data: [],
         },
+        { title: "搴撳瓨缂栧彿",
+            field: "id",
+            type: "like",
+        },
         ]
       ]);
       const columns = ref([
@@ -107,6 +120,14 @@
           readonly: true,
           require: true,
           align: "left",
+        },
+        {
+          field: "id",
+          title: "搴撳瓨缂栧彿",
+          type: "string",
+          width: 90,
+          align: "left",
+          DisplayType:"link"
         },
         {
           field: "palletCode",
@@ -162,6 +183,12 @@
           type: "string",
           width: 150,
           align: "left",
+        },{
+          field: "remark",
+          title: "澶囨敞",
+          type: "string",
+          width: 100,
+          align: "left",
         },
         {
           field: "creater",
@@ -191,13 +218,7 @@
           width: 160,
           align: "left",
         },
-        {
-          field: "remark",
-          title: "澶囨敞",
-          type: "string",
-          width: 100,
-          align: "left",
-        },
+        
       ]);
       const detail = ref({
         cnName: "#detailCnName",

--
Gitblit v1.9.3