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