|
@@ -221,6 +221,7 @@
|
|
|
import {getCorpDetail} from "@/api/maintenance/overpayment";
|
|
|
import { getlistBankBy as GYSGetBank } from "@/api/basicData/configuration"
|
|
|
import reportDialog from "@/components/report-dialog/main";
|
|
|
+ import {dateFormat} from "@/util/date";
|
|
|
|
|
|
export default {
|
|
|
name: "receiptDetailsPage",
|
|
@@ -525,7 +526,9 @@
|
|
|
})
|
|
|
}else{
|
|
|
this.form.financeStatus = "待结算"
|
|
|
+ this.form.type = "收费"
|
|
|
this.oldForm.financeStatus = "待结算"
|
|
|
+ this.form.settlementDate = dateFormat(new Date(), "yyyy-MM-dd") + " 00:00:00"
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|