|
|
@@ -890,6 +890,11 @@ export const BoilerTaskOrderApi = {
|
|
|
return await request.get({ url: `/pressure2/boiler-task-order/inspection-opinion/reported-count`, params })
|
|
|
},
|
|
|
|
|
|
+ /** 校验检验方案是否已完成审核审批 */
|
|
|
+ checkSchemeStatus: async (orderItemId: string) => {
|
|
|
+ return await request.get({ url: '/pressure2/boiler-task-order/inspection-opinion/check-scheme-status', params: { orderItemId } })
|
|
|
+ },
|
|
|
+
|
|
|
/** 更新情况 */
|
|
|
updateSituation: async (data: any) => {
|
|
|
return await request.post({ url: `/pressure2/boiler-task-order/order-item/update-situation`, data })
|