进度管理
施工计划:
进度填报:
- POST /api/AppApi/getPlanProgressInfo 获取进度填报
- POST /api/AppApi/setPlanSubmitHistory 提交施工进度填报
- POST /api/AppApi/GetPlanApplData 获取进度审核列表
- POST /api/AppApi/getPlanLogById 32.根据ID获取进度填报
- POST /api/AppApi/getProgressVerifyLogById 38.根据ID获取进度审核详情
- POST /api/AppApi/getFlowInfoLogByLogID 根据FlowId 查询施工日志审批流程
- POST /api/AppApi/auditingPlanLog 33.审核施工进度填报
施工日志:
- POST /api/AppApi/GetConstructMonthLogStatus 82.查询施工日志月填报情况
- POST /api/AppApi/GetConstructMonthLogInfo 83.查询施工日志详情
- POST /api/AppApi/submitConstructMonthLog 84.提交施工日志
- POST /api/AppApi/GetconstructionSites 查询具体日期施工部位列表
其他