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/inbound/inboundOrder.vue |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
index 7baaa79..1f034ad 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
@@ -44,12 +44,12 @@
           dataKey: "inOrderType",
           data: [],
         },
-        {
-          title: "鎵瑰彿",
-          required: true,
-          field: "orderNo",
-          type: "string",
-        },
+        // {
+        //   title: "鍗曟嵁缂栧彿",
+        //   required: true,
+        //   field: "orderNo",
+        //   type: "string",
+        // },
         // {
         //   title: "涓婃父鍗曟嵁缂栧彿",
         //   field: "upperOrderNo",
@@ -224,13 +224,13 @@
           field: "materielName",
           title: "鐗╂枡鍚嶇О",
           type: "string",
-          width: 150,
+          width: 200,
           align: "left",
           // edit: { type: "" },
         },
         {
           field: "batchNo",
-          title: "鏌滃彿",
+          title: "鎵瑰彿",
           type: "decimal",
           width: 90,
           align: "left",
@@ -246,16 +246,16 @@
           edit: { type: "number" },
           required: true,
         },
-        {
-          field: "locationCode",
-          title: "璐т綅缂栧彿",
-          type: "select",
-          width: 150,
-          align: "left",
-          edit: { type: "selectList" , keep: true, data: []},
-          bind: { key: "locationCodes", data: [] },
-          // required: true,
-        },
+        // {
+        //   field: "locationCode",
+        //   title: "璐т綅缂栧彿",
+        //   type: "select",
+        //   width: 150,
+        //   align: "left",
+        //   edit: { type: "selectList" , keep: true, data: []},
+        //   bind: { key: "locationCodes", data: [] },
+        //   // required: true,
+        // },
         {
           field: "receiptQuantity",
           title: "缁勭洏鏁伴噺",
@@ -267,14 +267,14 @@
           field: "overInQuantity",
           title: "涓婃灦鏁伴噺",
           type: "string",
-          width: 200,
+          width: 120,
           align: "left",
         },
         {
           field: "orderDetailStatus",
           title: "璁㈠崟鏄庣粏鐘舵��",
           type: "string",
-          width: 180,
+          width: 120,
           align: "left",
           bind: { key: "orderDetailStatusEnum", data: [] },
         },

--
Gitblit v1.9.3