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 | 7 ++++++-
1 files changed, 6 insertions(+), 1 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 f62e20b..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"
@@ -21,7 +21,7 @@
const table = ref({
key: "id",
footer: "Foots",
- cnName: "鍏ュ簱鍗�",
+ cnName: "淇℃伅缁存姢",
name: "inboundOrder",
url: "/InboundOrder/",
sortName: "id",
@@ -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