|
@@ -210,6 +210,8 @@
|
|
|
const weekInBycategoryList = ServiceProduct.getWeekInByCategory();
|
|
|
setTimeout(beginFun("charts_24",weekInBycategoryList,2000,"charts_24"),500);
|
|
|
|
|
|
+ const monthExceptionByCategory = ServiceProduct.getMonthExceptionByCategory();
|
|
|
+ setTimeout(beginFun("charts_23",monthExceptionByCategory,2000,"charts_23"),500);
|
|
|
|
|
|
|
|
|
|
|
@@ -292,15 +294,13 @@
|
|
|
.mouthProduceTaskList.pagesize);
|
|
|
|
|
|
//项目进度完工百分比
|
|
|
- this.cacheDataObject2 = {};
|
|
|
-
|
|
|
const projectScheduleCompletionList = ServiceProduceTask.getProjectScheduleCompletion();
|
|
|
- this.cacheDataObject2.projectScheduleCompletionList = {
|
|
|
+ this.cacheDataObject.projectScheduleCompletionList = {
|
|
|
data: projectScheduleCompletionList,
|
|
|
pagesize: 5,
|
|
|
pageindex: 0
|
|
|
}
|
|
|
- this.projectScheduleCompletionList = projectScheduleCompletionList.slice(0, this.cacheDataObject2
|
|
|
+ this.projectScheduleCompletionList = projectScheduleCompletionList.slice(0, this.cacheDataObject
|
|
|
.projectScheduleCompletionList.pagesize);
|
|
|
|
|
|
}
|