Нет описания

WorkOrderTransfer.html 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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="clearfix wrapper wrapper-content animated fadeInRight">
  53. <div class="common">
  54. <table class="customerService">
  55. <tbody>
  56. <tr>
  57. <th class="comaddressTitle">大区:</th>
  58. <td style="position: relative" class="comaddressSelect">
  59. <div class="form-group">
  60. <select class="form-control" id="customer_department">
  61. <option value ="">请选择</option>
  62. </select>
  63. </div>
  64. </td>
  65. <th class="submitterTitle"></th>
  66. <td style="position: relative" class="submitterSelect">
  67. <div class="form-group">
  68. <select class="form-control" id="customer_submitter">
  69. <option value ="">请选择</option>
  70. </select>
  71. </div>
  72. </td>
  73. </tr>
  74. <tr>
  75. <th class="contentTitle"></th>
  76. <td colspan="7">
  77. <textarea name="" rows="5" cols="" placeholder="" id="cont" style="margin-top:10px;"></textarea>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td colspan="8" style="text-align: center;">
  82. <button class="btns customerSubmit">确&nbsp;定</button>
  83. </td>
  84. </tr>
  85. </tbody>
  86. </table>
  87. </div>
  88. </div>
  89. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  90. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  91. <script src="../js/WorkOrder/WorkOrderTransfer.js"></script>
  92. </body>
  93. </html>