diff --git a/src/api/reportCenter/index.js b/src/api/reportCenter/index.js index 20cbd791..f11b6061 100644 --- a/src/api/reportCenter/index.js +++ b/src/api/reportCenter/index.js @@ -2,20 +2,25 @@ import request from '@/utils/request' // 交易流水 export function reportTradFlowListApi(data) { - return request({ - url: '/smart-canteen/report/trade/flow', - method: 'post', - headers: { - "merchant-id":"378915229716713472", - }, - data: data, - params:{ - pageNum:data.pageNum, - pageSize:data.pageSize - } - }) -} - + return request({ + url: '/smart-canteen/acc_trade/acct', + method: 'get', + headers: { + "merchant-id":"378915229716713472", + }, + params:data + }) +} +export function getHealthInfoPageApi(data) { + return request({ + url: '/smart-canteen/health_person_info/list', + method: 'get', + headers: { + "merchant-id":"378915229716713472", + }, + params:data + }) +} // 充值方式汇总 export function reportAccRechargeListApi(data) { return request({ @@ -30,7 +35,7 @@ export function reportAccRechargeListApi(data) { pageSize:data.pageSize } }) -} +} // 提现汇总 export function reportAccWithdrawListApi(data) { @@ -46,7 +51,7 @@ export function reportAccWithdrawListApi(data) { pageSize:data.pageSize } }) -} +} // 营业汇总 export function reportTradeOperatingListApi(data) { @@ -62,7 +67,7 @@ export function reportTradeOperatingListApi(data) { pageSize:data.pageSize } }) -} +} // 食堂档口汇总 export function reportTradeCanteenListApi(data) { @@ -78,7 +83,7 @@ export function reportTradeCanteenListApi(data) { pageSize:data.pageSize } }) -} +} // 设备汇总 export function reportTradeDeviceListApi(data) { diff --git a/src/views/healthCenter/examinationReport/index.vue b/src/views/healthCenter/examinationReport/index.vue index 2f6c72f0..47e0b12b 100644 --- a/src/views/healthCenter/examinationReport/index.vue +++ b/src/views/healthCenter/examinationReport/index.vue @@ -70,7 +70,7 @@ @pagination="getList" /> - + @@ -851,4 +851,7 @@ export default { font-weight: 700; color: #000; } + .addReportStyle .dialog-right{ + margin-top: 0vh !important; + } diff --git a/src/views/reportCenter/tradedDetail/index.vue b/src/views/reportCenter/tradedDetail/index.vue index 15394d3d..6bdf7a35 100644 --- a/src/views/reportCenter/tradedDetail/index.vue +++ b/src/views/reportCenter/tradedDetail/index.vue @@ -14,18 +14,18 @@ :default-time="['00:00:00', '23:59:59']" :picker-options="pickerOptions" > - - + + - - + + @@ -35,11 +35,11 @@ 重置 - + - + @@ -50,7 +50,7 @@ - + + - - + + + - - + {{ (scope.row.accountAllBal/100).toFixed(2) }} + + + - + - - + + - - - + - + + /> - + @@ -281,4 +281,3 @@ justify-content: center; } - \ No newline at end of file