整票提交

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

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

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

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

Loading…
Cancel
Save