领料审核

This commit is contained in:
hongchao 2025-06-24 16:27:37 +08:00
parent 7687d84d57
commit 0a08a711c1
1 changed files with 13 additions and 1 deletions

View File

@ -147,7 +147,11 @@ export default {
taskId: '', // taskId
isAccept: '', // 1. 2.
recordId: '',
nextNodeId: '' // ID
nextNodeId: '', // ID
leaseId: '', // id
taskCode: '', //
unitName: '', //
projectName: '', //
}
}
},
@ -201,6 +205,14 @@ export default {
this.auditingParams.isAccept = type;
this.auditingParams.leaseId = this.detailsInfo.id
this.auditingParams.taskCode = this.detailsInfo.code
this.auditingParams.unitName = this.detailsInfo.leaseUnit
this.auditingParams.projectName = this.detailsInfo.leaseProject
//
const currentIndex = this.auditingList.findIndex(e => e.id === id);