|
@@ -1848,7 +1848,7 @@ export default {
|
|
return 'evaluate'
|
|
return 'evaluate'
|
|
}
|
|
}
|
|
if (check.includes(nodeCode)) {
|
|
if (check.includes(nodeCode)) {
|
|
- return 'quality'
|
|
|
|
|
|
+ return 'producution'
|
|
}
|
|
}
|
|
if (saveCheck.includes(nodeCode)) {
|
|
if (saveCheck.includes(nodeCode)) {
|
|
return 'finance'
|
|
return 'finance'
|
|
@@ -3161,7 +3161,7 @@ export default {
|
|
let commit = val.commit;
|
|
let commit = val.commit;
|
|
let verify = new Object();
|
|
let verify = new Object();
|
|
verify.state = true;
|
|
verify.state = true;
|
|
- verify.nextHandlerId = this.secondCheckUserId;
|
|
|
|
|
|
+ verify.secondCheckId = this.secondCheckUserId;
|
|
let nodeCode = this.currentNode.nodeCode;
|
|
let nodeCode = this.currentNode.nodeCode;
|
|
if (commit.state === 'PASS') {
|
|
if (commit.state === 'PASS') {
|
|
this.getProductions(this.majorId, (this.reportNo == null ? this.statementNo : this.reportNo));
|
|
this.getProductions(this.majorId, (this.reportNo == null ? this.statementNo : this.reportNo));
|
|
@@ -3304,8 +3304,7 @@ export default {
|
|
case "CHECK_STATEMENT":
|
|
case "CHECK_STATEMENT":
|
|
case "CHECK_REPORT":
|
|
case "CHECK_REPORT":
|
|
case "CHECK_LETTER":
|
|
case "CHECK_LETTER":
|
|
- case "LAND_REPORT_NOT_RECORD_CHECK":
|
|
|
|
- if (commit.doSecondCheck != '不审' && !verify.nextHandlerId) {
|
|
|
|
|
|
+ if (commit.doSecondCheck != '不审' && !verify.secondCheckId ) {
|
|
verify.state = false;
|
|
verify.state = false;
|
|
callback(verify);
|
|
callback(verify);
|
|
this.chooseSecondCheckerDialog = true
|
|
this.chooseSecondCheckerDialog = true
|