From f51582d5b4b498f28513f215f91828ef181df4a1 Mon Sep 17 00:00:00 2001 From: Huangxiaoqiang-03 <1247017146@qq.com> Date: 星期三, 06 十一月 2024 17:16:09 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 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..a69db19 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,7 @@ const editFormFields = ref({ areaCode: "", areaName: "", - areaType: "", - areaStatus: "", + warehouseId: "", areaDes: "", }); @@ -60,6 +59,14 @@ title: "鍖哄煙鎻忚堪", field: "areaDes", type: "textarea", + },{ title: "鍖哄煙鐘舵��", field: "areaStatus" ,type: "select",dataKey: "enableEnum",data: [],}, + ], + [ + { + title: "鍖哄煙绫诲瀷", + required: true, + field: "areaType", + type: "int", }, ], ]); @@ -104,19 +111,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 +167,7 @@ type: "datetime", width: 160, align: "left", + sort: true, }, { field: "modifier", @@ -174,6 +182,7 @@ type: "datetime", width: 160, align: "left", + sort: true, }, { field: "remark", -- Gitblit v1.9.3