From 948b8191b8f32ce002b3f418b3669e01f745bcaa Mon Sep 17 00:00:00 2001 From: bingbo <bingbo1993@126.com> Date: 星期日, 26 十一月 2023 10:46:47 +0800 Subject: [PATCH] 环号位数 --- web/src/api/modules/report.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/web/src/api/modules/report.js b/web/src/api/modules/report.js index 5d8374e..6d67229 100644 --- a/web/src/api/modules/report.js +++ b/web/src/api/modules/report.js @@ -10,6 +10,17 @@ searchDieList: params => axios.post('/engineering/device/mouldList', params), + /** + * 钢筋笼生产报表 + */ + searchBearsReports: params => + axios.post('/secure/szpipereport/steelReport', params), + + /** + * 管片生产报表 + */ + searchPipesReports: params => + axios.post('/secure/szpipereport/pipeReport', params), /** * 安全考核报表 -- Gitblit v1.9.3