From 092971a8ba7848f024427694c642959d0fbc8599 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期四, 08 五月 2025 15:56:09 +0800 Subject: [PATCH] 1 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 53 +++-------------------------------------------------- 1 files changed, 3 insertions(+), 50 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" index 970a08b..cf84eca 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue" @@ -36,54 +36,7 @@ devicePlcType: "", deviceRemark: "", }); - const editFormOptions = ref([ - [ - { - title: "璁惧缂栧彿", - required: true, - field: "deviceCode", - type: "string", - }, - { - title: "璁惧鍚嶇О", - required: true, - field: "deviceName", - type: "string", - }, - { - title: "璁惧绫诲瀷", - required: true, - field: "deviceType", - type: "string", - }, - { - title: "璁惧鐘舵��", - required: true, - field: "deviceStatus", - type: "string", - }, - ], - [ - { title: "璁惧IP", required: true, field: "deviceIp", type: "string" }, - { - title: "璁惧绔彛", - required: true, - field: "devicePort", - type: "string", - }, - { - title: "PLC绫诲瀷", - required: true, - field: "devicePlcType", - type: "string", - }, - { - title: "澶囨敞", - field: "deviceRemark", - type: "string", - }, - ], - ]); + const editFormOptions = ref([]); const searchFormFields = ref({ deviceCode: "", deviceType: "", @@ -91,8 +44,8 @@ }); const searchFormOptions = ref([ [ - { title: "鎵樼洏缂栧彿", field: "palletCode",type:"like" }, - { title: "璐т綅缂栧彿", field: "locationCode",type:"like" }, + { title: "鎵樼洏缂栧彿", field: "palletCode", type: "like" }, + { title: "璐т綅缂栧彿", field: "locationCode", type: "like" }, { title: "搴撳瓨鐘舵��", field: "stockStatus", -- Gitblit v1.9.3