Нет описания

WorkOrderDealWith.html 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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="../js/zTree/zTreeStyle.css" />
  11. <link href="../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  12. <link rel="stylesheet" href="../css/WorkOrder/jquery.editable-select.css" />
  13. <link rel="stylesheet" href="../js/comboSelect/combo.select.css" />
  14. <link rel="stylesheet" href="../css/init.css" />
  15. <title>处理</title>
  16. <style>
  17. ul li {
  18. float: initial;
  19. list-style: none;
  20. }
  21. .common {
  22. width: 100%;
  23. text-align: center;
  24. padding: 10px 15px;
  25. }
  26. .common table {
  27. width: 100%;
  28. }
  29. .common table th {
  30. padding: 5px 8px 5px 0;
  31. text-align: right;
  32. /* width: 20%;*/
  33. }
  34. .common table td {
  35. padding: 6px 0 5px 10px;
  36. text-align: left;
  37. color: #717171;
  38. line-height: 200%;
  39. }
  40. .common table td textarea {
  41. width: 100%;
  42. vertical-align: middle;
  43. resize: none;
  44. outline: none;
  45. }
  46. .treeList {
  47. top: 34px !important;
  48. border: 1px solid #e5e6e7 !important;
  49. border-top: 0;
  50. height: auto !important;
  51. }
  52. #TreeDemo li {
  53. float: initial;
  54. }
  55. #typeclass {
  56. background: #fff;
  57. }
  58. .form-group {
  59. margin-bottom: 0;
  60. }
  61. button[disabled] {
  62. background-color: #999;
  63. }
  64. </style>
  65. </head>
  66. <body class="gray-bg">
  67. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  68. <div class="dhLeft">
  69. <sapn>
  70. <i class="syIcon"></i>位置:
  71. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  72. <a href="javaScript:;">工单管理</a>&gt;
  73. <a href="" class="nowPosition">手工制单</a>
  74. </sapn>
  75. </div>
  76. </div>
  77. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  78. <div class="common">
  79. <table class="customerService">
  80. <tbody>
  81. <tr>
  82. <th>是否完结:</th>
  83. <td style="position: relative;">
  84. <div class="form-group">
  85. <select class="form-control" id="customer_end">
  86. <option value ="">请选择</option>
  87. <option value ="1">是</option>
  88. <option value ="2">否</option>
  89. </select>
  90. </div>
  91. </td>
  92. </tr>
  93. <tr>
  94. <th>提交内容:</th>
  95. <td colspan="7">
  96. <textarea name="" rows="5" cols="" placeholder="" id="cont" style="margin-top:10px;"></textarea>
  97. </td>
  98. </tr>
  99. <tr>
  100. <td colspan="8" style="text-align: center;">
  101. <button class="btns customerSubmit">确&nbsp;定</button>
  102. </td>
  103. </tr>
  104. </tbody>
  105. </table>
  106. </div>
  107. </div>
  108. <script src="../js/zTree/jquery.ztree.core.js"></script>
  109. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  110. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  111. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  112. <script src="../js/laydate/laydate.js"></script>
  113. <script src="../js/WorkOrder/WorkOrderDealWith.js"></script>
  114. </body>
  115. </html>