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/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