From 50478b84da86ef020c2fcb6de2855644a95fee10 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 26 五月 2025 14:34:29 +0800
Subject: [PATCH] 1.首页开发联调

---
 src/api/procurementManagement/procurementInvoiceLedger.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/procurementManagement/procurementInvoiceLedger.js b/src/api/procurementManagement/procurementInvoiceLedger.js
index 12efa78..c739a86 100644
--- a/src/api/procurementManagement/procurementInvoiceLedger.js
+++ b/src/api/procurementManagement/procurementInvoiceLedger.js
@@ -40,4 +40,12 @@
         method: 'delete',
         data: query
     })
+}
+// 瀛愯〃鏍兼煡璇�
+export function productRecordList(query){
+    return request({
+        url: '/purchase/registration/productRecordList',
+        method: 'get',
+        params: query
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3