From c4885ceaf477654dc0d2c02c7235c6ca683e08d4 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期六, 15 十一月 2025 17:47:40 +0800
Subject: [PATCH] 字段优化,板材货位限制
---
代码管理/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