Commit 883658f8 authored by zhengke's avatar zhengke

修改库存

parent c17558b6
......@@ -69,6 +69,7 @@
<th width="50">批次</th>
<th width="50">价格</th>
<th width="50">库存</th>
<th width="50">剩余库存</th>
</tr>
<tr v-for="(childItem,childIndex) in subItem.data.SubList">
<td>
......@@ -80,8 +81,12 @@
<td>
{{childItem.Inventory}}
</td>
<td>
{{childItem.RemainingInventory}}
</td>
</tr>
</table>
<input type="button" class="hollowFixedBtn Htupbtn" value="修改" @click="goEdit('2', subItem.day,subItem.data.SubList[0].BatchNumber)"/>
</div>
</template>
</div>
......@@ -1601,7 +1606,7 @@
.hotelProductManage2 .detailInfo {
display: none;
position: absolute;
left: -52px;
left: -70px;
top: 50px;
z-index: 999;
}
......@@ -1609,7 +1614,7 @@
.hotelProductManage2 .triangle_border_up {
width: 0;
height: 0;
border-width: 0 86px 30px;
border-width: 0 103px 30px;
border-style: solid;
opacity: 0.75;
border-color: transparent transparent rgba(233, 82, 82, 1);
......@@ -1617,8 +1622,8 @@
}
.hotelProductManage2 .detailInfo .popContent {
width: 170px;
height: 80px;
width: 205px;
min-height: 80px;
background-color: #e95252;
text-align: left;
color: #fff;
......@@ -1641,5 +1646,7 @@
margin: 10px 10px 0 0;
text-align: right;
}
.hotelProductManage2 .Htupbtn{
padding:0 10px;height:25px;margin:10px 0 0 75px;
}
</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