tBusUserTechang-update.jsp 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>专业特长表</title>
  7. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  8. <script src="plug-in/layer/layer.js"></script>
  9. <script>
  10. function btn_ok(){
  11. $("#btnsub").click();
  12. }
  13. function callback(data){
  14. if(data.success){
  15. layer.alert(data.msg, function(index){
  16. window.location.href="tBusUserTechangController.do?list"
  17. layer.close(index);
  18. });
  19. }
  20. else{
  21. layer.alert(data.msg);
  22. }
  23. }
  24. </script>
  25. <script type="text/javascript">
  26. //编写自定义JS代码
  27. </script>
  28. </head>
  29. <body>
  30. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="tBusUserTechangController.do?doUpdate">
  31. <input id="id" name="id" type="hidden" value="${tBusUserTechangPage.id }"/>
  32. <input id="userId" name="userId" type="hidden" style="width: 150px" value='${tBusUserTechangPage.userId}'/>
  33. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  34. <tr>
  35. <td align="right">
  36. <label class="Validform_label">
  37. 专业特长:
  38. </label>
  39. </td>
  40. <td class="value">
  41. <t:dictSelect field="techangType" type="list" typeGroupCode="techangType" defaultVal="${tBusUserTechangPage.techangType}" hasLabel="false" title="特长类型" ></t:dictSelect>
  42. <span class="Validform_checktip"></span>
  43. <label class="Validform_label" style="display: none;">专业特长</label>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td align="right">
  48. <label class="Validform_label">
  49. 说明:
  50. </label>
  51. </td>
  52. <td class="value">
  53. <input id="description" name="description" type="text" style="width: 300px" ignore="ignore" value='${tBusUserTechangPage.description}'/>
  54. <span class="Validform_checktip"></span>
  55. <label class="Validform_label" style="display: none;">说明</label>
  56. </td>
  57. </tr>
  58. </table>
  59. </t:formvalid>
  60. </body>
  61. <script src = "webpage/cn/com/lzt/techang/tBusUserTechang.js"></script>