Commit d5e5afbb authored by 黄奎's avatar 黄奎

页面修改

parent b607fb1a
...@@ -566,11 +566,13 @@ ...@@ -566,11 +566,13 @@
<td style="text-align:left;padding-left:20px;"> <td style="text-align:left;padding-left:20px;">
<template v-if="subItem.SubList"> <template v-if="subItem.SubList">
<div v-if="subItem.SubList.length==1 && subItem.SubList[0].UseCount>0 "> <div v-if="subItem.SubList.length==1 && subItem.SubList[0].UseCount>0 ">
{{subItem.SubList[0].HotelName}}<a {{subItem.SubList[0].HotelName}}
style="color:green">本团使用库存:{{subItem.SubList[0].UseCount}} <a style="color:green">【OK】</a>
<a
style="color:green"> 本团使用库存:{{subItem.SubList[0].UseCount}}
{{subItem.SubList[0].CostPrice!=0?"价格:"+subItem.SubList[0].CostPrice:""}}</a></div> {{subItem.SubList[0].CostPrice!=0?"价格:"+subItem.SubList[0].CostPrice:""}}</a></div>
<template v-else v-for="childItem in subItem.SubList"> <template v-else v-for="childItem in subItem.SubList">
<div>{{childItem.HotelName}}</div> <div>{{childItem.HotelName}} {{childItem.HotelName!="温馨的家"?"【暂定】":""}}</div>
</template> </template>
</template> </template>
</td> </td>
...@@ -1154,7 +1156,6 @@ ...@@ -1154,7 +1156,6 @@
this.queryCommonData.loading = false this.queryCommonData.loading = false
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.queryCommonData.dataList = res.data.data.pageData; this.queryCommonData.dataList = res.data.data.pageData;
this.queryMsg.total = res.data.data.count this.queryMsg.total = res.data.data.count
this.queryMsg.noData = !this.queryMsg.total > 0 this.queryMsg.noData = !this.queryMsg.total > 0
this.queryCommonData.dataList.forEach(item => { this.queryCommonData.dataList.forEach(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