Açıklama Yok

AddWorkOrder.html 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  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. <link rel="stylesheet" href="../css/WorkOrder/NewAddWorkOrder.css" />
  16. <title>手工制单</title>
  17. <style>
  18. ul li {
  19. float: initial;
  20. list-style: none;
  21. }
  22. .common {
  23. width: 100%;
  24. text-align: center;
  25. padding: 10px 15px;
  26. }
  27. .common table {
  28. width: 100%;
  29. }
  30. .common table th {
  31. padding: 5px 8px 5px 0;
  32. text-align: right;
  33. /* width: 20%;*/
  34. }
  35. .common table td {
  36. padding: 6px 0 5px 10px;
  37. text-align: left;
  38. color: #717171;
  39. line-height: 200%;
  40. }
  41. .common table td textarea {
  42. width: 100%;
  43. vertical-align: middle;
  44. resize: none;
  45. outline: none;
  46. }
  47. .time-box {
  48. display: inline-block;
  49. position: relative;
  50. width: 100%;
  51. }
  52. i.tub {
  53. position: absolute;
  54. right: 8px;
  55. top: 8px;
  56. font-size: 18px;
  57. color: #00a0ca;
  58. }
  59. .treeList {
  60. top: 34px!important;
  61. border: 1px solid #e5e6e7!important;
  62. border-top: 0;
  63. height: auto!important;
  64. }
  65. #TreeDemo li {
  66. float: initial;
  67. }
  68. #typeclass {
  69. background: #fff;
  70. }
  71. .treeList1 {
  72. top: 34px!important;
  73. border: 1px solid #e5e6e7!important;
  74. border-top: 0;
  75. height: auto!important;
  76. }
  77. .addTree1 {
  78. background: #fff;
  79. position: absolute;
  80. width: 100%;
  81. border: 1px solid darkgrey;
  82. right: 0;
  83. top: 26px;
  84. z-index: 10;
  85. display: none;
  86. height: 100px;
  87. overflow-y: auto;
  88. }
  89. .form-group {
  90. margin-bottom: 0;
  91. }
  92. .bootstrap-select>.dropdown-toggle.bs-placeholder {
  93. background-color: #ffffff!important;
  94. border-color: #e5e6e7!important;
  95. }
  96. .filter-option {
  97. color: #676b6d;
  98. }
  99. .bootstrap-select>.dropdown-toggle.btn-default {
  100. background-color: #ffffff!important;
  101. border-color: #e5e6e7!important;
  102. color: #555;
  103. }
  104. .testInput-list {
  105. position: absolute;
  106. z-index: 999;
  107. border: 1px solid rgb(204, 204, 204);
  108. background-color: rgb(255, 255, 255);
  109. z-index: 99999;
  110. padding-left: 0;
  111. width: 97.6%;
  112. display: none;
  113. height: 400px;
  114. overflow-y: auto;
  115. }
  116. .testInput-list li {
  117. padding: 5px;
  118. }
  119. .testInput-list li:hover {
  120. background-color: #E43926;
  121. color: #fff;
  122. }
  123. .ke-container {
  124. width: 100%!important;
  125. }
  126. button[disabled]{
  127. background-color: #999;
  128. }
  129. .complainDiv2{
  130. display: none;
  131. }
  132. .r_order_type {
  133. text-align: left;
  134. }
  135. .radio-inline {
  136. padding-left: 2px;
  137. }
  138. .radio-input{
  139. vertical-align: -2px;
  140. }
  141. #order_isover{
  142. width: 100%;
  143. }
  144. #isAssign{
  145. width: 100%;
  146. }
  147. #duplicate{
  148. width: 100%;
  149. }
  150. </style>
  151. </head>
  152. <body class="gray-bg">
  153. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  154. <div class="dhLeft">
  155. <sapn><i class="syIcon"></i>位置:
  156. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  157. <a href="javaScript:;">工单管理</a>&gt;
  158. <a href="" class="nowPosition">手工制单</a>
  159. </sapn>
  160. </div>
  161. </div>
  162. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  163. <div class="common">
  164. <table class="customerService">
  165. <tbody>
  166. <tr>
  167. <th>工单类型:</th>
  168. <td>
  169. <div id="order_isover" class="col-md-6 r_order_type">
  170. <input class="radio-input" id="workOrderRadioAdvisory" type="radio" name="type" value="1" checked="checked">
  171. <label class="radio-inline" for="workOrderRadioAdvisory">
  172. 咨询
  173. </label>
  174. <input class="radio-input" id="workOrderRadioComplaint" type="radio" name="type" value="2" >
  175. <label class="radio-inline" for="workOrderRadioComplaint">
  176. 投诉
  177. </label>
  178. <input class="radio-input" id="workOrderRadioRepeat" type="radio" name="type" value="3" >
  179. <label class="radio-inline" for="workOrderRadioRepeat">
  180. 重复
  181. </label>
  182. </div>
  183. </td>
  184. </tr>
  185. <tr>
  186. <th><i style="color: #FF0000">*&nbsp;</i>姓名:</th>
  187. <td>
  188. <div class="form-group">
  189. <input type="text" class="form-control" id="name" maxlength="8" />
  190. </div>
  191. </td>
  192. <th><i style="color: #FF0000">*&nbsp;</i>电话:</th>
  193. <td>
  194. <div class="form-group">
  195. <input type="text" class="form-control" id="tel" />
  196. </div>
  197. </td>
  198. <!--<th>大区:</th>
  199. <td style="position: relative;">
  200. <div class="form-group">
  201. <select class="form-control" id="customer_area">
  202. <option value ="">请选择</option>
  203. </select>
  204. </div>
  205. </td>-->
  206. <!--<th>办事处:</th>
  207. <td style="position: relative;">
  208. <div class="form-group">
  209. <select class="form-control" id="customer_office">
  210. <option value ="">请选择</option>
  211. </select>
  212. </div>
  213. </td>-->
  214. </tr>
  215. <tr>
  216. <th>省:</th>
  217. <td style="position: relative;">
  218. <div class="form-group">
  219. <select class="form-control" id="source">
  220. <option value ="">请选择</option>
  221. </select>
  222. </div>
  223. </td>
  224. <th>市:</th>
  225. <td style="position: relative;">
  226. <div class="form-group">
  227. <select class="form-control" id="type">
  228. <option value ="">请选择</option>
  229. </select>
  230. </div>
  231. </td>
  232. <th>区/县:</th>
  233. <td style="position: relative;">
  234. <div class="form-group">
  235. <select class="form-control" id="keyid">
  236. <option value ="">请选择</option>
  237. </select>
  238. </div>
  239. </td>
  240. <th>详细地址:</th>
  241. <td>
  242. <div class="form-group">
  243. <input type="text" class="form-control" id="addressDescription" />
  244. </div>
  245. </td>
  246. </tr>
  247. <tr></tr>
  248. <tr>
  249. <th>产品代码:</th>
  250. <td>
  251. <div class="form-group">
  252. <select class="form-control" id="productType">
  253. <option value ="">请选择</option>
  254. </select>
  255. </div>
  256. </td>
  257. <th>产品名称:</th>
  258. <td>
  259. <div class="form-group">
  260. <input type="text" class="form-control" id="productName" />
  261. </div>
  262. </td>
  263. <th>规格:</th>
  264. <td>
  265. <div class="form-group">
  266. <input type="text" class="form-control" id="specification" />
  267. </div>
  268. </td>
  269. <th>生产日期:</th>
  270. <td>
  271. <div class="form-group">
  272. <input type="text" class="form-control" id="productDate" maxlength='10' onkeyup="value=value.replace(/[^\-?\d.]/g,'')" placeholder="时间格式YYYY.MM.DD"/>
  273. </div>
  274. </td>
  275. </tr>
  276. <tr>
  277. <th>产品编码:</th>
  278. <td>
  279. <div class="form-group">
  280. <input type="text" class="form-control" id="productNumber" />
  281. </div>
  282. </td>
  283. <th>生产厂家:</th>
  284. <td>
  285. <!--<div class="form-group">
  286. <select class="form-control" id="productFactory">
  287. <option value ="">请选择</option>
  288. </select>
  289. </div>-->
  290. <div class="form-group">
  291. <input type="text" class="form-control" id="productFactory" list="productFactoryDataList" placeholder="请输入"/>
  292. <datalist id="productFactoryDataList">
  293. </datalist>
  294. </div>
  295. </td>
  296. <th>问题代码:</th>
  297. <td>
  298. <div class="form-group">
  299. <select class="form-control" id="problemCode">
  300. <option value ="">请选择</option>
  301. </select>
  302. </div>
  303. </td>
  304. <th><i style="color: #FF0000">*&nbsp;</i>质量问题:</th>
  305. <td>
  306. <div class="form-group">
  307. <input type="text" class="form-control" id="qualityProblem" />
  308. </div>
  309. </td>
  310. </tr>
  311. <tr></tr>
  312. <tr>
  313. <th>工单级别:</th>
  314. <td>
  315. <div class="form-group">
  316. <select class="form-control" id="dealTimely">
  317. </select>
  318. </div>
  319. </td>
  320. <th class="reasonTitle">原因:</th>
  321. <td class="reasonInput">
  322. <div class="form-group">
  323. <select class="form-control" id="reason">
  324. <option value ="">请选择</option>
  325. </select>
  326. </div>
  327. </td>
  328. </tr>
  329. <tr></tr>
  330. <!--<tr>
  331. <th>重复工单:</th>
  332. <td>
  333. <div id="duplicate" class="col-md-6 r_order_type">
  334. <input class="radio-input" id="duplicate-no" type="radio" name="duplicate" value="0" checked="checked">
  335. <label class="radio-inline" for="duplicate-no">
  336. </label>
  337. <input class="radio-input" id="duplicate-yes" type="radio" name="duplicate" value="1" >
  338. <label class="radio-inline" for="duplicate-yes">
  339. </label>
  340. </div>
  341. </td>
  342. </tr>-->
  343. <tr>
  344. <th>是否指派:</th>
  345. <td>
  346. <div id="isAssign" class="col-md-6 r_order_type">
  347. <input class="radio-input" id="assign-yes" type="radio" name="isAssign" value="1" checked="checked">
  348. <label class="radio-inline" for="assign-yes">
  349. 指派
  350. </label>
  351. <input class="radio-input" id="assign-no" type="radio" name="isAssign" value="0" >
  352. <label class="radio-inline" for="assign-no">
  353. 不指派
  354. </label>
  355. </div>
  356. </td>
  357. <th class="comaddressTitle">大区:</th>
  358. <td style="position: relative;" class="comaddressSelect">
  359. <div class="form-group">
  360. <select class="form-control" id="customer_comaddress">
  361. <option value ="">请选择</option>
  362. </select>
  363. </div>
  364. </td>
  365. <th class="submitterTitle">提交人:</th>
  366. <td style="position: relative;" class="submitterSelect">
  367. <div class="form-group">
  368. <select class="form-control" id="customer_submitter">
  369. <option value ="">请选择</option>
  370. </select>
  371. </div>
  372. </td>
  373. </tr>
  374. <!-- <tr>
  375. <th>提交内容:</th>
  376. <td>
  377. <div class="form-group">
  378. <input type="text" class="form-control" id="cont" />
  379. </div>
  380. </td>
  381. </tr>-->
  382. <tr>
  383. <th>备注:</th>
  384. <td colspan="7">
  385. <textarea name="" rows="5" cols="" placeholder="" id="remark" style="margin-top:10px;"></textarea>
  386. </td>
  387. </tr>
  388. <tr>
  389. <td colspan="8" style="text-align: center;">
  390. <button class="btns customerSubmit">保&nbsp;存</button>
  391. </td>
  392. </tr>
  393. </tbody>
  394. </table>
  395. </div>
  396. <input type="hidden" id="CallID" />
  397. </div>
  398. <script src="../js/zTree/jquery.ztree.core.js"></script>
  399. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  400. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  401. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  402. <!--<script src="../js/kindeditor/kindeditor.js"></script>
  403. <script src="../js/kindeditor/lang/zh_CN.js"></script>-->
  404. <script src="../js/laydate/laydate.js"></script>
  405. <script src="../js/WorkOrder/AddWorkOrder.js"></script>
  406. </body>
  407. </html>