付款计划
@@ -345,7 +432,14 @@
date: '',
is_assurance: false,
assurance_money: '',
- assurance_expire: ''
+ assurance_expire: '',
+ other_tender_name:'',
+ project_end_time:'',
+ is_acceptance:'',
+ quotation_situation:'',
+ audit_situation:'',
+ change_visa_amount:'',
+ payment_content:''
},
rules: {
number: [{
@@ -502,7 +596,14 @@
date: this.form.date,
is_assurance: this.form.is_assurance,
assurance_money: this.form.assurance_money,
- assurance_expire: this.form.assurance_expire
+ assurance_expire: this.form.assurance_expire,
+ other_tender_name:this.form.other_tender_name,
+ project_end_time:this.form.project_end_time,
+ is_acceptance:this.form.is_acceptance,
+ quotation_situation:this.form.quotation_situation,
+ audit_situation:this.form.audit_situation,
+ change_visa_amount:this.form.change_visa_amount,
+ payment_content:this.form.payment_content
}).then(res => {
this.isShow = false
Message({