袁少华 4 年之前
父節點
當前提交
3e5e90f7f3
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      js/service/material.js

+ 4 - 1
js/service/material.js

@@ -575,13 +575,16 @@ var ServiceMaterial={
     
     // 近6个月质量目标合格率比较
     getLastSixMonthQualityTargetCompare: function () {
+
+        // return getService.methodGet("/fbsPuArrivalvouch/fbsArrivalVouchs/getLastSixMonthQualityTargetCompare");
+
         const list = [];
 
 
         list.push({
             month: "04",
             target: 98,
-            real: 97
+            real: 33
         });
         list.push({
             month: "05",