From 1cc68e5d451abe232602d99dc0d571ce9e66d0d1 Mon Sep 17 00:00:00 2001
From: zhangdingyu <974548713@qq.com>
Date: Thu, 14 Feb 2019 14:04:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E6=AC=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../index.vue | 209 ++++++++----------
1 file changed, 96 insertions(+), 113 deletions(-)
diff --git a/src/views/Outsourcing/OutsourcingPaymentPlanManagement2/index.vue b/src/views/Outsourcing/OutsourcingPaymentPlanManagement2/index.vue
index 1e7236cd..17b4d858 100644
--- a/src/views/Outsourcing/OutsourcingPaymentPlanManagement2/index.vue
+++ b/src/views/Outsourcing/OutsourcingPaymentPlanManagement2/index.vue
@@ -57,119 +57,100 @@
@current-change="handleCurrentChange"/>
-
-
-
-
-
-
-
- {{ scope.row.付款金额 }}
-
-
-
-
- {{ scope.row.备注 }}
-
-
-
-
- {{ scope.row.付款日期 }}
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.发票号 }}
-
-
-
-
- {{ scope.row.接收人 }}
-
-
-
-
- {{ scope.row.开户行 }}
-
-
-
-
- {{ scope.row.开票金额 }}
-
-
-
-
- {{ scope.row.开票时间 }}
-
-
-
-
- {{ scope.row.接收时间 }}
-
-
-
-
- {{ scope.row.备注 }}
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ scope.row.付款金额 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+ {{ scope.row.付款日期 }}
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.发票号 }}
+
+
+
+
+ {{ scope.row.接收人 }}
+
+
+
+
+ {{ scope.row.开户行 }}
+
+
+
+
+ {{ scope.row.开票金额 }}
+
+
+
+
+ {{ scope.row.开票时间 }}
+
+
+
+
+ {{ scope.row.接收时间 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
@@ -424,6 +405,7 @@ export default {
},
// 新增付款打开
payment(row, formName) {
+ this.param2 = 0
this.count3 = this.count3 + 1
if (this.count3 !== 1) {
this.$refs[formName].resetFields()
@@ -457,6 +439,7 @@ export default {
},
// 编辑付款打开
handleChange3(row, formName) {
+ this.param2 = 1
this.count4 = this.count4 + 1
if (this.count4 !== 1) {
this.$refs[formName].resetFields()