From be33ba43cc8344208e45a0d893b9368caaacd2ad Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 25 Jul 2025 16:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AB=99=E9=A2=86=E6=96=99?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/materialsStation/index.js | 9 +++++++++ .../toolsLease/apply/component/homeApply.vue | 10 +++++----- .../toolsLease/outBound/component/homeApply.vue | 10 +++++----- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/api/materialsStation/index.js b/src/api/materialsStation/index.js index 868c9b9b..8cafd96b 100644 --- a/src/api/materialsStation/index.js +++ b/src/api/materialsStation/index.js @@ -274,6 +274,15 @@ export function getApplyInfo(id) { }) } +// 获取领料单 +export function getPickListApi(data) { + return request({ + url: '/material/material_lease_apply_info/getPickList', + method: 'get', + params: data + }) +} + // 领料申请-删除 export function applyRemove(ids) { return request({ diff --git a/src/views/materialsStation/toolsLease/apply/component/homeApply.vue b/src/views/materialsStation/toolsLease/apply/component/homeApply.vue index 48d9e9af..665f9aac 100644 --- a/src/views/materialsStation/toolsLease/apply/component/homeApply.vue +++ b/src/views/materialsStation/toolsLease/apply/component/homeApply.vue @@ -195,11 +195,12 @@
-
领料:
+
领料:
@@ -256,7 +257,7 @@