浏览代码

no message

mxx 3 年之前
父节点
当前提交
76c0fb8be6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/warehouse/warehouseManagementIoss.vue

+ 1 - 1
src/views/warehouse/warehouseManagementIoss.vue

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