|
@@ -249,6 +249,9 @@ const OrderDetail = Form.create()(React.createClass({
|
|
|
<FormItem className="half-item" {...formItemLayout} label="签单总金额(万元)">
|
|
|
<span>{theData.totalAmount}</span>
|
|
|
</FormItem>
|
|
|
+ <FormItem className="half-item" {...formItemLayout} label="首付款(万元)">
|
|
|
+ <span>{theData.firstAmount}</span>
|
|
|
+ </FormItem>
|
|
|
<FormItem className="half-item" {...formItemLayout} label="已收款(万元)">
|
|
|
<span>{theData.settlementAmount}</span>
|
|
|
</FormItem>
|