From f43b7df8400f4fcffc9f19dca0888d61e2b33d5f Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 12 三月 2025 18:41:52 +0800 Subject: [PATCH] WMS系统添加PDA权限,PDA程序 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue | 39 +++++++++++++++++++++++++++++++++++---- 1 files changed, 35 insertions(+), 4 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" index dd114ec..3474b33 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" @@ -90,8 +90,24 @@ }); const searchFormOptions = ref([ [ - { title: "璐т綅缂栧彿", field: "locationCode" }, + { title: "璐т綅缂栧彿", field: "locationCode", type: "like" }, { title: "宸烽亾缂栧彿", field: "roadwayNo" }, + ], + [ + { + title: "璐т綅鐘舵��", + field: "locationStatus", + type: "selectList", + dataKey: "locationStatusEnum", + data: [], + }, + { + title: "绂佺敤鐘舵��", + field: "enableStatus", + type: "selectList", + dataKey: "enableStatusEnum", + data: [], + }, ], ]); const columns = ref([ @@ -113,8 +129,8 @@ align: "left", bind: { key: "areainfo", - data: [] - } + data: [], + }, }, { field: "locationCode", @@ -122,6 +138,7 @@ type: "string", width: 180, align: "left", + sort:"true" }, { field: "locationName", @@ -175,7 +192,7 @@ type: "string", width: 120, align: "left", - bind:{key: "locationTypeEnum", data: []} + bind: { key: "locationTypeEnum", data: [] }, }, { field: "locationStatus", @@ -194,6 +211,20 @@ bind: { key: "enableStatusEnum", data: [] }, }, { + field: "maxQty", + title: "鏈�澶у簱瀛�", + type: "int", + width: 90, + align: "left", + }, + { + field: "currentQty", + title: "褰撳墠搴撳瓨", + type: "int", + width: 90, + align: "left", + }, + { field: "creater", title: "鍒涘缓浜�", type: "string", -- Gitblit v1.9.3