From 072b7c1fa983cbfa9dc5b311fd815c8d9142ee33 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 15 五月 2026 13:25:57 +0800
Subject: [PATCH] 进销存pro 1.计量器具台账不要检定周期了,不要安装位置,加一个快到期提醒

---
 src/api/productionManagement/productionCosting.js |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/api/productionManagement/productionCosting.js b/src/api/productionManagement/productionCosting.js
index be7924b..81e6b1b 100644
--- a/src/api/productionManagement/productionCosting.js
+++ b/src/api/productionManagement/productionCosting.js
@@ -14,11 +14,18 @@
 // salesLedger/productionAccounting/page
 export function salesLedgerProductionAccountingList(query) {
   return request({
-    url: "/salesLedger/productionAccounting/page",
+    url: "/productionAccount/listPage",
     method: "get",
     params: query,
   });
 }
 
 // 鍙宠竟琛ㄦ牸鐨勬帴鍙�
-//
\ No newline at end of file
+//
+export function salesLedgerProductionAccountingListProductionDetails(query) {
+  return request({
+    url: "/productionAccount/listProductionDetails",
+    method: "get",
+    params: query,
+  });
+}

--
Gitblit v1.9.3