From 3c024b153548ca391c9c56dd30c44d4dd2360854 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 10 十二月 2025 14:18:58 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrderDetail.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/mesProInOrderDetail.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrderDetail.vue"
index f9a8ab3..ef5754f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrderDetail.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/mesProInOrderDetail.vue"
@@ -40,8 +40,8 @@
{ title: "鍐呭寘鍙�", field: "bagNo",type:"like" },
{ title: "浜у搧缂栫爜", field: "productCode", type: "like" },
{ title: "鏄惁绮惧搧", field: "isFineWorks" ,type: "select",
- dataKey: "enableEnum",
- data: [],},
+ dataKey: "",
+ data: [{key:0,value:'鍚�'},{key:1,value:'鏄�'}],},
{ title: "鐗堟湰", field: "productVersion",type:"like" },
],
[
@@ -73,7 +73,7 @@
type: "string",
width: 80,
align: "left",
- bind: { key: "enableEnum", data: [] },
+ bind: { key: "", data: [{key:0,value:'鍚�'},{key:1,value:'鏄�'}] },
},
{
field: "overInQuantity",
--
Gitblit v1.9.3