袁少华 4 년 전
부모
커밋
3e8d963972
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      js/service/product.js

+ 8 - 8
js/service/product.js

@@ -66,15 +66,15 @@ var ServiceProduct = {
     },
     // 月成品出货统计,根据成品维度
     getMonthSend: function () {
-        return getService.methodGet("/fbsRdrecord32/fbsRdrecords32/getMonthSend");
+        // return getService.methodGet("/fbsRdrecord32/fbsRdrecords32/getMonthSend");
 
-        // return {
-        //     "成品A": 20,
-        //     "成品B": 100,
-        //     "成品C": 80,
-        //     "成品D": 150,
-        //     "成品E": 200,
-        // };
+        return {
+            "成品A": 20,
+            "成品B": 100,
+            "成品C": 80,
+            "成品D": 150,
+            "成品E": 200,
+        };
     },
     // 月项目发货统计,根据项目维度
     getMonthSendByProject: function () {