Commit 57217943 authored by zhengke's avatar zhengke

修改

parent ba0e8508
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
} }
.CostNewTable { .CostNewTable {
width: 70%; /* width: 70%; */
} }
.CostNewTable td { .CostNewTable td {
...@@ -63,10 +63,10 @@ ...@@ -63,10 +63,10 @@
<template> <template>
<div> <div>
<div class="CostNewPrice clearfix CP_Div"> <div class="CostNewPrice clearfix CP_Div" style="width:980px;">
<el-form> <el-form>
<div class="QuotationFirstDiv1"> <div class="QuotationFirstDiv1">
<table style="width:70%;"> <table>
<tr> <tr>
<td width="80" class="txtRightCost">线路</td> <td width="80" class="txtRightCost">线路</td>
<td> <td>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
</td> </td>
<td width="60" class="txtRightCost">系列</td> <td width="60" class="txtRightCost">系列</td>
<td> <td>
<el-select style="width:100%" v-model="postConfig.LineteamId" :placeholder="$t('pub.pleaseSel')" filterable> <el-select class="w300" v-model="postConfig.LineteamId" :placeholder="$t('pub.pleaseSel')" 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 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>
...@@ -114,53 +114,6 @@ ...@@ -114,53 +114,6 @@
</td> </td>
</tr> </tr>
</table> </table>
<!-- <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="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'>
</el-option>
</el-select>
</el-form-item>
</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="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>
</el-select>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="客户名称" label-width="100px">
<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="11">
<el-form-item label="团队标题" label-width="100px">
<el-input v-model="postConfig.Title" type="textarea" class="w688" :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="w240 LowNum" v-model="postConfig.DayNum"
@keyup.native="checkInteger(postConfig,'DayNum');createDayTripPrice()" maxlength="2">
<template slot="append">天</template>
</el-input>
<el-input class="w120 LowNum" v-model="postConfig.NightNum" style="display:none;"
@keyup.native="checkInteger(postConfig,'NightNum')" maxlength="2">
<template slot="append">晚</template>
</el-input>
</el-form-item>
</el-col>
</el-row> -->
<div class="seat-box" style="display:none;"> <div class="seat-box" style="display:none;">
<div class="left" style="float:left;margin:6px 0 0 64px;">座位</div> <div class="left" style="float:left;margin:6px 0 0 64px;">座位</div>
<div class="right"> <div class="right">
......
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