dengzhiguo 6 years ago
parent
commit
a8b0161980

BIN
image/adviserInit.jpg


BIN
image/policyInit.jpg


+ 1 - 1
js/component/account/achievement/achievementForm.jsx

@@ -219,7 +219,7 @@ const DemandDetailForm = Form.create()(React.createClass({
                 thePictureUrl = picArr.join(",");
 			};
 			let thepictureUrlMin = [];
-            if (this.state.pictureUrl.length) {
+            if (this.state.pictureUrlMin.length) {
                 let picArr = [];
                 this.state.pictureUrlMin.map(function (item) {
                     if ( item.response && item.response.data && item.response.data.length ){

+ 2 - 1
js/component/account/evaluate/index.jsx

@@ -159,6 +159,7 @@ const Evaluate = React.createClass({
         render: (text, it) => { return Moment(it.createTime).format('YYYY/MM/DD') }
       }
     ];
+    const hasSelected = this.state.selectedRowKeys.length > 0;
     return (
       <Spin spinning={this.state.loading}>
         <div className="content-container">
@@ -167,7 +168,7 @@ const Evaluate = React.createClass({
               <div className="content-actions"><Button type="primary" onClick={this.addClick}>开始新评估<Icon type="plus" /></Button></div>
           </div>
           <div className="content-search">
-            <Button type="danger" onClick={this.remove} disabled={!this.state.selectedRowKeys.length}>删除</Button>
+            <Button type="danger" onClick={this.remove} disabled={!hasSelected}>删除</Button>
           </div>
           <div className="content-body">
             <Table rowKey="id" columns={columns}

+ 16 - 0
js/component/account/index/collection.less

@@ -67,6 +67,22 @@
 						display: inline-block;
 					}
 				}
+				.adviserInit{
+					box-sizing: border-box;
+					position: absolute;
+					border-radius: 5px;
+					left: 3%;
+					top: 3%;
+					width: 94%;
+					height: 94%; 
+					background: url(../../../../image/adviserInit.jpg)no-repeat;
+					background-size:100% 100%;
+					img {
+						width: 100%;
+						height: 100%;
+						display: inline-block;
+					}
+				}
                 .divP{
                     opacity: 0;
                     width: 100%;

+ 11 - 6
js/component/account/index/follow.jsx

@@ -12,7 +12,7 @@ class Collection extends Component {
             nub:'1'
         };
     }
-    //服务
+    //关注
     loadDataService(page){
         this.setState({
             loading:true,
@@ -38,6 +38,7 @@ class Collection extends Component {
                         key: i,
                         id: thisdata.uid,
                         name:thisdata.username,
+                        expert:thisdata.expert,
                         introduce:thisdata.introduction&&thisdata.introduction.length>40?thisdata.introduction.substr(0,40)+'...':thisdata.introduction,
                         img: thisdata.headPortraitUrl, //编号
                     });
@@ -70,10 +71,14 @@ class Collection extends Component {
     }
     jump(item){
         let url='';
-        switch(this.state.nub){
-            case '1':
+        switch(item.expert){
+            case 1:
                 url = globalConfig.context+`/portal/subscriberDetail.html?uid=${item.id}&type=0`;
-            break;
+                break;
+            case 2:
+                url = globalConfig.context+`/portal/adviser/adviserDetail?id=${item.id}`;
+                break;
+            default:return;
         }
         window.open(url);
     }
@@ -93,12 +98,12 @@ class Collection extends Component {
                             return<Col span={5} key={index} onClick={(e)=>{this.jump(item)}}>
                                     <div className="img">
                                         <div className="imgHeader">
-                                            <div className="popImgBj">
+                                            <div className={item.expert=='1'?"popImgBj":'adviserInit'}>
                                                  {item.img?<img src={globalConfig.avatarHost+'/upload'+item.img}  alt=""/>:''}
                                             </div>
                                             <div className="divP"><p>{item.introduce}</p></div>
                                         </div>  
-                                        <p className="txt">{item.name?item.name:'佚名'}</p>
+                                        <p className="txt">{item.name?item.name:'佚名'}<span>{item.expert==1?' - (专家)':' - (顾问)'}</span></p>
                                     </div>
                                 </Col>
                         })

+ 1 - 27
js/component/account/setAccount/account.jsx

@@ -266,32 +266,6 @@ class Account extends React.Component {
 						<Row>
 							<Col span={8}>
 								<FormItem className="half-mid" {...formItemLayout} label="注册手机号">
-									{/* {this.state.editPhoto ? (
-										<Input
-											value={this.state.mobile}
-											onBlur={(e) => {
-												this.saveFun(2);
-											}}
-											ref="photo"
-											placeholder="请填写注册手机号码"
-											onChange={(e) => {
-												this.setState({ mobile: e.target.value });
-											}}
-										/>
-									) : (
-										<span>{this.state.mobile}</span>
-									)}
-									{this.state.editPhoto ? (
-										''
-									) : (
-										<Button
-											className="Authentication"
-											onClick={(e) => {
-												this.btnFun(2);
-											}}
-											icon="edit"
-										/>
-									)} */}
 									<span>{this.state.mobile}</span>
 								</FormItem>
 							</Col>
@@ -365,7 +339,7 @@ class Account extends React.Component {
 							</Col>
 							<Col span={8}>
 								<FormItem className="half-mid" {...formItemLayout} label="账号状态">
-									<span>{getStatuslist(this.state.status)}</span>
+									<span>{getStatuslist(this.state.status)||'正常'}</span>
 								</FormItem>
 							</Col>
 							<Col span={8}>

+ 6 - 3
js/component/account/setAccount/expert.jsx

@@ -241,7 +241,7 @@ const Expert = React.createClass({
 				sex: values.sex,
 				expert:'0',
 				authentication:this.state.authentication,
-				mobile: values.mobile,
+				// mobile: values.mobile,
 				fixedTel: values.fixedTel,
 				qq: values.qq,
 				idNumber: values.idNumber,
@@ -380,6 +380,9 @@ const Expert = React.createClass({
 									initialValue: theData.identifyName
 								})(<Input placeholder="输入姓名" maxLength={128}/>)}
 							</FormItem>
+							<FormItem className="half-item" {...formItemLayout} label="手机号码">
+								<span>{theData.mobile}</span>
+							</FormItem> 
 							<FormItem className="half-item" {...formItemLayout} label="行业">
 								{getFieldDecorator('industry', {
 									rules: [ { required: true, message: '此项为必填项!' } ],
@@ -429,12 +432,12 @@ const Expert = React.createClass({
 									initialValue: theData.postalAddress
 								})(<Input placeholder="输入通信地址" maxLength={255}/>)}
 							</FormItem>
-							<FormItem className="half-item" {...formItemLayout} label="手机号码">
+							{/* <FormItem className="half-item" {...formItemLayout} label="手机号码">
 								{getFieldDecorator('mobile', {
 									rules: [ { required: true, message: '此项为必填项!' } ],
 									initialValue: theData.mobile
 								})(<Input placeholder="输入手机号码" maxLength={16}/>)}
-							</FormItem>
+							</FormItem> */}
 							<FormItem className="half-item" {...formItemLayout} label="固定电话">
 								{getFieldDecorator('fixedTel', {
 									initialValue: theData.fixedTel

+ 55 - 2
js/component/administration/business/businessCategory.jsx

@@ -73,7 +73,8 @@ const BusinessCategory=Form.create()(React.createClass({
                 pageNo: pageNo || 1,
 				pageSize: this.state.pagination.pageSize,
 				name: this.state.nameSearch, //品类名称
-				layer: this.state.layerSearch //组织层级
+                layer: this.state.layerSearch, //组织层级
+                module:this.state.moduleSearch
             },
             success: function (data) {
                 let theArr = [];
@@ -186,6 +187,10 @@ const BusinessCategory=Form.create()(React.createClass({
                     dataIndex: 'layerName',
                     key: 'layerName'
                 }, {
+                    title: '序号',
+                    dataIndex: 'sort',
+                    key: 'sort'
+                }, {
                     title: '上级品类',
                     dataIndex: 'superName',
                     key: 'superName',
@@ -199,7 +204,9 @@ const BusinessCategory=Form.create()(React.createClass({
                     render:(text,recard)=>{
                         return (
                             <div>
-                                 {recard.layer<2&&<Button onClick={(e)=>{e.stopPropagation();this.nextAdd(recard)}}>新建下级品类</Button>}
+                                 {recard.layer<2&&<Button style={{background:'#51a351',color:'#fff'}} onClick={(e)=>{e.stopPropagation();this.nextAdd(recard)}}>新建下级品类</Button>}
+                                 <Button type="primary" style={{margin:10}} onClick={(e)=>{e.stopPropagation();this.movePre(recard)}}>上移</Button>
+                                 <Button type="primary" onClick={(e)=>{e.stopPropagation();this.moveTop(recard)}}>置顶</Button>
                             </div>
                          )
                     }
@@ -209,6 +216,44 @@ const BusinessCategory=Form.create()(React.createClass({
             dataSource: [],
         };
     },
+    //上移动
+    movePre(recard){
+        this.setState({
+            loading:false
+        })
+        $.ajax({
+            method:'POST',
+            url: globalConfig.context + "/api/admin/jtBusiness/project/moveUp",
+            data:{
+                id:recard.id
+            }
+        }).done((data)=>{
+            if(data&&(data.error).length){
+                message.error(data.error[0].message);
+            }
+            this.setState({loading:false});
+            this.loadData(this.state.page);
+        })
+    },
+    //置顶
+    moveTop(recard){
+        this.setState({
+            loading:false
+        })
+        $.ajax({
+            method:'POST',
+            url: globalConfig.context + "/api/admin/jtBusiness/project/setTop",
+            data:{
+                id:recard.id
+            }
+        }).done((data)=>{
+            if(data&&(data.error).length){
+                message.error(data.error[0].message);
+            }
+            this.setState({loading:false});
+            this.loadData(this.state.page);
+        })
+    },
     componentWillMount() {
         this.loadData();
         this.loadMenu();
@@ -402,6 +447,7 @@ const BusinessCategory=Form.create()(React.createClass({
     },
     reset() {
         this.state.nameSearch = '';//品类名称清零
+        this.state.moduleSearch=undefined;
         this.state.layerSearch = undefined;//品类层级清零
         this.loadData();       
     },
@@ -452,6 +498,13 @@ const BusinessCategory=Form.create()(React.createClass({
                             <Select.Option value="1">一级</Select.Option>
                             <Select.Option value="2">二级</Select.Option>
 		                </Select>
+                        <Select  style={{ width:'200px',marginRight:'10px' }} value ={this.state.moduleSearch} placeholder="模块" onChange={(e)=>{this.setState({moduleSearch:e})}}>
+                            {
+                                typeModule.map(item=>{
+                                return <Select.Option key={item.value} value={item.value}>{item.key}</Select.Option>
+                                })
+                            }
+                        </Select>
 	                    <Button type="primary" onClick={this.search} style={{marginRight:'10px'}}>搜索</Button>
 	                    <Button onClick={this.reset} style={{marginRight:'10px'}}>重置</Button>
                         <Popconfirm title="是否删除?" onConfirm={this.delectRow} okText="是" cancelText="否">

+ 1 - 1
js/component/administration/news/newForm.jsx

@@ -264,7 +264,7 @@ const NewDetailForm = Form.create()(React.createClass({
 							})(
 								<Select placeholder="新闻类型">
 									<Select.Option value="0" >普通新闻</Select.Option>
-									<Select.Option value="98" >技淘百科</Select.Option>
+									<Select.Option value="98" >知产百科</Select.Option>
 									<Select.Option value="99" >技淘观点</Select.Option>
                     			</Select>
 							)}

+ 1 - 1
js/component/dataDic.js

@@ -2297,7 +2297,7 @@ module.exports = {
 	        key: "普通新闻"
 	    },{
 	        value: "98",
-	        key: "技淘百科"
+	        key: "知产百科"
 	    }, {
 	        value: "99",
 	        key: "技淘观点"

+ 0 - 4
js/component/login/adminLogin.jsx

@@ -67,10 +67,6 @@ var Login = React.createClass({
         return (
             <div className="login-box">
                 <Spin spinning={this.state.loading} className='spin-box'>
-                <div style={{fontSize:16}}>
-                     <p style={{color:'red',textAlign:'center'}}>注意:访问原内部管理系统,请登录新地址</p>
-                     <p style={{textAlign:'center',marginBottom:10,}}> <a href="http://bm.jishutao.com/admin/login.html">科德后台管理中心</a></p>
-                </div>
                     <div className="user-box">
                         <Input onChange={this.getUser}
                             onKeyDown={this.keyboard} placeholder="账号" value={this.state.user}

+ 10 - 0
webpack.config.js

@@ -121,7 +121,11 @@ module.exports = (function () {
         }));
     }
 
+<<<<<<< HEAD
     let staticHost = 'http://192.168.0.190:8088';    
+=======
+    let staticHost = 'http://192.168.0.188:8088';    
+>>>>>>> 0c83e01ff346f69888c4d3ffbf455bb80e6edf65
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://statics.jishutao.com';
@@ -156,9 +160,15 @@ module.exports = (function () {
         plugins: plugins,
         devServer: {
             disableHostCheck: true,
+<<<<<<< HEAD
             host: '192.168.0.190',
             port: 8088,
             allowedHosts: ['192.168.0.190:8088','192.168.0.20','192.168.0.99'],
+=======
+            host: '192.168.0.188',
+            port: 80,
+            allowedHosts: ['127.0.0.1','192.168.0.20','192.168.0.99'],
+>>>>>>> 0c83e01ff346f69888c4d3ffbf455bb80e6edf65
             headers: {
                 "Access-Control-Allow-Origin": "*"
             }

+ 28 - 0
webpack/entry.config.js

@@ -11,6 +11,7 @@ module.exports = {
     'admin/index': './js/admin/index.js',
   },
   watch: {
+<<<<<<< HEAD
     'user/index': ['webpack-dev-server/client?http://192.168.0.190:8088', // WebpackDevServer host and port
       'webpack/hot/only-dev-server',
       './js/user/index.js'
@@ -28,15 +29,42 @@ module.exports = {
       './js/user/account/index.js'
     ],
     'user/account/evaluateInfo': ['webpack-dev-server/client?http://192.168.0.190:8088', // WebpackDevServer host and port
+=======
+    'user/index': ['webpack-dev-server/client?http://192.168.0.188:8088', // WebpackDevServer host and port
+      'webpack/hot/only-dev-server',
+      './js/user/index.js'
+    ],
+    'user/login': ['webpack-dev-server/client?http://192.168.0.188:8088', // WebpackDevServer host and port
+      'webpack/hot/only-dev-server',
+      './js/user/login.js'
+    ],
+    'user/signIn': ['webpack-dev-server/client?http://192.168.0.188:8088', // WebpackDevServer host and port
+      'webpack/hot/only-dev-server',
+      './js/user/signIn.js'
+    ],
+    'user/account/index': ['webpack-dev-server/client?http://192.168.0.188:8088', // WebpackDevServer host and port
+      'webpack/hot/only-dev-server',
+      './js/user/account/index.js'
+    ],
+    'user/account/evaluateInfo': ['webpack-dev-server/client?http://192.168.0.188:8088', // WebpackDevServer host and port
+>>>>>>> 0c83e01ff346f69888c4d3ffbf455bb80e6edf65
       'webpack/hot/only-dev-server',
       './js/user/account/assessment.js'
     ],
     //admin
+<<<<<<< HEAD
     'admin/login': ['webpack-dev-server/client?http://192.168.0.190:8088', // WebpackDevServer host and port
     'webpack/hot/only-dev-server',
     './js/user/adminLogin.js'
     ],
     'admin/index': ['webpack-dev-server/client?http://192.168.0.190:8088', // WebpackDevServer host and port
+=======
+    'admin/login': ['webpack-dev-server/client?http://192.168.0.188:8088', // WebpackDevServer host and port
+    'webpack/hot/only-dev-server',
+    './js/user/adminLogin.js'
+    ],
+    'admin/index': ['webpack-dev-server/client?http://192.168.0.188:8088', // WebpackDevServer host and port
+>>>>>>> 0c83e01ff346f69888c4d3ffbf455bb80e6edf65
       'webpack/hot/only-dev-server',
       './js/admin/index.js'
     ]