|
|
@@ -266,6 +266,7 @@ import {DynamicTbColApi} from "@/api/pressure2/dynamictbcol";
|
|
|
import {SpreadViewer} from "@/components/DynamicReport";
|
|
|
import {InitParams} from "@/components/DynamicReport/SpreadInterface";
|
|
|
import {PipeInputApi} from "@/api/pressure2/pipeInput";
|
|
|
+import {OrderReportApi} from "@/api/pressure2/orderreport";
|
|
|
|
|
|
const approvalUserVisible = ref(false)
|
|
|
const formRef = ref<InstanceType<typeof ElForm>>()
|
|
|
@@ -631,6 +632,12 @@ const fetchHisVersionPage = async (bool = false) => {
|
|
|
|
|
|
//return handleUpdate()
|
|
|
}
|
|
|
+
|
|
|
+ //检验情况告知单更新
|
|
|
+ if (props.businessType === 1000 && curReportId.value !== ''){
|
|
|
+ await OrderReportApi.updateNotificationReport(props.taskOrderDetail.id)
|
|
|
+ }
|
|
|
+
|
|
|
//bool && getServiceOrderPDF(pdfParams)
|
|
|
}
|
|
|
|