Commit be6f970b authored by 黄奎's avatar 黄奎

页面修改

parent 32bdec61
...@@ -58,7 +58,9 @@ ...@@ -58,7 +58,9 @@
text-align: right; text-align: right;
padding-right: 10px; padding-right: 10px;
} }
.CostNewPrice .el-form-item{
margin-bottom:0!important;
}
</style> </style>
<template> <template>
...@@ -251,7 +253,7 @@ ...@@ -251,7 +253,7 @@
<td v-if="childIndex==0" :rowspan="CostNumberList.length"> <td v-if="childIndex==0" :rowspan="CostNumberList.length">
<el-input type='text' v-model="subItem.HotelName" class="w100" placeholder="酒店备注"></el-input> <el-input type='text' v-model="subItem.HotelName" class="w100" placeholder="酒店备注"></el-input>
<br /> <br />
<el-select v-model='subItem.ContainDinnerType' class="w100" placeholder="含餐类型" <el-select style="margin:0 5px;" v-model='subItem.ContainDinnerType' class="w100" placeholder="含餐类型"
@change="DinnerTypeChange(subItem)"> @change="DinnerTypeChange(subItem)">
<el-option label="含餐类型" :value='0'></el-option> <el-option label="含餐类型" :value='0'></el-option>
<el-option label="含早餐" :value='1'></el-option> <el-option label="含早餐" :value='1'></el-option>
......
...@@ -108,7 +108,6 @@ ...@@ -108,7 +108,6 @@
<p style="font-size:14px"> <p style="font-size:14px">
<el-tooltip popper-class="max-w250" effect="dark" :content="item.Title" placement="top-start"> <el-tooltip popper-class="max-w250" effect="dark" :content="item.Title" placement="top-start">
<span>线路名称:{{item.LineName}}</span> <span>线路名称:{{item.LineName}}</span>
</el-tooltip> </el-tooltip>
</p> </p>
<span>系列名称:{{item.LtName}}</span> <span>系列名称:{{item.LtName}}</span>
...@@ -245,9 +244,9 @@ ...@@ -245,9 +244,9 @@
<i class="iconfont icon-shanchu"></i> <i class="iconfont icon-shanchu"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<span style="background:#85ce61; " class="openGroup opbdList"> <span style="background:#85ce61; " class="newAopbdd">
<el-tooltip class="item" effect="dark" content="查看" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" content="查看" placement="top-start" popper-class="max-w250">
<span @click="goUrl('QuotationAduit',item.ID,1)"></span> <i @click="goUrl('QuotationAduit',item.ID,1)" class="iconfont icon-view"></i>"></i>
</el-tooltip> </el-tooltip>
</span> </span>
<span style="background:#85ce61; " class="newAopbdd" @click="showDownLoad(item)"> <span style="background:#85ce61; " class="newAopbdd" @click="showDownLoad(item)">
......
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