Commit fc0581a7 authored by zhengke's avatar zhengke

改超链接

parent cb586650
......@@ -29,9 +29,15 @@
<div v-if="item.data&&item.month===calendar.data.date" :class="stockColor(item.data.SubList[0].InventoryType)">
<template v-for="(childItem,childIndex) in item.data.SubList">
<p>
<span title="点击修改价格和库存信息" @click="goUrlA('2', item,childItem.BatchNumber)" class="text_underLine" style="text-decoration: underline;">价格:{{childItem.CostPrice}}{{childItem.CurrencyName}}</span><br/>
<span title="点击跳转到总库存看板" class="text_underLine" @click="goUrlB(item)" style="text-decoration: underline;">总库存:{{childItem.Inventory}}(间)</span><br/>
<span title="点击跳转到酒店查询" class="text_underLine" @click="goUrlHotelTeam(item)" style="text-decoration: underline;">剩余库存:{{childItem.RemainingInventory}}(间)</span>
<span title="点击修改价格和库存信息">
价格:<span @click="goUrlA('2', item,childItem.BatchNumber)" class="text_underLine">{{childItem.CostPrice}}{{childItem.CurrencyName}}</span>
</span><br/>
<span title="点击跳转到总库存看板">
总库存:<span class="text_underLine" @click="goUrlB(item)">{{childItem.Inventory}}(间)</span>
</span><br/>
<span title="点击跳转到酒店查询">
剩余库存:<span class="text_underLine" @click="goUrlHotelTeam(item)">{{childItem.RemainingInventory}}(间)</span>
</span>
</p>
</template>
</div>
......@@ -314,6 +320,7 @@
.text_underLine {
cursor: pointer;
text-decoration: underline
}
</style>
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