From 06eb604f71605c47f015b88b1620b72b6f69df8c Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期一, 22 九月 2025 05:20:41 +0800
Subject: [PATCH] 功能增加,代码优化

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
index 19546ff..faba829 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
@@ -115,6 +115,7 @@
         require: true,
         align: "left",
       },
+
       {
         field: "inboundOrderNo",
         title: "鍗曟嵁缂栧彿",
@@ -136,7 +137,7 @@
           type: "string",
           width: 90,
           align: "left",
-          bind:{key: "warehouses", data: []}
+          bind:{ key: "warehouses", data: []}
       },
       {
         field: "orderType",
@@ -154,6 +155,7 @@
         align: "left",
         bind: { key: "inboundState", data: [] },
       },
+
       {
         field: "createType",
         title: "鍒涘缓鏂瑰紡",
@@ -163,6 +165,13 @@
         bind: { key: "createType", data: [] },
       },
       {
+        field: "id",
+        title: "鍏ュ簱鍗曚富閿�",
+        type: "int",
+        width: 90,
+        align: "left",
+      },
+      {
         field: "creater",
         title: "鍒涘缓浜�",
         type: "string",

--
Gitblit v1.9.3