From 67d4e9ca4267049cc67cff15828080d2d5dfce0b Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 01 四月 2026 16:23:01 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 35 ++++++++++++++---------------------
1 files changed, 14 insertions(+), 21 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index 7ae264a..fcb0ada 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -27,14 +27,13 @@
sortName: "id",
});
const editFormFields = ref({
- deviceCode: "",
- deviceName: "",
- deviceType: "",
- deviceStatus: "",
- deviceIp: "",
- devicePort: "",
- devicePlcType: "",
- deviceRemark: "",
+ palletCode: "",
+ materialType: "",
+ locationCode: "",
+ stockStatus: "",
+ materialweight: "",
+ wlstatus: "",
+ remark: "",
});
const editFormOptions = ref([
[
@@ -65,7 +64,7 @@
data: []
},
{
- title: "澶囨敞", field: "Remark"
+ title: "澶囨敞", field: "remark"
}
],
]);
@@ -98,21 +97,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([
@@ -139,7 +131,7 @@
field: "palletCode",
title: "鎵樼洏缂栧彿",
type: "string",
- width: 90,
+ width: 150,
align: "left",
//sort:true,
},
@@ -156,7 +148,7 @@
field: "locationCode",
title: "璐т綅缂栧彿",
type: "string",
- width: 150,
+ width: 200,
align: "left",
//sort:true,
},
@@ -201,6 +193,7 @@
width: 150,
align: "left",
// sort:true,
+ hidden:true,
},{
field: "remark",
title: "澶囨敞",
--
Gitblit v1.9.3