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"/> - - - - - - - - - - - - - - - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
-
-
+ + + + + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
@@ -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()