From 63c137c4756393c88988fa6f570083eed4b74932 Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 20 Mar 2024 16:47:04 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E8=AE=BE=E5=A4=87=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/base/deviceLedger.js | 9 + src/views/base/deviceLedger/index.vue | 442 +++++++++++++++----------- 2 files changed, 270 insertions(+), 181 deletions(-) diff --git a/src/api/base/deviceLedger.js b/src/api/base/deviceLedger.js index c1d52ea..f8c2239 100644 --- a/src/api/base/deviceLedger.js +++ b/src/api/base/deviceLedger.js @@ -42,3 +42,12 @@ export function delDeviceLedger(objId) { method: 'delete' }) } + +// 查询设备台账列表 +export function getDeviceCode(query) { + return request({ + url: '/base/deviceLedger/getDeviceCode', + method: 'get', + params: query + }) +} diff --git a/src/views/base/deviceLedger/index.vue b/src/views/base/deviceLedger/index.vue index c91f171..76492b5 100644 --- a/src/views/base/deviceLedger/index.vue +++ b/src/views/base/deviceLedger/index.vue @@ -1,14 +1,42 @@ - + @@ -177,85 +197,126 @@ /> - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{dict.label}} + >{{ dict.label }} + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + +