💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 工时工价维护 ~~~[api] post:/vcrm/script/api/exec *string:apikey=hb.receiveCommon#请求接口KEY *string:pushType=getTechniquePriceData#推送类型 string:pushParams#推送参数,json,{"orderCode":"2023-111","goodsId":"5607","operateType":"update"},operateType值为 insert|update|delete 中一个,如果是删除操作,参数会增加 goodsId:款Id; orderCode:销售订单号 <<< success { "dataList": [ { "sales_order_id": 1867, //销售订单ID "sales_order_code": "2023-111", //销售订单号 "goods_id": 5607, //款ID "goods_code": "X7604", // 款号 "goods_name": "健身短裤", // 款名称 "isOpenPrice": "1", // 工价是否公开 0:否;1:是; "detailList": [ { "technique_price_id": 16217, //工艺工时工价ID "p_technique_belong_id": "483", //工序所属ID "p_technique_belong_name": "织造", // 工序所属 "p_technique_id": 2667, //工序ID "p_technique_code": "XL12001", //工序编码 "p_technique_name": "上胶机肩带上胶", //工序名称 "p_technique_unit_price": 0.08, //工序单价 "work_hours": 2, //标准工时(S) "remarks": "", //备注 "random_uuid": "9f0c2486-4e0f-11ee-8ac3-0242ac12000e", //唯一UUID "create_user": "AML0485@AML.com", //创建人 "create_time": "2023-09-08T06:19:09.000+00:00",//创建时间 "update_user": "AML0485@AML.com", //修改人 "update_time": "2023-09-08T06:19:09.000+00:00",//修改时间 "del_flg": "0", //删除FLG 0:否;1:是 "create_firmID": "0", //创建者公司ID "use_firmID": "0" //所有者公司ID 外键:公司系统表 } ] } ] } <<< error { "status": "10003", "sync": true, "data": {}, "info": "参数错误" } ~~~