From fcb946010b16d1ca972644b4e7cd6aefef087d56 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 15 Jan 2026 13:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B9=E7=94=A8=E6=8E=A8=E9=80=81=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/purchase/goodsArrived.js | 9 ++ src/views/business/businessHandling/index.vue | 4 +- .../material/cost/component/examHome.vue | 10 +-- .../costPush/expendableExpensePush/index.vue | 39 ++++++++- .../costPush/leaseExpensePush/index.vue | 39 ++++++++- .../material/costPush/pushReview/index.vue | 87 ++++++++++++++----- 6 files changed, 153 insertions(+), 35 deletions(-) diff --git a/src/api/purchase/goodsArrived.js b/src/api/purchase/goodsArrived.js index c0bbab9a..24afd026 100644 --- a/src/api/purchase/goodsArrived.js +++ b/src/api/purchase/goodsArrived.js @@ -105,6 +105,15 @@ export function equipmentTypeTree(query) { }) } +//获取机具类型树--领用申请 +export function equipmentTypeTreeLY(query) { + return request({ + url: '/material/ma_type/equipmentTypeLY', + method: 'get', + params: query, + }) +} + // 上传报告附件 export function uploadPurchaseFile(data) { return request({ diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index a67e0e7d..7a9c65d0 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -454,7 +454,7 @@