From 829eabf256e29392ca63f6da48829dba3b075dfe Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期五, 24 一月 2025 08:59:53 +0800
Subject: [PATCH] 资料,优化程序
---
代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue | 5 +++++
1 files changed, 5 insertions(+), 0 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 6b59f03..16f8358 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"
@@ -91,6 +91,7 @@
readonly: true,
require: true,
align: "left",
+ sort:true
},
{
@@ -99,6 +100,7 @@
type: "string",
width: 100,
align: "left",
+ sort:true
},
{
field: "upperOrderNo",
@@ -106,6 +108,7 @@
type: "string",
width: 150,
align: "left",
+ sort:true
},
{
field: "orderType",
@@ -114,6 +117,7 @@
width: 150,
align: "left",
bind: { key: "InventoryMaterialType", data: [] },
+ sort:true
},
{
field: "orderNo",
@@ -121,6 +125,7 @@
type: "string",
width: 120,
align: "left",
+ sort:true
// link: true,
},
--
Gitblit v1.9.3