M+ CPD


获取报价单列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取报价单列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/cpd/repairQuotation/listAllQuotation</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <pre><code> { "apiVersion": "string", "quotationStatus": [ // 报价单状态 等待:PENDING、审批通过:APPROVED、驳回:REJECTED "PENDING" ], "quotationTypes": [ // 报价单类型 预估报价:ESTIMATE_QUOTATION 实际报价:ACTUAL_QUOTATION "ESTIMATE_QUOTATION" ], "repairQuotationCodes": [ // 报价单编号 "string" ], "repairQuotationIds": [ // 报价单id "string" ], "supplierId": "string", // 供应商id "storeName":"String" // 报价单名称 "requestId": "string", "timestamp": 0 }</code></pre> <h5>返回示例</h5> <pre><code> { "code": 0, "data": [ { "actualInformation": { "counterNumber": 0, "dateNumber": 0, "remark": "string", "time": 0, "workerNumber": 0 }, "actualMaterialExpense": 0, "actualOtherExpense": 0, "actualTotalExpense": 0, "counterQty": 0, "estimateInformation": { "counterNumber": 0, "dateNumber": 0, "remark": "string", "time": 0, "workerNumber": 0 }, "estimateMaterialExpense": 0, "estimateOtherExpense": 0, "estimateTotalExpense": 0, "quotationCode": "string", "quotationId": "string", "quotationStatus": "PENDING", "storeName": "string", "supplierId": "string" } ], "message": "string", "requestId": "string", "timestamp": 0 }</code></pre>

页面列表

ITEM_HTML