Sin descripción

orderModel.html 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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 rel="stylesheet" href="../css/initialize.css" />
  10. <link rel="stylesheet" href="../css/WorkOrder/AddWorkOrder.css" />
  11. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  12. <title>新建工单</title>
  13. <style>
  14. #xl_box {
  15. width: 170px;
  16. height: 25px;
  17. border: none;
  18. outline: none;
  19. border: 1px solid #e6e6e6;
  20. }
  21. #xl_boxs {
  22. width: 170px;
  23. height: 25px;
  24. border: none;
  25. outline: none;
  26. border: 1px solid #e6e6e6;
  27. }
  28. .gsxx textarea {
  29. width: 1034px;
  30. resize: none;
  31. }
  32. .text-red {
  33. color: red;
  34. vertical-align: middle;
  35. font-size: 20px;
  36. padding: 2px;
  37. }
  38. .btns{
  39. width: 200px;
  40. margin-top: 17px;
  41. }
  42. .xl{
  43. height: 24px;
  44. }
  45. #tsdh{
  46. line-height: 27px;
  47. }
  48. #sqzx tr th{
  49. width: 120px!important;
  50. }
  51. .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
  52. margin-top: 2px !important;
  53. }
  54. </style>
  55. </head>
  56. <body>
  57. <div class="clearfix wrapper wrapper-content">
  58. <div class="ldtp-cr col-sm-12">
  59. <ul class="ld-service clearfix hidden">
  60. <li style="border-bottom:1px solid #69cbd0;" itemtype="1" class="cr-click">咨询</li>
  61. <!--<li style="border-bottom:1px solid #f95a83;" itemtype="2">保修服务</li>-->
  62. <li style="border-bottom:1px solid #243747;" itemtype="3">投诉建议</li>
  63. </ul>
  64. <div class="gsxx">
  65. <!--表格三-->
  66. <div class="sqzx Shows">
  67. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  68. <tr>
  69. <th>客户姓名:</th>
  70. <td>
  71. <div class="inpBox">
  72. <input type="text" class="inps form-control" id="tskh" placeholder="请输入客户姓名" />
  73. </div>
  74. </td>
  75. <th><b class="text-red">*</b>电话:</th>
  76. <td>
  77. <div class="inpBox">
  78. <input type="text" class="inps form-control" id="tsdh" placeholder="请输入电话" />
  79. </div>
  80. </td>
  81. </tr>
  82. <tr>
  83. <!-- <th>营业部:</th>
  84. <td>
  85. <div class="inpBox">
  86. <select name="" id="t_county" class="inps form-control">
  87. <option value="0">请选择</option>
  88. </select>
  89. </div>
  90. </td> -->
  91. </tr>
  92. <tr>
  93. <th>调查时间:</th>
  94. <td>
  95. <div class="inpBox">
  96. <input type="text" placeholder="请选择调查时间" class="inps form-control" id="t_time" />
  97. </div>
  98. </td>
  99. <th>调查员:</th>
  100. <td>
  101. <div class="inpBox">
  102. <input type="text" class="inps form-control" id="t_investigator" placeholder="请输入调查员" />
  103. </div>
  104. </td>
  105. </tr>
  106. <tr>
  107. <th>处理部门:</th>
  108. <td>
  109. <div class="inpBox">
  110. <select class="form-control input-sm" id="clbmname" placeholder="请选择处理部门" >
  111. <option value="0">请选择</option>
  112. </select>
  113. </div>
  114. </td>
  115. <th>处理人:</th>
  116. <td colspan="3">
  117. <div class="inpBox">
  118. <select class="form-control input-sm" id="clidname" placeholder="请选择处理人" >
  119. <option value="0">请选择</option>
  120. </select>
  121. </div>
  122. </td>
  123. </tr>
  124. <tr>
  125. <th>问题分类:</th>
  126. <td>
  127. <div class="inpBox">
  128. <!--<input type="text" placeholder="请输入信息分类" class="inps form-control" id="xl_box" />-->
  129. <select name="" id="xl_box" class="form-control">
  130. <option value="">请选择</option>
  131. </select>
  132. </div>
  133. </td>
  134. <th>热点问题:</th>
  135. <td colspan="3">
  136. <div class="inpBox">
  137. <select name="" id="infotypedetail" class="form-control">
  138. <option value="">请选择</option>
  139. </select>
  140. </div>
  141. </td>
  142. </tr>
  143. <tr>
  144. <th>反映问题:</th>
  145. <td colspan="5">
  146. <textarea id="t_detail" name="" rows="3" cols="20" class="form-control" placeholder="请输入反映问题"></textarea>
  147. </td>
  148. </tr>
  149. <!-- <tr>
  150. <th>回访反馈情况:</th>
  151. <td colspan="5">
  152. <textarea id="t_answer" name="" rows="3" cols="20" class="form-control" placeholder="请输入回访反馈情况"></textarea>
  153. </td>
  154. </tr> -->
  155. <tr class="detailState" style="display: none;">
  156. <th>问题处理情况:</th>
  157. <td colspan="5">
  158. <textarea id="cont" name="" rows="3" cols="20" class="form-control" placeholder="请输入问题处理情况"></textarea>
  159. </td>
  160. </tr>
  161. <tr>
  162. <th>备注:</th>
  163. <td colspan="5">
  164. <textarea id="t_remarks" name="" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
  165. </td>
  166. </tr>
  167. <tr>
  168. <th style="padding-top: 20px;">完结情况:</th>
  169. <td>
  170. <div style="margin-top: 19px;">
  171. <label style="font-weight: normal;" class="radio-inline">
  172. <input type="radio" value="1" name="ltype" checked="checked"/>未完结
  173. </label>
  174. <label style="font-weight: normal;" class="radio-inline">
  175. <input type="radio" value="2" name="ltype" /> 已完结
  176. </label>
  177. </div>
  178. </td>
  179. </tr>
  180. </table>
  181. <div style="text-align: center; margin-bottom: 17px;">
  182. <input type="button" value="创建" class="addts btns" />
  183. </div>
  184. </div>
  185. </div>
  186. </div>
  187. </div>
  188. <script src="../js/zTree/jquery.ztree.core.js"></script>
  189. <script src="../js/laydate/laydate.js"></script>
  190. <script src="../js/autosize/autosize.js"></script>
  191. <script src="js/orderModel.js"></script>
  192. </body>
  193. </html>