From bc43fe34a67fa68bcfb3a51b79308fad0be11c08 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 31 十月 2025 09:18:11 +0800
Subject: [PATCH] 优化定时器时长

---
 新建文件夹/WMS/src/views/inbound/inboundOrder_Hty.vue |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
index e62d7f4..972e2db 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/inbound/inboundOrder_Hty.vue"
@@ -49,19 +49,17 @@
                         field: "order_type",
                         type: "select",
                         dataKey: "order_type",
-                        data: [],
+                        data: []
                     },
                 ],
                 [
                     {
-                        title: "琛ㄥご鐘舵��",
-                        field: "odrderStatus",
+                        title: "搴撴埧鍙�",
+                        field: "warehouse_no",
                         type: "select",
-                        dataKey: "odrderStatus",
-                        data: [],
-                    },
-                    { title: "渚涘簲鍟嗗悕绉�", field: "supplier_name", type: "like" },
-                    { title: "鍏ュ簱璁拌处鏃堕棿", field: "account_tiem", type: "datetime" },
+                        dataKey: "warehouseNuber",
+                        data: []
+                    },   
                 ],
             ]);
             const columns = ref([
@@ -119,7 +117,7 @@
                     type: 'string',
                     width: 100,
                     align: 'left',
-                    bind: { key: "warehouse", data: [] }
+                    bind: { key: "warehouseNuber", data: [] },
                 },
                 {
                     field: 'account_tiem',
@@ -197,6 +195,16 @@
                         align: 'left',
                         bind: { key: "warehouseNuber", data: [] }
                     },
+                        {
+                        field: "goods_no",
+                        title: "鐗╂枡鍚嶇О",
+                        type: "string",
+                        width: 150,
+                        align: "left",
+                        required: true,
+                        edit:{type:""},
+                        bind: { key: "MaterielNames", data: [] },
+                    },
                     {
                         field: 'goods_no',
                         title: '鑽搧缂栫爜',

--
Gitblit v1.9.3