From f49fa4b5027cfdc27b429985d023e8002abcca2e Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 05 十一月 2025 23:54:12 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/views/inbound/inboundOrder.vue | 9 +++++++--
1 files changed, 7 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 09768d8..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",
@@ -47,7 +47,7 @@
{
title: "鐗╂枡璇︽儏",
field: "orderNo",
- type: "string",
+ type: "textarea",
},
{
title: "鐗╂枡绫诲瀷",
@@ -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