liting2017 6 years ago
parent
commit
b42e23a90c

+ 1 - 1
js/component/manageCenter/financialManage/orderDetail/orderDesc.jsx

@@ -34,7 +34,7 @@ class DemandDesc extends React.Component {
 					visible={this.state.visible}
 					onOk={this.handOk.bind(this)}
 					onCancel={this.handleCancel.bind(this)}
-					width="1000px"
+					width="800px"
 					title='订单详情'
 					footer=""
 					className="admin-desc-content"

+ 10 - 15
js/component/manageCenter/financialManage/orderDetail/orderDetail.jsx

@@ -86,7 +86,11 @@ const OrderDetail = Form.create()(React.createClass({
                     title: '项目类别',
                     dataIndex: 'cname',
                     key: 'cname'
-                }, {
+                },  {
+                    title: '项目数量(个)',
+                    dataIndex: 'commodityQuantity',
+                    key: 'commodityQuantity'
+                },{
                     title: '服务市价(万元)',
                     dataIndex: 'commodityPrice',
                     key: 'commodityPrice'
@@ -97,17 +101,8 @@ const OrderDetail = Form.create()(React.createClass({
                     render:text=>{
                         return getProjectStatus(text);
                     }
-                },{
-                    title: '项目负责人',
-                    dataIndex: 'contacts',
-                    key: 'contacts'
-                }, 
-                {
-                    title: '联系方式',
-                    dataIndex: 'contactsMobile',
-                    key: 'contactsMobile'
                 }, {
-                    title: '是否主要联系人',
+                    title: '是否主要项目',
                     dataIndex: 'main',
                     key: 'main',
                     render:text=>{
@@ -219,7 +214,7 @@ const OrderDetail = Form.create()(React.createClass({
         const theData = this.state.orderList || {};
         const FormItem = Form.Item
         const formItemLayout = {
-            labelCol: { span: 6 },
+            labelCol: { span: 10 },
             wrapperCol: { span: 12 },
         };
         const jsDate = this.state.jsDate || [];
@@ -263,7 +258,7 @@ const OrderDetail = Form.create()(React.createClass({
 						</FormItem>}
 					</div>
                     <div className="clearfix">
-                        <FormItem labelCol={{ span: 3 }} wrapperCol={{ span: 18 }} label="合同扫描件">
+                        <FormItem labelCol={{ span: 5 }} wrapperCol={{ span: 18 }} label="合同扫描件">
                             <Upload className="demandDetailShow-upload"
                                 listType="picture-card"
                                 fileList={this.state.orgCodeUrl}                               
@@ -287,12 +282,12 @@ const OrderDetail = Form.create()(React.createClass({
 						</FormItem>           
                     </div>
                     <div className="clearfix">
-						<FormItem labelCol={{ span: 3 }} wrapperCol={{ span: 18 }} label="订单留言">
+						<FormItem labelCol={{ span: 5 }} wrapperCol={{ span: 18 }} label="订单留言">
 							<span>{theData.orderRemarks}</span>
 						</FormItem>
 					</div>
                     <div className="clearfix">
-						<FormItem labelCol={{ span: 3 }} wrapperCol={{ span: 18 }} label="收款节点">
+						<FormItem labelCol={{ span: 5 }} wrapperCol={{ span: 18 }} label="收款节点">
 							{
                                 jsDate.map(item=>{
                                     return <p>{getjiedian(item.dunSubject)} -- {item.money} 万元</p>