From 9f225bb1f1e26d25c1652d3e1ec2a8f239f69615 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 18 三月 2025 10:41:29 +0800
Subject: [PATCH] 1
---
项目代码/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