소스 검색

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 -