diff --git a/src/api/kban.js b/src/api/kban.js new file mode 100644 index 0000000..6387b59 --- /dev/null +++ b/src/api/kban.js @@ -0,0 +1,51 @@ +import request from '@/utils/request' + +/** + * 各垮计划完成情况 + */ +export const getGkjhwcqk=function(){ + return request({ + url: '/kban/gxjhwcqk', + method: 'get', + }) +} + +/** + * 各月份产量(吨) + */ +export const getQyfcl=function(){ + return request({ + url: '/kban/gyfcl', + method: 'get', + }) +} + +/** + * 计划完成情况(吨) + */ +export const getJhwcqk=function(){ + return request({ + url: '/kban/jhwcqk', + method: 'get', + }) +} + +/** + * 各垮产量 + */ +export const getGekuachaliang=function(){ + return request({ + url: '/kban/gekuachaliang', + method: 'get', + }) +} + +/** + * 考勤情况 + */ +export const getKqData=function(){ + return request({ + url: '/kban/kq', + method: 'get', + }) +} diff --git a/src/views/kban/comps/GxChanLiang.vue b/src/views/kban/comps/GxChanLiang.vue index 3fcca05..75e6301 100644 --- a/src/views/kban/comps/GxChanLiang.vue +++ b/src/views/kban/comps/GxChanLiang.vue @@ -8,13 +8,13 @@
@@ -24,92 +24,368 @@ diff --git a/src/views/kban/comps/MainChanLian.vue b/src/views/kban/comps/MainChanLian.vue index afd1593..2de0918 100644 --- a/src/views/kban/comps/MainChanLian.vue +++ b/src/views/kban/comps/MainChanLian.vue @@ -1,57 +1,57 @@