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