From c5cf76657ef4bda557a445b56466a85db0b2662d Mon Sep 17 00:00:00 2001 From: 647556386 <647556386@qq.com> Date: 星期五, 14 三月 2025 18:05:52 +0800 Subject: [PATCH] 新增物料出库详情单页面 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/materielInfo.vue | 13 ++++++------- 1 files changed, 6 insertions(+), 7 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..aaacaa0 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([ @@ -95,10 +93,11 @@ }, { field: "warehouseId", - title: "鍖哄煙涓婚敭", + title: "浠撳簱", type: "string", - width: 90, + width: 100, align: "left", + bind: { key: "warehouses", data: [] }, }, { field: "materielCode", -- Gitblit v1.9.3