|
@@ -802,7 +802,7 @@ export default {
|
|
|
if (this.$route.query.type == '居间'){
|
|
|
this.form.enterprisename = this.data.ascription_enterprisename
|
|
|
this.form.customername = this.data.enterprisename
|
|
|
- this.form.ascription_title_new = this.data.ascription_title ? this.data.billno + '-' + this.data.ascription_title : this.data.billno
|
|
|
+ this.form.ascription_title_new = this.data.ascription_title ? this.data.ascription_billno + '-' + this.data.ascription_title : this.data.ascription_billno
|
|
|
}
|
|
|
this.drawer = true
|
|
|
if (!this.form.reminddays){
|