Commit 302ab272 authored by liudong1993's avatar liudong1993

1

parent abb8b86f
......@@ -655,23 +655,53 @@
<span class="fz15 fbold">{{ scope.row.OutOilFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="停车过路费收入" min-width="70" style="background:#EAEAEA">
<el-table-column width="115" label="过路费收入" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.InPassByFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="停车过路费支出" min-width="70" style="background:#EAEAEA">
<el-table-column width="115" label="过路费支出" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OutPassByFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="其他收入" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OtherIncome }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="司机住宿费" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.DriverRoomFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="停车费收入" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.InParkingFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="停车费支出" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OutParkingFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="司机茶代收入" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.InTeaFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="司机茶代支出" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OutTeaFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" :label="'其他'+$t('objFill.caravanshopcol.t9')" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.CostMoney }}</span>
</template>
</el-table-column>
<el-table-column width="115" :label="$t('objFill.caravanshopcol.t4')" min-width="70" style="background:#EAEAEA">
<el-table-column width="115" label="待收金额" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.DueInMoney }}</span>
</template>
......@@ -823,16 +853,46 @@
<span class="fz15 fbold">{{ scope.row.OutOilFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="停车过路费收入" min-width="70" style="background:#EAEAEA">
<el-table-column width="115" label="过路费收入" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.InPassByFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="停车过路费支出" min-width="70" style="background:#EAEAEA">
<el-table-column width="115" label="过路费支出" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OutPassByFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="其他收入" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OtherIncome }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="司机住宿费" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.DriverRoomFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="停车费收入" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.InParkingFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="停车费支出" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OutParkingFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="司机茶代收入" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.InTeaFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" label="司机茶代支出" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.OutTeaFee }}</span>
</template>
</el-table-column>
<el-table-column width="115" :label="'其他'+$t('objFill.caravanshopcol.t9')" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope">
<span class="fz15 fbold">{{ scope.row.CostMoney }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment