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()