Commit 41296177 authored by 黄奎's avatar 黄奎

页面修改

parent 14e9eeb4
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<td v-if="childIndex==0" :rowspan="CostNumberList.length"> <td v-if="childIndex==0" :rowspan="CostNumberList.length">
<el-form-item label="酒店名称:" style="width:250px;"> <el-form-item label="酒店名称:" style="width:250px;">
<el-select filterable remote :remote-method="(query) => remoteSearchAdGroup(query, subItem)" <el-select filterable remote :remote-method="(query) => remoteSearchAdGroup(query, subItem)"
v-model='subItem.HotelId' placeholder="请选择酒店" :loading="loading" v-model='subItem.HotelId' placeholder="请输入酒店名称" :loading="loading"
@change="getHotel(subItem,subItem.HotelId)"> @change="getHotel(subItem,subItem.HotelId)">
<el-option v-for="(x) in subItem.HotelList" :key="x.ID" :label="x.Name" :value='x.ID'> <el-option v-for="(x) in subItem.HotelList" :key="x.ID" :label="x.Name" :value='x.ID'>
</el-option> </el-option>
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
<td> <td>
<el-form-item label="酒店名称:" style="width:250px;"> <el-form-item label="酒店名称:" style="width:250px;">
<el-select filterable remote :remote-method="(query) => remoteSearchAdGroup(query, subItem)" <el-select filterable remote :remote-method="(query) => remoteSearchAdGroup(query, subItem)"
v-model='subItem.HotelId' placeholder="请选择酒店" :loading="loading" v-model='subItem.HotelId' placeholder="请输入酒店名称" :loading="loading"
@change="getHotel(subItem,subItem.HotelId)"> @change="getHotel(subItem,subItem.HotelId)">
<el-option v-for="(x) in subItem.HotelList" :key="x.ID" :label="x.Name" :value='x.ID'> <el-option v-for="(x) in subItem.HotelList" :key="x.ID" :label="x.Name" :value='x.ID'>
</el-option> </el-option>
......
...@@ -202,12 +202,14 @@ ...@@ -202,12 +202,14 @@
</div> </div>
</div> </div>
<br /> <br />
<!--去掉删除功能 closable @close="handleClose(index)"-->
<el-tag v-for="(item, index) in orderList" :key="index" <el-tag v-for="(item, index) in orderList" :key="index"
style="margin-right: 10px;margin-bottom: 10px; cursor: pointer;" :type="index ===tabsActive ? '':'info'" style="margin-right: 10px;margin-bottom: 10px; cursor: pointer;" :type="index ===tabsActive ? '':'info'"
closable @click="selectTag(index)" :disable-transitions="false" @close="handleClose(index)"> @click="selectTag(index)" :disable-transitions="false" >
{{`报价单${index + 1}${item.queryMsg.IsDefault ? '(默认)' : ''}`}} {{`报价单${index + 1}${item.queryMsg.IsDefault ? '(默认)' : ''}`}}
</el-tag> </el-tag>
<el-button class="button-new-tag" size="small" @click="addOrderTag">新增报价单</el-button> <!--HK2023-07-28 注释-->
<!-- <el-button class="button-new-tag" size="small" @click="addOrderTag">新增报价单</el-button> -->
<CostNewPriceFormVue ref="CostNewPrice" :postConfig="postConfig" :OtherPrice="currentData.OtherPrice" <CostNewPriceFormVue ref="CostNewPrice" :postConfig="postConfig" :OtherPrice="currentData.OtherPrice"
:dayCostPrice="currentData.dayCostPrice" :LineList="LineList" :CostCurrencyList="currentData.CostCurrencyList" :dayCostPrice="currentData.dayCostPrice" :LineList="LineList" :CostCurrencyList="currentData.CostCurrencyList"
:CostNumberList="currentData.CostNumberList" :CurrencyNumberListExt="CurrencyNumberListExt" :CostNumberList="currentData.CostNumberList" :CurrencyNumberListExt="CurrencyNumberListExt"
......
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