Updated auto finalize button
This commit is contained in:
@@ -57,10 +57,9 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
<AutomaticDeliveries v-if="automatic_status === 1 && autodeliveries.length > 0" :deliveries="autodeliveries" />
|
||||
|
||||
<HistoryTabs
|
||||
:deliveries="deliveries"
|
||||
:autodeliveries="autodeliveries"
|
||||
:service-calls="serviceCalls"
|
||||
:transactions="transactions"
|
||||
@open-service-modal="openEditModal"
|
||||
@@ -283,7 +282,6 @@ import TankInfo from './profile/TankInfo.vue';
|
||||
import EquipmentParts from './profile/EquipmentParts.vue';
|
||||
import CreditCards from './profile/CreditCards.vue';
|
||||
import CustomerComments from './profile/CustomerComments.vue';
|
||||
import AutomaticDeliveries from './profile/AutomaticDeliveries.vue';
|
||||
import HistoryTabs from './profile/HistoryTabs.vue';
|
||||
|
||||
|
||||
@@ -370,7 +368,6 @@ export default defineComponent({
|
||||
EquipmentParts,
|
||||
CreditCards,
|
||||
CustomerComments,
|
||||
AutomaticDeliveries,
|
||||
HistoryTabs,
|
||||
},
|
||||
data() {
|
||||
@@ -603,7 +600,7 @@ export default defineComponent({
|
||||
})
|
||||
},
|
||||
getCustomerAutoDelivery(userid: any) {
|
||||
let path = import.meta.env.VITE_AUTO_URL + '/delivery/all/profile/' + userid ;
|
||||
let path = import.meta.env.VITE_AUTO_URL + '/delivery/all/profile/profile/' + userid ;
|
||||
axios({
|
||||
method: 'get',
|
||||
url: path,
|
||||
|
||||
Reference in New Issue
Block a user