|
|
@@ -23,7 +23,7 @@
|
|
23
|
23
|
<input type="text" class=" txtInput name Planname" />
|
|
24
|
24
|
</td>
|
|
25
|
25
|
</tr>
|
|
26
|
|
- <tr>
|
|
|
26
|
+ <!--<tr>
|
|
27
|
27
|
<th>
|
|
28
|
28
|
<span>调查问卷:</span>
|
|
29
|
29
|
</th>
|
|
|
@@ -31,7 +31,7 @@
|
|
31
|
31
|
<input type="text" class=" txtInput name Qubound" />
|
|
32
|
32
|
<i class="fa fa-search size-14" id="Search"></i>
|
|
33
|
33
|
</td>
|
|
34
|
|
- </tr>
|
|
|
34
|
+ </tr>-->
|
|
35
|
35
|
<tr>
|
|
36
|
36
|
<th>
|
|
37
|
37
|
<span>说明备注:</span>
|
|
|
@@ -79,9 +79,11 @@
|
|
79
|
79
|
layer.msg("名称不能为空");
|
|
80
|
80
|
} else if(!$(".remark").val()) {
|
|
81
|
81
|
layer.msg("备注不能为空");
|
|
82
|
|
- } else if(!$(".Qubound").val()) {
|
|
83
|
|
- ayer.msg("问卷不能为空");
|
|
84
|
|
- } else {
|
|
|
82
|
+ }
|
|
|
83
|
+// else if(!$(".Qubound").val()) {
|
|
|
84
|
+// ayer.msg("问卷不能为空");
|
|
|
85
|
+// }
|
|
|
86
|
+ else {
|
|
85
|
87
|
//增加分类
|
|
86
|
88
|
$.ajax({
|
|
87
|
89
|
type: "post",
|