From a1ba606567db3b83827a6a9f0d4fae46217a2e7e Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 07 一月 2025 21:39:18 +0800 Subject: [PATCH] 前端优化,枚举更新 --- 代码管理/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