获取合同报价单
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取合同报价单
<strong>请求URL:</strong> </li>
<li><code>http://127.0.0.1:8080/common/quotation/getOrderQuotation</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">orderId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>订单id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"resultMsg": "未查到此合同的报价单",
"resultCode": 200,
"resultInfo": null,
"page": null,
"ext": null
}
{
"resultMsg": "OK",
"resultCode": 200,
"resultInfo": {
"quotationId": null,
"parentId": null,
"costOfSetMeal": 160560.0000000000,
"houseCostOfSetMeal": 0.00,
"houseCostOfSetAare": 0.00,
"chanpinCostOfSetAare": 0.00,
"additionalCost": 0.00,
"machineProcessing": 0E-10,
"cabinetProcessing": 0E-10,
"costOfMainMaterial": 0E-10,
"costOfBasicMaterial": 0E-10,
"sumMoney": null,
"processCost": 0E-10,
"hardPackPrices": 0E-10,
"softPackPrices": 0E-10,
"furnitureBagPrices": 0E-10,
"discountAmount": 0.00,
"projectSubprojectPrices": 160560.0000000000,
"remoteFee": 0E-10,
"remoteFeeProportion": 0.0000,
"booRemoteFee": 0.00,
"managementExpense": 14450.4000000000,
"managementExpenseProportion": 9.0000,
"booManagementExpense": 0.00,
"tax": 5967.8500000000,
"taxProportion": 3.4100,
"booTax": 0.00,
"preDiscountBill": 180978.2500000000,
"baseDiscounts": 100.0000000000,
"billOfMoney": 180978.0000000000,
"downpayment": 144782.0000000000,
"downpaymentProportion": 0.00,
"startWorkProportion": 144782.0000000000,
"mediumTerm": 32576.0000000000,
"mediumTermProportion": 0.00,
"tailPeriod": 3620.0000000000,
"tailPeriodProportion": 0.00,
"designFee": 0.00,
"deposit": 0.00,
"valueAddedClass": 0.00,
"orderId": 100023986,
"setMealMoney": 118800.0000000000,
"nnitFlatPrice": 0.00,
"unitDiscounts": 0.00,
"unitFlatPriceDiscounts": 0E-10,
"startingArea": 0.00,
"upperLimitArea": 0.00,
"flatRicePrice": 0.00,
"yhSprice": 0E-10,
"setmealDiscounts": 0E-10,
"spaceDiscountsReserved": null,
"remoteFeeId": 606645,
"managementId": 606644,
"taxId": 606643,
"taluationMethod": null,
"bathroomCabinet": 0E-10,
"furniture": 0E-10,
"pricingWay": null,
"perThePrice": 0.00,
"performanceProportion": 72391.0000000000,
"comVersionPropertiesList": null,
"creteTime": 1577184291000,
"hardPackPriceSettlement": null,
"beforeSumMoney": null
},
"page": null,
"ext": null
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>