diff --git a/sgzb-screen/src/api/dialog.js b/sgzb-screen/src/api/dialog.js index 814751e7..05de6c69 100644 --- a/sgzb-screen/src/api/dialog.js +++ b/sgzb-screen/src/api/dialog.js @@ -7,6 +7,7 @@ const URL_UNIT_LIST = '/screen/material/agreementInfo/getUnitList' const URL_PROJECT_LIST = '/screen/material/agreementInfo/getProjectList' const URL_SCRAP_ANALYSIS = '/screen/base/largeScreen/home/getScrapAnalysisByMonth/details' const URL_TOTAL_OWNERSHIP = '/screen/base/largeScreen/home/getTotalOwnership/details' +const URL_ACCEPTANCE_STORAGE = '/screen/base/largeScreen/home/getAcceptanceStorage/details' // 设备类型 export const getTypeList = params => GET(URL_TYPE_LIST, params) @@ -28,3 +29,6 @@ export const getScrapAnalysis = data => POST(URL_SCRAP_ANALYSIS, data) // 总保有量 export const getTotalOwnership = data => POST(URL_TOTAL_OWNERSHIP, data) + +// 入库分析 +export const getAcceptanceStorage = data => POST(URL_ACCEPTANCE_STORAGE, data) diff --git a/sgzb-screen/src/components/home/centerBottom.vue b/sgzb-screen/src/components/home/centerBottom.vue index 0f678a22..014d3586 100644 --- a/sgzb-screen/src/components/home/centerBottom.vue +++ b/sgzb-screen/src/components/home/centerBottom.vue @@ -6,15 +6,21 @@
+ +