From 378d7849afde29a36f121d2c18b39511efe4293f Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 13 三月 2026 16:30:29 +0800
Subject: [PATCH]  1

---
 WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue |   61 +++++++++++++++++++++++++++---
 1 files changed, 54 insertions(+), 7 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
index f758cf1..467bd51 100644
--- a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue
@@ -40,12 +40,17 @@
           required: true,
           field: "orderType",
           type: "select",
-          dataKey: "outOrderType",
+          dataKey: "inOrderType",
           data: [],
         },
         {
         field: "orderNo",
         title: "鍗曟嵁缂栧彿",
+        type: "string",
+      },
+              {
+        field: "outWareHouse",
+        title: "浠撳簱缂栫爜",
         type: "string",
       },
         {
@@ -82,10 +87,10 @@
         { title: "鍗曟嵁缂栧彿", field: "orderNo", type: "like" },
         { title: "涓婃父鍗曟嵁缂栧彿", field: "upperOrderNo", type: "like" },
         {
-          title: "鍗曟嵁绫诲瀷",
+          title: "鍗曟嵁澶х被",
           field: "orderType",
           type: "select",
-          dataKey: "outOrderType",
+          dataKey: "inOrderType",
           data: [],
         },
         {
@@ -97,6 +102,14 @@
         },
       ],
       [
+        {
+        field: "outWareHouse",
+        title: "鍑哄簱浠撳簱",
+        type: "select",
+        width: 120,
+        align: "left",
+        datakey:"",data:[{key:"SC01_BC", value:"鏉挎潗浠�"},{key:"SC02_BC", value:"鏉挎潗浠�(2)"}]
+      },
         {
           title: "鍒涘缓鏂瑰紡",
           field: "createType",
@@ -120,10 +133,25 @@
         align: "left",
       },
       {
+        field: "id",
+        title: "涓婚敭",
+        type: "int",
+        width: 90,
+        align: "left",
+      },
+      {
+        field: "outWareHouse",
+        title: "浠撳簱",
+        type: "string",
+        width: 120,
+        align: "left",
+        bind:{key:"",data:[{key:"SC01_BC", value:"鏉挎潗浠�"},{key:"SC02_BC", value:"鏉挎潗浠�(2)"}]}
+      },
+      {
         field: "orderNo",
         title: "鍗曟嵁缂栧彿",
         type: "string",
-        width: 120,
+        width: 170,
         align: "left",
         link: true,
       },
@@ -136,11 +164,19 @@
       },
       {
         field: "orderType",
-        title: "鍗曟嵁绫诲瀷",
+        title: "鍗曟嵁澶х被",
         type: "string",
         width: 150,
         align: "left",
-        bind: { key: "outOrderType", data: [] },
+        bind: { key: "inOrderType", data: [] },
+      },
+      {
+        field: "inoutType",
+        title: "鍑哄叆搴撶被鍨�",
+        type: "string",
+        width: 90,
+        align: "left",
+        bind: { key: "inoutTypeEnum", data: [] },
       },
       {
         field: "orderStatus",
@@ -231,12 +267,23 @@
           type: "string",
           width: 150,
           align: "left",
+          edit: { type: "string" },
+          required: true,
         },
         {
           field: "batchNo",
           title: "鎵规鍙�",
           type: "decimal",
-          width: 90,
+          width: 150,
+          align: "left",
+          edit: { type: "string" },
+          required: true,
+        },
+        {
+          field: "supplierBatch",
+          title: "渚涘簲鍟嗘壒娆″彿",
+          type: "decimal",
+          width: 180,
           align: "left",
           edit: { type: "string" },
           required: true,

--
Gitblit v1.9.3