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/roadwayInfo.vue | 35 ++++++++++++++++++----------------- 1 files changed, 18 insertions(+), 17 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" index 332e099..4ecdf4a 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" @@ -62,7 +62,9 @@ field: "enalbeStatus", type: "string", readonly: true, - }, + dataKey: "enableStatusEnum", + data: [], + }, ], [ { @@ -100,20 +102,19 @@ const searchFormOptions = ref([ [ { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" }, - { title: "浠撳簱涓婚敭", field: "warehouseId", type: "like" }, - { title: "绂佺敤鐘舵��", field: "enalbeStatus", type: "like" }, + // { title: "浠撳簱涓婚敭", field: "warehouseId", type: "like" }, + { title: "绂佺敤鐘舵��", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, { title: "璁惧缂栧彿", field: "deviceNo", type: "like" }, ], [ { title: "鍏ュ簱绔欏彴缂栧彿", field: "inStationCode", type: "like" }, { title: "鍫嗗灈鏈哄叆搴撶珯鍙扮紪鍙�", field: "inSCStationCode", type: "like" }, - { title: "鍑哄簱绔欏彴缂栧彿", field: "outStationCode", type: "like" }, - { - title: "鍫嗗灈鏈哄嚭搴撶珯鍙扮紪鍙�", - field: "outSCStationCode", - type: "like", - }, + ], + [ + { title: "鍑哄簱绔欏彴缂栧彿", field: "outStationCode", type: "like" }, + { title: "鍫嗗灈鏈哄嚭搴撶珯鍙扮紪鍙�",field: "outSCStationCode",type: "like",}, + ] ]); const columns = ref([ { @@ -133,17 +134,17 @@ width: 90, align: "left", }, - { - field: "warehouseId", - title: "浠撳簱涓婚敭", - type: "string", - width: 150, - align: "left", - }, + // { + // field: "warehouseId", + // title: "浠撳簱涓婚敭", + // type: "string", + // width: 150, + // align: "left", + // }, { field: "enableStatus", title: "绂佺敤鐘舵��", - type: "string", + type: "select", width: 150, align: "left", bind: { key: "enableStatusEnum", data: [] }, -- Gitblit v1.9.3