|
@@ -10,7 +10,7 @@ import {
|
|
|
Form,
|
|
|
Table
|
|
|
} from 'antd';
|
|
|
-import {getOrderType,splitUrl,getNewOrderType,getProcessStatus,getApproval,getLiquidationStatus,getProjectStatus} from '@/tools';
|
|
|
+import {getOrderType,getjiedian,splitUrl,getNewOrderType,getProcessStatus,getApproval,getLiquidationStatus,getProjectStatus} from '@/tools';
|
|
|
|
|
|
const FormItem = Form.Item;
|
|
|
|
|
@@ -243,7 +243,7 @@ const OrderDetail = Form.create()(React.createClass({
|
|
|
<FormItem className="half-item" {...formItemLayout} label="结算状态">
|
|
|
<span>{getLiquidationStatus(theData.liquidationStatus)}</span>
|
|
|
</FormItem>
|
|
|
- <FormItem className="half-item" {...formItemLayout} label="已收款">
|
|
|
+ <FormItem className="half-item" {...formItemLayout} label="已收款(万元)">
|
|
|
<span>{theData.settlementAmount}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item" {...formItemLayout} label="订单类型">
|
|
@@ -286,7 +286,7 @@ const OrderDetail = Form.create()(React.createClass({
|
|
|
<FormItem labelCol={{ span: 3 }} wrapperCol={{ span: 18 }} label="收款节点">
|
|
|
{
|
|
|
jsDate.map(item=>{
|
|
|
- return <p>{item.dunSubject} -- {item.money} 万元</p>
|
|
|
+ return <p>{getjiedian(item.dunSubject)} -- {item.money} 万元</p>
|
|
|
})
|
|
|
}
|
|
|
</FormItem>
|