|
|
@@ -326,6 +326,68 @@
|
|
326
|
326
|
</div>
|
|
327
|
327
|
</td>
|
|
328
|
328
|
</tr>
|
|
|
329
|
+ <tr>
|
|
|
330
|
+ <th>信息分类</th>
|
|
|
331
|
+ <td colspan="3">
|
|
|
332
|
+ <div>
|
|
|
333
|
+ <label style="font-weight: normal;">
|
|
|
334
|
+ <input type="radio" value="1" name="ltype" checked="checked" /> 环境卫生
|
|
|
335
|
+ </label>
|
|
|
336
|
+
|
|
|
337
|
+ <label style="font-weight: normal;">
|
|
|
338
|
+ <input type="radio" value="0" name="ltype" />交通管理
|
|
|
339
|
+ </label>
|
|
|
340
|
+
|
|
|
341
|
+ <label style="font-weight: normal;">
|
|
|
342
|
+ <input type="radio" value="0" name="ltype" />医疗卫生
|
|
|
343
|
+ </label>
|
|
|
344
|
+
|
|
|
345
|
+ <label style="font-weight: normal;">
|
|
|
346
|
+ <input type="radio" value="0" name="ltype" />反恐安全
|
|
|
347
|
+ </label>
|
|
|
348
|
+
|
|
|
349
|
+ <label style="font-weight: normal;">
|
|
|
350
|
+ <input type="radio" value="0" name="ltype" />邪教相关
|
|
|
351
|
+ </label>
|
|
|
352
|
+
|
|
|
353
|
+ <label style="font-weight: normal;">
|
|
|
354
|
+ <input type="radio" value="0" name="ltype" />日常安全
|
|
|
355
|
+ </label>
|
|
|
356
|
+
|
|
|
357
|
+ <label style="font-weight: normal;">
|
|
|
358
|
+ <input type="radio" value="0" name="ltype" />其他
|
|
|
359
|
+ </label>
|
|
|
360
|
+ </div>
|
|
|
361
|
+ </td>
|
|
|
362
|
+ </tr>
|
|
|
363
|
+ <tr>
|
|
|
364
|
+ <th>上报奖励</th>
|
|
|
365
|
+ <td colspan="3">
|
|
|
366
|
+ <div>
|
|
|
367
|
+ <label style="font-weight: normal;">
|
|
|
368
|
+ <input type="radio" value="1" name="ltype" checked="checked" /> 未奖励
|
|
|
369
|
+ </label>
|
|
|
370
|
+
|
|
|
371
|
+ <label style="font-weight: normal;">
|
|
|
372
|
+ <input type="radio" value="0" name="ltype" />已奖励
|
|
|
373
|
+
|
|
|
374
|
+ 奖励金额<input type="text" id="reamount" />
|
|
|
375
|
+
|
|
|
376
|
+ 奖励时间<input type="text" id="retime" />
|
|
|
377
|
+ </label>
|
|
|
378
|
+ </div>
|
|
|
379
|
+ </td>
|
|
|
380
|
+ </tr>
|
|
|
381
|
+ <tr>
|
|
|
382
|
+ <th>交办单位</th>
|
|
|
383
|
+ <td colspan="3">
|
|
|
384
|
+ <select id="jbdw">
|
|
|
385
|
+ <option value="1">龙泉乡</option>
|
|
|
386
|
+ <option value="2">仙台镇</option>
|
|
|
387
|
+ <option value="3">辛店镇</option>
|
|
|
388
|
+ </select>
|
|
|
389
|
+ </td>
|
|
|
390
|
+ </tr>
|
|
329
|
391
|
</table>
|
|
330
|
392
|
</div>
|
|
331
|
393
|
<div class="clearfix wh_btn">
|