|
@@ -90,10 +90,35 @@ export default {
|
|
`/meihuajing/yinhuanpaicha/yinhuanform_yzg_yq?id=` + item.id
|
|
`/meihuajing/yinhuanpaicha/yinhuanform_yzg_yq?id=` + item.id
|
|
);
|
|
);
|
|
} else if (item.rectification_status == 3) {
|
|
} else if (item.rectification_status == 3) {
|
|
- // 逾期
|
|
|
|
|
|
+ // 逾期 未验收
|
|
this.$router.push(
|
|
this.$router.push(
|
|
`/meihuajing/yinhuanpaicha/yinhuanform_wzgyq?id=` + item.id
|
|
`/meihuajing/yinhuanpaicha/yinhuanform_wzgyq?id=` + item.id
|
|
);
|
|
);
|
|
|
|
+ } else if (item.rectification_status == 0 && item.status == 1) {
|
|
|
|
+ //未整改 未验收
|
|
|
|
+ this.$router.push(
|
|
|
|
+ `/meihuajing/yinhuanpaicha/yinhuanform_wzg_wys?id=` + item.id
|
|
|
|
+ );
|
|
|
|
+ } else if (item.rectification_status == 2 && item.status == 1) {
|
|
|
|
+ //申请延期 未验收
|
|
|
|
+ this.$router.push(
|
|
|
|
+ `/meihuajing/yinhuanpaicha/yinhuanform_sqyq_wys?id=` + item.id
|
|
|
|
+ );
|
|
|
|
+ } else if (item.rectification_status == 1 && item.status == 1) {
|
|
|
|
+ //已整改 未验收
|
|
|
|
+ this.$router.push(
|
|
|
|
+ `/meihuajing/yinhuanpaicha/yinhuanform_yzg_wys?id=` + item.id
|
|
|
|
+ );
|
|
|
|
+ } else if (item.status == 4) {
|
|
|
|
+ // 未通过
|
|
|
|
+ this.$router.push(
|
|
|
|
+ `/meihuajing/yinhuanpaicha/yinhuanform_yzg_wtg?id=` + item.id
|
|
|
|
+ );
|
|
|
|
+ } else if (item.status == 2) {
|
|
|
|
+ // 已验收
|
|
|
|
+ this.$router.push(
|
|
|
|
+ `/meihuajing/yinhuanpaicha/yinhuanform_my_yys?id=` + item.id
|
|
|
|
+ );
|
|
}
|
|
}
|
|
},
|
|
},
|
|
},
|
|
},
|