施工产值

This commit is contained in:
Teo
2025-07-31 20:46:40 +08:00
parent a97db36e7d
commit bbc927edba
17 changed files with 2216 additions and 9 deletions

View File

@ -119,6 +119,18 @@ export const workScheduleList = (query: workScheduleListQuery): AxiosPromise<wor
});
};
/**
* 获取进度计划详细详细信息
* @param params
*/
export const workScheduleListDetail = (id: string): AxiosPromise<any> => {
return request({
url: '/progress/progressPlanDetail/list',
method: 'get',
params: { progressCategoryId: id }
});
};
/**
* 获取进度类别坐标信息
* @param params