From 73e0ada83e1ffdbf629361760ad5fb962264c819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 4 Mar 2026 14:43:45 +0800 Subject: [PATCH] =?UTF-8?q?task=20=E7=BB=8F=E8=B4=B9=E9=A2=84=E7=AE=97?= =?UTF-8?q?=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 + .../approvalApproval_funds.vue | 226 ++++++++++++++++++ .../yinnong/doneCompleted/completedNew.vue | 3 + src/views/yinnong/doneCompleted/doneNew.vue | 3 + 4 files changed, 241 insertions(+) create mode 100644 src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval_funds.vue diff --git a/src/router/index.js b/src/router/index.js index 5ff8af24..f4d267a5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2393,6 +2393,15 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/yinnong/bankAgriculture/paymentApproval/approvalApproval13'], resolve) }, + { + path: '/yinnong/approvalApproval_funds', + name: 'approvalApprovalFuns', + meta: { + title: '经费预算', + hidden: true, + }, + component: (resolve) => require(['@/views/yinnong/bankAgriculture/paymentApproval/approvalApproval_funds'], resolve) + }, { path: '/yinnong/sealApproval', name: 'sealApproval', diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval_funds.vue b/src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval_funds.vue new file mode 100644 index 00000000..3d0bf96f --- /dev/null +++ b/src/views/yinnong/bankAgriculture/paymentApproval/approvalApproval_funds.vue @@ -0,0 +1,226 @@ + + + + + diff --git a/src/views/yinnong/doneCompleted/completedNew.vue b/src/views/yinnong/doneCompleted/completedNew.vue index aeb106a8..ab949c2f 100644 --- a/src/views/yinnong/doneCompleted/completedNew.vue +++ b/src/views/yinnong/doneCompleted/completedNew.vue @@ -246,6 +246,9 @@ case 't_sys_contraction': this.$router.push({name:'contractionApproval',query: {id:item.data.id,taskId:item.id, auditbatchNo: item.auditbatchNo, type:"todo"}}) break; + case 't_cashier_funds': + this.$router.push({name:'approvalApprovalFuns',query: {id:item.data.id, taskId:item.id, type:"todo"}}) + break; } } }, diff --git a/src/views/yinnong/doneCompleted/doneNew.vue b/src/views/yinnong/doneCompleted/doneNew.vue index fb3dc810..4f5b5a89 100644 --- a/src/views/yinnong/doneCompleted/doneNew.vue +++ b/src/views/yinnong/doneCompleted/doneNew.vue @@ -232,6 +232,9 @@ case 't_sys_contraction': this.$router.push({name:'contractionApproval',query: {id:item.data.id,taskId:item.id, auditbatchNo: item.auditbatchNo, type:"done"}}) break; + case 't_cashier_funds': + this.$router.push({name:'approvalApprovalFuns',query: {id:item.data.id, taskId:item.id, type:"done"}}) + break; } } },