From 19e5b7583a2aa1968c674b4b35f618cc6c2e29ef Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期一, 09 十二月 2024 14:16:30 +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