From 203c07b194bb9e76ddeadc599088761c4a827bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Fri, 13 Sep 2024 15:54:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AE=8C=E5=96=84=E7=9C=8B=E6=9D=BF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/kban.js | 51 +++ src/views/kban/comps/GxChanLiang.vue | 412 ++++++++++++++++---- src/views/kban/comps/MainChanLian.vue | 66 ++-- src/views/kban/comps/MainCq.vue | 41 +- src/views/kban/comps/MainGeYueChanLiang.vue | 62 ++- src/views/kban/comps/MainYueChanLiang.vue | 39 +- src/views/kban/index.vue | 9 +- 7 files changed, 535 insertions(+), 145 deletions(-) create mode 100644 src/api/kban.js 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 @@