|
|
@@ -852,7 +852,7 @@ export default {
|
|
|
let obj = {
|
|
|
invoiceId: this.formDataId, //id
|
|
|
payoutMoney: this.formData.payoutMoney, //进账金额
|
|
|
- fundFlow: params.otherUnit + "→" + this.formData.invoiceBy, //资金流向
|
|
|
+ fundFlow: params.otherUnit.nameValue + "→" + this.formData.invoiceBy.nameValue, //资金流向
|
|
|
payMethod: params.payMethod.join(","), //支付方式
|
|
|
fundUse: this.formData.fundUse[this.formData.fundUse.length - 2], //资金用途
|
|
|
fundFen: this.formData.fundUse[this.formData.fundUse.length - 1], //资金用途分项
|
|
|
@@ -959,7 +959,7 @@ export default {
|
|
|
res.data.invoiceBy = obj;
|
|
|
}
|
|
|
if (obj2) {
|
|
|
- res.data.otherUnit = obj;
|
|
|
+ res.data.otherUnit = obj2;
|
|
|
}
|
|
|
if (this.typeStatus == 1) {
|
|
|
res.data.invoiceSubjects1 = res.data.invoiceSubjects.split('*')[0]
|