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/stock/stockView.vue | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" index 26d463e..f3c37e5 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockView.vue" @@ -232,6 +232,7 @@ type: "string", width: 90, align: "left", + sort:true, }, { field: "materielCode", @@ -239,6 +240,7 @@ type: "string", width: 150, align: "left", + sort:true, }, { field: "materielName", @@ -246,6 +248,7 @@ type: "string", width: 150, align: "left", + sort:true, }, { field: "orderNo", @@ -253,6 +256,7 @@ type: "decimal", width: 90, align: "left", + sort:true, }, { field: "batchNo", @@ -260,6 +264,7 @@ type: "string", width: 90, align: "left", + sort:true, }, { field: "serialNumber", @@ -267,6 +272,7 @@ type: "int", width: 120, align: "left", + sort:true, }, { field: "stockQuantity", @@ -274,6 +280,7 @@ type: "string", width: 200, align: "left", + sort:true, }, { field: "outboundQuantity", @@ -281,6 +288,7 @@ type: "string", width: 180, align: "left", + sort:true, }, { field: "status", @@ -288,6 +296,7 @@ type: "string", width: 120, align: "left", + sort:true, }, { field: "creater", @@ -295,6 +304,7 @@ type: "string", width: 90, align: "left", + sort:true, }, { field: "createDate", @@ -302,6 +312,7 @@ type: "datetime", width: 160, align: "left", + sort:true, }, { field: "modifier", @@ -309,6 +320,7 @@ type: "string", width: 100, align: "left", + sort:true, }, { field: "modifyDate", @@ -316,6 +328,7 @@ type: "datetime", width: 160, align: "left", + sort:true, }, { field: "remark", @@ -323,6 +336,7 @@ type: "string", width: 100, align: "left", + sort:true, }, ], sortName: "id", -- Gitblit v1.9.3