caojunjie il y a 2 ans
Parent
commit
358b84a49f

+ 3 - 0
src/views/financialManagement/compareBill/receiptSettleDetailsPage.vue

@@ -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() {