From f17cb0aa32f1d1a85b57fc244f1726e8f728b148 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Thu, 4 Jun 2026 11:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/trans/transRecord.js | 7 + .../modules/trans/transSubRecordQuery.vue | 353 ++++++++++++++++++ 2 files changed, 360 insertions(+) create mode 100644 src/api/trans/transRecord.js create mode 100644 src/views/modules/trans/transSubRecordQuery.vue diff --git a/src/api/trans/transRecord.js b/src/api/trans/transRecord.js new file mode 100644 index 0000000..f4d0307 --- /dev/null +++ b/src/api/trans/transRecord.js @@ -0,0 +1,7 @@ +import { createAPI } from "@/utils/httpRequest.js"; + +// 查询出入库子表记录(header + detail + sub) +export const searchTransSubRecords = data => + createAPI(`/trans/searchTransSubRecords`, 'POST', data); + + diff --git a/src/views/modules/trans/transSubRecordQuery.vue b/src/views/modules/trans/transSubRecordQuery.vue new file mode 100644 index 0000000..c7c567a --- /dev/null +++ b/src/views/modules/trans/transSubRecordQuery.vue @@ -0,0 +1,353 @@ + + + + + + +