Commit a6fec40d authored by zhengke's avatar zhengke

修改样式

parent 06ea12fd
......@@ -18,6 +18,17 @@
width: calc(100% - 100px);
}
.CostNewPrice .CP_ComTitle2{ color:blue;font-weight: bold;}
.CostNewTable{
width:80%;
}
.CostPriceDiv{
float:left;
width:19%;
margin-right:23px;
}
.CP_ComTitle{
color:blue;
}
</style>
<template>
......@@ -176,7 +187,7 @@
</table>
<table class="CostPriceTable">
<table class="CostPriceTable CostNewTable">
<tr>
<th rowspan="2" width='50'>Day</th>
<th rowspan="2" width='200'>行程大点</th>
......@@ -236,15 +247,11 @@
</table>
<table class="CostPriceTable">
<table class="CostPriceTable CostNewTable">
<tr>
<td class="CP_ComTitle2" colspan="4">
内陆段交通部分
</td>
<td>
</td>
<td>
</td>
<td class="CP_ComTitle2" colspan="3">
杂支部分
</td>
......@@ -264,19 +271,15 @@
</td>
<td>
<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>
</el-form-item>
</td>
<td>
</td>
<td>
</td>
<td width='50'>1</td>
<td width='200'>签证费(每人)</td>
<td colspan='3'>
<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>
</el-form-item>
</td>
......@@ -296,19 +299,15 @@
</td>
<td>
<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>
</el-form-item>
</td>
<td>
</td>
<td>
</td>
<td>2</td>
<td>保险费(每人)</td>
<td>
<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>
</el-form-item>
</td>
......@@ -328,19 +327,15 @@
</td>
<td>
<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>
</el-form-item>
</td>
<td>
</td>
<td>
</td>
<td>3</td>
<td>领队小费</td>
<td>
<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>
</el-form-item>
</td>
......@@ -351,10 +346,6 @@
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
......@@ -362,83 +353,106 @@
<td>司机、导游小费</td>
<td>
<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>
</el-form-item>
</td>
</tr>
</table>
<div class="clearfix">
<div class="CostPriceDiv">
<div class="CP_ComTitle">其他支出</div>
<table class="CostPriceTable">
<tr>
<td width='50'>1</td>
<td width='200'>销售提成1%</td>
<td><span class="CP_ComTitle">摘要</span></td>
<td><span class="CP_ComTitle">金额(人民币)</span></td>
</tr>
<tr>
<td width='150'>销售提成1%</td>
<td colspan='3'>
<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>
</el-form-item>
</td>
</tr>
<tr>
<td>2</td>
<td>作业处提成</td>
<td>
<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>
</el-form-item>
</td>
</tr>
</table>
</div>
<div class="CostPriceDiv">
<div class="CP_ComTitle">机票</div>
<table class="CostPriceTable">
<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>
<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>
</el-form-item>
</td>
</tr>
</table>
</div>
<div class="CostPriceDiv">
<div class="CP_ComTitle">收入</div>
<table class="CostPriceTable">
<tr>
<td width='50'>1</td>
<td width='200'>客人小费收入</td>
<td><span class="CP_ComTitle">摘要</span></td>
<td><span class="CP_ComTitle">金额(人民币)</span></td>
</tr>
<tr>
<td width='150'>客人小费收入</td>
<td colspan='3'>
<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>
</el-form-item>
</td>
</tr>
<tr>
<td>2</td>
<td>导游人头费</td>
<td>
<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>
</el-form-item>
</td>
</tr>
</table>
</div>
<div class="CostPriceDiv">
<div class="CP_ComTitle">团负费</div>
<table class="CostPriceTable">
<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>
<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>
</el-form-item>
</td>
</tr>
</table>
</div>
</div>
<div class="CP_ComTitle">领队分摊部分</div>
<table class="CP_comTable">
<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