袁少华 4 years ago
parent
commit
990f4096ed
1 changed files with 9 additions and 9 deletions
  1. 9 9
      js/service/product.js

+ 9 - 9
js/service/product.js

@@ -64,17 +64,17 @@ var ServiceProduct = {
 
         // return 9;
     },
-    // 月成品出货统计,根据成品维度(未完成)
+    // 月成品出货统计,根据成品维度
     getMonthSend: function () {
-        // return getService.methodPost("/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 () {