liuzhen лет назад: 6
Родитель
Сommit
b55b445ef3

+ 1 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/js/newRepository.js

@@ -85,6 +85,7 @@
85 85
 				};
86 86
 			function zTreeOnClick(event, treeId, treeNode) {
87 87
 				$('#urgent').css('color','red');
88
+				$('#depID').val('');
88 89
 			    if (treeNode.level >= 2) {
89 90
 			    	var depId=treeNode.F_DeptId;
90 91
 					$('#depID').val(depId);

+ 7 - 3
WebUI/CallCenterWeb.UI/zhiShiKu/js/newRepositoryAdd.js

@@ -41,8 +41,11 @@ var demandsid=helper.request.queryString("wid");
41 41
 		
42 42
 $(document).ready(function() {
43 43
 		if(depId==999){
44
-			$('.radio-inline input').attr('checked','false');
45
-			$('.radio-inline input:first').attr('checked','true');
44
+			var isurgent=1
45
+//			$('.radio-inline input').attr('checked','false');
46
+//			$('.radio-inline input:first').attr('checked','true');
47
+		}else{
48
+			var isurgent=0
46 49
 		}
47 50
 		$('.tab_list li').click(function() {
48 51
 			var index = $(this).index();
@@ -155,7 +158,8 @@ $(document).ready(function() {
155 158
 					promiselimittime:$('#promiselimittime').val(),//承诺办结时限
156 159
 //					ispay: $('input[name="ispay"]:checked ').val(),//是否收费
157 160
 					issubmit: issubmit,//是否审核
158
-					isurgent: $('input[name="isUrgency"]:checked ').val(),//是否紧急事项
161
+//					isurgent: $('input[name="isUrgency"]:checked ').val(),//是否紧急事项
162
+					isurgent: isurgent,//是否紧急事项 1是 0 否
159 163
 					paymoney: a,//收费标准
160 164
 					officeaddress: $('#officeaddress').val(),//办公地点
161 165
 					serobject: $('#serobject').val(),//办理对象

+ 2 - 2
WebUI/CallCenterWeb.UI/zhiShiKu/newRepositoryAdd.html

@@ -159,7 +159,7 @@
159 159
 							  <input type="radio" name="isAudit" checked="checked" id="isAudit" value="0"> 否
160 160
 							</label>
161 161
 						</td>-->
162
-						<td width="100"> 紧急事项</td>
162
+						<!--<td width="100"> 紧急事项</td>
163 163
 						<td> 
164 164
 							<label class="radio-inline">
165 165
 							  <input type="radio" name="isUrgency" id="isUrgency" value="1"> 是
@@ -167,7 +167,7 @@
167 167
 							<label class="radio-inline">
168 168
 							  <input type="radio" name="isUrgency" checked="checked" id="isUrgency" value="0"> 否
169 169
 							</label>
170
-						</td>
170
+						</td>-->
171 171
 					</tr>
172 172
 					<tr>
173 173
 						<td width="100"> 收费标准</td>