From 42b87af4c2713a65ffb417f716530b190ac8a305 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期四, 09 一月 2025 13:52:45 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
index 5b61bdc..b2f15b4 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue"
@@ -27,7 +27,7 @@
sortName: "id",
});
const editFormFields = ref({
- areaId: "",
+ warehouseId: "",
materielCode: "",
materielName: "",
materielDes: "",
@@ -37,9 +37,9 @@
const editFormOptions = ref([
[
{
- title: "鍖哄煙",
+ title: "浠撳簱",
required: true,
- field: "areaId",
+ field: "warehouseId",
type: "string",
},
{
@@ -73,13 +73,11 @@
const searchFormFields = ref({
materielCode: "",
materielName: "",
- areaId: "",
});
const searchFormOptions = ref([
[
{ title: "鐗╂枡缂栧彿", field: "materielCode", type: "like" },
{ title: "鐗╂枡鍚嶇О", field: "materielName", type: "like" },
- { title: "璁惧鐘舵��", field: "deviceStatus" },
],
]);
const columns = ref([
--
Gitblit v1.9.3