From da58f97834d2bdaeb10e677bab7bdd372a778041 Mon Sep 17 00:00:00 2001 From: Huangxiaoqiang-03 <1247017146@qq.com> Date: 星期四, 31 十月 2024 16:01:47 +0800 Subject: [PATCH] 添加PDA,添加堆垛机调度 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue | 15 +++------------ 1 files changed, 3 insertions(+), 12 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue" index 5ceafd6..51df000 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/system/Sys_Dictionary.vue" @@ -37,9 +37,8 @@ parentId: "", orderNo: "", enable: "", - dbSql: "", + sql: "", remark: "", - systemType: 1, }); const editFormOptions = ref([ [ @@ -59,7 +58,7 @@ }, ], [ - { title: "sql璇彞", field: "dbSql", colSize: 8, type: "textarea" }, + { title: "sql璇彞", field: "sql", colSize: 8, type: "textarea" }, { title: "澶囨敞", field: "remark", type: "textarea" }, ], ]); @@ -135,18 +134,10 @@ align: "left", }, { - field: "dbSql", + field: "sql", title: "sql璇彞", type: "string", width: 200, - align: "left", - }, - { - field: "dBServer", - title: "DBServer", - type: "string", - width: 90, - hidden: true, align: "left", }, { -- Gitblit v1.9.3