From 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 09 七月 2025 22:55:27 +0800
Subject: [PATCH] 增加质检出入库逻辑

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue |  130 ++++++++++++++----------------------------
 1 files changed, 44 insertions(+), 86 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 845074b..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,47 +117,47 @@
       },
       {
         field: "orderNo",
-        title: "鍗曟嵁缂栧彿",
+        title: "鎵瑰彿",
         type: "decimal",
         width: 90,
         align: "left",
       },
       {
         field: "batchNo",
-        title: "鎵规鍙�",
+        title: "鏌滃彿",
         type: "string",
         width: 90,
         align: "left",
       },
-      {
-        field: "serialNumber",
-        title: "搴忓垪鍙�",
-        type: "int",
-        width: 120,
-        align: "left",
-      },
-      {
-        field: "stockQuantity",
-        title: "搴撳瓨鏁伴噺",
-        type: "string",
-        width: 200,
-        align: "left",
-      },
-      {
-        field: "outboundQuantity",
-        title: "鍑哄簱鏁伴噺",
-        type: "string",
-        width: 180,
-        align: "left",
-      },
-      {
-        field: "status",
-        title: "搴撳瓨鏄庣粏鐘舵��",
-        type: "string",
-        width: 120,
-        align: "left",
-        bind: { key: "stockStatusEmun", data: [] },
-      },
+      // {
+      //   field: "serialNumber",
+      //   title: "搴忓垪鍙�",
+      //   type: "int",
+      //   width: 120,
+      //   align: "left",
+      // },
+      // {
+      //   field: "stockQuantity",
+      //   title: "搴撳瓨鏁伴噺",
+      //   type: "string",
+      //   width: 200,
+      //   align: "left",
+      // },
+      // {
+      //   field: "outboundQuantity",
+      //   title: "鍑哄簱鏁伴噺",
+      //   type: "string",
+      //   width: 180,
+      //   align: "left",
+      // },
+      // {
+      //   field: "status",
+      //   title: "搴撳瓨鏄庣粏鐘舵��",
+      //   type: "string",
+      //   width: 120,
+      //   align: "left",
+      //   bind: { key: "stockStatusEmun", data: [] },
+      // },
       {
         field: "creater",
         title: "鍒涘缓浜�",

--
Gitblit v1.9.3