Aucune description

WorkOrderReduction.html 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. .wrapper-content{
  22. padding-top: 20px;
  23. }
  24. .common {
  25. width: 100%;
  26. text-align: center;
  27. padding: 1% 8% 0 0;
  28. }
  29. .common table {
  30. width: 100%;
  31. }
  32. .common table th {
  33. padding: 5px 8px 5px 0;
  34. text-align: center;
  35. /* width: 20%;*/
  36. }
  37. .common table td {
  38. padding: 6px 0 5px 10px;
  39. text-align: left;
  40. color: #717171;
  41. line-height: 200%;
  42. }
  43. .common table td textarea {
  44. width: 100%;
  45. vertical-align: middle;
  46. resize: none;
  47. outline: none;
  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>是否减免:</th>
  58. <td style="position: relative;">
  59. <div class="form-group">
  60. <select class="form-control" id="customer_reduction">
  61. <option value ="">请选择</option>
  62. <option value ="1">是</option>
  63. <option value ="0">否</option>
  64. </select>
  65. </div>
  66. </td>
  67. </tr>
  68. <tr>
  69. <th>减免内容:</th>
  70. <td colspan="7">
  71. <textarea name="" rows="5" cols="" placeholder="" id="cont" style="margin-top:10px;"></textarea>
  72. </td>
  73. </tr>
  74. <tr>
  75. <td colspan="8" style="text-align: center;">
  76. <button class="btns customerSubmit">确&nbsp;定</button>
  77. </td>
  78. </tr>
  79. </tbody>
  80. </table>
  81. </div>
  82. </div>
  83. <script src="../js/zTree/jquery.ztree.core.js"></script>
  84. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  85. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  86. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  87. <script src="../js/laydate/laydate.js"></script>
  88. <script src="../js/WorkOrder/WorkOrderReduction.js"></script>
  89. </body>
  90. </html>