From fb91c0dee454ca4da9df1e2975596437c0a5fca7 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期五, 24 一月 2025 09:07:47 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue"
index 467ec49..b26e5b0 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/receiveOrder.vue"
@@ -53,7 +53,7 @@
       ],
       [
         { title: "渚涘簲鍟�", field: "suppliersId", type: "select",dataKey:"suppliers",data:[]},
-        { title: "鍒涘缓鑰�", field: "creater", type: "like" },
+        { title: "鍒涘缓鑰�", field: "creater", type: "like" }
       ],
     ]);
 
@@ -270,7 +270,7 @@
           field: "materielName",
           title: "鐗╂枡鍚嶇О",
           type: "string",
-          width: 150,
+          width: 100,
           align: "left",
         },
         {
@@ -295,7 +295,7 @@
           type: "int",
           width: 90,
           align: "left",
-          bind: { key: "yesno", data: [] },
+          bind: { key: "enable", data: [] },
         },
         {
           field: "priceInTax",

--
Gitblit v1.9.3