|
@@ -750,7 +750,7 @@
|
|
|
billingDate: '',
|
|
|
collectDate: '',
|
|
|
billingPeopleReal: this.$store.state.user.id,
|
|
|
- reconciliationPeople: '',
|
|
|
+ reconciliationPeople: this.$store.state.user.id,
|
|
|
reconciliationArea: '',
|
|
|
remarks: '',
|
|
|
name: '',
|
|
@@ -857,7 +857,7 @@
|
|
|
billingDate: '',
|
|
|
collectDate: '',
|
|
|
billingPeopleReal: this.$store.state.user.id,
|
|
|
- reconciliationPeople: '',
|
|
|
+ reconciliationPeople: this.$store.state.user.id,
|
|
|
reconciliationArea: '',
|
|
|
remarks: '',
|
|
|
name: '',
|
|
@@ -931,6 +931,9 @@
|
|
|
if (this.commonJS.isEmpty(this.inputForm.billingPeopleReal)) {
|
|
|
this.inputForm.billingPeopleReal = this.$store.state.user.id
|
|
|
}
|
|
|
+ if (this.commonJS.isEmpty(this.inputForm.reconciliationPeople)) {
|
|
|
+ this.inputForm.reconciliationPeople = this.$store.state.user.id
|
|
|
+ }
|
|
|
if (this.commonJS.isEmpty(this.inputForm.financeInvoiceBaseDTOList)) {
|
|
|
this.inputForm.financeInvoiceBaseDTOList = []
|
|
|
}
|