From e1383d0a6ee0558c34f013f4e2561063bc2353b3 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期日, 26 十月 2025 09:40:45 +0800
Subject: [PATCH] 修改盘点移入历史
---
新建文件夹/WMS/src/views/stock/stockInfo.vue | 55 ++++++++++++++++++++++++++++++++++++-------------------
1 files changed, 36 insertions(+), 19 deletions(-)
diff --git "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/stockInfo.vue" "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/stockInfo.vue"
index 31b4a04..a2233b5 100644
--- "a/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/stockInfo.vue"
+++ "b/\346\226\260\345\273\272\346\226\207\344\273\266\345\244\271/WMS/src/views/stock/stockInfo.vue"
@@ -44,10 +44,19 @@
shelfLife: "",
validityPeriod: "",
remark: "",
+ warehouseCode: "",
});
const editFormOptions = ref([
[
+ {
+ field: "warehouseCode",
+ title: "搴撴埧缂栧彿",
+ type: "string",
+ required: true,
+ data: [],
+ dataKey: "warehouseNuber",
+ },
{
field: "palletCode",
title: "鎵樼洏缂栧彿",
@@ -69,13 +78,6 @@
data: [],
bind: { key: "stockStatus", data: [] }
},
- {
- field: "warehouseId",
- title: "浠撳簱",
- type: "select",
- data: [],
- bind: { key: "warehouses", data: [] }
- }
],
[
{
@@ -177,6 +179,7 @@
materielCode: "",
materielName: "",
batchNo: "",
+ warehouseCode:''
});
const searchFormOptions = ref([
@@ -191,12 +194,19 @@
field: "locationCode",
type: "string"
},
- {
- title: "浠撳簱",
- field: "warehouseId",
+ // {
+ // title: "浠撳簱",
+ // field: "warehouseId",
+ // type: "select",
+ // data: [],
+ // bind: { key: "warehouses", data: [] }
+ // },
+ {
+ title: "搴撴埧缂栧彿",
+ field: "warehouseCode",
type: "select",
data: [],
- bind: { key: "warehouses", data: [] }
+ dataKey: "warehouseNuber",
},
],
[
@@ -251,14 +261,21 @@
align: "left",
bind: { key: "stockStatus", data: [] },
},
- {
- field: "warehouseId",
- title: "浠撳簱",
- type: "select",
- width: 100,
- align: "left",
- bind: { key: "warehouses", data: [] },
- },
+ // {
+ // field: "warehouseId",
+ // title: "浠撳簱",
+ // type: "select",
+ // width: 100,
+ // align: "left",
+ // bind: { key: "warehouses", data: [] },
+ // },
+ {
+ title: "搴撴埧缂栧彿",
+ field: "warehouseCode",
+ type: "select",
+ data: [],
+ bind: { key: "warehouseNuber", data: [] }
+ },
{
field: "materielCode",
title: "鐗╂枡缂栫爜",
--
Gitblit v1.9.3