From 9de6c7c6d835ba5161d64114d154bfc7676244a1 Mon Sep 17 00:00:00 2001
From: 陈勇 <竞男@ASUNA>
Date: 星期一, 06 四月 2026 12:44:43 +0800
Subject: [PATCH] 同步
---
项目代码/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue | 18 ++++++------------
1 files changed, 6 insertions(+), 12 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue"
index 6279625..e716256 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue"
@@ -27,23 +27,17 @@
enalbeStatus: "",
locationStatus: "",
locationType: "",
- row: "", column: "", layer: "",
- //roadwayNo: ""
+ remark: ""
});
const editFormOptions = ref([
- [
- { "title": "琛�", "field": "row", type: "int" },
- { "title": "灞�", "field": "column", type: "int" },
- { "title": "涓�", "field": "layer", type: "int" },
- ],
[
{ "title": "璐т綅绫诲瀷", "field": "locationType", "type": "select", dataKey: "LocationType", data: [] },
{ "title": "璐т綅鐘舵��", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
{ "title": "鏄惁绂佺敤", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },
],
- // [
- // { "title": "宸烽亾缂栧彿", "field": "roadwayNo", type: "text" },
- // ]
+ [
+ { "title": "澶囨敞", "field": "remark", type: "text" },
+ ]
]);
const searchFormFields = ref({ "LocationID": "", roadwayNo: "", "column": "", "row": "", "layer": "" });
@@ -61,7 +55,7 @@
],
[
{ "title": "鏄惁绂佺敤", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },
- { "title": "宸烽亾缂栧彿", "field": "roadwayNo", type: "text" },
+ { "title": "宸烽亾缂栧彿", "field": "roadwayNo", type: "string" },
//{ "title": "娣卞害", "field": "depth", "type": "text" },
// { "title": "灞�", "field": "layer", type: "text" },
]
@@ -80,7 +74,7 @@
{ field: 'enalbeStatus', title: '鏄惁绂佺敤', type: 'int', width: 75, align: 'left', bind: { key: "EnalbeStatus", data: [] } },
// { field: 'isLocked', title: '鏄惁閿佸畾', type: 'bool', width: 110, align: 'left', bind: { key: "IsLocked", data: [] } },
{ field: 'locationDesc', title: '璐т綅鎻忚堪', type: 'string', width: 110, align: 'left', hidden: true },
- { field: 'remark', title: '澶囨敞', type: 'string', width: 110, align: 'left', bind: { key: "AllowStatus", data: [] } },
+ { field: 'remark', title: '澶囨敞', type: 'string', width: 110, align: 'left' },
{ field: 'creater', title: '鍒涘缓浜�', type: 'string', sort: true, width: 110, align: 'left' },
{ field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
{ field: 'modifier', title: '淇敼浜�', type: 'string', sort: true, width: 100, align: 'left' },
--
Gitblit v1.9.3