Commit fd6bb769 authored by 黄媛媛's avatar 黄媛媛
parents 08ac41ea bf6709f9
......@@ -17,13 +17,14 @@
.CostNewPrice .QuotationFirstDiv1 .el-form-item__content .el-select {
width: calc(100% - 100px);
}
.CostNewPrice .CP_ComTitle2{ color:blue;font-weight: bold;}
.CostNewPrice .CP_ComTitle2{ color:#106BAF;font-weight: bold;}
.CostNewTable{
width:74%;
}
.CostNewTable td{
padding:5px;
height: 40px;
border:1px solid #106BAF;
}
.CostPriceDiv{
float:left;
......@@ -31,7 +32,7 @@
margin-right:23px;
}
.CP_ComTitle{
color:blue;
color:#106BAF;
}
.w505{
width:505px!important;
......@@ -46,7 +47,7 @@
<el-row :gutter="40">
<el-col :span="6">
<el-form-item label="线路" label-width="100px">
<el-select v-model="postConfig.LineId" :placeholder="$t('pub.pleaseSel')" class="w300"
<el-select v-model="postConfig.LineId" :placeholder="$t('pub.pleaseSel')" class="w240"
@change="getLineTeamList(postConfig.LineId,1)" filterable>
<el-option :label="$t('pub.unlimitedSel')" :value='0'></el-option>
<el-option v-for="item in LineList" :label='item.LineName' :value='item.LineID' :key='item.LineID'>
......@@ -56,7 +57,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="系列" label-width="100px">
<el-select v-model="postConfig.LineteamId" :placeholder="$t('pub.pleaseSel')" filterable class="w300">
<el-select v-model="postConfig.LineteamId" :placeholder="$t('pub.pleaseSel')" filterable class="w240">
<el-option :label="$t('pub.unlimitedSel')" :value='0'></el-option>
<el-option v-for="item in LineTeamList" :label='item.LtName' :value='item.LtID' :key='item.LtID'>
</el-option>
......@@ -65,20 +66,20 @@
</el-col>
<el-col :span="6">
<el-form-item label="客户名称" label-width="100px">
<el-input v-model="postConfig.CustomerName" type="text" class="w300" placeholder="客户名称" maxlength="200"></el-input>
<el-input v-model="postConfig.CustomerName" type="text" class="w280" placeholder="客户名称" maxlength="200"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="40">
<el-col :span="6">
<el-form-item label="团队标题" label-width="100px">
<el-input v-model="postConfig.Title" type="textarea" class="w300"
<el-input v-model="postConfig.Title" type="textarea" class="w240"
:autosize="{minRows: 1, maxRows: 2 }" resize="none" placeholder="请填写团队标题" maxlength="200"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="行程天数" label-width="100px">
<el-input class="w300 LowNum" v-model="postConfig.DayNum"
<el-input class="w240 LowNum" v-model="postConfig.DayNum"
@keyup.native="checkInteger(postConfig,'DayNum');createDayTripPrice()" maxlength="2">
<template slot="append"></template>
</el-input>
......@@ -194,21 +195,21 @@
<table class="CostPriceTable CostNewTable">
<tr>
<th rowspan="2" width='130'>Day</th>
<th rowspan="2" width='200'>行程大点</th>
<th rowspan="2" width="100">币种</th>
<th rowspan="2" width='100'>酒店</th>
<th rowspan="2" width='100'></th>
<th rowspan="2" width='100'>门票</th>
<th colspan="3" width='100'></th>
<td rowspan="2" width='180' class="CP_ComTitle2">Day</td>
<td rowspan="2" width='200' class="CP_ComTitle2">行程大点</td>
<td rowspan="2" width="100" class="CP_ComTitle2">币种</td>
<td rowspan="2" width='60' class="CP_ComTitle2">酒店</td>
<td rowspan="2" width='100' class="CP_ComTitle2"></td>
<td rowspan="2" width='80' class="CP_ComTitle2">门票</td>
<td colspan="3" width='100' class="CP_ComTitle2"></td>
</tr>
<tr>
<th width="120"></th>
<th width="100"></th>
<th width="100"></th>
<td width="120" class="CP_ComTitle2"></td>
<td width="100" class="CP_ComTitle2"></td>
<td width="100" class="CP_ComTitle2"></td>
</tr>
<tr v-for="subItem in dayCostPrice" :key="subItem.subCode">
<td align="center">{{subItem.DayNum}}</td>
<td align="center"><div style="width:100px;">{{subItem.DayNum}}</div></td>
<td>
<el-input type="textarea" resize="none" v-model="subItem.Title"></el-input>
</td>
......@@ -223,7 +224,7 @@
</el-form-item>
</td>
<td>
<el-input type='text' v-model="subItem.HotelCostPrice"
<el-input type='text' v-model="subItem.HotelCostPrice" class="w120"
@keyup.native="checkPrice(subItem,'HotelCostPrice')"></el-input>
</td>
<td>
......@@ -232,20 +233,20 @@
</el-input>
</td>
<td>
<el-input type='text' v-model="subItem.ScenicCostPrice"
<el-input type='text' v-model="subItem.ScenicCostPrice" class="w120"
@keyup.native="checkPrice(subItem,'ScenicCostPrice'),getchange()"></el-input>
</td>
<td>
<el-input type="text" v-model='subItem.BreakfastCostPrice'
<el-input type="text" v-model='subItem.BreakfastCostPrice' class="w100"
@keyup.native="checkPrice(subItem,'BreakfastCostPrice'),getchange()">
</el-input>
</td>
<td>
<el-input type="text" v-model='subItem.LunchCostPrice'
<el-input type="text" v-model='subItem.LunchCostPrice' class="w80"
@keyup.native="checkPrice(subItem,'LunchCostPrice'),getchange()"></el-input>
</td>
<td>
<el-input type="text" v-model='subItem.DinnerCostPrice'
<el-input type="text" v-model='subItem.DinnerCostPrice' class="w80"
@keyup.native="checkPrice(subItem,'DinnerCostPrice'),getchange()"></el-input>
</td>
</tr>
......@@ -279,7 +280,7 @@
<td>签证费(每人)</td>
<td colspan="2">
<el-form-item>
<el-input type='text' class="w180" v-model="OtherPrice.VisaMoney"
<el-input type='text' class="w160" v-model="OtherPrice.VisaMoney"
@keyup.native="checkPrice(OtherPrice,'VisaMoney'),getchange()"></el-input>
</el-form-item>
</td>
......@@ -307,7 +308,7 @@
<td>保险费(每人)</td>
<td colspan="2">
<el-form-item>
<el-input type='text' class="w180" v-model="OtherPrice.SafeMoney"
<el-input type='text' class="w160" v-model="OtherPrice.SafeMoney"
@keyup.native="checkPrice(OtherPrice,'SafeMoney'),getchange()"></el-input>
</el-form-item>
</td>
......@@ -335,7 +336,7 @@
<td>领队小费</td>
<td colspan="2">
<el-form-item>
<el-input type='text' class="w180" v-model="OtherPrice.LeaderTripMoney"
<el-input type='text' class="w160" v-model="OtherPrice.LeaderTripMoney"
@keyup.native="checkPrice(OtherPrice,'LeaderTripMoney'),getchange()"></el-input>
</el-form-item>
</td>
......@@ -346,7 +347,7 @@
<td>司机、导游小费</td>
<td colspan="2">
<el-form-item>
<el-input type='text' class="w180" v-model="OtherPrice.DriverGuideMoney"
<el-input type='text' class="w160" v-model="OtherPrice.DriverGuideMoney"
@keyup.native="checkPrice(OtherPrice,'DriverGuideMoney'),getchange()"></el-input>
</el-form-item>
</td>
......@@ -374,28 +375,28 @@
<td>销售提成1%</td>
<td>
<el-form-item>
<el-input type='text' class="w160" v-model="OtherPrice.SalesCommissionMoney"
<el-input type='text' class="w150" v-model="OtherPrice.SalesCommissionMoney"
@keyup.native="checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"></el-input>
</el-form-item>
</td>
<td>机票</td>
<td>
<el-form-item>
<el-input type='text' class="w160" v-model="OtherPrice.AirTicketMoeny"
<el-input type='text' class="w120" v-model="OtherPrice.AirTicketMoeny"
@keyup.native="checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"></el-input>
</el-form-item>
</td>
<td>客人小费收入</td>
<td>
<el-form-item>
<el-input type='text' class="w160" v-model="OtherPrice.TripMoney"
<el-input type='text' class="w120" v-model="OtherPrice.TripMoney"
@keyup.native="checkPrice(OtherPrice,'TripMoney',true),getchange()"></el-input>
</el-form-item>
</td>
<td>KB</td>
<td colspan="2">
<el-form-item>
<el-input type='text' class="w160" v-model="OtherPrice.KBMoney"
<el-input type='text' class="w120" v-model="OtherPrice.KBMoney"
@keyup.native="checkPrice(OtherPrice,'KBMoney',true)"></el-input>
</el-form-item>
</td>
......@@ -404,7 +405,7 @@
<td>作业处提成</td>
<td>
<el-form-item>
<el-input type='text' class="w160" v-model="OtherPrice.OfficeCommissionMoney"
<el-input type='text' class="w150" v-model="OtherPrice.OfficeCommissionMoney"
@keyup.native="checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"></el-input>
</el-form-item>
</td>
......@@ -412,7 +413,7 @@
<td>导游人头费</td>
<td>
<el-form-item>
<el-input type='text' class="w160" v-model="OtherPrice.GuidePeopleMoney"
<el-input type='text' class="w120" v-model="OtherPrice.GuidePeopleMoney"
@keyup.native="checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"></el-input>
</el-form-item>
</td>
......
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