From 4da42c12efde190b208f18b7dd51d3e89986837d Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期一, 07 四月 2025 11:19:16 +0800 Subject: [PATCH] 代码逻辑优化 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue | 75 ++++++++++++++++++++++++------------- 1 files changed, 49 insertions(+), 26 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue" index 5317763..651cbd3 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue" @@ -31,10 +31,8 @@ pointCode: "", pointStatus: "", enableStatus: "", - pointType: "", - row: "", - column: "", - depth: "", + + // depth: "", }); const editFormOptions = ref([ [ @@ -59,13 +57,25 @@ dataKey: "enableStatusEnum", data: [], }, - { + { title: "鐗╂枡绫诲瀷", field: "materialtype", - type: "select", - dataKey: "materielInfo", - data: [], - }, + type: "select", + dataKey: "materielInfo", + data: [], + }, + { + title: "娣卞害", + field: "depth", + type: "string", + data: [], + }, + { + title: "缂撳瓨鏋跺尯鍩�", + field: "pointName", + type: "string", + data: [], + }, ], ]); const searchFormFields = ref({ @@ -73,23 +83,24 @@ pointCode: "", pointStatus: "", enableStatus: "", - pointType: "", - row: "", - column: "", + // pointType: "", + // row: "", + // column: "", depth: "", + pointName:"", Materialtype: "", }); const searchFormOptions = ref([ [ { title: "缂撳瓨鐐圭紪鍙�", field: "pointCode", type: "like" }, { title: "鐗╂枡绫诲瀷", field: "materialtype", type: "like" }, - { + { title: "鐗╂枡绫诲瀷", field: "materialtype", - type: "select", - dataKey: "materielInfo", - data: [], - }, + type: "select", + dataKey: "materielInfo", + data: [], + }, // {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, { title: "缂撳瓨鐐圭姸鎬�", @@ -103,6 +114,18 @@ field: "enableStatus", type: "select", dataKey: "enableStatusEnum", + data: [], + }, + { + title: "娣卞害", + field: "depth", + type: "string", + data: [], + }, + { + title: "缂撳瓨鏋跺尯鍩�", + field: "pointName", + type: "string", data: [], }, ], @@ -149,7 +172,7 @@ align: "left", // bind: { key: "locationStatusEnum", data: [] }, }, - { + { field: "pointName", title: "缂撳瓨鏋跺尯鍩�", type: "string", @@ -157,7 +180,7 @@ align: "left", // bind: { key: "locationStatusEnum", data: [] }, }, - + { field: "enableStatus", title: "鏄惁绂佺敤", @@ -167,13 +190,13 @@ bind: { key: "enableStatusEnum", data: [] }, }, - // { - // field: "pointType", - // title: "缂撳瓨鐐圭被鍨�", - // type: "string", - // width: 90, - // align: "left", - //}, + { + field: "depth", + title: "娣卞害", + type: "int", + width: 90, + align: "left", + }, { field: "creater", title: "鍒涘缓浜�", -- Gitblit v1.9.3