- IT信息化80端口
- IT信息化8050端口
- 问卷调查
- 人事系 统
- 项目订单
- 价值考评
- 自动派单
- 工资表
- 财务分拆工具
- 成本核算
- 【!!菜单权限!!】GET
- 订单支出分析-卡片和饼图部分GET
- 订单支出分析-条形图GET
- 订单支出分析-饼图部分GET
- 人力成本-初始接口-获取最近有数据的日期GET
- 人力成本-订单维度GET
- 人力成本-产品维度GET
- 人力成本-产品维度-产品列表GET
- 人力成本-未均摊劳务费GET
- 下载人力成本接口GET
- OA付款审批成本-项目列表GET
- OA付款审批成本-部门列表GET
- OA付款审批成本-产品列表GET
- OA付款审批成本-分类列表GET
- OA付款审批成本-分类树形结构GET
- OA付款审批成本-下载EXCELGET
- 运维成本-获取列头GET
- 运维成本-订单维度GET
- 运维成本-下载模版GET
- 运维成本-产品维度-分类GET
- 运维成本-产品维度-根据分类id查询商品GET
- 运维成本-下载多维度数据GET
- 运维成本-上传运维成本POST
- 财务开票系统
- 精细化开放接口
- IT信息化文档
- 基本权限申请地址
- 信息化系统
- 工资表
- 总览图
- 考勤表(attend)
- 日常绩效表(daily)
- 薪资补贴表(salary)
- 提成奖金表(special)
- 五险一金表(fund)
- 奖励表(reward)
- 扣减表(cut)
- 税表(tax)
- 离职补偿表(quit)
- 劳务表(service)
- 公式和方法
- 薪资表合计方法:calculateSalaryTotal
- 旷工:calculateCountAttendAbsent
- 迟到相关运算方法:calculateCountAttendLate
- 病假:calculateCountAttendSickLeave
- 事假:calculateCountAttendThingLeave
- 入离职扣减:calculateCountAttendEntryQuit
- 试用期差额扣减 :calculateCountAttendTryReduce
- 加班薪资:calculateCountAttendOverWork
- 考勤绩效扣减:calculateCountAttendOtherReduce
- 报告绩效工资扣减:calculateReportReduce
- 研发人员职能绩效扣减:calculateStudyReduce
- 职能绩效扣减 和 商务绩效扣减:calculateReduce
- 日常绩效表-合计:calculateDailyTotal
- 日常绩效表-报告绩效奖励:calculateReportAwards
- 薪资表-合计:calculateSalaryAllowanceTotal
- 提成奖金表:calculateSpecialTotal
- 五险一金表:calculateFundTotal
- 奖励表-合计:calculateRewardTotal
- 扣减表-合计:calculateCutTotal
- 税表:calculateTax
- 离职补偿表:calculateQuit
- 劳务费表:calculateService
- 归档文件
- 其他信息化系统
订单支出分析-卡片和饼图部分
GET
api/pmcost/cost-board/card-pie-data
最后修改时间:2024-11-06 01:45:45
责任人:汪青青
请求参数
Query 参数
yearMonth
string
可选
Header 参数
Authorization
string
可选
默认值:
{{AUTH_TOKEN}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'api/pmcost/cost-board/card-pie-data?yearMonth' \
--header 'Authorization: {{AUTH_TOKEN}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
currentMonthTotalLaborCost
string
订单总支出
lastMonthTotalLaborCost
string
上月订单总支出
totalRate
number
占比
totalRateUp
string
上升or下降
currentMonthLaborCost
string
当月全职人力成本
lastMonthLaborCost
string
上月全职人力成本
laborCostRate
integer
占比
laborCostUp
string
必需
currentMonthServiceLaborCost
string
当月劳务人力成本
lastMonthServiceLaborCost
string
上月劳务分离成本
laborServiceCostRate
integer
占比
laborServiceCostUp
string
必需
currentMonthOpsCost
string
当月订单运维费用
lastMonthOpsCost
string
上月订单运维费用
opsCostRate
number
必需
opsCostUp
string
必需
currentMonthOaCost
string
当月订单付款支出
lastMonthOaCost
string
上月订单付款支出
oaCostRate
number
必需
oaCostUp
string
必需
currentMonthGLLaborCost
string
必需
lastMonthGLLaborCost
string
必需
glCostRate
integer
必需
glCostUp
string
必需
currentMonthTotalUnLaborCost
string
必需
lastMonthTotalUnLaborCost
string
必需
noLaborTotalCostRate
integer
占比
noLaborTotalCostUp
string
必需
currentMonthUnServiceCost
string
必需
lastMonthUnServiceCost
string
必需
unServiceCostRate
integer
必需
unServiceCostUp
string
必需
currentMonthUnLaborCost
string
必需
lastMonthUnLaborCost
string
必需
unLaborCostRate
integer
必需
unLaborCostUp
string
必需
pie
array [object {2}]
必需
spent
string
必需
示例
{
"code": 10000,
"msg": "success",
"data": {
"currentMonthTotalLaborCost": "0.00",
"lastMonthTotalLaborCost": "0.00",
"totalRate": 100,
"totalRateUp": "up",
"currentMonthLaborCost": "0.00",
"lastMonthLaborCost": "0.00",
"laborCostRate": 100,
"laborCostUp": "up",
"currentMonthServiceLaborCost": "0.00",
"lastMonthServiceLaborCost": "0.00",
"laborServiceCostRate": 100,
"laborServiceCostUp": "up",
"currentMonthOpsCost": "0.00",
"lastMonthOpsCost": "0.00",
"opsCostRate": 100,
"opsCostUp": "up",
"currentMonthOaCost": "0.00",
"lastMonthOaCost": "0.00",
"oaCostRate": 100,
"oaCostUp": "up",
"currentMonthGLLaborCost": "0.00",
"lastMonthGLLaborCost": "0.00",
"glCostRate": 100,
"glCostUp": "up",
"currentMonthTotalUnLaborCost": "0.00",
"lastMonthTotalUnLaborCost": "0.00",
"noLaborTotalCostRate": 100,
"noLaborTotalCostUp": "up",
"currentMonthUnServiceCost": "0.00",
"lastMonthUnServiceCost": "0.00",
"unServiceCostRate": 100,
"unServiceCostUp": "up",
"currentMonthUnLaborCost": "0.00",
"lastMonthUnLaborCost": "0.00",
"unLaborCostRate": 100,
"unLaborCostUp": "up",
"pie": [
{
"value": 0,
"name": "未分摊生产总人力成本"
},
{
"value": 0,
"name": "全职人力成本"
},
{
"value": 0,
"name": "劳务人力成本"
},
{
"value": 0,
"name": "订单付款支出"
},
{
"value": 0,
"name": "订单运维费用"
},
{
"value": 0,
"name": "管理工时人力成本"
}
]
},
"spent": "565ms"
}
修改于 2024-11-06 01:45:45