From 64501c28d6214cd4aa8e8eb23c8fa8a79ccbd100 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 9 May 2025 18:03:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E8=BF=90=E8=A1=8C=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/report.js | 26 ++++ src/views/business/businessHandling/index.vue | 118 ++++++++++++------ .../components/card-model.vue | 1 + .../material/report/goodsEntryReport.vue | 81 +++++++++--- 4 files changed, 171 insertions(+), 55 deletions(-) diff --git a/src/api/report/report.js b/src/api/report/report.js index 266c22b1..95b0c8dc 100644 --- a/src/api/report/report.js +++ b/src/api/report/report.js @@ -25,6 +25,32 @@ export function getPurChaseReportDetailsListApi(query) { }) } +// 新购入库验收合格报表-弹窗查询 +export function getPurChaseReportSuccessListApi(query) { + return request({ + url: '/material/bm_report/getPurChaseReportSuccessList', + method: 'get', + params: query + }) +} + +// 新购入库数量报表-弹窗查询 +export function getPurChaseReportInBoundListApi(query) { + return request({ + url: '/material/bm_report/getPurChaseReportInBoundList', + method: 'get', + params: query + }) +} + +// 新购入库数量报表-弹窗查询 +export function getPurChaseReportNotInBoundListApi(query) { + return request({ + url: '/material/bm_report/getPurChaseReportNotInBoundList', + method: 'get', + params: query + }) +} // 领料出库报表查询 export function getLeaseOutListApi(query) { diff --git a/src/views/business/businessHandling/index.vue b/src/views/business/businessHandling/index.vue index 1421c52b..b05a70ea 100644 --- a/src/views/business/businessHandling/index.vue +++ b/src/views/business/businessHandling/index.vue @@ -38,7 +38,7 @@ noOptionsText="没有数据" noResultsText="没有搜索结果" placeholder="请选择领用工程" - @select="projectChange" + /> @@ -136,23 +136,22 @@ :label="item.fullPath" :value="item.typeId" :data-key="item.typeId" + @mouseenter.native="showCustomTooltip(item, $event)" + @mouseleave.native="hideCustomTooltip" > - - - - +
+ +

库存: {{ currentTooltipItem.storageNum }}

+
+