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

+
+