From 6a9b8e80f33fcc5ac5adc747df73cb698093350b Mon Sep 17 00:00:00 2001 From: zhaodengke Date: Wed, 6 Nov 2024 10:09:21 +0800 Subject: [PATCH 01/11] =?UTF-8?q?Task=20=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../list_tourists_registration_detail_visitor.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/sunVillage_info/list_tourists_registration_detail_visitor.vue b/src/views/sunVillage_info/list_tourists_registration_detail_visitor.vue index 3f590887..c2dc468e 100644 --- a/src/views/sunVillage_info/list_tourists_registration_detail_visitor.vue +++ b/src/views/sunVillage_info/list_tourists_registration_detail_visitor.vue @@ -16,13 +16,13 @@ --> - + Date: Thu, 21 Nov 2024 10:30:50 +0800 Subject: [PATCH 02/11] =?UTF-8?q?=E5=90=91store=E5=A1=9E=E5=85=A5=E7=94=A8?= =?UTF-8?q?=E6=88=B7deptID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 1 + src/views/yinnong/doneCompleted/doneNew.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 930adb26..bc3c68b3 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -17,6 +17,7 @@ const user = { baseRoutingUrl: '', businessLevel: '', userId:null, + deptId:null, }, mutations: { diff --git a/src/views/yinnong/doneCompleted/doneNew.vue b/src/views/yinnong/doneCompleted/doneNew.vue index 7fd21c84..95a29f69 100644 --- a/src/views/yinnong/doneCompleted/doneNew.vue +++ b/src/views/yinnong/doneCompleted/doneNew.vue @@ -83,6 +83,8 @@ queryParams: { pageNum: 1, pageSize: 10, + systemType: null, + deptId: null, }, activityBusinessTypeOptions:[], images:['../../../../static/images/yinnong/banner_02.jpg'], From 5921895f02ca0ede5ed1a50c69c656ee784e9aa9 Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Thu, 21 Nov 2024 10:49:58 +0800 Subject: [PATCH 03/11] =?UTF-8?q?=E9=93=B6=E5=86=9C=EF=BC=9A=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E5=BE=85=E5=8A=9E=E5=B7=B2=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/yinnong/doneCompleted/completedNew.vue | 1 + src/views/yinnong/doneCompleted/doneNew.vue | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/yinnong/doneCompleted/completedNew.vue b/src/views/yinnong/doneCompleted/completedNew.vue index 603040f8..1da415d4 100644 --- a/src/views/yinnong/doneCompleted/completedNew.vue +++ b/src/views/yinnong/doneCompleted/completedNew.vue @@ -129,6 +129,7 @@ getListReq(pageInfo) { //console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize); return new Promise((resolve, reject) => { + this.$set(this.queryParams, "deptId", this.$store.state.user.deptId); A_myTodoList(this.queryParams).then((response) => { //console.info(_this.taskList.length) response.rows.forEach(res => { diff --git a/src/views/yinnong/doneCompleted/doneNew.vue b/src/views/yinnong/doneCompleted/doneNew.vue index 7fd21c84..66f47b82 100644 --- a/src/views/yinnong/doneCompleted/doneNew.vue +++ b/src/views/yinnong/doneCompleted/doneNew.vue @@ -83,6 +83,8 @@ queryParams: { pageNum: 1, pageSize: 10, + systemType: null, + deptId: null, }, activityBusinessTypeOptions:[], images:['../../../../static/images/yinnong/banner_02.jpg'], @@ -114,7 +116,8 @@ } }, getListReq(pageInfo) { - //console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize); + //console.log(pageInfo, this.queryParams.pageNum, this.queryParams.pageSize) + this.$set(this.queryParams, "deptId", this.$store.state.user.deptId); return new Promise((resolve, reject) => { A_myDoneList(this.queryParams).then((response) => { //console.info(_this.taskList.length) From b5eecae0443a7e8e3d31d703568d37a054a8e1bc Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Tue, 3 Dec 2024 14:33:01 +0800 Subject: [PATCH 04/11] =?UTF-8?q?=E9=93=B6=E5=86=9C=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BE=85=E6=94=AF=E4=BB=98=E5=92=8C=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bankAgriculture/paymentApproval.js | 63 +- .../images/sunVillage_info/index_icon_14.png | Bin 0 -> 3425 bytes .../images/sunVillage_info/index_icon_15.png | Bin 0 -> 3908 bytes src/router/index.js | 28 +- .../paymentPending/approvalDetail.vue | 663 ++++++++++++++++++ .../paymentPending/approvalList.vue | 313 +++++++++ .../paymentPending/approvalProcess.vue | 267 +++++++ .../paymentPending/payRecordList.vue | 204 ++++++ 8 files changed, 1532 insertions(+), 6 deletions(-) create mode 100644 src/assets/images/sunVillage_info/index_icon_14.png create mode 100644 src/assets/images/sunVillage_info/index_icon_15.png create mode 100644 src/views/sunVillage_info/bankAgriculture/paymentPending/approvalDetail.vue create mode 100644 src/views/sunVillage_info/bankAgriculture/paymentPending/approvalList.vue create mode 100644 src/views/sunVillage_info/bankAgriculture/paymentPending/approvalProcess.vue create mode 100644 src/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList.vue diff --git a/src/api/onlineHome/bankAgriculture/paymentApproval.js b/src/api/onlineHome/bankAgriculture/paymentApproval.js index 7d2de691..da5a6384 100644 --- a/src/api/onlineHome/bankAgriculture/paymentApproval.js +++ b/src/api/onlineHome/bankAgriculture/paymentApproval.js @@ -8,6 +8,58 @@ export function listTransfer(query) { params: query }) } +// 查询银行转账待支付列表 +export function payList(query) { + return request({ + url: '/yinnong/transfer/payList', + method: 'get', + params: query + }) +} +// 查询银行转账支付记录列表 +export function payRecordList(query) { + return request({ + url: '/yinnong/transfer/payRecordList', + method: 'get', + params: query + }) +} +// 支付 +export function pay(query) { + return request({ + url: '/yinnong/transfer/pay', + method: 'get', + params: query + }) +} +export function sendSms(query) { + return request({ + url: '/yinnong/transfer/sendSms', + method: 'get', + params: query + }) +} +// 核实结果 +export function transactionStatusQuery(id) { + return request({ + url: '/yinnong/transfer/transactionStatusQuery/' + id, + method: 'get' + }) +} +// 支付复核 +export function editDoubleConfirmationStatus(id) { + return request({ + url: '/yinnong/transfer/editDoubleConfirmationStatus/' + id, + method: 'get' + }) +} +// 重置银行转账=撤回 +export function resetTYinnongTransfer(id) { + return request({ + url: '/yinnong/transfer/resetTYinnongTransfer/' + id, + method: 'get' + }) +} // 查询现金提现申请列表 export function listCash(query) { return request({ @@ -23,16 +75,17 @@ export function getTransfer(id) { method: 'get' }) } - -export function transactionStatusQuery(id) { +//重新申请 +export function reapply(id) { return request({ - url: '/yinnong/transfer/transactionStatusQuery/' + id, + url: '/yinnong/transfer/reapply/' + id, method: 'get' }) } -export function reapply(id) { +//取消支付 +export function reapplyDraft(id) { return request({ - url: '/yinnong/transfer/reapply/' + id, + url: '/yinnong/transfer/reapplyDraft/' + id, method: 'get' }) } diff --git a/src/assets/images/sunVillage_info/index_icon_14.png b/src/assets/images/sunVillage_info/index_icon_14.png new file mode 100644 index 0000000000000000000000000000000000000000..9dfa910c01e956fb9604d48a94e778aab74c5294 GIT binary patch literal 3425 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 TQ%?QyUu$M$iTcyPE$V*&*81Dd literal 0 HcmV?d00001 diff --git a/src/router/index.js b/src/router/index.js index 82f4d8c8..37044daf 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5584,7 +5584,33 @@ export const constantRoutes = [ }, component: (resolve) => require(['@/views/yinnong/bankAgriculture/recordDetail/recordDetailList'], resolve) }, - + { + path: '/sunVillage_info/paymentPendingList', + name: 'sunVillagePaymentPendingList', + meta: { + title: '待我支付', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/bankAgriculture/paymentPending/approvalList'], resolve) + }, + { + path: '/sunVillage_info/payRecordList', + name: 'sunVillagePayRecordList', + meta: { + title: '支付记录', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList'], resolve) + }, + { + path: '/sunVillage_info/paymentPendingApprovalDetail', + name: 'sunVillagePaymentPendingApprovalDetail', + meta: { + title: '银农银行卡转账申请', + hidden: true, + }, + component: (resolve) => require(['@/views/sunVillage_info/bankAgriculture/paymentPending/approvalDetail'], resolve) + }, //<--------------------------------------农业大托管--------------------------------------> { path: '/agriculturalTrusteeship/index', diff --git a/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalDetail.vue b/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalDetail.vue new file mode 100644 index 00000000..599161d8 --- /dev/null +++ b/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalDetail.vue @@ -0,0 +1,663 @@ + + + + + diff --git a/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalList.vue b/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalList.vue new file mode 100644 index 00000000..925b9852 --- /dev/null +++ b/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalList.vue @@ -0,0 +1,313 @@ + + + + + diff --git a/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalProcess.vue b/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalProcess.vue new file mode 100644 index 00000000..facca97a --- /dev/null +++ b/src/views/sunVillage_info/bankAgriculture/paymentPending/approvalProcess.vue @@ -0,0 +1,267 @@ + + + + + diff --git a/src/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList.vue b/src/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList.vue new file mode 100644 index 00000000..a0a8898f --- /dev/null +++ b/src/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList.vue @@ -0,0 +1,204 @@ + + + + + From e35f8d2818bed95d80ffc337823bae69765752eb Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Wed, 4 Dec 2024 17:27:51 +0800 Subject: [PATCH 05/11] =?UTF-8?q?=E9=93=B6=E5=86=9C=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=BE=85=E6=94=AF=E4=BB=98=E5=92=8C=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bankAgriculture/paymentPending/payRecordList.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList.vue b/src/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList.vue index a0a8898f..5d2b8c4f 100644 --- a/src/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList.vue +++ b/src/views/sunVillage_info/bankAgriculture/paymentPending/payRecordList.vue @@ -7,7 +7,7 @@ @click-left="onClickLeft" >