Commit 883658f8 authored by zhengke's avatar zhengke

修改库存

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