|
@@ -145,6 +145,7 @@ const OrderDetail = Form.create()(React.createClass({
|
|
|
orgCodeUrl: thisData.contractPictureUrl ? splitUrl(thisData.contractPictureUrl, ',', globalConfig.avatarHost + '/upload') : [],
|
|
orgCodeUrl: thisData.contractPictureUrl ? splitUrl(thisData.contractPictureUrl, ',', globalConfig.avatarHost + '/upload') : [],
|
|
|
orderNo:thisData.orderNo,//订单编号
|
|
orderNo:thisData.orderNo,//订单编号
|
|
|
buyerId:thisData.buyerId,
|
|
buyerId:thisData.buyerId,
|
|
|
|
|
+ depName:thisData.depName,
|
|
|
});
|
|
});
|
|
|
}.bind(this),
|
|
}.bind(this),
|
|
|
}).always(function () {
|
|
}).always(function () {
|
|
@@ -279,7 +280,10 @@ const OrderDetail = Form.create()(React.createClass({
|
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
|
<FormItem className="half-item" {...formItemLayout} label="合同编号">
|
|
<FormItem className="half-item" {...formItemLayout} label="合同编号">
|
|
|
<span>{theData.contractNo}</span>
|
|
<span>{theData.contractNo}</span>
|
|
|
- </FormItem>
|
|
|
|
|
|
|
+ </FormItem>
|
|
|
|
|
+ <FormItem className="half-item" {...formItemLayout} label="订单部门">
|
|
|
|
|
+ <span>{theData.depName}</span>
|
|
|
|
|
+ </FormItem>
|
|
|
</div>
|
|
</div>
|
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
|
<FormItem labelCol={{ span: 5 }} wrapperCol={{ span: 18 }} label="订单留言">
|
|
<FormItem labelCol={{ span: 5 }} wrapperCol={{ span: 18 }} label="订单留言">
|