From 0c0ac28fc5784ac64612811c65be7dca8318d8c6 Mon Sep 17 00:00:00 2001 From: duyongjia <adu_555@163.com> Date: 星期二, 26 十一月 2024 21:23:19 +0800 Subject: [PATCH] 前端更新货位状态修改 --- 代码管理/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue | 62 ++++++++++++++++++++++++------- 1 files changed, 48 insertions(+), 14 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue" index dd114ec..639d4de 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue" @@ -56,32 +56,52 @@ field: "layer", type: "string", }, - { - title: "璐т綅娣卞害", - required: true, - field: "depth", - type: "string", - }, + // { + // title: "璐т綅娣卞害", + // required: true, + // field: "depth", + // type: "string", + // }, ], [ { title: "璐т綅绫诲瀷", required: true, field: "locationType", - type: "string", + type: "select", + dataKey:"", + data:[ + {key:1,value:'姝e父璐т綅'}, + {key:2,value:'鏆傚瓨浣�'}, + {key:3,value:'鎻愬崌鏈�'}, + {key:4,value:'杈撻�佺嚎'}, + {key:5,value:'缁勭珛鏈�'}, + ] + }, + { + title: "绂佺敤鐘舵��", + required: true, + field: "enableStatus", + type: "select", + dataKey:"", + data:[ + {key:0,value:'姝e父'}, + {key:1,value:'绂佺敤'}, + ] }, { title: "鍖哄煙涓婚敭", required: true, field: "areaId", type: "string", + hidden:true, }, - { - title: "宸烽亾缂栧彿", - required: true, - field: "roadwayNo", - type: "string", - }, + // { + // title: "宸烽亾缂栧彿", + // required: true, + // field: "roadwayNo", + // type: "string", + // }, ], ]); const searchFormFields = ref({ @@ -91,7 +111,20 @@ const searchFormOptions = ref([ [ { title: "璐т綅缂栧彿", field: "locationCode" }, - { title: "宸烽亾缂栧彿", field: "roadwayNo" }, + { + title: "璐т綅绫诲瀷", + field: "locationType", + type: "selectList", + dataKey: "locationTypeEnum", + data: [], + }, + { + title: "璐т綅鐘舵��", + field: "locationStatus", + type: "selectList", + dataKey: "locationStatusEnum", + data: [], + }, ], ]); const columns = ref([ @@ -110,6 +143,7 @@ title: "鍖哄煙涓婚敭", type: "string", width: 90, + hidden:true, align: "left", bind: { key: "areainfo", -- Gitblit v1.9.3