diff --git a/src/api/business/gsp/gspFfjl.js b/src/api/business/gsp/gspFfjl.js index 38886e8..a0833bc 100644 --- a/src/api/business/gsp/gspFfjl.js +++ b/src/api/business/gsp/gspFfjl.js @@ -88,4 +88,12 @@ export function jq(data) { method: 'post', data: data }) +} + +export function statistics(query) { + return request({ + url: '/system/business/gspFfjl/statistics', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/api/business/gsp/gspRkjl.js b/src/api/business/gsp/gspRkjl.js index 16a100b..90292d8 100644 --- a/src/api/business/gsp/gspRkjl.js +++ b/src/api/business/gsp/gspRkjl.js @@ -104,4 +104,12 @@ export function jq(data) { method: 'post', data: data }) +} +//入库量统计 +export function sumRkl(query) { + return request({ + url: '/system/business/gspRkjl/sumRkl', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/views/business/resource/gsp/comps/ffjlList.vue b/src/views/business/resource/gsp/comps/ffjlList.vue index 4524ff6..379a36d 100644 --- a/src/views/business/resource/gsp/comps/ffjlList.vue +++ b/src/views/business/resource/gsp/comps/ffjlList.vue @@ -7,22 +7,22 @@ - + - + - - + - + @@ -33,7 +33,7 @@ - + @@ -42,13 +42,13 @@ - + - + @@ -78,6 +78,14 @@ {{ $t('form.export') }} + +
+ {{ $t('page.business.resource.gsp.rkl') }}:{{ rkl }} + {{ $t('page.business.resource.gsp.ckl') }}:{{ ckl }} + {{ $t('page.business.resource.gsp.syl') }}:{{ syl }} +
+ +
@@ -195,7 +203,7 @@