Commit 00037a25 authored by 黄媛媛's avatar 黄媛媛
parents 4d23a0d4 a6fec40d
...@@ -18,6 +18,17 @@ ...@@ -18,6 +18,17 @@
width: calc(100% - 100px); width: calc(100% - 100px);
} }
.CostNewPrice .CP_ComTitle2{ color:blue;font-weight: bold;} .CostNewPrice .CP_ComTitle2{ color:blue;font-weight: bold;}
.CostNewTable{
width:80%;
}
.CostPriceDiv{
float:left;
width:19%;
margin-right:23px;
}
.CP_ComTitle{
color:blue;
}
</style> </style>
<template> <template>
...@@ -176,7 +187,7 @@ ...@@ -176,7 +187,7 @@
</table> </table>
<table class="CostPriceTable"> <table class="CostPriceTable CostNewTable">
<tr> <tr>
<th rowspan="2" width='50'>Day</th> <th rowspan="2" width='50'>Day</th>
<th rowspan="2" width='200'>行程大点</th> <th rowspan="2" width='200'>行程大点</th>
...@@ -236,15 +247,11 @@ ...@@ -236,15 +247,11 @@
</table> </table>
<table class="CostPriceTable"> <table class="CostPriceTable CostNewTable">
<tr> <tr>
<td class="CP_ComTitle2" colspan="4"> <td class="CP_ComTitle2" colspan="4">
内陆段交通部分 内陆段交通部分
</td> </td>
<td>
</td>
<td>
</td>
<td class="CP_ComTitle2" colspan="3"> <td class="CP_ComTitle2" colspan="3">
杂支部分 杂支部分
</td> </td>
...@@ -264,19 +271,15 @@ ...@@ -264,19 +271,15 @@
</td> </td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.InlandAirTicketMoney" <el-input type='text' class="w180" v-model="OtherPrice.InlandAirTicketMoney"
@keyup.native="checkPrice(OtherPrice,'InlandAirTicketMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'InlandAirTicketMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td>
<td>
</td>
<td>
</td> </td>
<td width='50'>1</td> <td width='50'>1</td>
<td width='200'>签证费(每人)</td> <td width='200'>签证费(每人)</td>
<td colspan='3'> <td colspan='3'>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.VisaMoney" <el-input type='text' class="w180" v-model="OtherPrice.VisaMoney"
@keyup.native="checkPrice(OtherPrice,'VisaMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'VisaMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
...@@ -296,19 +299,15 @@ ...@@ -296,19 +299,15 @@
</td> </td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.InlandShipTicketMoney" <el-input type='text' class="w180" v-model="OtherPrice.InlandShipTicketMoney"
@keyup.native="checkPrice(OtherPrice,'InlandShipTicketMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'InlandShipTicketMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td>
<td>
</td>
<td>
</td> </td>
<td>2</td> <td>2</td>
<td>保险费(每人)</td> <td>保险费(每人)</td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.SafeMoney" <el-input type='text' class="w180" v-model="OtherPrice.SafeMoney"
@keyup.native="checkPrice(OtherPrice,'SafeMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'SafeMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
...@@ -328,19 +327,15 @@ ...@@ -328,19 +327,15 @@
</td> </td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.InlandTrainTicketMoney" <el-input type='text' class="w180" v-model="OtherPrice.InlandTrainTicketMoney"
@keyup.native="checkPrice(OtherPrice,'InlandTrainTicketMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'InlandTrainTicketMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td>
<td>
</td>
<td>
</td> </td>
<td>3</td> <td>3</td>
<td>领队小费</td> <td>领队小费</td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.LeaderTripMoney" <el-input type='text' class="w180" v-model="OtherPrice.LeaderTripMoney"
@keyup.native="checkPrice(OtherPrice,'LeaderTripMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'LeaderTripMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
...@@ -353,92 +348,111 @@ ...@@ -353,92 +348,111 @@
<td> <td>
</td> </td>
<td> <td>
</td>
<td>
</td>
<td>
</td> </td>
<td>4</td> <td>4</td>
<td>司机、导游小费</td> <td>司机、导游小费</td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.DriverGuideMoney" <el-input type='text' class="w180" v-model="OtherPrice.DriverGuideMoney"
@keyup.native="checkPrice(OtherPrice,'DriverGuideMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'DriverGuideMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
</table> </table>
<div class="CP_ComTitle">其他支出</div> <div class="clearfix">
<table class="CostPriceTable"> <div class="CostPriceDiv">
<tr> <div class="CP_ComTitle">其他支出</div>
<td width='50'>1</td> <table class="CostPriceTable">
<td width='200'>销售提成1%</td> <tr>
<td colspan='3'> <td><span class="CP_ComTitle">摘要</span></td>
<el-form-item> <td><span class="CP_ComTitle">金额(人民币)</span></td>
<el-input type='text' class="w120" v-model="OtherPrice.SalesCommissionMoney" </tr>
@keyup.native="checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"></el-input> <tr>
</el-form-item> <td width='150'>销售提成1%</td>
</td> <td colspan='3'>
</tr> <el-form-item>
<tr> <el-input type='text' class="w160" v-model="OtherPrice.SalesCommissionMoney"
<td>2</td> @keyup.native="checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"></el-input>
<td>作业处提成</td> </el-form-item>
<td> </td>
<el-form-item> </tr>
<el-input type='text' class="w120" v-model="OtherPrice.OfficeCommissionMoney" <tr>
@keyup.native="checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"></el-input> <td>作业处提成</td>
</el-form-item> <td>
</td> <el-form-item>
</tr> <el-input type='text' class="w160" v-model="OtherPrice.OfficeCommissionMoney"
</table> @keyup.native="checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"></el-input>
<div class="CP_ComTitle">机票</div> </el-form-item>
<table class="CostPriceTable"> </td>
<tr> </tr>
<td width='50'>机票</td> </table>
<td> </div>
<el-form-item> <div class="CostPriceDiv">
<el-input type='text' class="w120" v-model="OtherPrice.AirTicketMoeny" <div class="CP_ComTitle">机票</div>
@keyup.native="checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"></el-input> <table class="CostPriceTable">
</el-form-item> <tr>
</td> <td><span class="CP_ComTitle">摘要</span></td>
</tr> <td><span class="CP_ComTitle">金额(人民币)</span></td>
</table> </tr>
<div class="CP_ComTitle">收入</div> <tr>
<table class="CostPriceTable"> <td width='150'>机票</td>
<tr> <td>
<td width='50'>1</td> <el-form-item>
<td width='200'>客人小费收入</td> <el-input type='text' class="w160" v-model="OtherPrice.AirTicketMoeny"
<td colspan='3'> @keyup.native="checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"></el-input>
<el-form-item> </el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.TripMoney" </td>
@keyup.native="checkPrice(OtherPrice,'TripMoney',true),getchange()"></el-input> </tr>
</el-form-item> </table>
</td> </div>
</tr> <div class="CostPriceDiv">
<tr> <div class="CP_ComTitle">收入</div>
<td>2</td> <table class="CostPriceTable">
<td>导游人头费</td> <tr>
<td> <td><span class="CP_ComTitle">摘要</span></td>
<el-form-item> <td><span class="CP_ComTitle">金额(人民币)</span></td>
<el-input type='text' class="w120" v-model="OtherPrice.GuidePeopleMoney" </tr>
@keyup.native="checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"></el-input> <tr>
</el-form-item> <td width='150'>客人小费收入</td>
</td> <td colspan='3'>
</tr> <el-form-item>
</table> <el-input type='text' class="w160" v-model="OtherPrice.TripMoney"
<div class="CP_ComTitle">团负费</div> @keyup.native="checkPrice(OtherPrice,'TripMoney',true),getchange()"></el-input>
<table class="CostPriceTable"> </el-form-item>
<tr> </td>
<td width='50'>KB</td> </tr>
<td> <tr>
<el-form-item> <td>导游人头费</td>
<el-input type='text' class="w120" v-model="OtherPrice.KBMoney" <td>
@keyup.native="checkPrice(OtherPrice,'KBMoney',true)"></el-input> <el-form-item>
</el-form-item> <el-input type='text' class="w160" v-model="OtherPrice.GuidePeopleMoney"
</td> @keyup.native="checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"></el-input>
</tr> </el-form-item>
</table> </td>
</tr>
</table>
</div>
<div class="CostPriceDiv">
<div class="CP_ComTitle">团负费</div>
<table class="CostPriceTable">
<tr>
<td><span class="CP_ComTitle">摘要</span></td>
<td><span class="CP_ComTitle">金额(人民币)</span></td>
</tr>
<tr>
<td width='150'>KB</td>
<td>
<el-form-item>
<el-input type='text' class="w160" v-model="OtherPrice.KBMoney"
@keyup.native="checkPrice(OtherPrice,'KBMoney',true)"></el-input>
</el-form-item>
</td>
</tr>
</table>
</div>
</div>
<div class="CP_ComTitle">领队分摊部分</div> <div class="CP_ComTitle">领队分摊部分</div>
<table class="CP_comTable"> <table class="CP_comTable">
<tr> <tr>
......
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