From c827fe7b0c5b3b444d76ba0d96a2649c764630dd Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 14 十一月 2024 16:36:08 +0800 Subject: [PATCH] 修改WCS、WMS出入库逻辑 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue | 42 ++++++++++++++++++++++-------------------- 1 files changed, 22 insertions(+), 20 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..752519e 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,13 +135,13 @@ 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: "绂佺敤鐘舵��", -- Gitblit v1.9.3