Commit 36b795c1 authored by 黄奎's avatar 黄奎

1

parent 7c9946f6
......@@ -187,8 +187,11 @@
<el-option v-for="(x) in subItem.HotelList" :key="x.ID" :label="x.Name" :value='x.ID'>
<template v-if="x.Inventory>0||x.CostPrice>0">
<span style="float: left">{{ x.Name }}</span>
<span style="float: right; font-size: 13px"><font style="color:blue">库存:{{ x.Inventory }}</font>
&nbsp;<font style="color:#67C23A">价格:{{x.CostPrice}}</font></span>
<span style="float: right; font-size: 13px">
<font style="color:blue">库存/剩余:{{ x.Inventory }}&nbsp;/&nbsp;{{x.RemainingInventory}}
</font>
&nbsp;<font style="color:#67C23A">价格:{{x.CostPrice}}</font>
</span>
</template>
</el-option>
</el-select>
......
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