@@ -234,7 +234,7 @@ export default {
this.deptBudgetList.cumulativeStockOut
)
},
- inventoryRatio1: function () {debugger
+ inventoryRatio1: function () {
var loss =
this.deptBudgetList.cumulativeStockIn -
this.deptBudgetList.cumulativeStockOut -