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>
...@@ -351,10 +346,6 @@ ...@@ -351,10 +346,6 @@
<td> <td>
</td> </td>
<td> <td>
</td>
<td>
</td>
<td>
</td> </td>
<td> <td>
</td> </td>
...@@ -362,83 +353,106 @@ ...@@ -362,83 +353,106 @@
<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="clearfix">
<div class="CostPriceDiv">
<div class="CP_ComTitle">其他支出</div> <div class="CP_ComTitle">其他支出</div>
<table class="CostPriceTable"> <table class="CostPriceTable">
<tr> <tr>
<td width='50'>1</td> <td><span class="CP_ComTitle">摘要</span></td>
<td width='200'>销售提成1%</td> <td><span class="CP_ComTitle">金额(人民币)</span></td>
</tr>
<tr>
<td width='150'>销售提成1%</td>
<td colspan='3'> <td colspan='3'>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.SalesCommissionMoney" <el-input type='text' class="w160" v-model="OtherPrice.SalesCommissionMoney"
@keyup.native="checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>2</td>
<td>作业处提成</td> <td>作业处提成</td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.OfficeCommissionMoney" <el-input type='text' class="w160" v-model="OtherPrice.OfficeCommissionMoney"
@keyup.native="checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
</table> </table>
</div>
<div class="CostPriceDiv">
<div class="CP_ComTitle">机票</div> <div class="CP_ComTitle">机票</div>
<table class="CostPriceTable"> <table class="CostPriceTable">
<tr> <tr>
<td width='50'>机票</td> <td><span class="CP_ComTitle">摘要</span></td>
<td><span class="CP_ComTitle">金额(人民币)</span></td>
</tr>
<tr>
<td width='150'>机票</td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.AirTicketMoeny" <el-input type='text' class="w160" v-model="OtherPrice.AirTicketMoeny"
@keyup.native="checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
</table> </table>
</div>
<div class="CostPriceDiv">
<div class="CP_ComTitle">收入</div> <div class="CP_ComTitle">收入</div>
<table class="CostPriceTable"> <table class="CostPriceTable">
<tr> <tr>
<td width='50'>1</td> <td><span class="CP_ComTitle">摘要</span></td>
<td width='200'>客人小费收入</td> <td><span class="CP_ComTitle">金额(人民币)</span></td>
</tr>
<tr>
<td width='150'>客人小费收入</td>
<td colspan='3'> <td colspan='3'>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.TripMoney" <el-input type='text' class="w160" v-model="OtherPrice.TripMoney"
@keyup.native="checkPrice(OtherPrice,'TripMoney',true),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'TripMoney',true),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
<tr> <tr>
<td>2</td>
<td>导游人头费</td> <td>导游人头费</td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.GuidePeopleMoney" <el-input type='text' class="w160" v-model="OtherPrice.GuidePeopleMoney"
@keyup.native="checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"></el-input> @keyup.native="checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
</table> </table>
</div>
<div class="CostPriceDiv">
<div class="CP_ComTitle">团负费</div> <div class="CP_ComTitle">团负费</div>
<table class="CostPriceTable"> <table class="CostPriceTable">
<tr> <tr>
<td width='50'>KB</td> <td><span class="CP_ComTitle">摘要</span></td>
<td><span class="CP_ComTitle">金额(人民币)</span></td>
</tr>
<tr>
<td width='150'>KB</td>
<td> <td>
<el-form-item> <el-form-item>
<el-input type='text' class="w120" v-model="OtherPrice.KBMoney" <el-input type='text' class="w160" v-model="OtherPrice.KBMoney"
@keyup.native="checkPrice(OtherPrice,'KBMoney',true)"></el-input> @keyup.native="checkPrice(OtherPrice,'KBMoney',true)"></el-input>
</el-form-item> </el-form-item>
</td> </td>
</tr> </tr>
</table> </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