Commit a25b591f authored by 黄奎's avatar 黄奎

页面修改

parent c4e9e7ae
......@@ -29,9 +29,9 @@
<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 @click="goUrlA('2', item,childItem.BatchNumber)" class="text_underLine">价格:{{childItem.CostPrice}}{{childItem.CurrencyName}}</span>
<span class="text_underLine" @click="goUrlB(item)">总库存:{{childItem.Inventory}}(间)</span>
<span class="text_underLine" @click="goUrlHotelTeam(item)">剩余库存:{{childItem.RemainingInventory}}(间)</span>
<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>
</p>
</template>
</div>
......
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