From ea4adbde9c64181369161e851925e06d52260eba Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 02 三月 2026 15:31:49 +0800
Subject: [PATCH] 1

---
 WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue |   43 +++++++++++++++++++++++++++++++------------
 1 files changed, 31 insertions(+), 12 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue b/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
index ff69a6f..04bddb0 100644
--- a/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue
@@ -28,7 +28,7 @@
     });
     const editFormFields = ref({
       orderType: "",
-      orderNo:"",
+      orderNo: "",
       upperOrderNo: "",
       remark: "",
     });
@@ -46,16 +46,16 @@
           field: "warehouseId",
           title: "浠撳簱ID",
           type: "select",
-          dataKey:"warehouses",
-          data:[]
+          dataKey: "warehouses",
+          data: [],
         },
         {
           field: "orderNo",
           title: "鍗曟嵁缂栧彿",
           type: "string",
-          readonly:true
+          readonly: true,
         },
-                {
+        {
           title: "鍗曟嵁鐘舵��",
           field: "orderStatus",
           type: "select",
@@ -66,9 +66,8 @@
           title: "涓婃父鍗曟嵁缂栧彿",
           field: "upperOrderNo",
           type: "string",
-          readonly:true
+          readonly: true,
         },
-        
       ],
       [
         {
@@ -82,6 +81,20 @@
           title: "澶囨敞",
           field: "remark",
           type: "textarea",
+        },
+        {
+          field: "inoutType",
+          title: "鍑哄叆搴撶被鍨�",
+          type: "select",
+          dataKey:"inoutTypeEnum",
+          data:[],
+          readonly:true
+        },
+        {
+          field: "system",
+          title: "鍗曟嵁鏉ユ簮",
+          type: "string",
+          readonly:true
         },
       ],
     ]);
@@ -158,9 +171,9 @@
         type: "string",
         width: 120,
         align: "left",
-        bind:{key:"warehouses",data:[]}
+        bind: { key: "warehouses", data: [] },
       },
-      
+
       {
         field: "orderNo",
         title: "鍗曟嵁缂栧彿",
@@ -204,9 +217,16 @@
         field: "createType",
         title: "鍒涘缓鏂瑰紡",
         type: "string",
-        width: 90,
+        width: 120,
         align: "left",
         bind: { key: "createType", data: [] },
+      },
+      {
+        field: "system",
+        title: "鍗曟嵁鏉ユ簮",
+        type: "string",
+        width: 90,
+        align: "left",
       },
       {
         field: "creater",
@@ -297,8 +317,7 @@
           type: "string",
           width: 130,
           align: "left",
-          readonly:true,
-
+          readonly: true,
         },
         {
           field: "orderQuantity",

--
Gitblit v1.9.3