袁少华 4 years ago
parent
commit
c5ddc0320e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      js/service/product.js

+ 5 - 2
js/service/product.js

@@ -64,8 +64,10 @@ var ServiceProduct = {
 
         // return 9;
     },
-    // 月成品出货统计,根据成品维度
+    // 月成品出货统计,根据成品维度(未完成)
     getMonthSend: function () {
+        // return getService.methodPost("/fbsRdrecord32/fbsRdrecords32/getMonthSend");
+
         return {
             "成品A": 20,
             "成品B": 100,
@@ -73,7 +75,6 @@ var ServiceProduct = {
             "成品D": 150,
             "成品E": 200,
         };
-        // return MethodGetService.methodGet("/fbsDispatchLists/fbsDispatchLists/getProjectDelivery");
     },
     // 月项目发货统计,根据项目维度
     getMonthSendByProject: function () {
@@ -89,6 +90,8 @@ var ServiceProduct = {
     },
     // 成品库存,物料维度
     getStockList: function () {
+        // return getService.methodGet("/fbsInventory/fbsInventory/getAllStockList");
+
         return {
             "成品A": 800,
             "成品B": 900,