Bez popisu

Xga.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  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. <link rel="stylesheet" href="../css/WorkOrder/NewAddWorkOrder.css" />
  14. <title>手工制单</title>
  15. <style>
  16. ul li {
  17. float: initial;
  18. list-style: none;
  19. }
  20. .common {
  21. width: 100%;
  22. text-align: center;
  23. padding: 10px 15px;
  24. }
  25. .common table {
  26. width: 100%;
  27. }
  28. .common table th {
  29. padding: 5px 8px 5px 0;
  30. text-align: right;
  31. }
  32. .common table td {
  33. padding: 6px 0 5px 10px;
  34. text-align: left;
  35. color: #717171;
  36. line-height: 200%;
  37. }
  38. .common table td textarea {
  39. width: 100%;
  40. vertical-align: middle;
  41. resize: none;
  42. outline: none;
  43. }
  44. .time-box {
  45. display: inline-block;
  46. position: relative;
  47. width: 100%;
  48. }
  49. i.tub {
  50. position: absolute;
  51. right: 8px;
  52. top: 8px;
  53. font-size: 18px;
  54. color: #00a0ca;
  55. }
  56. .treeList {
  57. top: 34px !important;
  58. border: 1px solid #e5e6e7 !important;
  59. border-top: 0;
  60. height: auto !important;
  61. }
  62. #TreeDemo li {
  63. float: initial;
  64. }
  65. .addTree1 {
  66. background: #fff;
  67. position: absolute;
  68. width: 100%;
  69. border: 1px solid darkgrey;
  70. right: 0;
  71. top: 26px;
  72. z-index: 10;
  73. display: none;
  74. height: 100px;
  75. overflow-y: auto;
  76. }
  77. .form-group {
  78. margin-bottom: 0;
  79. }
  80. .filter-option {
  81. color: #676b6d;
  82. }
  83. .testInput-list {
  84. position: absolute;
  85. z-index: 999;
  86. border: 1px solid rgb(204, 204, 204);
  87. background-color: rgb(255, 255, 255);
  88. z-index: 99999;
  89. padding-left: 0;
  90. width: 97.6%;
  91. display: none;
  92. height: 400px;
  93. overflow-y: auto;
  94. }
  95. .testInput-list li {
  96. padding: 5px;
  97. }
  98. .testInput-list li:hover {
  99. background-color: #E43926;
  100. color: #fff;
  101. }
  102. .ke-container {
  103. width: 100% !important;
  104. }
  105. button[disabled] {
  106. background-color: #999;
  107. }
  108. .complainDiv2{
  109. display: none;
  110. }
  111. .deal{
  112. display: none;
  113. }
  114. .r_order_type {
  115. text-align: left;
  116. }
  117. .radio-inline {
  118. padding-left: 2px;
  119. }
  120. .radio-input{
  121. vertical-align: -2px;
  122. }
  123. #order_isover{
  124. width: 100%;
  125. }
  126. #isAssign{
  127. width: 100%;
  128. }
  129. #duplicate{
  130. width: 100%;
  131. }
  132. </style>
  133. </head>
  134. <body class="gray-bg">
  135. <!--<div class="daoHang clearfix" style="margin-bottom: 20px;">
  136. <div class="dhLeft">
  137. <sapn>
  138. <i class="syIcon"></i>位置:
  139. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  140. <a href="javaScript:;">工单管理</a>&gt;
  141. <a href="" class="nowPosition">手工制单</a>
  142. </sapn>
  143. </div>
  144. </div>-->
  145. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  146. <div class="common">
  147. <table class="customerService">
  148. <tbody>
  149. <tr>
  150. <th>工单来源:</th>
  151. <td>
  152. <div class="form-group">
  153. <input type="text" class="form-control" id="workOrderSource" disabled="disabled"/>
  154. </div>
  155. </td>
  156. <th>工单编号:</th>
  157. <td>
  158. <div class="form-group">
  159. <input type="text" class="form-control" id="workOrderId" disabled="disabled"/>
  160. </div>
  161. </td>
  162. </tr>
  163. <tr>
  164. <th>工单类型:</th>
  165. <td>
  166. <div id="order_isover" class="col-md-6 r_order_type">
  167. <input class="radio-input" id="work-order-radio-advisory" type="radio" name="type" value="1" checked="checked">
  168. <label class="radio-inline" for="work-order-radio-advisory">
  169. 咨询
  170. </label>
  171. <input class="radio-input" id="work-order-radio-complaint" type="radio" name="type" value="2" >
  172. <label class="radio-inline" for="work-order-radio-complaint">
  173. 投诉
  174. </label>
  175. </div>
  176. </td>
  177. </tr>
  178. <tr>
  179. <th>姓名:</th>
  180. <td>
  181. <div class="form-group">
  182. <input type="text" class="form-control" id="name" />
  183. </div>
  184. </td>
  185. <th>电话:</th>
  186. <td>
  187. <div class="form-group">
  188. <input type="text" class="form-control" id="tel" />
  189. </div>
  190. </td>
  191. </tr>
  192. <tr>
  193. <th>省:</th>
  194. <td style="position: relative;">
  195. <div class="form-group">
  196. <select class="form-control" id="source">
  197. <option value ="">请选择</option>
  198. </select>
  199. </div>
  200. </td>
  201. <th>市:</th>
  202. <td style="position: relative;">
  203. <div class="form-group">
  204. <select class="form-control" id="type">
  205. <option value ="">请选择</option>
  206. </select>
  207. </div>
  208. </td>
  209. <th>区/县:</th>
  210. <td style="position: relative;">
  211. <div class="form-group">
  212. <select class="form-control" id="keyid">
  213. <option value ="">请选择</option>
  214. </select>
  215. </div>
  216. </td>
  217. </tr>
  218. <tr></tr>
  219. <tr>
  220. <th>产品代码:</th>
  221. <td>
  222. <div class="form-group">
  223. <select class="form-control" id="productType">
  224. <option value ="">请选择</option>
  225. </select>
  226. </div>
  227. </td>
  228. <th>产品名称:</th>
  229. <td>
  230. <div class="form-group">
  231. <input type="text" class="form-control" id="productName" />
  232. </div>
  233. </td>
  234. <th>规格:</th>
  235. <td>
  236. <div class="form-group">
  237. <input type="text" class="form-control" id="specification" />
  238. </div>
  239. </td>
  240. <th>生产日期:</th>
  241. <td>
  242. <div class="form-group">
  243. <input type="text" class="form-control" id="productDate" maxlength='8' placeholder="时间格式YYYYMMDD"/>
  244. </div>
  245. </td>
  246. </tr>
  247. <tr>
  248. <th>产品编码:</th>
  249. <td>
  250. <div class="form-group">
  251. <input type="text" class="form-control" id="productNumber" />
  252. </div>
  253. </td>
  254. <th>产品厂家:</th>
  255. <td>
  256. <div class="form-group">
  257. <select class="form-control" id="productFactory">
  258. <option value ="">请选择</option>
  259. </select>
  260. </div>
  261. </td>
  262. <th>问题代码:</th>
  263. <td>
  264. <div class="form-group">
  265. <select class="form-control" id="problemCode">
  266. <option value ="">请选择</option>
  267. </select>
  268. </div>
  269. </td>
  270. <th>*质量问题:</th>
  271. <td>
  272. <div class="form-group">
  273. <input type="text" class="form-control" id="qualityProblem" />
  274. </div>
  275. </td>
  276. </tr>
  277. <tr></tr>
  278. <tr>
  279. <th>工单级别:</th>
  280. <td>
  281. <div class="form-group">
  282. <select class="form-control" id="dealTimely">
  283. <option value ="">请选择</option>
  284. </select>
  285. </div>
  286. </td>
  287. <th class="reasonTitle">原因:</th>
  288. <td class="reasonInput">
  289. <div class="form-group">
  290. <select class="form-control" id="reason">
  291. <option value ="">请选择</option>
  292. </select>
  293. </div>
  294. </td>
  295. </tr>
  296. <tr></tr>
  297. <tr>
  298. <th>重复工单:</th>
  299. <td>
  300. <div id="duplicate" class="col-md-6 r_order_type">
  301. <input class="radio-input" id="duplicate-no" type="radio" name="duplicate" value="0" checked="checked">
  302. <label class="radio-inline" for="duplicate-no">
  303. </label>
  304. <input class="radio-input" id="duplicate-yes" type="radio" name="duplicate" value="1" >
  305. <label class="radio-inline" for="duplicate-yes">
  306. </label>
  307. </div>
  308. </td>
  309. </tr>
  310. <tr></tr>
  311. <tr>
  312. <th>备注:</th>
  313. <td colspan="7">
  314. <textarea name="" rows="5" cols="" placeholder="" id="remark" style="margin-top:10px;"></textarea>
  315. </td>
  316. </tr>
  317. <tr>
  318. <td colspan="8" style="text-align: center;">
  319. <button class="btns customerSubmit">保&nbsp;存</button>
  320. </td>
  321. </tr>
  322. </tbody>
  323. </table>
  324. </div>
  325. </div>
  326. <script src="../js/zTree/jquery.ztree.core.js"></script>
  327. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  328. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  329. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  330. <script src="../js/laydate/laydate.js"></script>
  331. <script src="../js/WorkOrder/XgWork.js"></script>
  332. </body>
  333. </html>