|
@@ -573,54 +573,54 @@ var ServiceMaterial={
|
|
|
return 90;
|
|
|
},
|
|
|
|
|
|
- // 近6个月质量目标合格率比较
|
|
|
+ // 近6个月质量目标合格率比较(品质管理看板)
|
|
|
getLastSixMonthQualityTargetCompare: function () {
|
|
|
|
|
|
- // return getService.methodGet("/fbsPuArrivalvouch/fbsArrivalVouchs/getLastSixMonthQualityTargetCompare");
|
|
|
+ return getService.methodGet("/fbsPuArrivalvouch/fbsArrivalVouchs/getLastSixMonthQualityTargetCompare");
|
|
|
|
|
|
- const list = [];
|
|
|
+ // const list = [];
|
|
|
|
|
|
|
|
|
- list.push({
|
|
|
- month: "04",
|
|
|
- target: 98,
|
|
|
- real: 33
|
|
|
- });
|
|
|
- list.push({
|
|
|
- month: "05",
|
|
|
- target: 98,
|
|
|
- real: 96
|
|
|
- });
|
|
|
- list.push({
|
|
|
- month: "06",
|
|
|
- target: 98,
|
|
|
- real: 95
|
|
|
- });
|
|
|
- list.push({
|
|
|
- month: "07",
|
|
|
- target: 98,
|
|
|
- real: 99
|
|
|
- });
|
|
|
- list.push({
|
|
|
- month: "08",
|
|
|
- target: 98,
|
|
|
- real: 100
|
|
|
- });
|
|
|
- list.push({
|
|
|
- month: "09",
|
|
|
- target: 98,
|
|
|
- real: 98
|
|
|
- });
|
|
|
+ // list.push({
|
|
|
+ // month: "04",
|
|
|
+ // target: 98,
|
|
|
+ // real: 33
|
|
|
+ // });
|
|
|
+ // list.push({
|
|
|
+ // month: "05",
|
|
|
+ // target: 98,
|
|
|
+ // real: 96
|
|
|
+ // });
|
|
|
+ // list.push({
|
|
|
+ // month: "06",
|
|
|
+ // target: 98,
|
|
|
+ // real: 95
|
|
|
+ // });
|
|
|
+ // list.push({
|
|
|
+ // month: "07",
|
|
|
+ // target: 98,
|
|
|
+ // real: 99
|
|
|
+ // });
|
|
|
+ // list.push({
|
|
|
+ // month: "08",
|
|
|
+ // target: 98,
|
|
|
+ // real: 100
|
|
|
+ // });
|
|
|
+ // list.push({
|
|
|
+ // month: "09",
|
|
|
+ // target: 98,
|
|
|
+ // real: 98
|
|
|
+ // });
|
|
|
|
|
|
- $.each(list, function (index, item) {
|
|
|
- item.label = item.month;
|
|
|
- item.label1 = "质量目标";
|
|
|
- item.sum1 = item.target;
|
|
|
- item.label2 = "合格率";
|
|
|
- item.sum2 = item.real;
|
|
|
- });
|
|
|
+ // $.each(list, function (index, item) {
|
|
|
+ // item.label = item.month;
|
|
|
+ // item.label1 = "质量目标";
|
|
|
+ // item.sum1 = item.target;
|
|
|
+ // item.label2 = "合格率";
|
|
|
+ // item.sum2 = item.real;
|
|
|
+ // });
|
|
|
|
|
|
- return list;
|
|
|
+ // return list;
|
|
|
|
|
|
},
|
|
|
// 当月供应商合格率
|