From e1dd1dc9ba7135e3d64a65587d6c1be2c3e18c5a Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 25 六月 2025 11:01:22 +0800 Subject: [PATCH] 提交最新优化代码 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" index c34330c..6f368a2 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/mesOutboundOrder.vue" @@ -85,14 +85,14 @@ width: 90, align: "left", }, - { - field: "OrderStatus", - title: "鍗曟嵁鏁伴噺", - type: "string", - width: 90, - align: "left", - bind: { key: "orderDetailStatusEnum", data: [] } - }, + // { + // field: "OrderStatus", + // title: "鍗曟嵁鏁伴噺", + // type: "string", + // width: 90, + // align: "left", + // bind: { key: "orderDetailStatusEnum", data: [] } + // }, { field: "createType", title: "鍒涘缓鏂瑰紡", @@ -136,13 +136,13 @@ width: 100, align: "left", }, - { - field: "overOutQuantity", - title: "宸插嚭鏁伴噺", - type: "datetime", - width: 160, - align: "left", - }, + // { + // field: "overOutQuantity", + // title: "宸插嚭鏁伴噺", + // type: "datetime", + // width: 160, + // align: "left", + // }, { field: "line", title: "绾夸綋", -- Gitblit v1.9.3