|
|
@@ -1699,7 +1699,7 @@ const supportingDocsAuditColumns = ref([
|
|
|
case PressureTaskOrderStatus['REJECTED']:
|
|
|
return <div>
|
|
|
<p>当前流程:{row?.currentNode || '-'}</p>
|
|
|
- <p>状态:{row.status === PressureTaskOrderStatus['AUDITING'] ? '审核中' : `${row?.currentAuditor?.nickname}(${row?.currentAuditor?.id})拒绝`}</p>
|
|
|
+ <p>状态:{row.status === PressureTaskOrderStatus['AUDITING'] ? '审核中' : `${row?.currentAuditor?.nickname}(${row?.currentAuditor?.employeeNo})拒绝`}</p>
|
|
|
</div>
|
|
|
default:
|
|
|
return '-'
|
|
|
@@ -2446,7 +2446,8 @@ const handleResubmitDocs = async (row) => {
|
|
|
reportId: row.id,
|
|
|
templateId: row.templateId,
|
|
|
orderId: taskOrderDetail.value.id,
|
|
|
- prepareJson: row.prepareJson || ''
|
|
|
+ prepareJson: row.prepareJson || '',
|
|
|
+ isSelfType: row.tbType === 500 && row.pjType === 5,
|
|
|
}
|
|
|
inspectionplanDetail.value = row
|
|
|
isEdit.value = 'edit'
|