|
@@ -1167,7 +1167,7 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
|
<span style={{color:'red',marginLeft:'5px'}}>*</span>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
- <div className='clearfix'>
|
|
|
+ <div className='clearfix' >
|
|
|
<FormItem
|
|
|
labelCol={{ span:4 }}
|
|
|
wrapperCol={{ span: 19 }}
|
|
@@ -1206,7 +1206,7 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
|
<span style={{ marginTop: '10px' ,marginLeft:"20px"}}>{this.state.pojectApplicationUrl ?
|
|
|
<span className="download-file">
|
|
|
<a onClick={() => {
|
|
|
- var newTab = window.open('about:blank'); getPreviews(this.state.detailId, 'techProject', 'organization_application', function (data) { newTab.location.href = data; });
|
|
|
+ var newTab = window.open('about:blank'); getPreviews(this.state.uid, 'techProject', 'organization_application', function (data) { newTab.location.href = data; });
|
|
|
}}><Icon style={{ fontSize: '16px' }} type="eye-o" /> </a>
|
|
|
</span>
|
|
|
: <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}
|