虞城12345_前端

AddMaterialReport.html 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link href="../css/layer/need/layer.css" />
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <title>新增诉求工单</title>
  10. <style>
  11. .input {
  12. background-color: #FFF;
  13. background-image: none;
  14. border: 1px solid #ccc;
  15. border-radius: 1px;
  16. color: inherit;
  17. padding: 6px 12px
  18. }
  19. .fjnr {
  20. padding: 0!important;
  21. border: none!important;
  22. }
  23. .Source{
  24. width: 171px;
  25. display: block;
  26. height: 32px;
  27. }
  28. #type{
  29. height: 32px;
  30. width: 255px;
  31. padding-left: 10px;
  32. }
  33. </style>
  34. </head>
  35. <body>
  36. <div class="wrapper wrapper-content animated fadeInRight">
  37. <div style="padding: 10px;" class="tj_content clearFix">
  38. <div class="Common">
  39. <table>
  40. <tr>
  41. <th class="Importent">上报类型:</th>
  42. <td>
  43. <select name="" id="type" class="select">
  44. <!--<option value="">请选择上报类型</option>-->
  45. <option value="1">通知公告</option>
  46. <option value="2">工作总结</option>
  47. <option value="3">工作动态</option>
  48. </select>
  49. </td>
  50. </tr>
  51. <tr>
  52. <th class="Importent">标题:</th>
  53. <td colspan="7">
  54. <input id="title" type="text" style="width: 100%;" />
  55. </td>
  56. </tr>
  57. <tr>
  58. <th class="Importent">内容:</th>
  59. <td colspan="7">
  60. <textarea data-adaptheight id="content" name="" rows="" cols="" style="width: 100%;height: 85px;"></textarea>
  61. </td>
  62. </tr>
  63. <tr>
  64. <th>附件上传:</th>
  65. <td colspan="7">
  66. <div class="fileBox">
  67. </div>
  68. <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
  69. <input class="input" type="button" value="上传" id="scwj" />
  70. <input type="hidden" id="file" />
  71. </td>
  72. </tr>
  73. <tr class="Nows_box Hidens">
  74. <th>办理内容:</th>
  75. <td colspan="7">
  76. <input type="text" style="width: 100%;" id="result" />
  77. </td>
  78. </tr>
  79. </table>
  80. <div class="btn_box">
  81. <button class="btns BC">保存</button>
  82. <!--<button class="btns SavedSubmit">保存并提交</button>-->
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. <script src="../css/laydate/laydate.js"></script>
  88. <script src="../js/adjustHeight.js"></script>
  89. <script src="js/AddMaterialReport.js"></script>
  90. </body>
  91. </html>