From 6dd3b3c715d3452f2a7a9a26ef75a1b0daabff0b Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 28 Oct 2025 10:30:39 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-28=20=E4=BB=93=E5=BA=93=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E7=AE=A1=E7=90=86PDA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/countingWIP.js | 11 + .../modules/warehouse/countingDetail.vue | 278 +++++++++++++++--- src/views/modules/warehouse/countingList.vue | 81 ++--- 3 files changed, 297 insertions(+), 73 deletions(-) diff --git a/src/api/warehouse/countingWIP.js b/src/api/warehouse/countingWIP.js index 547938b..6de9565 100644 --- a/src/api/warehouse/countingWIP.js +++ b/src/api/warehouse/countingWIP.js @@ -66,3 +66,14 @@ export function countingWIPDelete(data) { }) } +/** + * 查询盘点明细列表(物料清单) + */ +export function countingReportDetailList(data) { + return http({ + url: http.adornUrl('/warehouse/countingReport/detailList'), + method: 'post', + data: http.adornData(data) + }) +} + diff --git a/src/views/modules/warehouse/countingDetail.vue b/src/views/modules/warehouse/countingDetail.vue index 526218b..af8f5d2 100644 --- a/src/views/modules/warehouse/countingDetail.vue +++ b/src/views/modules/warehouse/countingDetail.vue @@ -36,25 +36,22 @@