Commit 8b71372f authored by 黄奎's avatar 黄奎

页面修改

parent 574635d9
......@@ -65,7 +65,6 @@
this.loading = false;
if (res.data.resultCode == 1) {
this.HotelPriceList = res.data.data;
console.log("this.HotelPriceList", this.HotelPriceList);
}
}, err => {})
},
......
......@@ -859,7 +859,7 @@
<span v-if="childItem.UseCount>0 && subItem.SubList.length==1">
<span style="color:red;white-space:nowrap;cursor:pointer;" @click="DeleteStock(subItem)">删除</span>
</span>
<span style="display:none;">
<span >
<el-popover width="700" trigger="click" popper-class="DMC_HotelPop">
<commonPHInfo :name='"comPriceHotelInfo"+subIndex+childIndex' :ref='"comPriceHotelInfo"+subIndex+childIndex' ></commonPHInfo>
<span slot="reference" class="price" style="cursor:pointer;text-decoration:underline;" @click="GetHotelUsePriceList(childItem.HotelId,subItem.UseDay,subIndex,childIndex)">库存情况</span>
......
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