|
|
@ -1,7 +1,7 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<costEntry
|
|
|
|
<costEntry
|
|
|
|
ref="costManage"
|
|
|
|
ref="costManage"
|
|
|
|
:height="300"
|
|
|
|
:height="height"
|
|
|
|
:details="bookingDetails"
|
|
|
|
:details="bookingDetails"
|
|
|
|
type="1"
|
|
|
|
type="1"
|
|
|
|
showType="2"
|
|
|
|
showType="2"
|
|
|
@ -21,6 +21,7 @@
|
|
|
|
const query = route.query
|
|
|
|
const query = route.query
|
|
|
|
const loading = ref(false)
|
|
|
|
const loading = ref(false)
|
|
|
|
const bookingDetails = ref([])
|
|
|
|
const bookingDetails = ref([])
|
|
|
|
|
|
|
|
const height = (window.innerHeight - 420) / 2
|
|
|
|
const init = () => {
|
|
|
|
const init = () => {
|
|
|
|
BookingOrderGet({
|
|
|
|
BookingOrderGet({
|
|
|
|
id: query.id,
|
|
|
|
id: query.id,
|
|
|
|