企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 工序工价(月度) ~~~[api] post:/vcrm/script/api/exec *string:apikey=hb.searchData#请求接口KEY *string:pushType=getProcessPrice#推送类型 string:pushParams#推送参数,json,{"techniquePriceId":1,"operateType":""},operateType值为 insert|update|delete 中一个,如果是删除操作,参数会增加 dataId ,值为 工艺核价ID int:pageIndex#分页索引,从 1 开始 int:pageSize#返回记录数,如果是 -1 表示所有数据,忽略 pageIndex 参数值 <<< success { "status": "00000", "sync": true, "data": { "count": 1, // 查询总记录数 "dataList":[ { "techniquePriceId": 1, // 工艺核价ID "priceMonth": "2022-11", // 核价月份 "priceUserId": null, // 核价人id "isPriceSuccess": "0", // 是否核价完成 0:未完成;1:已完成; "priceTime": "2023-02-14 16:45:51", // 核价时间 "attachment": null, // 附件 "attachmentRemarks": null, // 附件备注 "remarks": null, // 备注 "monthDetailList": [ // 工艺工价明细(月度) { "techniquePriceId": 1, // 工艺核价ID "detailId": 3, // 明细ID "pTechniqueId": 162, // 工艺ID "pTechniqueCode": "GX000008", // 工艺编号 "pTechniqueName": "织造", // 工艺名称 "monthPrice": 0, // 本月工价 "remarks": null // 备注 }, ... ] } ] } } <<< error { "status": "10003", "sync": true, "data": {}, "info": "参数错误" } ~~~