mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 05:53:58 +00:00
upload 1688 purchase order in pdf format
This commit is contained in:
+3
-1
@@ -30,6 +30,7 @@
|
||||
|
||||
<script>
|
||||
import { required } from "vuelidate/lib/validators";
|
||||
import formHandler from '../../../general/mixins/formHandler';
|
||||
export default {
|
||||
data(){
|
||||
return {
|
||||
@@ -49,6 +50,7 @@
|
||||
submitForm(){
|
||||
this.submit(this.route('api.booking.po.pdf', this.data.id), 'post', this.section, true, false)
|
||||
}
|
||||
}
|
||||
},
|
||||
mixins: [formHandler]
|
||||
}
|
||||
</script>
|
||||
+1
-1
@@ -222,7 +222,7 @@
|
||||
<div class="col" v-if="$store.getters.isAdmin && booking.service.id === 4 && booking.status !== 3">
|
||||
<div class="row" v-if="!booking.documents.ecommerce_purchase_order">
|
||||
<div class="col">
|
||||
<upload-purchase-order-pdf-form-component :data="booking"></upload-purchase-order-pdf-form-component>
|
||||
<upload-purchase-order-pdf-form-component :data="booking" :section="section"></upload-purchase-order-pdf-form-component>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" v-if="booking.documents.ecommerce_purchase_order">
|
||||
|
||||
Reference in New Issue
Block a user