Browse Source

高企自评

liting2017 6 years ago
parent
commit
2a63257b98

BIN
img/newMenu/slide_img.png


File diff suppressed because it is too large
+ 9 - 0
src/css/newMenu/bootstrap-datetimepicker.min.css


+ 74 - 0
src/css/newMenu/highTech.css

@@ -0,0 +1,74 @@
+.table{display: none}
+.title{
+    text-align: center;
+    padding-bottom: 60px;
+    padding-top: 80px;
+}
+.title p{
+    margin-top: 10px;
+}
+.basic_nav{margin-bottom: 50px; overflow: auto;cursor:pointer}   
+.basic_nav li{width: 200px; height: 35px; line-height: 35px; text-align: center; margin-right: 66px;color: #647fc8; background: #f0f7ff;  border-radius: 20px; float: left;}
+.basic_nav li:last-child{margin-right: 0;}
+.basic_nav li.active{background: #58a3ff;color: #fff; }
+
+.red{color: red;}
+
+.basic_info{margin-bottom: 60px}
+.basic_content input{height: 38px;}
+.form-group{margin-bottom: 36px;}
+.posi{position: relative;}
+.posi span{position: absolute; bottom: -25px; color: red;}
+.posi span img{margin-right: 10px;}
+label{font-size: 16px; font-weight: inherit;}
+.basic_info .contentCenter{
+    width: 1000px;
+    margin: 0 auto;
+}
+.nextBtn{width: 153px; height: 43px;font-size: 18px; color: #58a3ff; border-color: #58a3ff;}
+.nextBtn:hover{color: #fff;border-color: #fff; background-color: #58a3ff;}
+
+.finance_content input{height: 38px;}
+.finance_title{text-align: center; margin-bottom: 10px;}
+
+.ipr_nav{overflow: auto;}
+.ipr_nav li{width:140px; font-size: 24px;height: 50px; padding-bottom: 15px; font-family: "宋体"; text-align: center; float: left;border-bottom: 1px solid #ececec;}
+.ipr_nav li a{display: block; width: 100%; height: 100%;}
+.ipr_nav li:last-child{width: 580px;}
+.ipr_nav li:hover,.ipr_nav li.active{border-bottom: 2px solid #58a3ff; }
+.ipr_nav li:hover a,.ipr_nav li.active a{color: #58a3ff;}
+.ipr_nav li:last-child:hover{border-bottom: 2px solid #ececec;}
+.ipr_title{text-align: center; margin-bottom: 10px!important;margin-top: 40px; color: red;}
+
+.ipr_content .form-group{overflow: auto; margin-bottom: 20px;}
+.ipr_content label{padding-right: 0; text-align: right;}
+
+.sum{height: 26px; border-bottom: 1px solid #d8d8d8; display: inherit;}
+#tab3 .checkbox{margin: 60px 0 30px 20px;}
+#tab3 .checkbox-inline{margin: 0 0 60px 28px;}
+#tab3 button{margin-left: 28px;}
+
+.rd_content .checkbox-inline input[type="radio"]{margin: 30px 0 50px 0;}
+.rd_content .checkbox-inline{font-size: 14px;}
+.rd_content .radio{padding: 0 0 20px 20px;}
+.rd_content .radio:last-child{padding-bottom: 0;}
+.rd_content .radio label{font-size: 14px;}
+.rd_content .radio input[type="radio"]{margin-bottom: 20px; height: 15px!important;}
+.rd_content .radioGroup{margin: 26px 0 50px 0;}
+
+.rd_content .nextBtn{color: #fff;border-color: #fff; background-color: #58a3ff;}
+
+input[type='checkbox'],input[type='radio']{height: 12px!important}
+
+.result_txt{display: none; width: 900px; margin: auto;}
+.result_txt h3{margin-bottom: 30px; padding-left: 10px; border-left: 5px solid #58a3ff; color: #333;}
+.result_txt_content{padding: 0 10px}
+.result_txt_content>div{margin-bottom: 15px; line-height: 30px}
+.result_txt_content>div label{margin-right: 15px}
+.result_txt_content h4{margin-bottom: 15px}
+.result_txt_content p{line-height: 26px; padding-left: 15px}
+
+.checkbox-inline input[name=optionsRadiosinline]{vertical-align: top;}
+.checkbox-inline input[name=cooperation]{}
+.radio input[name=employeeSystem]{vertical-align: top;}
+.radio {line-height: 20px;}

+ 18 - 11
src/css/newMenu/index.css

@@ -16,22 +16,14 @@
 
 .bannerList .carousel .carousel-inner img{
     width: 100%;
-    height: 475px;
 }
 .bannerList .carousel .left,.bannerList .carousel .right{
-    height: 475px;
     line-height: 475px;
     font-size: 60px;
 }
 .indexSearch{
     width: 1200px;
-    /* padding: 0 34px; */
     height: 92px;
-    
-    /* position: absolute;
-    bottom:118px; 
-    left: 50%;
-    margin-left: -600px; */
     margin: 20px auto;
     padding-left: 100px;
 }
@@ -40,8 +32,23 @@
 }
 .indexSearch .search-inp{
     clear: both;
-    width: 1000px;
+    position: relative;
+    width: 1050px;
+    height: 54px;
+}
+.search-inp a{
+    cursor: pointer;
+    position: absolute;
+    right: 0;bottom: 0;
+    width: 130px;
     height: 54px;
+    line-height: 54px;
+    text-align: center;
+    font-size: 18px;
+    color: #ffffff;
+    background: #ffac2a;
+    border-radius: 4px;
+    box-shadow: 0 0 4px #ffac2a;
 }
 .indexSearch .demandSearch{
     height: 54px;
@@ -72,10 +79,10 @@
     color: #fff;
 }
 .indexSearch .search-inp .input-group{
-    width: 1000px;
+    width: 900px;
 }
 .indexSearch .search-inp .input-group .input-group-btn{
-    width: 104px;
+    width: 130px;
 }
 .indexSearch .search-inp .input-group .input-group-btn button{
     width: 100%;

File diff suppressed because it is too large
+ 1743 - 0
src/js/newMenu/bootstrap-datetimepicker.min.js


+ 161 - 0
src/js/newMenu/evaluate.js

@@ -0,0 +1,161 @@
+import 'css/bootstrap.less';
+import 'bootstrap/dist/js/bootstrap.js';
+import 'css/newMenu/highTech.css';
+import 'css/newMenu/public.css';
+import 'css/newMenu/header.css'
+import 'js/public';
+import {provinceList} from 'js/NewDicProvinceList.js';
+import 'js/DicTechFieldList.js';
+import 'css/newMenu/bootstrap-datetimepicker.min.css';
+import 'js/newMenu/bootstrap-datetimepicker.min.js';
+
+$(function () {
+    var loginTxt ;
+    $('.basic_nav li').click(function () {
+        $(this).addClass('active').siblings().removeClass('active');
+        $('.table').removeClass('show');
+        $('.tab' + $(this).index()).addClass('show');
+    });
+    $('.form-horizontal button[type!="submit"]').click(function (e) {
+        e.preventDefault();
+        loginTxt=$('.head_login')[0];
+        if(loginTxt&&($(loginTxt).text())=='登录'){
+            $('.head_login').click();
+            return false;
+        }
+        $('.basic_nav li').removeClass('active');
+        $('.basic_nav .li' + $(this).prop('value')).addClass('active');
+        $('.table').removeClass('show');
+        $('.tab' + $(this).prop('value')).addClass('show');
+    })
+    $(".dateTime").datetimepicker({
+		format: "yyyy-mm-dd",
+		language:  'zh-CN',
+		weekStart: 1,
+		todayBtn: 1,
+		autoclose: 1,
+		todayHighlight: 1,
+		startView: 2,
+		minView: 2,
+		forceParse: 0
+    });
+    //省份渲染
+    var province = "";
+    $.each(provinceList, function (index, obj) {
+        province += '<option id="' + obj.id + '">' + obj.name + '</option>';
+    })
+    $('#province').append(province);
+    $("#province").change(function () {
+        var city = "";
+        var i = parseInt($(this).find("option:selected").prop('id'));
+        $.each(provinceList[i].cityList, function (index, obj) {
+            city += '<option id="' + obj.id + '">' + obj.name + '</option>';
+        })
+        $('#city').html(city);
+    });
+    $('#submit').click(function (e) {
+        loginTxt=$('.head_login')[0];
+        if(loginTxt&&($(loginTxt).text())=='登录'){
+            $('.head_login').click();
+            return false;
+        }
+        var name = $('#name').val();
+        var assets1 = $('#assets1').val() || 0;
+        var assets2 = $('#assets2').val() || 0;
+        var assets3 = $('#assets3').val() || 0;
+        var income1 = $('#income1').val() || 0;
+        var income2 = $('#income2').val() || 0;
+        var income3 = $('#income3').val() || 0;
+
+        var ipr = 0;
+        var ipr_txt = "";
+
+        var assets = 0;
+        var income = 0;
+        var financialScore_txt = "";
+
+        $('#tab1').find('input').each(function () {
+            if ($(this).val() > 0) {
+                ipr = 10;
+            }
+            return false;
+        })
+        if (ipr == 0) {
+            $('#tab2').find('input').each(function () {
+                if ($(this).val() > 0) {
+                    ipr += parseInt($(this).val());
+                }
+            })
+        }
+
+        if (name == '') {
+            name = "未填写";
+        }
+        if (ipr >= 5) {
+            ipr_txt = "较好";
+        } else if (ipr > 0 && ipr < 5) {
+            ipr_txt = "一般";
+        } else if (ipr == 0) {
+            ipr_txt = "较差";
+        }
+
+        if (assets2 != 0) {
+            if (assets1 == 0) {
+                assets = (assets3 / assets2) - 1;
+            } else {
+                assets = 0.5 * (assets2 / assets1 + assets3 / assets2) - 1;
+            }
+        }
+        if (assets >= 0.35) {
+            assets = 10;
+        } else if (assets >= 0.25) {
+            assets = 8;
+        } else if (assets >= 0.15) {
+            assets = 6;
+        } else if (assets >= 0.05) {
+            assets = 4;
+        } else if (assets > 0) {
+            assets = 2;
+        } else {
+            assets = 0;
+        }
+        if (income2 != 0) {
+            if (income1 == 0) {
+                income = (income3 / income2) - 1;
+            } else {
+                income = 0.5 * (income2 / income1 + income3 / income2) - 1;
+            }
+        }
+        if (income >= 0.35) {
+            income = 10;
+        } else if (income >= 0.25) {
+            income = 8;
+        } else if (income >= 0.15) {
+            income = 6;
+        } else if (income >= 0.05) {
+            income = 4;
+        } else if (income > 0) {
+            income = 2;
+        } else {
+            income = 0;
+        }
+        var financialScore = assets + income;
+        if (financialScore > 10) {
+            financialScore_txt = "财务增长较好";
+        } else if (financialScore > 5) {
+            financialScore_txt = "财务增长一般";
+        } else {
+            financialScore_txt = "财务增长较差";
+        }
+        $('#result_name').text(name);
+        $('#result_grade').text(ipr_txt);
+        $('#result_financialScore').text(financialScore);
+        $('#result_financialScore_txt').text(financialScore_txt);
+        $('#result_assets').text(assets);
+        $('#result_income').text(income);
+
+        $('.result_txt').addClass('show');
+    });
+
+    
+})

+ 0 - 1
src/js/newMenu/patent.js

@@ -3,7 +3,6 @@ import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/patent.css';
-// import 'js/banner.js';
 import 'js/public.js';
 
 $(function(){

+ 586 - 0
template/newMenu/evaluate.html

@@ -0,0 +1,586 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+	<meta charset="utf-8" />
+	<title>高企自评</title>
+</head>
+
+<body>
+	<header>
+		<div class="container">
+			<div class="lt">欢迎进入科技认知计算交易平台!</div>
+		</div>
+	</header>
+	<div class="header_nav_detail">
+		<div class="container ">
+			<div class="row clearfix">
+				<div class="col-md-3 logo">
+					<img src="../../img/Logo11.png" />
+				</div>
+				<div class="col-md-8">
+					<ul class="nav_content">
+						<li class="home"><a href="#">首页</a></li>
+						<li>
+							<a href="#">技术交易</a>
+							<ul class="secondary_navigation_nav">
+								<li><a href="/portal/search/demand.html">需求谷</a></li>
+								<li><a href="/portal/search/achievement.html">技术海</a></li>
+								<li><a href="#">Idea</a></li>
+								<li><a href="/portal/search/subscriber.html">伙伴</a></li>
+								<li><a href="/portal/search/subscriber.html">行家</a></li>
+								<li><a href="#">国际业务</a></li>
+							</ul>
+						</li>
+						<li>
+							<a href="/portal/scienceTechnology/bigShot.html">大咖说</a>
+							<ul class="secondary_navigation_nav">
+								<li><a href="/portal/scienceTechnology/star.html">科技明星</a></li>
+								<li><a href="/portal/scienceTechnology/lecture.html">科技讲堂</a></li>
+								<!--<li><a href="#">众筹专区</a></li>-->
+							</ul>
+						</li>
+						<li>
+							<a href="#">活动圈</a>
+							<ul class="secondary_navigation_nav">
+								<li><a href="#">活动详情</a></li>
+							</ul>
+						</li>
+						<li class="active">
+							<a href="#">建设兵团</a>
+							<ul class="secondary_navigation_nav">
+								<li><a href="#">平台定制</a></li>
+								<li><a href="#">平台运营</a></li>
+								<li><a href="#">活动筹划</a></li>
+							</ul>
+						</li>
+						<li>
+							<a href="/portal/international/internationalIndex.html">国际业务</a>
+							<ul class="secondary_navigation_nav">
+								<li><a href="#">国际技术</a></li>
+								<li><a href="#">国际伙伴</a></li>
+								<li><a href="#">国际专家</a></li>
+							</ul>
+						</li>
+						<li><a href="#">服务汇</a></li>
+						<li>
+							<a href="#">策源地</a>
+							<ul class="secondary_navigation_nav">
+								<li><a href="#">新闻快讯</a></li>
+								<li><a href="#">科技政策</a></li>
+								<li><a href="#">政策解读</a></li>
+							</ul>
+						</li>
+						<li>
+							<a href="#">创意圈</a>
+							<ul class="secondary_navigation_nav">
+								<li><a href="#">项目圈</a></li>
+								<li><a href="#">创客圈</a></li>
+								<li><a href="#">结义园</a></li>
+							</ul>
+						</li>
+						<li>
+							<a href="#">金融圈</a>
+							<ul class="secondary_navigation_nav">
+								<li><a href="#">金融街</a></li>
+							</ul>
+						</li>
+					</ul>
+				</div>
+				
+			</div>
+		</div>
+		<div class="secondary_navigation">
+
+		</div>
+	</div>
+	<div id="myCarousel" class="carousel slide">
+		<div class="carousel-inner">
+			<div class="item">
+				<img src="../../img/newMenu/slide_img.png" alt="Third slide">
+			</div>
+		</div>
+	</div>
+
+	
+	<div class="container basic_info">
+		<div class="title">
+			<h1>免费诊断</h1>
+			<p>Free diagnosis</p>
+			<span></span>
+		</div>
+		<div class="basic_nav">
+			<ul>
+				<li class="li0 active">基本信息</li>
+				<li class="li1">财务信息</li>
+				<li class="li2">知识产权</li>
+				<li class="li3">研发管理</li>
+			</ul>
+		</div>
+		<div class="basic_content">
+			<form class="form-horizontal" role="form">
+				<div class="tab0 table show">
+					<div class="form-group">
+						<label class="col-sm-2 control-label">企业名称 <span class="red">*</span></label>
+						<div class="col-sm-7 posi">
+							<input type="text" class="form-control" id="name">
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-2 control-label">注册时间 <span class="red">*</span></label>
+						<div class="col-sm-7 posi">
+							<input id="registDate" class="form-control dateTime" type="text" placeholder="请选择日期"/> 
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-2 control-label">联系人 <span class="red">*</span></label>
+						<div class="col-sm-7 posi">
+							<input type="text" class="form-control" id="contacts">
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-2 control-label">电话 <span class="red">*</span></label>
+						<div class="col-sm-7 posi">
+							<input type="text" class="form-control" id="tel">
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-2 control-label">邮箱 <span class="red">*</span></label>
+						<div class="col-sm-7 posi">
+							<input type="text" class="form-control" id="email">
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-2 control-label">注册地址 <span class="red">*</span></label>
+						<div class="col-sm-3 posi">
+							<select class="form-control" id="province">
+									<option value="">默认选择</option>
+								</select>
+						</div>
+						<div class="col-sm-4">
+							<select class="form-control" id="city">
+									<option value="">默认选择</option>
+							</select>
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-2 control-label">主营产品技术领域 <span class="red">*</span></label>
+						<div class="col-sm-7 posi">
+							<select class="form-control" id="technicalField">
+									<option value="">默认选择</option>
+								</select>
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-2 control-label">职工总数 <span class="red">*</span></label>
+						<div class="col-sm-7 posi">
+							<input type="text" class="form-control" id="numberEmployees">
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-2 control-label">科技人员数 <span class="red">*</span></label>
+						<div class="col-sm-7 posi">
+							<input type="text" class="form-control" id="numberTechnician">
+						</div>
+					</div>
+
+					<div class="form-group">
+						<div class="col-sm-offset-2 col-sm-7">
+							<button class="btn btn-default nextBtn" value="1">下一步</button>
+						</div>
+					</div>
+				</div>
+				<div class="tab1 table">
+					<div class="form-group finance_title">
+						<label class="col-sm-1 control-label"></label>
+						<div class="col-sm-5">
+							<div>近3年净资产(万元)</div>
+						</div>
+						<div class="col-sm-5">
+							<div>近3年销售收入(万元)</div>
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-1 control-label">2014 <span class="red">*</span></label>
+						<div class="col-sm-5">
+							<input type="text" class="form-control" id="assets1">
+						</div>
+						<div class="col-sm-5">
+							<input type="text" class="form-control" id="income1">
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-1 control-label">2015 <span class="red">*</span></label>
+						<div class="col-sm-5">
+							<input type="text" class="form-control" id="assets2">
+						</div>
+						<div class="col-sm-5">
+							<input type="text" class="form-control" id="income2">
+						</div>
+					</div>
+					<div class="form-group">
+						<label class="col-sm-1 control-label">2016 <span class="red">*</span></label>
+						<div class="col-sm-5">
+							<input type="text" class="form-control" id="assets3">
+						</div>
+						<div class="col-sm-5">
+							<input type="text" class="form-control" id="income3">
+						</div>
+					</div>
+					<div class="form-group">
+						<div class="col-sm-offset-1 col-sm-7">
+							<button class="btn btn-default nextBtn" value="2">下一步</button>
+						</div>
+					</div>
+				</div>
+				<div class="tab2 table">
+					<div class="ipr_content">
+						<div class="ipr_nav">
+							<ul id="myTab">
+								<li class="active"><a href="#tab1" data-toggle="tab">I类</a></li>
+								<li><a href="#tab2" data-toggle="tab">II类</a></li>
+								<li><a href="#tab3" data-toggle="tab">其他</a></li>
+								<li></li>
+							</ul>
+						</div>
+						<div id="myTabContent" class="content_list tab-content">
+							<div id="tab1" class="tab-pane in active">
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>发明专利(X1)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>植物新品种(X2)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>国家级农作物品种(X3)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>国家新药(X4)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>国家一级中药保护品种(X5)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>集成电路布图设计专有权(X6)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+							</div>
+							<div id="tab2" class="tab-pane">
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>实用新型专利(Y1)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>外观设计专利(Y2)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group ipr_title">
+									<label class="col-sm-2 control-label"></label>
+									<div class="col-sm-7">
+										<div>软件著作权(Y3)</div>
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">其中:自主研发</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+								<div class="form-group">
+									<label class="col-sm-2 control-label">受让、受赠和并购等</label>
+									<div class="col-sm-7">
+										<input type="text" class="form-control">
+									</div>
+								</div>
+							</div>
+							<div id="tab3" class="tab-pane">
+								<div class="checkbox">
+									<label><input type="checkbox" disabled="disabled" value="">制定标准、检测方法、技术规范的情况 <span class="red">*</span></label>
+								</div>
+								<label class="checkbox-inline">
+										<input type="radio" name="optionsRadiosinline" id="optionsRadios3" value="option1"> 是
+									</label>
+								<label class="checkbox-inline">
+										<input type="radio" name="optionsRadiosinline" id="optionsRadios4"  value="option2"> 否
+									</label>
+								<div class="form-group">
+									<div class="col-sm-7">
+										<button class="btn btn-default nextBtn" value="3">下一步</button>
+									</div>
+								</div>
+							</div>
+						</div>
+					</div>
+				</div>
+				<div class="tab3 table rd_content">
+					<div class="checkbox">
+						<label><input type="checkbox" disabled="disabled" value="">是否制定了企业研究开发的组织管理制度、建立了研发投入核算体系、编制了研发费用辅助账:</label>
+					</div>
+					<label class="checkbox-inline">
+							<input type="radio" name="auxiliary" value="option1"> A、3项都满足
+						</label>
+					<label class="checkbox-inline">
+							<input type="radio" name="auxiliary" value="option2"> B、满足2项
+						</label>
+					<label class="checkbox-inline">
+							<input type="radio" name="auxiliary" value="option3"> C、满足1项
+						</label>
+					<label class="checkbox-inline">
+							<input type="radio" name="auxiliary" value="option4"> D、都不满足
+						</label>
+
+					<div class="checkbox">
+						<label><input type="checkbox" disabled="disabled" value="">是否设立研发机构、是否开展产学研合作:</label>
+					</div>
+					<label class="checkbox-inline">
+							<input type="radio" name="cooperation" value="option1"> A、设立研发机构并开展产学研合作
+						</label>
+					<label class="checkbox-inline">
+							<input type="radio" name="cooperation" value="option2"> B、设立研发机构但无产学研合作
+						</label>
+					<label class="checkbox-inline">
+							<input type="radio" name="cooperation" value="option3"> C、无研发机构无产学研合作
+						</label>
+
+					<div class="checkbox">
+						<label><input type="checkbox" disabled="disabled" value="">是否建立了科技成果转化的组织实施与激励奖励制度,建立开放式的创新创业平台:</label>
+					</div>
+					<div class="radioGroup">
+						<div class="radio">
+							<label>
+									<input type="radio" name="platform" value="option1"> A、建立了科技成果转化的组织实施与激励奖励制度,且有开放式的创新创业平台
+								</label>
+						</div>
+						<div class="radio">
+							<label>
+									<input type="radio" name="platform" value="option2"> B、建立了科技成果转化的组织实施与激励奖励制度,无开放式的创新创业平台
+								</label>
+						</div>
+						<div class="radio">
+							<label>
+									<input type="radio" name="platform" value="option3"> C、没有科技成果转化的组织实施与激励奖励制度,无开放式的创新创业平台
+								</label>
+						</div>
+					</div>
+
+					<div class="checkbox">
+						<label><input type="checkbox" disabled="disabled" value="">是否建立了科技人员的培养进修、职工技能培训、优秀人才引进,以及人才绩效评价奖励制度:</label>
+					</div>
+					<div class="radioGroup">
+						<div class="radio">
+							<label>
+									<input type="radio" name="employeeSystem" value="option1"> 是
+								</label>
+						</div>
+						<div class="radio">
+							<label>
+									<input type="radio" name="employeeSystem" value="option2"> 否
+								</label>
+						</div>
+					</div>
+
+					<div class="form-group">
+						<div class="col-sm-7">
+							<button type="" class="btn btn-default nextBtn" id="submit">提交</button>
+						</div>
+					</div>
+				</div>
+			</form>
+		</div>
+		<div class="result_txt table">
+			<h3>评估结果:</h3>
+			<div class="result_txt_content">
+				<div>
+					<label>评估企业: </label>
+					<span id="result_name">公司</span>
+				</div>
+				<div>
+					<label>评估结果: </label>
+					<span id="result_grade">较差</span>
+					<span class="red">(具体得分情况请联系客服)</span>
+				</div>
+				<h4>具体情况如下:</h4>
+				<p>1.您已具备申请高新技术企业的条件。知识产权数量已达标,建议持续申请与主营产品相关的知识产权,为三年后的重新认定,增加知识产权的方式有购买/转让/自主申请;</p>
+				<p>2.建议通过丰富证明材料强化科技成果转化质量(证明材料:销售合同、销售发票、用户使用报告、成果查新、产品检测报告、产品说明书等);</p>
+				<p>3.建议加强企业研发机构建设①完善研发管理制度等;②研发场地、设备设施等配套;③加强与科研院校合作;</p>
+				<p>4.成长性得分为
+					<span id="result_financialScore">11.9</span>分,
+					<span id="result_financialScore_txt">财务增长性较好</span>。 (净资产增长率得分
+					<span id="result_assets">5.7</span>,销售增长率得分<span id="result_income">6.2</span>)</p>
+			</div>
+		</div>
+	</div>
+	<!-- 中间内容结束 -->
+	<footer>
+		<div class="container">
+			<div class="friendship_link">
+				<div class="friendship_link_tit">
+					<h4>友情链接
+						<!--<span>显示全部</span>-->
+					</h4>
+				</div>
+				<div class="friendship_link_content">
+					<a href="http://www.hnst.gov.cn/" target="_blank">湖南省科技厅</a>
+					<a href="http://www.cssti.cn/" target="_blank">长沙市科技局</a>
+					<a href="http://www.cast.org.cn/" target="_blank">中国科学技术协会</a>
+					<a href="http://www.chinatorch.gov.cn/" target="_blank">科技部火炬中心</a>
+					<a href="http://www.nosta.gov.cn/web/index.aspx" target="_blank">国家科技成果奖励办</a>
+					<a href="http://www.nast.org.cn/portal.php" target="_blank">国家科技成果网</a>
+					<a href="http://www.hnast.org.cn/portal/comm/index.action" target="_blank">湖南省科学技术协会</a>
+					<a href="http://www.hncgw.gov.cn/" target="_blank">湖南省科技成果转化公共服务平台</a>
+					<a href="http://www.hnjxw.gov.cn/" target="_blank">湖南省经济信息化委员会</a>
+					<a href="http://kyy.hnu.cn/" target="_blank">湖南大学科学技术研究院</a>
+				</div>
+				<div class="friendship_link_content">
+					<a href="http://www.gxst.gov.cn/" target="_blank">广西省科技厅</a>
+					<a href="http://www.cssti.cn/" target="_blank">内蒙古自治区科技厅</a>
+					<a href="http://www.cshtz.gov.cn/" target="_blank">长沙高新区管委会</a>
+					<a href="http://www.jxas.ac.cn/" target="_blank">江西省科学院</a>
+					<a href="http://www.cnic.cn/" target="_blank">中科院计算机网络信息中心</a>
+					<a href="http://kxyjb.csu.edu.cn/" target="_blank">中南大学科学研究部</a>
+					<a href="http://www.scei.org.cn/" target="_blank">中国科协创新创业服务中心</a>
+					<a href="http://www.hbstd.gov.cn/" target="_blank">湖北省科技厅</a>
+					<a href="http://www.gdstc.gov.cn/" target="_blank">广东省科技厅</a>
+					<a href="http://www.hnkjt.gov.cn/" target="_blank">河南省科技厅</a>
+				</div>
+			</div>
+			<div class="footer_contact">
+				<div class="address">
+					<p>湖南省长沙市营盘东路19号金山大厦八楼</p>
+				</div>
+				<div class="tel">
+					<p>合作电话:0731-89907207</br>400-8800-962</p>
+				</div>
+				<div></div>
+			</div>
+		</div>
+		<div class="company_link">
+			<a href="http://www.kedexinxi.com/about/?49.html" target="_blank">关于公司</a>
+			<a href="#">联系我们</a>
+		</div>
+		<div class="container support">
+			<a href="#">Copyright © 2016-2017 阿凡提 版权所有</a>
+			<a href="#">技术支持:湖南智明科技有限公司</a>
+		</div>
+	</footer>
+</body>
+
+</html>

+ 9 - 4
webpack.config.js

@@ -325,6 +325,12 @@ module.exports = (function () {
             template: './template/newMenu/safeguarding.html',
             chunks: ['newMenu/safeguarding', 'vendors']
         }),
+        new HtmlWebpackPlugin({
+            title: '高企自评',
+            filename: 'html/newMenu/evaluate.html',
+            template: './template/newMenu/evaluate.html',
+            chunks: ['evaluation/evaluate', 'vendors']
+        }),
         //app
         // new HtmlWebpackPlugin({
         //     title: '评估',
@@ -359,8 +365,7 @@ module.exports = (function () {
             }
         }));
     }
-
-    let staticHost = 'http://192.168.0.190';
+    let staticHost = 'http://192.168.0.188';
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://statics.jishutao.com';
@@ -392,9 +397,9 @@ module.exports = (function () {
         plugins: plugins,
         devServer: {
             disableHostCheck: true,
-            host: '127.0.0.1',
+            host: '192.168.0.188',
             port: 80,
-            allowedHosts: ['192.168.0.190','192.168.0.99:8080'],
+            allowedHosts: ['127.0.0.1','192.168.0.99','192.168.0.20'],
             headers: {
                 "Access-Control-Allow-Origin": "*"
             }

+ 57 - 52
webpack/entry.config.js

@@ -51,219 +51,224 @@ module.exports = {
         // 'newMenu/militaryProjectApp': './src/js/newMenu/continueHighApp.js',
         // 'newMenu/practicalPatentApp': './src/js/newMenu/continueHighApp.js',
         'newMenu/safeguarding': './src/js/newMenu/safeguarding.js',
+        'evaluation/evaluate': './src/js/newMenu/evaluate.js',
         //app
         // 'newMenu/app/assessment': './src/js/newMenu/app/assessment.js',
         // 'newMenu/app/trusteeship': './src/js/newMenu/app/trusteeship.js',
         // 'newMenu/app/safeguardApp': './src/js/newMenu/app/safeguardApp.js'
     },
     watch: {
-        'index': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'index': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/index.js'
         ],
-         'aboutUs': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+         'aboutUs': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/aboutUs.js'
         ], 
-        // 'APPaboutUs': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'APPaboutUs': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/APPaboutUs.js'
         // ],  
-        'contactUs': ['webpack-dev-server/client?http://192.168.0.190',
+        'contactUs': ['webpack-dev-server/client?http://192.168.0.188',
             'webpack/hot/only-dev-server',
             './src/js/contactUs.js'
         ],
-        // 'toPayment': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'toPayment': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/toPayment.js'
         // ],
-        // 'service': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'service': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/service.js'
         // ],
-        'register': ['webpack-dev-server/client?http://192.168.0.190',
+        'register': ['webpack-dev-server/client?http://192.168.0.188',
             'webpack/hot/only-dev-server',
             './src/js/register.js'
         ],
-        // 'member': ['webpack-dev-server/client?http://192.168.0.190',
+        // 'member': ['webpack-dev-server/client?http://192.168.0.188',
         //     'webpack/hot/only-dev-server',
         //     './src/js/member.js'
         // ],
-        // 'technologyTrading': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'technologyTrading': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/technologyTrading.js'
         // ],
-        'thinkTank': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'thinkTank': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank.js'
         ],
-        // 'financialIndex': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'financialIndex': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/financialIndex.js'
         // ],
-        // 'technologyTrading/achievement': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'technologyTrading/achievement': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/technologyTrading/achievement.js'
         // ],
-        // 'technologyTrading/demand': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'technologyTrading/demand': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/technologyTrading/demand.js'
         // ],
-        'technologyTrading/achievementDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'technologyTrading/achievementDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/technologyTrading/achievementDetail.js'
         ],
-        // 'technologyTrading/assessMent': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'technologyTrading/assessMent': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/technologyTrading/assessMent.js'
         //  ],   
-        // 'technologyTrading/achievementOrder': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'technologyTrading/achievementOrder': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/technologyTrading/achievementOrder.js'
         // ],
-        // 'technologyTrading/demandOrder': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'technologyTrading/demandOrder': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/technologyTrading/demandOrder.js'
         // ],
-        'technologyTrading/demandDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'technologyTrading/demandDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/technologyTrading/demandDetail.js'
         ],
-        'thinkTank/policyDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'thinkTank/policyDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/policyDetail.js'
         ],
-        'thinkTank/thinkerDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'thinkTank/thinkerDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/thinkerDetail.js'
         ],
-        'thinkTank/policyList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'thinkTank/policyList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/policyList.js'
         ],
-        // 'financial/investmentInstitution': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'financial/investmentInstitution': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/financial/investmentInstitution.js'
         // ],
-        // 'financial/investmentDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'financial/investmentDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/financial/investmentDetail.js'
         // ],
-        // 'service/highTechCognizance': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'service/highTechCognizance': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/service/highTechCognizance.js'
         // ],
-        // 'service/propertyRight': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'service/propertyRight': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/service/propertyRight.js'
         // ],
-		// 'service/projectDetails': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+		// 'service/projectDetails': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/service/projectDetails.js'
         // ],
-        // 'service/purpose': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'service/purpose': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         //     'webpack/hot/only-dev-server',
         //     './src/js/service/purpose.js'
         // ],
         // newsApp 
-        'news/newsDetailApp': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'news/newsDetailApp': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/news/newsDetailApp.js'
         ],
-        'news/appCognizance': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'news/appCognizance': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/news/appCognizance.js'
         ],
-        'news/agreement': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'news/agreement': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/news/agreement.js'
         ],
         /* 2018-06 新版科技需求 */
-        'newMenu/demand': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/demand': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/demand.js'
         ],
-        'newMenu/achievement': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/achievement': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/achievement.js'
         ],
-        'newMenu/achievementList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/achievementList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/achievementList.js'
         ],
-        'newMenu/demandList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/demandList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/demandList.js'
         ],
-        'newMenu/services': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/services': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/services.js'
         ],
-        'newMenu/serviceList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/serviceList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/serviceList.js'
         ],
-        'newMenu/serviceDetails': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/serviceDetails': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/serviceDetails.js'
         ],
-        'newMenu/shopList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/shopList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/shopList.js'
         ],
-        'newMenu/patentList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/patentList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/patentList.js'
         ],
-        'newMenu/tradingIndex': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/tradingIndex': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/tradingIndex.js'
         ],
-        'newMenu/patent': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/patent': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/patent.js'
         ],
-        'newMenu/companyProfile': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/companyProfile': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/companyProfile.js'
         ],
-        'newMenu/continueHigh': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/continueHigh': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/continueHigh.js'
         ],
-        'newMenu/practicalPatent': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/practicalPatent': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/continueHigh.js'
         ],
-        'newMenu/militaryProject': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/militaryProject': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/continueHigh.js'
         ],
-        // 'newMenu/continueHighApp': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'newMenu/continueHighApp': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         // 'webpack/hot/only-dev-server',
         // './src/js/newMenu/continueHighApp.js'
         // ],
-        // 'newMenu/militaryProjectApp': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'newMenu/militaryProjectApp': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         // 'webpack/hot/only-dev-server',
         // './src/js/newMenu/continueHighApp.js'
         // ],
-        // 'newMenu/practicalPatentApp': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'newMenu/practicalPatentApp': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         // 'webpack/hot/only-dev-server',
         // './src/js/newMenu/continueHighApp.js'
         // ],
-        'newMenu/safeguarding': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/safeguarding': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         'webpack/hot/only-dev-server',
         './src/js/newMenu/safeguarding.js'
         ],
-        // 'newMenu/app/assessment': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'evaluation/evaluate': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'webpack/hot/only-dev-server',
+        './src/js/newMenu/evaluate.js'
+        ],
+        // 'newMenu/app/assessment': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         // 'webpack/hot/only-dev-server',
         // './src/js/newMenu/app/assessment.js'
         // ],
-        // 'newMenu/app/trusteeship': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'newMenu/app/trusteeship': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         // 'webpack/hot/only-dev-server',
         // './src/js/newMenu/app/trusteeship.js'
         // ],
-        // 'newMenu/app/safeguardApp': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        // 'newMenu/app/safeguardApp': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
         // 'webpack/hot/only-dev-server',
         // './src/js/newMenu/app/safeguardApp.js'
         // ]