From d100db102ded4dc2047f1b92f4ed0ed4c18d8ee4 Mon Sep 17 00:00:00 2001 From: Huangxiaoqiang-03 <1247017146@qq.com> Date: 星期一, 11 十一月 2024 13:56:48 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" index 554d7b5..33c1729 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" @@ -29,8 +29,6 @@ const editFormFields = ref({ areaCode: "", areaName: "", - areaType: "", - areaStatus: "", warehouseId: "", areaDes: "", }); @@ -56,11 +54,21 @@ dataKey: "warehouse", data: [], }, + + ], + [ + { + title: "鍖哄煙绫诲瀷", + required: true, + field: "areaType", + type: "int", + }, { title: "鍖哄煙鎻忚堪", field: "areaDes", type: "textarea", }, + { title: "鍖哄煙鐘舵��", field: "areaStatus" ,type: "select",dataKey: "enableEnum",data: [],}, ], ]); const searchFormFields = ref({ @@ -73,7 +81,7 @@ [ { title: "鍖哄煙缂栧彿", field: "areaCode", type: "like" }, { title: "鍖哄煙鍚嶇О", field: "areaName", type: "like" }, - { title: "鍖哄煙绫诲瀷", field: "areaType" }, + { title: "鍖哄煙鐘舵��", field: "areaStatus", @@ -89,7 +97,7 @@ type: "select", dataKey: "warehouse", data: [], - }, + },{ title: "鍖哄煙绫诲瀷", field: "areaType" }, ], ]); const columns = ref([ @@ -104,19 +112,19 @@ align: "left", }, { + field: "areaCode", + title: "鍖哄煙缂栧彿", + type: "string", + width: 80, + align: "left", + }, + { field: "warehouseId", title: "浠撳簱涓婚敭", type: "string", width: 90, align: "left", bind:{ key: "warehouse", data: [] }, - }, - { - field: "areaCode", - title: "鍖哄煙缂栧彿", - type: "string", - width: 150, - align: "left", }, { field: "areaName", @@ -160,6 +168,7 @@ type: "datetime", width: 160, align: "left", + sort: true, }, { field: "modifier", @@ -174,6 +183,7 @@ type: "datetime", width: 160, align: "left", + sort: true, }, { field: "remark", -- Gitblit v1.9.3