Няма описание

WorkOrderTransfer.html 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link href="../css/init.css" rel="stylesheet" />
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  10. <link rel="stylesheet" href="../css/WorkOrder/jquery.editable-select.css" />
  11. <link rel="stylesheet" href="../js/comboSelect/combo.select.css" />
  12. <link rel="stylesheet" href="../css/init.css" />
  13. <title>指派</title>
  14. <style>
  15. ul li {
  16. float: initial;
  17. list-style: none;
  18. }
  19. .common {
  20. width: 100%;
  21. text-align: center;
  22. padding: 10px 15px;
  23. }
  24. .common table {
  25. width: 100%;
  26. }
  27. .common table th {
  28. padding: 5px 8px 5px 0;
  29. text-align: right;
  30. }
  31. .common table td {
  32. padding: 6px 0 5px 10px;
  33. text-align: left;
  34. color: #717171;
  35. line-height: 200%;
  36. }
  37. .common table td textarea {
  38. width: 100%;
  39. vertical-align: middle;
  40. resize: none;
  41. outline: none;
  42. }
  43. .form-group {
  44. margin-bottom: 0;
  45. }
  46. button[disabled] {
  47. background-color: #999;
  48. }
  49. </style>
  50. </head>
  51. <body class="gray-bg">
  52. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  53. <div class="dhLeft">
  54. <sapn>
  55. <i class="syIcon"></i>位置:
  56. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  57. <a href="javaScript:;">工单管理</a>&gt;
  58. <a href="" class="nowPosition">手工制单</a>
  59. </sapn>
  60. </div>
  61. </div>
  62. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  63. <div class="common">
  64. <table class="customerService">
  65. <tbody>
  66. <tr>
  67. <th class="comaddressTitle">部门:</th>
  68. <td style="position: relative;" class="comaddressSelect">
  69. <div class="form-group">
  70. <select class="form-control" id="customer_department">
  71. <option value ="">请选择</option>
  72. </select>
  73. </div>
  74. </td>
  75. <th class="submitterTitle">提交人:</th>
  76. <td style="position: relative;" class="submitterSelect">
  77. <div class="form-group">
  78. <select class="form-control" id="customer_submitter">
  79. <option value ="">请选择</option>
  80. </select>
  81. </div>
  82. </td>
  83. </tr>
  84. <tr>
  85. <th>提交内容:</th>
  86. <td colspan="7">
  87. <textarea name="" rows="5" cols="" placeholder="" id="cont" style="margin-top:10px;"></textarea>
  88. </td>
  89. </tr>
  90. <tr>
  91. <td colspan="8" style="text-align: center;">
  92. <button class="btns customerSubmit">确&nbsp;定</button>
  93. </td>
  94. </tr>
  95. </tbody>
  96. </table>
  97. </div>
  98. </div>
  99. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  100. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  101. <script src="../js/WorkOrder/WorkOrderTransfer.js"></script>
  102. </body>
  103. </html>