From 810fe2bcf1888eacd926f3caa604f033483d20c9 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 30 十月 2024 14:57:33 +0800 Subject: [PATCH] 优化WMS基础管理模块、任务管理添加任务历史信息 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue | 44 +++++++++++++++++++++++--------------------- 1 files changed, 23 insertions(+), 21 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" index 9c5f964..c7a09dd 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" @@ -38,12 +38,12 @@ }); const editFormOptions = ref([ [ - { - title: "浠撳簱涓婚敭", - required: true, - field: "AreaId", - type: "string", - }, + // { + // title: "浠撳簱涓婚敭", + // required: true, + // field: "AreaId", + // type: "string", + // }, { title: "宸烽亾缂栧彿", required: true, @@ -56,13 +56,13 @@ field: "deviceNo", type: "string", }, - { - title: "绂佺敤鐘舵��", - required: true, - field: "enalbeStatus", - type: "string", - readonly: true, - }, + // { + // title: "绂佺敤鐘舵��", + // required: true, + // field: "enalbeStatus", + // type: "string", + // readonly: true, + // }, ], [ { @@ -75,6 +75,8 @@ field: "inSCStationCode", type: "string", }, + ], + [ { title: "鍑哄簱绔欏彴缂栧彿", field: "outStationCode", @@ -133,20 +135,20 @@ width: 90, align: "left", }, - { - field: "areaId", - title: "浠撳簱涓婚敭", - type: "int", - width: 90, - align: "left", - }, + // { + // field: "areaId", + // title: "浠撳簱涓婚敭", + // type: "int", + // width: 90, + // align: "left", + // }, { field: "enableStatus", title: "绂佺敤鐘舵��", type: "string", width: 150, align: "left", - bind: { key: "enableStatusEnum", data: [] }, + bind: { key: "enableEnum", data: [] }, }, { field: "deviceNo", -- Gitblit v1.9.3