From 41c233ab922a2cd0aca86de4ca3180688136e04b Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期五, 18 十月 2024 13:59:22 +0800
Subject: [PATCH] 更新注释
---
代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
index 6cf1a61..d2535be 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue"
@@ -110,6 +110,7 @@
type: "string",
width: 120,
align: "left",
+ link: true,
},
{
field: "upperOrderNo",
@@ -203,10 +204,11 @@
{
field: "materielCode",
title: "鐗╂枡缂栧彿",
- type: "string",
+ type: "select",
width: 150,
align: "left",
- edit: { type: "string" },
+ edit: { type: "select" },
+ bind: { key: "orderDetailStatusEnum", data: [] },
required: true,
},
{
@@ -255,6 +257,7 @@
type: "string",
width: 180,
align: "left",
+ bind: { key: "orderDetailStatusEnum", data: [] },
},
{
field: "creater",
--
Gitblit v1.9.3