diff --git a/src/router/index.js b/src/router/index.js index 9c410d01..4019c168 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2321,6 +2321,15 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/yinnong/bankAgriculture/paymentApproval/approvalApproval12'], resolve) }, + { + path: '/yinnong/approvalApproval13', + name: 'approvalApproval13', + meta: { + title: '付款审批', + hidden: true, + }, + component: (resolve) => require(['@/views/yinnong/bankAgriculture/paymentApproval/approvalApproval13'], resolve) + }, { path: '/yinnong/approvalModify', diff --git a/src/views/onlineHome/done.vue b/src/views/onlineHome/done.vue index b06e84a6..5e59999e 100644 --- a/src/views/onlineHome/done.vue +++ b/src/views/onlineHome/done.vue @@ -213,7 +213,9 @@ case 'house_circulation': this.$router.push({name:'circulationDetail',query: {id: item.formData.id,taskId:item.taskId,instanceId:item.formData.instanceId,type:item.type}}) break; - + case 'yinnong_majorevent': + this.$router.push({name:'approvalApproval13',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) + break; case 'yinnong_transfer': this.$router.push({name:'approvalApproval',query: {id:item.formData.id,taskId:item.taskId,type:item.type}}) break; diff --git a/src/views/sunVillage_info/bankAgriculture/paymentAccount/paymentAccountAdd.vue b/src/views/sunVillage_info/bankAgriculture/paymentAccount/paymentAccountAdd.vue index 7da1e53a..f252b3b7 100644 --- a/src/views/sunVillage_info/bankAgriculture/paymentAccount/paymentAccountAdd.vue +++ b/src/views/sunVillage_info/bankAgriculture/paymentAccount/paymentAccountAdd.vue @@ -104,7 +104,8 @@ @cancel="showTaccountId = false" /> - + +