From 9181f3dce9e6f617b34fa80b7bb72bb490be788b Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期四, 12 三月 2026 10:03:21 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 42 ++++++++++++++++++------------------------
1 files changed, 18 insertions(+), 24 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index f3952cd..fbad817 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -98,21 +98,14 @@
dataKey: "stockStatusEmun",
data: [],
},
- {
- title: "鐗╂枡鐘舵��",
- field: "wlstatus",
- type: "selectList",
- dataKey: "InventoryMaterialStatus",
- data: [],
- },
- { title: "搴撳瓨缂栧彿",
+ { title: "鍏宠仈搴撳瓨缂栧彿",
field: "id",
type: "like",
},
+ { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
],
[
- { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
- { title: "鐢熶骇鏃堕棿", field: "mgeneratetime", type: "datetime" },
+
]
]);
const columns = ref([
@@ -133,15 +126,15 @@
width: 90,
align: "left",
DisplayType:"link",
- sort:true
+
},
{
field: "palletCode",
title: "鎵樼洏缂栧彿",
type: "string",
- width: 90,
+ width: 150,
align: "left",
- sort:true,
+ //sort:true,
},
{
field: "materialType",
@@ -149,16 +142,16 @@
type: "string",
width: 150,
align: "left",
- sort:true,
+ //sort:true,
bind: { key: "InventoryMaterialType", data: [] },
},
{
field: "locationCode",
title: "璐т綅缂栧彿",
type: "string",
- width: 150,
+ width: 200,
align: "left",
- sort:true,
+ //sort:true,
},
{
field: "wlstatus",
@@ -166,7 +159,7 @@
type: "string",
width: 150,
align: "left",
- sort:true,
+ // sort:true,
bind: { key: "InventoryMaterialStatus", data: [] },
},{
field: "mgeneratetime",
@@ -174,7 +167,7 @@
type: "datetime",
width: 160,
align: "left",
- sort:true,
+ // sort:true,
},
{
field: "isFull",
@@ -182,7 +175,7 @@
type: "string",
width: 150,
align: "left",
- sort:true,
+ // sort:true,
bind: { key: "yesno", data: [] },
},
{
@@ -191,7 +184,7 @@
type: "string",
width: 150,
align: "left",
- sort:true,
+ // sort:true,
bind: { key: "stockStatusEmun", data: [] },
},
{
@@ -200,14 +193,15 @@
type: "string",
width: 150,
align: "left",
- sort:true,
+ // sort:true,
+ hidden:true,
},{
field: "remark",
title: "澶囨敞",
type: "string",
width: 100,
align: "left",
- sort:true,
+ //sort:true,
},
{
field: "creater",
@@ -215,7 +209,7 @@
type: "string",
width: 90,
align: "left",
- sort:true,
+ //sort:true,
},
{
field: "createDate",
@@ -232,7 +226,7 @@
type: "string",
width: 100,
align: "left",
- sort:true,
+ //sort:true,
},
{
field: "modifyDate",
--
Gitblit v1.9.3