d123 лет назад: 8
Родитель
Сommit
96552b4dc8

+ 9 - 18
CallCenterWeb.UI/Questionnaire/QuestionSetting.html

@@ -122,6 +122,12 @@
122 122
     margin: 0;
123 123
     padding: 10px;
124 124
 			}
125
+			.WJ_box{
126
+				display: none;
127
+			}
128
+			.WJ_box span{
129
+				margin-left: 20px;
130
+			}
125 131
 		</style>
126 132
 	</head>
127 133
 
@@ -218,13 +224,13 @@
218 224
 						</tr>
219 225
 					</tbody>
220 226
 				</table>-->
221
-				<div>
227
+				<div class="WJ_box">
222 228
 					<ul style="padding-left: 0;" class="title_ul">
223 229
 						<li>
224
-							<label for="">问卷名称</label><span>5555555555555555</span>
230
+							<label for="">问卷名称</label><span class="Title"></span>
225 231
 						</li>
226 232
 						<li>
227
-							<label for="">问卷名称</label><span></span>
233
+							<label for="">问卷名称</label><span class="F_Remark"></span>
228 234
 						</li>
229 235
 					</ul>
230 236
 					<ul class="Qus_box">
@@ -250,22 +256,7 @@
250 256
 		var table = $("#tbr");
251 257
 		var arr = [];
252 258
 		var content;
253
-		$(".Root").click(function() {
254
-			//	 		$("#tbr tr td .QuesTitle").each(function(){
255
-			//	 			var val=$(this).text();
256
-			//	 			var index=$(this).attr("indexs");
257
-			//	 			arr.push(index+'_'+val);
258
-			//	 			
259
-			//	 		})
260
-			//	 		console.log(arr)
261
-			$("#tbr tr td   input[name='ltype']").each(function() {
262
-				var val = $(this).val();
263
-				var index = $(this).attr("index_")
264
-				arr.push(index + '_' + val);
265
-
266
-			})
267 259
 
268
-		})
269 260
 	</script>
270 261
 
271 262
 </html>

+ 1 - 0
CallCenterWeb.UI/js/Questions/QuestionSetting.js

@@ -188,6 +188,7 @@ $(".leftAdd").click(function() {
188 188
 ////////////////////////////////////////////////////////////////右边表格
189 189
 //详情展示
190 190
 function XQ(Left_Cids) {
191
+	$('.WJ_box').show();
191 192
 	$(".Qus_box").empty();
192 193
 	$.ajax({
193 194
 		type: "get",