From 2a3bfb3cb8a3752776affc621474dc61ee021b08 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 21 八月 2026 10:54:00 +0800
Subject: [PATCH] 湟水峡 1.生产工单添加订单号查询条件 2.检验弹框不要分页展示

---
 src/api/viewIndex.js |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 8b5d144..fa91232 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -144,12 +144,19 @@
 
 // 绾垮舰鍥�
 export const getAmountHalfYear = () => {
-  return request({
-    url: "/sales/ledger/getAmountHalfYear",
-    method: "get",
-  });
-};
+    return request({
+        url: '/sales/ledger/getAmountHalfYear',
+        method: 'get'
+    })
+}
 
+// 棣栭〉-寰呭洖娆炬彁閱�
+export const overdueReceivable = () => {
+    return request({
+        url: '/home/overdueReceivable',
+        method: 'get'
+    })
+}
 // 鍚勭敓浜ц鍗曠殑瀹屾垚杩涘害缁熻
 // /home/progressStatistics
 export const getProgressStatistics = () => {

--
Gitblit v1.9.3