From f6db2c8ba09cae466e91f7ff52de553004508176 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 15 May 2025 15:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/equipment/index.js | 29 ++++++- src/views/material/back/outRecord.vue | 116 ++++++++++++-------------- 2 files changed, 80 insertions(+), 65 deletions(-) diff --git a/src/api/equipment/index.js b/src/api/equipment/index.js index 552d159c..f66f9ba9 100644 --- a/src/api/equipment/index.js +++ b/src/api/equipment/index.js @@ -153,7 +153,7 @@ export const getLeaseInfoDetailsNoPageListApi = data => { }) } -// 工器具退料记录-详情 +// 工器具领料记录-详情 export const getSecondLeaseInfoApi = data => { return request({ url: '/material/lease_apply_info/getSecondLeaseInfo', @@ -162,6 +162,33 @@ export const getSecondLeaseInfoApi = data => { }) } +// 工器具退料记录-列表 +export const getBackInfoDetailsApi = data => { + return request({ + url: '/material/back_apply_info/getBackInfoDetails', + method: 'get', + params: data + }) +} + +// 工器具退料记录-合计 +export const getBackInfoDetailsNoPageListApi = data => { + return request({ + url: '/material/back_apply_info/getBackInfoDetailsNoPageList', + method: 'get', + params: data + }) +} + +// 工器具退料记录-详情 +export const getSecondBackInfoApi = data => { + return request({ + url: '/material/back_apply_info/getSecondBackInfo', + method: 'get', + params: data + }) +} + // 工器具台账管理-列表 export const getRetainedEquipmentListApi = data => { return request({ diff --git a/src/views/material/back/outRecord.vue b/src/views/material/back/outRecord.vue index 2f96b486..1b2430d8 100644 --- a/src/views/material/back/outRecord.vue +++ b/src/views/material/back/outRecord.vue @@ -41,26 +41,26 @@ {{ (queryParams.pageNum - 1) * 10 + scope.$index }} - - + + - + - - - - - + + + + + - - - - + + + + - - - - + + + +