From 0283fbf9a5bd5064593b32ad1f372fea5fc0c7c8 Mon Sep 17 00:00:00 2001
From: "271556543@qq.com" <271556543@qq.com>
Date: Thu, 25 Aug 2022 15:20:56 +0800
Subject: [PATCH] 2022.8.25
---
.../contractPaymentRegistration.vue | 146 +++++++++++++++++-
src/views/contract/contractList.vue | 2 +-
2 files changed, 142 insertions(+), 6 deletions(-)
diff --git a/src/views/contract/components/contractPaymentRegistration.vue b/src/views/contract/components/contractPaymentRegistration.vue
index 999e0dc..8d324ff 100644
--- a/src/views/contract/components/contractPaymentRegistration.vue
+++ b/src/views/contract/components/contractPaymentRegistration.vue
@@ -2,6 +2,9 @@
+
+ 新增付款计划
+
@@ -9,15 +12,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/contract/contractList.vue b/src/views/contract/contractList.vue
index 61448d8..7c91d69 100644
--- a/src/views/contract/contractList.vue
+++ b/src/views/contract/contractList.vue
@@ -797,10 +797,10 @@ export default {
//点击付款计划查看
showPaymentPlan(row, column, cell){
- //console.log(column)
if(column.property === 'sign_plan_count'){
this.$refs['contractPaymentRegistration'].getSignPlan(row.id)
this.$refs['contractPaymentRegistration'].isShow = true
+ row.id === 2 ? this.$refs['contractPaymentRegistration'].isSign = true : this.$refs['contractPaymentRegistration'].isSign = false
}
if(column.property === 'fund_log_total'){
this.$router.push(`/contract/paymentRegistrationList?contractId=${row.id}`)