From 01030b05f7ea9b14878102718a2004b4f908dcfc Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 28 五月 2025 11:15:12 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue | 68 +++++++++++++++++++-------------- 1 files changed, 39 insertions(+), 29 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..feb18c9 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,6 +112,13 @@ align: "left", }, { + field: "areaCode", + title: "鍖哄煙缂栧彿", + type: "string", + width: 80, + align: "left", + }, + { field: "warehouseId", title: "浠撳簱涓婚敭", type: "string", @@ -112,26 +127,19 @@ bind:{ key: "warehouse", data: [] }, }, { - field: "areaCode", - title: "鍖哄煙缂栧彿", - type: "string", - width: 150, - align: "left", - }, - { field: "areaName", title: "鍖哄煙鍚嶇О", type: "string", width: 150, align: "left", }, - { - field: "areaType", - title: "鍖哄煙绫诲瀷", - type: "decimal", - width: 90, - align: "left", - }, + // { + // field: "areaType", + // title: "鍖哄煙绫诲瀷", + // type: "decimal", + // width: 90, + // align: "left", + // }, { field: "areaStatus", title: "鍖哄煙鐘舵��", @@ -144,7 +152,7 @@ field: "areaDes", title: "鍖哄煙鎻忚堪", type: "int", - width: 120, + width: 160, align: "left", }, { @@ -158,30 +166,32 @@ field: "createDate", title: "鍒涘缓鏃堕棿", type: "datetime", - width: 160, + width: 120, align: "left", + sort: true, }, { field: "modifier", title: "淇敼浜�", type: "string", - width: 100, + width: 90, align: "left", }, { field: "modifyDate", title: "淇敼鏃堕棿", type: "datetime", - width: 160, + width: 120, align: "left", + sort: true, }, - { - field: "remark", - title: "澶囨敞", - type: "string", - width: 100, - align: "left", - }, + // { + // field: "remark", + // title: "澶囨敞", + // type: "string", + // width: 100, + // align: "left", + // }, ]); const detail = ref({ cnName: "#detailCnName", -- Gitblit v1.9.3