Browse Source

企业工作台细节修改

jack 8 years ago
parent
commit
bf856f9d92

+ 2 - 2
cmp-portal/cmp-needList.html

@ -29,13 +29,13 @@
29 29
			<div class="workconitem">
30 30
			    <div class="workcontit">企业工作台</div>
31 31
			    <div class="worksubcon clearfix">
32
			        <div class="workblock identityState" id="identityState">
32
			        <div class="workblock identityState" id="identityState" style="display:none">
33 33
						<div class="nowState">
34 34
						   <p><span class="identProcess" id="identProcess">通过企业认证,员工可以在科袖网发布企业需求,<br />您可以在这里管理这些需求。</span><span class="identts" id="identts"></span></p>
35 35
						   <a href="cmp-setAuth.html"><button type="button" class="frmtype btnModel headRadius identBtn" id="identBtn">马上认证</button></a>
36 36
						</div>
37 37
					</div>
38
			        <div class="workmysrc" id="companyDemandList">	
38
			        <div class="workmysrc" id="companyDemandList" style="display:none">	
39 39
			             <div class="workmenubox clearfix">
40 40
			                <form class="workmenufrm floatR">
41 41
			                    <div class="workselectbox floatL consultSelect selcet3">

+ 2 - 2
cmp-portal/cmp-staffList.html

@ -33,14 +33,14 @@
33 33
			    </div>
34 34
			    <div class="worksubcon clearfix">
35 35
			    	<!--未认证-->
36
		            <div class="workblock identityState" id="identityState">
36
		            <div class="workblock identityState" id="identityState" style="display:none;">
37 37
						<div class="nowState">
38 38
						   <p><span class="identProcess" id="identProcess">通过企业认证后,您可以在这里认证企业员工,<br />这些【企业认证员工】可以在科袖网发布企业需求。</span><span class="identts" id="identts"></span></p>
39 39
						   <a href="cmp-setAuth.html"><button type="button" class="frmtype btnModel headRadius identBtn" id="identBtn">马上认证</button></a>
40 40
						</div>
41 41
					</div>
42 42
					<!--员工管理-->
43
					<div class="workblock clearfix" id="staff">
43
					<div class="workblock clearfix" id="staff" style="display:none;">
44 44
						<div class="workselectcon">
45 45
							<form class="stafffrm">
46 46
								<input type="email" name="staffemail" class="frmtype staffemail" placeholder="请输入您企业员工的邮箱地址" id="mail"/>

+ 2 - 2
cmp-portal/cmp-workspaces.html

@ -46,13 +46,13 @@
46 46
			            		</div>
47 47
			            	</div>
48 48
			            </div>
49
			            <div class="workblock identityState" id="authBad">
49
			            <div class="workblock identityState" id="authBad" style="display:none">
50 50
							<div class="nowState">
51 51
							   <p><span class="identProcess" id="identProcess">通过企业认证,员工可以在科袖网发布企业需求,<br />专家帮助您解决研发难题。</span><span class="identts" id="identts"></span></p>
52 52
							   <a href="cmp-setAuth.html"><button type="button" class="frmtype btnModel headRadius identBtn" id="identBtn">马上去认证</button></a>
53 53
							</div>
54 54
						</div>
55
						<div class="workblock clearfix" id="authOk">
55
						<div class="workblock clearfix" id="authOk" style="display:none">
56 56
							<div class="worksubblock floatL">
57 57
								<div class="worktit">企业需求<a href="cmp-needList.html"class="worklinkbtn cmpColor floatR">查看全部</a></div>
58 58
			                    <div class="wbcon">

+ 3 - 3
cmp-portal/js/cmp-needList.js

@ -17,9 +17,9 @@ $(document).ready(function() {
17 17
				if(data.success) {
18 18
					console.log(data);
19 19
					if(data.data == 3) {
20
						$("#identityState").hide();
20
						$("#companyDemandList").show();
21 21
					} else {
22
						$("#companyDemandList").hide();
22
						$("#identityState").show();
23 23
					}
24 24
				}
25 25
			},
@ -92,7 +92,7 @@ $(document).ready(function() {
92 92
			if($obje.hasHeadImage) {
93 93
				oImg = "/images/head/" + $obje.id + "_l.jpg";
94 94
			} else {
95
				oImg = "images/default-photo.jpg"
95
				oImg = "../images/default-photo.jpg"
96 96
			}
97 97
			if($obje.authType) {
98 98
				var typeTname = " authicon authicon-cu"

+ 1 - 1
cmp-portal/js/cmp-needShow.js

@ -79,7 +79,7 @@ $(document).ready(function() {
79 79
	}
80 80
	angleDemand();
81 81
	$(".closeBtn").click(function() {
82
		$.MsgBox.Confirm("消息", "确认关闭此需求?", closeDemand)
82
		$.MsgBox.Confirm("消息", "确认关闭此需求?——关闭后,专家将看不到此需求,但不会影响进行中的相关咨询。", closeDemand)
83 83
	})
84 84

85 85
	function closeDemand() {

+ 2 - 2
cmp-portal/js/cmp-staffList.js

@ -13,9 +13,9 @@ $(document).ready(function() {
13 13
			success: function(data, textState) {
14 14
				if(data.success) {
15 15
					if(data.data == 3) {
16
						$("#identityState").hide();
16
						$("#staff").show();
17 17
					} else {
18
						$("#staff").hide();
18
						$("#identityState").show();
19 19
						$("#costf").html("员工管理");
20 20
					}
21 21
				}

+ 2 - 2
cmp-portal/js/cmp-workspaces.js

@ -16,10 +16,10 @@ $(document).ready(function() {
16 16
					if($data.authStatus != 3) {
17 17
						$("#photoClass").addClass("authicon-com-no")
18 18
						$("#photoClass").attr("title", "未认证企业");
19
						$("#authOk").hide();
19
						$("#authBad").show();
20 20
					} else {
21 21
						$("#photoClass").addClass("authicon-com-ok");
22
						$("#authBad").hide();
22
						$("#authOk").show();
23 23
						$("#photoClass").attr("title", "认证企业");
24 24
					}
25 25
					$(".h1Font").find("span").text($data.name);