总共补了{{replenishmentList.length}}种商品
设备商品:{{item.goodsName}}
设备商品Id:{{item.deviceGoodsId}}
原库存:{{item.oldStock}}
新库存:{{item.newStock}}
补货数量:{{item.newStock-item.oldStock}}
原容量:{{item.oldCapacity}}
新容量:{{item.newCapacity}}
原价格:¥{{(Number(item.oldPrice)/100).toFixed(2)}}
新价格:¥{{(Number(item.newPrice)/100).toFixed(2)}}
原预警值:{{item.oldWarning}}
新预警值:{{item.newWarning}}