fix purchase order input bug

This commit is contained in:
omair saleh
2021-12-19 20:55:20 +08:00
parent 03c5f6add7
commit ea6d1b7afd
@@ -55,7 +55,7 @@
},
methods: {
submitForm(){
this.parameters = {fix_amount : parseFloat((this.parameters.fix_amount).toString().replace(',', ''))}
this.parameters = {fix_amount : parseFloat((this.fix_amount).toString().replace(',', ''))}
this.submit(this.route('api.booking.booking_amount.update', this.data.id), 'put', this.section, true, true)
},
successHandler(){