巡查审计传参和文言修改
parent
4bb736086e
commit
19a98b4453
|
|
@ -169,7 +169,7 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
wrap-class-name="full-modal"
|
wrap-class-name="full-modal"
|
||||||
v-model:open="auditOpen"
|
v-model:open="auditOpen"
|
||||||
title="审核监督"
|
title="填报审核"
|
||||||
footer=""
|
footer=""
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
>
|
>
|
||||||
|
|
@ -180,6 +180,7 @@
|
||||||
:taskId="taskId"
|
:taskId="taskId"
|
||||||
:isRead="isRead"
|
:isRead="isRead"
|
||||||
:type="type"
|
:type="type"
|
||||||
|
:auditData="auditData"
|
||||||
@closeModel="closeMolder"
|
@closeModel="closeMolder"
|
||||||
/>
|
/>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
|
|
@ -220,6 +221,7 @@
|
||||||
const processId = ref('');
|
const processId = ref('');
|
||||||
const taskId = ref('');
|
const taskId = ref('');
|
||||||
const type = ref('');
|
const type = ref('');
|
||||||
|
const auditData = ref()
|
||||||
const isRead: any = ref(0);
|
const isRead: any = ref(0);
|
||||||
|
|
||||||
const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE;
|
const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE;
|
||||||
|
|
@ -260,6 +262,7 @@
|
||||||
processId.value = record.processid;
|
processId.value = record.processid;
|
||||||
taskId.value = record.taskeid;
|
taskId.value = record.taskeid;
|
||||||
type.value = record.type;
|
type.value = record.type;
|
||||||
|
auditData.value = record;
|
||||||
}
|
}
|
||||||
const cancelCollectItem = (item) => {
|
const cancelCollectItem = (item) => {
|
||||||
deleteTaskCase(item.Fid).then(res => {
|
deleteTaskCase(item.Fid).then(res => {
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
wrap-class-name="full-modal"
|
wrap-class-name="full-modal"
|
||||||
v-model:open="auditOpen"
|
v-model:open="auditOpen"
|
||||||
title="审核监督"
|
title="填报审核"
|
||||||
footer=""
|
footer=""
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -218,7 +218,7 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
wrap-class-name="full-modal"
|
wrap-class-name="full-modal"
|
||||||
v-model:open="auditOpen"
|
v-model:open="auditOpen"
|
||||||
title="审核监督"
|
title="整改审核"
|
||||||
footer=""
|
footer=""
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
>
|
>
|
||||||
|
|
@ -229,6 +229,7 @@
|
||||||
:taskId="taskId"
|
:taskId="taskId"
|
||||||
:isRead="isRead"
|
:isRead="isRead"
|
||||||
:type="type"
|
:type="type"
|
||||||
|
:auditData="auditData"
|
||||||
@closeModel="closeMolder"
|
@closeModel="closeMolder"
|
||||||
/>
|
/>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
|
|
@ -270,6 +271,7 @@
|
||||||
const processId = ref('');
|
const processId = ref('');
|
||||||
const taskId = ref('');
|
const taskId = ref('');
|
||||||
const type = ref('');
|
const type = ref('');
|
||||||
|
const auditData = ref()
|
||||||
const isRead: any = ref(0);
|
const isRead: any = ref(0);
|
||||||
|
|
||||||
const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE;
|
const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE;
|
||||||
|
|
@ -310,6 +312,7 @@
|
||||||
processId.value = record.processid;
|
processId.value = record.processid;
|
||||||
taskId.value = record.taskeid;
|
taskId.value = record.taskeid;
|
||||||
type.value = record.type;
|
type.value = record.type;
|
||||||
|
auditData.value = record;
|
||||||
}
|
}
|
||||||
const cancelCollectItem = (item) => {
|
const cancelCollectItem = (item) => {
|
||||||
deleteTaskCase(item.Fid).then(res => {
|
deleteTaskCase(item.Fid).then(res => {
|
||||||
|
|
|
||||||
|
|
@ -174,7 +174,7 @@
|
||||||
width="100%"
|
width="100%"
|
||||||
wrap-class-name="full-modal"
|
wrap-class-name="full-modal"
|
||||||
v-model:open="auditOpen"
|
v-model:open="auditOpen"
|
||||||
title="违法处理"
|
title="整改审核"
|
||||||
footer=""
|
footer=""
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue