|
@@ -5,7 +5,7 @@ import ajax from 'jquery/src/ajax/xhr.js';
|
|
|
import $ from 'jquery/src/ajax';
|
|
|
import { maturityList, innovationList, transferModeList } from '../../dataDic';
|
|
|
import { IndustryObject, getIndustryCategory } from '../../DicIndustryList.js';
|
|
|
-import { beforeUploadFile, splitUrl, companySearch, getTransferMode, getAchievementCategory, getTechAuditStatus, getDemandType, getMaturity, getInnovation,beforeUpload, getBase64 } from '../../tools.js';
|
|
|
+import { beforeUploadFile, splitUrl, companySearch, getTransferMode, getAchievementCategory, getTechAuditStatus, getDemandType, getMaturity, getInnovation,beforeUpload, getBase64,getboutique } from '../../tools.js';
|
|
|
import throttle from '../../throttle.js';
|
|
|
|
|
|
const KeyWordTagGroup = React.createClass({
|
|
@@ -169,6 +169,7 @@ const AchievementDetailShow = Form.create()(React.createClass({
|
|
|
};
|
|
|
this.setState({
|
|
|
data: thisData,
|
|
|
+
|
|
|
orgDisplay: thisData.ownerType,
|
|
|
switchValue: Boolean(!thisData.ownerId),
|
|
|
radios:thisData.hot==='1'?true:false,
|
|
@@ -471,6 +472,11 @@ const AchievementDetailShow = Form.create()(React.createClass({
|
|
|
label="审核状态" >
|
|
|
<span>{getTechAuditStatus(theData.auditStatus)}</span>
|
|
|
</FormItem>
|
|
|
+ <FormItem className="half-item"
|
|
|
+ {...formItemLayout}
|
|
|
+ label="是否国际" >
|
|
|
+ <span>{getboutique(theData.internationalFlag)}</span>
|
|
|
+ </FormItem>
|
|
|
</div>
|
|
|
<FormItem
|
|
|
labelCol={{ span: 4 }}
|
|
@@ -818,6 +824,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
|
|
|
};
|
|
|
this.setState({
|
|
|
data: thisData,
|
|
|
+
|
|
|
orgDisplay: thisData.ownerType,
|
|
|
switchValue: Boolean(!thisData.ownerId),
|
|
|
radios: thisData.hot == '1' ? true : false,
|
|
@@ -1735,6 +1742,7 @@ const AchievementDetail = React.createClass({
|
|
|
validityPeriodFormattedDate: thisdata.validityPeriodFormattedDate,
|
|
|
coverImg: thisdata.coverImg,
|
|
|
hot: thisdata.hot,
|
|
|
+ internationalFlag:thisdata.internationalFlag,
|
|
|
});
|
|
|
};
|
|
|
};
|