From 092971a8ba7848f024427694c642959d0fbc8599 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 08 五月 2025 15:56:09 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue |   72 +++++++----------------------------
 1 files changed, 15 insertions(+), 57 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
index 5fa54bc..361f294 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
@@ -36,54 +36,7 @@
       devicePlcType: "",
       deviceRemark: "",
     });
-    const editFormOptions = ref([
-      [
-        {
-          title: "璁惧缂栧彿",
-          required: true,
-          field: "deviceCode",
-          type: "string",
-        },
-        {
-          title: "璁惧鍚嶇О",
-          required: true,
-          field: "deviceName",
-          type: "string",
-        },
-        {
-          title: "璁惧绫诲瀷",
-          required: true,
-          field: "deviceType",
-          type: "string",
-        },
-        {
-          title: "璁惧鐘舵��",
-          required: true,
-          field: "deviceStatus",
-          type: "string",
-        },
-      ],
-      [
-        { title: "璁惧IP", required: true, field: "deviceIp", type: "string" },
-        {
-          title: "璁惧绔彛",
-          required: true,
-          field: "devicePort",
-          type: "string",
-        },
-        {
-          title: "PLC绫诲瀷",
-          required: true,
-          field: "devicePlcType",
-          type: "string",
-        },
-        {
-          title: "澶囨敞",
-          field: "deviceRemark",
-          type: "string",
-        },
-      ],
-    ]);
+    const editFormOptions = ref([]);
     const searchFormFields = ref({
       orderNo: "",
       batchNo: "",
@@ -109,19 +62,24 @@
       [
         // { title: "鎵规鍙�", field: "batchNo" },
         {
-          title: "鎵规鍙�",
-          field: "batchNo",
+          title: "鎵瑰彿",
+          field: "orderNo",
           type: "select",
           dataKey: "StockbatchNos",
           data: [],
         },
         {
-          title: "搴撳瓨鏄庣粏鐘舵��",
-          field: "status",
-          type: "select",
-          dataKey: "stockStatusEmun",
-          data: [],
+          title: "鏌滃彿",
+          field: "batchNo",
+          type: "like",
         },
+        // {
+        //   title: "搴撳瓨鏄庣粏鐘舵��",
+        //   field: "status",
+        //   type: "select",
+        //   dataKey: "stockStatusEmun",
+        //   data: [],
+        // },
       ],
     ]);
     const columns = ref([
@@ -159,14 +117,14 @@
       },
       {
         field: "orderNo",
-        title: "鍗曟嵁缂栧彿",
+        title: "鎵瑰彿",
         type: "decimal",
         width: 90,
         align: "left",
       },
       {
         field: "batchNo",
-        title: "鎵规鍙�",
+        title: "鏌滃彿",
         type: "string",
         width: 90,
         align: "left",

--
Gitblit v1.9.3