From 8c5b3d6d414674e2deff34b8f55c0a74cae1e4bb Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Sat, 3 Aug 2024 17:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E5=86=9C=EF=BC=9A=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=9F=A5=E7=9C=8B=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../paymentApproval/approvalProcess.vue | 97 +++++++------------ .../paymentApproval/approvalProcess.vue | 91 +++++++---------- 2 files changed, 73 insertions(+), 115 deletions(-) diff --git a/src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalProcess.vue b/src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalProcess.vue index 012f7344..f2324453 100644 --- a/src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalProcess.vue +++ b/src/views/sunVillage_info/bankAgriculture/paymentApproval/approvalProcess.vue @@ -11,52 +11,41 @@
-

批次号:{{this.$route.query.auditbatchNo}}

- -

- 草稿 -
- -

- 已申请 - - {{form.applyUserName}} - {{form.applyDate}} - - -
- - -

-

-

-
- - - -

{{item1.nodeName}}

-

{{item1.nodeName}}

-

{{item1.nodeName}}

-
- -

{{item1.auditTime}}

-

{{item1.auditTime}}

-

{{item1.auditTime}}

-
-
- - -

{{item1.auditBy}}

-

{{item1.auditBy}}

-

{{item1.auditBy}}

-
- -

{{item1.auditRemark}}

-

{{item1.auditRemark}}

-

{{item1.auditRemark}}

-
-
-
+ +

批次号:{{index}}

+ + +

+

+

+
+ + + +

{{item1.actorName}}

+

{{item1.actorName}}

+

{{item1.actorName}}

+
+ +

{{item1.auditTime}}

+

{{item1.auditTime}}

+

{{item1.auditTime}}

+
+
+ + +

{{item1.auditBy}}

+

{{item1.auditBy}}

+

{{item1.auditBy}}

+
+ +

{{item1.auditRemark}}

+

{{item1.auditRemark}}

+

{{item1.auditRemark}}

+
+
+
+

审批流程

@@ -111,12 +100,8 @@ export default { //查询审批进程 getTransferProcess(id){ getTransferProcess(id).then(res => { - this.processList = res.data[auditbatchNo] - // console.info( this.processList); - // this.processList.乡镇审批时间 = this.processList.乡镇审批时间?this.format(this.processList.乡镇审批时间, "yyyy-MM-dd HH:mm:ss"):"" - // this.processList.区县审批时间 = this.processList.区县审批时间?this.format(this.processList.区县审批时间, "yyyy-MM-dd HH:mm:ss"):"" - // this.processList.支付状态时间 = this.processList.支付状态时间?this.format(this.processList.支付状态时间, "yyyy-MM-dd HH:mm:ss"):"" - // this.processList.入账状态时间 = this.processList.入账状态时间?this.format(this.processList.入账状态时间, "yyyy-MM-dd HH:mm:ss"):"" + this.processList = res.data + console.info( this.processList); }) }, handleUpdate(id) { @@ -214,12 +199,4 @@ export default { color: #878787; line-height: 22Px; } - .van-row{ - .van-row{ - .van-col{ - padding: 5Px 0 0 0!important; - color: #878787; - } - } - } diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/approvalProcess.vue b/src/views/yinnong/bankAgriculture/paymentApproval/approvalProcess.vue index 82906b32..e6821d4c 100644 --- a/src/views/yinnong/bankAgriculture/paymentApproval/approvalProcess.vue +++ b/src/views/yinnong/bankAgriculture/paymentApproval/approvalProcess.vue @@ -11,52 +11,41 @@
-

批次号:{{this.$route.query.auditbatchNo}}

- -

- 草稿 -
- -

- 已申请 - - {{form.applyUserName}} - {{form.applyDate}} - - -
- - -

-

-

-
- - - -

{{item1.nodeName}}

-

{{item1.nodeName}}

-

{{item1.nodeName}}

-
- -

{{item1.auditTime}}

-

{{item1.auditTime}}

-

{{item1.auditTime}}

-
-
- - -

{{item1.auditBy}}

-

{{item1.auditBy}}

-

{{item1.auditBy}}

-
- -

{{item1.auditRemark}}

-

{{item1.auditRemark}}

-

{{item1.auditRemark}}

-
-
-
+ +

批次号:{{index}}

+ + +

+

+

+
+ + + +

{{item1.actorName}}

+

{{item1.actorName}}

+

{{item1.actorName}}

+
+ +

{{item1.auditTime}}

+

{{item1.auditTime}}

+

{{item1.auditTime}}

+
+
+ + +

{{item1.auditBy}}

+

{{item1.auditBy}}

+

{{item1.auditBy}}

+
+ +

{{item1.auditRemark}}

+

{{item1.auditRemark}}

+

{{item1.auditRemark}}

+
+
+
+

审批流程

@@ -111,7 +100,7 @@ export default { //查询审批进程 getTransferProcess(id){ getTransferProcess(id).then(res => { - this.processList = res.data[auditbatchNo] + this.processList = res.data }) }, handleUpdate(id) { @@ -209,12 +198,4 @@ export default { color: #878787; line-height: 22Px; } - .van-row{ - .van-row{ - .van-col{ - padding: 5Px 0 0 0!important; - color: #878787; - } - } - }