M+ CPD


保存报价单

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>供应商保存报价单</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cpd/repairQuotation/saveQuotation</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code> { "actualInformation": { "counterNumber": 0, "dateNumber": 0, "remark": "string", "time": 0, "workerNumber": 0 }, "actualMaterialExpense": 0, "actualOtherExpense": 0, "actualTotalExpense": 0, "apiVersion": "string", "counterQty": 0, // 柜台数量 "estimateInformation": { "counterNumber": 0, "dateNumber": 0, "remark": "string", "time": 0, "workerNumber": 0 }, "estimateMaterialExpense": 0, "estimateOtherExpense": 0, "estimateTotalExpense": 0, "repairOrderId": [ // 维修单Id "string" ], "repairQuotationId": "string", // 报价单id "repairWorker": [ // 维修工 { "name": "string", "phone": "string" } ], "requestId": "string", "storeName": "string", // 商店名 "supplierId": "string", // 供应商id "timestamp": 0, "workflowInstanceIds": [ // 报价单下的项目id "string" ] }</code></pre> <h5>返回示例</h5> <pre><code>{ "code": 0, "data": { "id": "string" }, "message": "string", "requestId": "string", "timestamp": 0 }</code></pre>

页面列表

ITEM_HTML