From 0cf29ba50d05efa7d8db3666aa865c45982bf5d8 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 27 十月 2025 16:32:01 +0800
Subject: [PATCH] 优化前端

---
 新建文件夹/WMS/src/views/inbound/inboundOrder.vue |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder.vue"
index 02f9667..7e86186 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder.vue"
@@ -199,7 +199,7 @@
         type: "string",
         width: 100,
         align: "left",
-        bind: { key: "warehouse", data: [] },
+        bind: { key: "warehouseNuber", data: [] },
       },
       {
         field: "account_tiem",
@@ -278,6 +278,16 @@
           edit:{type:'select',dataKey:'warehouseNuber',data:[]},
           edit:{type:""}
         },
+           {
+          field: "goods_no",
+          title: "鐗╂枡鍚嶇О",
+          type: "string",
+          width: 150,
+          align: "left",
+          required: true,
+          edit:{type:""},
+          bind: { key: "MaterielNames", data: [] },
+        },
         {
           field: "goods_no",
           title: "鑽搧缂栫爜",
@@ -301,7 +311,7 @@
         },
         {
           field: "order_Inqty",
-          title: "鍏ュ簱瀹屾垚鏁伴噺",
+          title: "瀹屾垚鏁伴噺",
           type: "decimal",
           width: 120,
           align: "left",

--
Gitblit v1.9.3