|
|
@@ -526,6 +526,11 @@ export const BoilerTaskOrderApi = {
|
|
|
return await request.post({ url: `/pressure2/boiler-task-order-security-check/create`, data })
|
|
|
},
|
|
|
|
|
|
+ // 检验员-任务单: 安全检查记录: 回写
|
|
|
+ updateSafetyCheckRecord: async (data: any) => {
|
|
|
+ return await request.post({ url: `/pressure2/boiler-task-order-security-check/update`, data })
|
|
|
+ },
|
|
|
+
|
|
|
getServiceFromUpdate: async (data: any) => {
|
|
|
return await request.put({
|
|
|
url: `/pressure2/boiler-task-order/service-from/update`,
|