整票提交

feature-JimuReport-1106-yjl
lijingjia 3 weeks ago
parent 8264ec7c46
commit 9b447b7b5a

@ -185,7 +185,7 @@
.fee-statistic-approve { .fee-statistic-approve {
text-align: right; text-align: right;
margin-top: 5px; margin-top: 5px;
margin-block: 50px; margin-bottom: 60px;
} }
.fee-statistic, .fee-statistic-approve { .fee-statistic, .fee-statistic-approve {
width: calc(100vw - 260px); width: calc(100vw - 260px);

@ -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,

@ -77,7 +77,7 @@
:approve="approve" :approve="approve"
:id="route.query.id" :id="route.query.id"
:status="route.query.status || 'edit'" :status="route.query.status || 'edit'"
source="Create" :source="route.query.status ? 'Create' : 'edit'"
businessType="1" businessType="1"
> >
</ApproveBtns> </ApproveBtns>

Loading…
Cancel
Save