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;
- }
- }
- }