|
@@ -1092,10 +1092,12 @@
|
|
|
console.log('billingPeopleReal', this.inputForm.billingPeopleReal)
|
|
|
if (this.commonJS.isEmpty(this.inputForm.billingPeopleReal)) {
|
|
|
this.inputForm.billingPeopleReal = this.$store.state.user.id
|
|
|
+ this.inputForm.billingPeopleRealName = this.$store.state.user.name
|
|
|
}
|
|
|
console.log('reconciliationPeople', this.inputForm.reconciliationPeople)
|
|
|
if (this.commonJS.isEmpty(this.inputForm.reconciliationPeople)) {
|
|
|
this.inputForm.reconciliationPeople = this.$store.state.user.id
|
|
|
+ this.inputForm.reconciliationPeopleName = this.$store.state.user.name
|
|
|
}
|
|
|
if (this.commonJS.isEmpty(this.inputForm.financeInvoiceBaseDTOList)) {
|
|
|
this.inputForm.financeInvoiceBaseDTOList = []
|