|
|
|
@ -284,7 +284,6 @@ export default { |
|
|
|
attachList: this.existingFiles, |
|
|
|
attachList: this.existingFiles, |
|
|
|
}; |
|
|
|
}; |
|
|
|
query_.checkResult = 1; |
|
|
|
query_.checkResult = 1; |
|
|
|
query_.fmProjectApplication.approvalStatus = 4; |
|
|
|
|
|
|
|
query_.fmProjectApplication.delayTime = |
|
|
|
query_.fmProjectApplication.delayTime = |
|
|
|
query_.fmProjectApplication.delayTime + ' 00:00:00'; |
|
|
|
query_.fmProjectApplication.delayTime + ' 00:00:00'; |
|
|
|
projectExecute(query_) |
|
|
|
projectExecute(query_) |
|
|
|
@ -311,7 +310,6 @@ export default { |
|
|
|
// if (query_.checkResult == 3) { |
|
|
|
// if (query_.checkResult == 3) { |
|
|
|
// query_.fmProjectApplication.approvalStatus = 5; |
|
|
|
// query_.fmProjectApplication.approvalStatus = 5; |
|
|
|
// } |
|
|
|
// } |
|
|
|
console.log(query_, '核查query_'); |
|
|
|
|
|
|
|
projectCheck(query_) |
|
|
|
projectCheck(query_) |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
|
this.$message.success('操作成功!'); |
|
|
|
this.$message.success('操作成功!'); |
|
|
|
@ -328,7 +326,6 @@ export default { |
|
|
|
fmProjectApplication: { |
|
|
|
fmProjectApplication: { |
|
|
|
...this.executeForm, |
|
|
|
...this.executeForm, |
|
|
|
}, |
|
|
|
}, |
|
|
|
// attachList: this.existingFiles, |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
if (this.detailForm.score < 75) { |
|
|
|
if (this.detailForm.score < 75) { |
|
|
|
this.$confirm('评价分数小于75,需要打回待审核状态,确认是否继续?', { |
|
|
|
this.$confirm('评价分数小于75,需要打回待审核状态,确认是否继续?', { |
|
|
|
@ -337,7 +334,6 @@ export default { |
|
|
|
type: 'warning', |
|
|
|
type: 'warning', |
|
|
|
}) |
|
|
|
}) |
|
|
|
.then(() => { |
|
|
|
.then(() => { |
|
|
|
// return removePersonAbility(row.id); |
|
|
|
|
|
|
|
// query_.fmProjectApplication.approvalStatus = 7; |
|
|
|
// query_.fmProjectApplication.approvalStatus = 7; |
|
|
|
projectApprove(query_) |
|
|
|
projectApprove(query_) |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
|
|