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/stockInfoDetail.vue | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
index 9e1ccee..3756d65 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
@@ -106,6 +106,7 @@
type: "string",
width: 90,
align: "left",
+ sort:true,
},
{
field: "materielCode",
@@ -113,6 +114,7 @@
type: "string",
width: 150,
align: "left",
+ sort:true,
},
{
field: "materielName",
@@ -120,6 +122,7 @@
type: "string",
width: 150,
align: "left",
+ sort:true,
},
{
field: "orderNo",
@@ -127,6 +130,7 @@
type: "decimal",
width: 90,
align: "left",
+ sort:true,
},
{
field: "batchNo",
@@ -134,6 +138,7 @@
type: "string",
width: 120,
align: "left",
+ sort:true,
},
{
field: "serialNumber",
@@ -141,6 +146,7 @@
type: "string",
width: 50,
align: "left",
+ sort:true,
},
{
field: "batchNoName",
@@ -148,6 +154,7 @@
type: "int",
width: 120,
align: "left",
+ sort:true,
},
{
field: "stockQuantity",
@@ -155,6 +162,7 @@
type: "string",
width: 80,
align: "left",
+ sort:true,
},
{
field: "status",
@@ -162,6 +170,7 @@
type: "string",
width: 120,
align: "left",
+ sort:true,
bind: { key: "stockStatusEmun", data: [] },
},
{
@@ -170,6 +179,7 @@
type: "string",
width: 90,
align: "left",
+ sort:true,
},
{
field: "createDate",
@@ -177,6 +187,7 @@
type: "datetime",
width: 160,
align: "left",
+ sort:true,
},
]);
const detail = ref({
--
Gitblit v1.9.3