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/locationInfo.vue | 82 +++++++++------------------------------- 1 files changed, 19 insertions(+), 63 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" index cdde3cd..138c4ac 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" @@ -27,71 +27,12 @@ sortName: "id", }); const editFormFields = ref({ - row: "", - column: "", - layer: "", - depth: "", - locationType: "", locationStatus: "", - enalbeStatus: "", - remark: "", }); const editFormOptions = ref([ [ - { - title: "璐т綅琛�", - required: true, - field: "row", - type: "string", - }, - { - title: "璐т綅鍒�", - required: true, - field: "column", - type: "string", - }, - { - title: "璐т綅灞�", - required: true, - field: "layer", - type: "string", - }, - { - title: "璐т綅娣卞害", - required: true, - field: "depth", - type: "string", - }, + { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],}, ], - [ - { title: "璐т綅绫诲瀷", required: true, field: "locationType", type: "string" }, - { - title: "璐т綅鐘舵��", - required: true, - field: "locationStatus", - type: "string", - }, - { - title: "绂佺敤鐘舵��", - required: true, - field: "enalbeStatus", - type: "string", - }, - { - title: "鍖哄煙涓婚敭", - required: true, - field: "areaId", - type: "string", - }, - ], - [ - { - title: "宸烽亾缂栧彿", - required: true, - field: "roadwayNo", - type: "string", - }, - ] ]); const searchFormFields = ref({ locationCode: "", @@ -101,6 +42,11 @@ [ { title: "璐т綅缂栧彿", field: "locationCode" }, { title: "宸烽亾缂栧彿", field: "roadwayNo" }, + { title: "璐т綅绫诲瀷", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], }, + { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],}, + ], + [ + { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],}, ], ]); const columns = ref([ @@ -120,19 +66,20 @@ type: "string", width: 90, align: "left", + bind: {key: "areainfo",data: []} }, { field: "locationCode", title: "璐т綅缂栧彿", type: "string", - width: 150, + width: 180, align: "left", }, { field: "locationName", title: "璐т綅鍚嶇О", type: "string", - width: 150, + width: 220, align: "left", }, { @@ -148,6 +95,7 @@ type: "string", width: 90, align: "left", + hidden: true, }, { field: "column", @@ -155,6 +103,7 @@ type: "int", width: 120, align: "left", + hidden: true, }, { field: "layer", @@ -162,6 +111,7 @@ type: "string", width: 200, align: "left", + hidden: true, }, { field: "depth", @@ -169,6 +119,7 @@ type: "string", width: 180, align: "left", + hidden: true, }, { field: "locationType", @@ -176,6 +127,7 @@ type: "string", width: 120, align: "left", + bind:{key: "locationTypeEnum", data: []} }, { field: "locationStatus", @@ -183,13 +135,15 @@ type: "string", width: 200, align: "left", + bind: { key: "locationStatusEnum", data: [] }, }, { - field: "enalbeStatus", + field: "enableStatus", title: "绂佺敤鐘舵��", type: "string", width: 180, align: "left", + bind: { key: "enableStatusEnum", data: [] }, }, { field: "creater", @@ -204,6 +158,7 @@ type: "datetime", width: 160, align: "left", + sort: true, }, { field: "modifier", @@ -218,6 +173,7 @@ type: "datetime", width: 160, align: "left", + sort: true, }, { field: "remark", -- Gitblit v1.9.3