From b844e6ff6f5c19247e6860561cfd7a2fb06678ee Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 21 Aug 2025 20:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E6=95=B0=E9=87=8F=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/lease/out.js | 9 ++++++++ src/views/material/lease/outBound/index.vue | 25 +++++++++++++++++++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/src/api/lease/out.js b/src/api/lease/out.js index 298fd101..504df62a 100644 --- a/src/api/lease/out.js +++ b/src/api/lease/out.js @@ -125,3 +125,12 @@ export function rejectLeaseOut(data) { data: data }) } + +// 出库数量 +export function getOutNumApi(data) { + return request({ + url: '/material/lease_apply_info/getOutNum', + method: 'get', + params: data + }) +} \ No newline at end of file diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 1e85bb0c..04057ba5 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -57,6 +57,13 @@ + + +
{{ queryParams.time ? queryParams.time[0] : '' }} - {{ queryParams.time ? queryParams.time[1] : '' }}出库数量: {{ allNum }}
+
+ +
+