- IT信息化80端口
- IT信息化8050端口
- 财务开票系统
- 精细化开放接口
- 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
- 归档文件
- 其他信息化系统
办理评估订单-加BOM版
POST
pm/order/handler-order
最后修改时间:2024-02-26 03:04:48
责任人:应久生
请求参数
Query 参数
debug
integer
可选
示例值:
{{DEBUG}}
Header 参数
Authorization
string
可选
默认值:
{{AUTH_TOKEN}}
Body 参数multipart/form-data
orderId
string
审批单ID
示例值:
202402190005
orderInfoId
string
产品Id
示例值:
14387
assessPrice
string
评估成本
assessDetail
string
评估明细
示例值:
订单评估明细
remark
string
可选
示例值:
备注
attachment[0][fileName]
string
可选
示例值:
附件名称
attachment[0][fileUrl]
string
可选
示例值:
附件Url
workTime
string
工时评估
示例值:
10人天
bomDetail
string
bom表的明细内容
示例值:
[{"firstLevel":"资源费","secondLevel":"云服务费","explain":"描述字段","specsList":[{"specs":"规格字段","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]},{"firstLevel":"资源费","secondLevel":"其他资源","explain":"描述字段","specsList":[{"specs":"规格字段","count":1.1,"unit":"单位字段","price":10,"other":[{"title":"更多成本","type":"number","value":"d"},{"title":"10102012","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]}]
debug
string
可选
默认值:
{{DEBUG}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'pm/order/handler-order?debug={{DEBUG}}' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--form 'orderId="202402190005"' \
--form 'orderInfoId="14387"' \
--form 'assessPrice=""' \
--form 'assessDetail="订单评估明细"' \
--form 'remark="备注"' \
--form 'attachment[0][fileName]="附件名称"' \
--form 'attachment[0][fileUrl]="附件Url"' \
--form 'workTime="10人天"' \
--form 'bomDetail="[{\"firstLevel\":\"资源费\",\"secondLevel\":\"云服务费\",\"explain\":\"描述字段\",\"specsList\":[{\"specs\":\"规格字段\",\"count\":11,\"unit\":\"单位字段\",\"price\":10,\"other\":[{\"title\":\"市场参考报价\",\"type\":\"number\",\"value\":\"d\"}]},{\"specs\":\"规格字段22\",\"count\":11,\"unit\":\"单位字段\",\"price\":10,\"other\":[{\"title\":\"市场参考报价\",\"type\":\"number\",\"value\":\"d\"}]}]},{\"firstLevel\":\"资源费\",\"secondLevel\":\"其他资源\",\"explain\":\"描述字段\",\"specsList\":[{\"specs\":\"规格字段\",\"count\":1.1,\"unit\":\"单位字段\",\"price\":10,\"other\":[{\"title\":\"更多成本\",\"type\":\"number\",\"value\":\"d\"},{\"title\":\"10102012\",\"value\":\"d\"}]},{\"specs\":\"规格字段22\",\"count\":11,\"unit\":\"单位字段\",\"price\":10,\"other\":[{\"title\":\"市场参考报价\",\"type\":\"number\",\"value\":\"d\"}]}]}]"' \
--form 'debug="{{DEBUG}}"'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 10000,
"msg": "success",
"data": {
"orderId": "202206065fkqsxcg193233",
"orderInfoId": "12"
}
}
修改于 2024-02-26 03:04:48