|
|
@@ -59,10 +59,9 @@
|
|
59
|
59
|
</td>
|
|
60
|
60
|
</tr>
|
|
61
|
61
|
<tr>
|
|
62
|
|
- <th class="Importent">办理结果:</th>
|
|
|
62
|
+ <th class="Importent">处理结果:</th>
|
|
63
|
63
|
<td colspan="5">
|
|
64
|
|
- <textarea data-adaptheight id="situation" onkeyup="OnFocusFun(this)" name="" rows="6" cols=""></textarea>
|
|
65
|
|
- <textarea data-adaptheight id="result" hidden="hidden" name="" rows="6" cols=""></textarea>
|
|
|
64
|
+ <textarea data-adaptheight id="situation" name="" rows="6" cols=""></textarea>
|
|
66
|
65
|
</td>
|
|
67
|
66
|
</tr>
|
|
68
|
67
|
<tr>
|
|
|
@@ -139,7 +138,7 @@
|
|
139
|
138
|
</span>
|
|
140
|
139
|
</td>
|
|
141
|
140
|
</tr>
|
|
142
|
|
- <tr style="display: none;">
|
|
|
141
|
+ <tr>
|
|
143
|
142
|
<td>
|
|
144
|
143
|
<button class="btns handleBtn">查看办理结果</button>
|
|
145
|
144
|
</td>
|
|
|
@@ -225,14 +224,10 @@
|
|
225
|
224
|
layer.msg("联系方式不能为空");
|
|
226
|
225
|
} else if ($("#duties").val() == "") {
|
|
227
|
226
|
layer.msg("职务不能为空");
|
|
228
|
|
- }
|
|
229
|
|
-// else if ($("#result").val() == "") {
|
|
230
|
|
-// layer.msg("请生成办理结果");
|
|
231
|
|
-// }
|
|
232
|
|
- else {
|
|
|
227
|
+ } else if ($("#result").val() == "") {
|
|
|
228
|
+ layer.msg("请生成办理结果");
|
|
|
229
|
+ } else {
|
|
233
|
230
|
State = 1;
|
|
234
|
|
- $("#situation").val(stripscript($("#situation").val()));
|
|
235
|
|
- $("#result").val($("#situation").val().replace(simpleDetailStrStart, ''))
|
|
236
|
231
|
JA();
|
|
237
|
232
|
}
|
|
238
|
233
|
} else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == "2") {
|
|
|
@@ -339,10 +334,6 @@
|
|
339
|
334
|
$("#result").val(simpleDetailStr);
|
|
340
|
335
|
});
|
|
341
|
336
|
});
|
|
342
|
|
- //得到焦点时触发事件
|
|
343
|
|
- function OnFocusFun(element) {
|
|
344
|
|
- (element.value.indexOf(simpleDetailStrStart) === 0) || (element.value = simpleDetailStrStart);
|
|
345
|
|
- }
|
|
346
|
337
|
//交办
|
|
347
|
338
|
function JA() {
|
|
348
|
339
|
$.post(
|
|
|
@@ -354,9 +345,8 @@
|
|
354
|
345
|
AuditUser: $("#auditUser").val(), //审核领导
|
|
355
|
346
|
post: $("#auditUserDuties").val(), //审核领导职务
|
|
356
|
347
|
auditContact: $("#auditContact").val(), //审核领导联系方式
|
|
357
|
|
- situation: $("#situation").val().replace(simpleDetailStrStart, ''), //处理情况
|
|
358
|
|
-// result: $("#result").val(), //办理结果
|
|
359
|
|
- result: $("#situation").val(), //办理结果
|
|
|
348
|
+ situation: $("#situation").val(), //处理情况
|
|
|
349
|
+ result: $("#result").val(), //办理结果
|
|
360
|
350
|
isproresult: $(
|
|
361
|
351
|
'#isProResultRadio input[name="isDisposeResult"]:checked'
|
|
362
|
352
|
).val(), //处理结果
|
|
|
@@ -608,7 +598,6 @@
|
|
608
|
598
|
// ")反映" +
|
|
609
|
599
|
// data.F_ComTitle +
|
|
610
|
600
|
// "问题,";
|
|
611
|
|
- $("#situation").val(simpleDetailStrStart);
|
|
612
|
601
|
}
|
|
613
|
602
|
}
|
|
614
|
603
|
);
|