fix create purchase order for 1688 processor

This commit is contained in:
Omair Saleh
2022-09-30 05:11:32 +08:00
parent 84bf954ad9
commit 8bcf8f0e42
@@ -30,7 +30,7 @@
</div>
<div class="col b-r b-white">
<div class="row fs-12 text-center">
<div class="col p-t-20 p-b-20 bg-master-lighter tabButton active" tab-name="pending-submission">
<div class="col p-t-20 p-b-20 bg-master-lighter tabButton" tab-name="pending-submission">
<div class="row justify-content-center m-b-5">
<div class="col-auto">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
@@ -99,7 +99,7 @@
</template>
</list-component>
</div>
<div class="row tabsContainer tabContent m-l-0 m-r-0" tab-name="pending-submission">
<div class="row tabsContainer tabContent m-l-0 m-r-0 hide" tab-name="pending-submission">
<list-component key="2" section="poPendingSubmissionSection" :endpoint="route('api.booking.list')" :options="{per_page: 10, ServiceId: 4, status_in:[2], has_payment_status_in: [2, 3], does_not_have_transaction_type: 7}">
<template slot="list" slot-scope="{data}">
<booking-component :data="data"></booking-component>