From 8bb204ea6b9c73727ba50e9697a6940b53e5963d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 30 一月 2026 10:16:17 +0800
Subject: [PATCH] 进销存升级 1.已进行发货和发货完成的销售订单限制不能删除

---
 src/api/productionManagement/productionCosting.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/api/productionManagement/productionCosting.js b/src/api/productionManagement/productionCosting.js
index 8cc0251..be7924b 100644
--- a/src/api/productionManagement/productionCosting.js
+++ b/src/api/productionManagement/productionCosting.js
@@ -8,4 +8,17 @@
     method: "get",
     params: query,
   });
-}
\ No newline at end of file
+}
+
+// 宸﹁竟琛ㄦ牸鐨勬帴鍙�
+// salesLedger/productionAccounting/page
+export function salesLedgerProductionAccountingList(query) {
+  return request({
+    url: "/salesLedger/productionAccounting/page",
+    method: "get",
+    params: query,
+  });
+}
+
+// 鍙宠竟琛ㄦ牸鐨勬帴鍙�
+//
\ No newline at end of file

--
Gitblit v1.9.3