From b7f53ba61fbc1844d7b92ff852762b140d46ab54 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 23 六月 2025 19:58:16 +0800
Subject: [PATCH] 最新
---
代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 36 ++++++++++++++++++++++++++++++------
1 files changed, 30 insertions(+), 6 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
index 05cbea5..f3952cd 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue"
@@ -88,15 +88,16 @@
data: [],
},
{ title: "璐т綅缂栧彿", field: "locationCode",type: "like", },
- {
+
+ ],
+ [
+ {
title: "搴撳瓨鐘舵��",
field: "stockStatus",
type: "selectList",
dataKey: "stockStatusEmun",
data: [],
},
- ],
- [
{
title: "鐗╂枡鐘舵��",
field: "wlstatus",
@@ -108,6 +109,10 @@
field: "id",
type: "like",
},
+ ],
+ [
+ { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
+ { title: "鐢熶骇鏃堕棿", field: "mgeneratetime", type: "datetime" },
]
]);
const columns = ref([
@@ -127,7 +132,8 @@
type: "string",
width: 90,
align: "left",
- DisplayType:"link"
+ DisplayType:"link",
+ sort:true
},
{
field: "palletCode",
@@ -135,7 +141,7 @@
type: "string",
width: 90,
align: "left",
- DisplayType:"link"
+ sort:true,
},
{
field: "materialType",
@@ -143,6 +149,7 @@
type: "string",
width: 150,
align: "left",
+ sort:true,
bind: { key: "InventoryMaterialType", data: [] },
},
{
@@ -151,7 +158,7 @@
type: "string",
width: 150,
align: "left",
-
+ sort:true,
},
{
field: "wlstatus",
@@ -159,7 +166,15 @@
type: "string",
width: 150,
align: "left",
+ sort:true,
bind: { key: "InventoryMaterialStatus", data: [] },
+ },{
+ field: "mgeneratetime",
+ title: "鐢熶骇鏃堕棿",
+ type: "datetime",
+ width: 160,
+ align: "left",
+ sort:true,
},
{
field: "isFull",
@@ -167,6 +182,7 @@
type: "string",
width: 150,
align: "left",
+ sort:true,
bind: { key: "yesno", data: [] },
},
{
@@ -175,6 +191,7 @@
type: "string",
width: 150,
align: "left",
+ sort:true,
bind: { key: "stockStatusEmun", data: [] },
},
{
@@ -183,12 +200,14 @@
type: "string",
width: 150,
align: "left",
+ sort:true,
},{
field: "remark",
title: "澶囨敞",
type: "string",
width: 100,
align: "left",
+ sort:true,
},
{
field: "creater",
@@ -196,6 +215,7 @@
type: "string",
width: 90,
align: "left",
+ sort:true,
},
{
field: "createDate",
@@ -203,13 +223,16 @@
type: "datetime",
width: 160,
align: "left",
+ sort:true,
},
+
{
field: "modifier",
title: "淇敼浜�",
type: "string",
width: 100,
align: "left",
+ sort:true,
},
{
field: "modifyDate",
@@ -217,6 +240,7 @@
type: "datetime",
width: 160,
align: "left",
+ sort:true,
},
]);
--
Gitblit v1.9.3