From 5b47afcd030b5a2d40f1fab2bba82a98a58f5def Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期六, 09 五月 2026 16:04:58 +0800
Subject: [PATCH] fix(采购退货单): 修正表格列标签中的错误术语

---
 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