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 }} + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + +