Нет описания

AddWorkOrder.html 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  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. line-height: 8px;
  138. }
  139. .radio-input {
  140. vertical-align: -2px;
  141. }
  142. #order_isover {
  143. width: 90%;
  144. }
  145. #isAssign {
  146. width: 100%;
  147. }
  148. #isOver {
  149. width: 100%;
  150. }
  151. .workOrderTypeSpotCheck {
  152. display: none;
  153. }
  154. </style>
  155. </head>
  156. <body class="gray-bg">
  157. <div class="daoHang clearfix" style="margin-bottom: 20px;">
  158. <div class="dhLeft">
  159. <sapn><i class="syIcon"></i>位置:
  160. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  161. <a href="javaScript:;">工单管理</a>&gt;
  162. <a href="" class="nowPosition">手工制单</a>
  163. </sapn>
  164. </div>
  165. </div>
  166. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  167. <div class="common">
  168. <table class="customerService">
  169. <tbody>
  170. <tr>
  171. <th>工单类别:</th>
  172. <td id="order_isover" colspan="7" class="col-md-6 r_order_type">
  173. <label class="radio-inline">
  174. <input type="radio" name="type" value="1" checked="checked"> 咨询
  175. </label>
  176. <label class="radio-inline">
  177. <input type="radio" name="type" value="2" > 投诉
  178. </label>
  179. <label class="radio-inline">
  180. <input type="radio" name="type" value="3" > 重复
  181. </label>
  182. <label class="radio-inline">
  183. <input type="radio" name="type" value="4" > 抽检
  184. </label>
  185. </td>
  186. </tr>
  187. <tr class="complaintWorkOrderRequired" style="display: none;">
  188. <th>工单类型:</th>
  189. <td id="complainType" colspan="7" class="col-md-6 r_order_type">
  190. <label class="radio-inline">
  191. <input type="radio" name="complainType" value="生鲜品" > 生鲜品
  192. </label>
  193. <label class="radio-inline">
  194. <input type="radio" name="complainType" value="禽产品" > 禽产品
  195. </label>
  196. <label class="radio-inline">
  197. <input type="radio" name="complainType" value="综合事业部" > 综合事业部
  198. </label>
  199. <label class="radio-inline">
  200. <input type="radio" name="complainType" value="餐饮事业部" > 餐饮事业部
  201. </label>
  202. <label class="radio-inline">
  203. <input type="radio" name="complainType" value="400热线接听" > 400热线接听
  204. </label>
  205. <label class="radio-inline">
  206. <input type="radio" name="complainType" value="线上投诉" > 线上投诉
  207. </label>
  208. <label class="radio-inline">
  209. <input type="radio" name="complainType" value="市场监管局投诉" > 市场监管局投诉
  210. </label>
  211. <label class="radio-inline">
  212. <input type="radio" name="complainType" value="电商投诉" > 电商投诉
  213. </label>
  214. </td>
  215. </tr>
  216. <tr class="workOrderTypeForm">
  217. <th><i style="color: #FF0000">*&nbsp;</i>姓名:</th>
  218. <td>
  219. <div class="form-group">
  220. <input type="text" class="form-control" id="name" />
  221. </div>
  222. </td>
  223. <th><i style="color: #FF0000">*&nbsp;</i>电话:</th>
  224. <td>
  225. <div class="form-group">
  226. <input type="text" class="form-control" id="tel" />
  227. </div>
  228. </td>
  229. </tr>
  230. <tr class="workOrderTypeForm">
  231. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>省:</th>
  232. <td style="position: relative;">
  233. <div class="form-group">
  234. <select class="form-control" id="source">
  235. <option value="">请选择</option>
  236. </select>
  237. </div>
  238. </td>
  239. <th>市:</th>
  240. <td style="position: relative;">
  241. <div class="form-group">
  242. <select class="form-control" id="type">
  243. <option value="">请选择</option>
  244. </select>
  245. </div>
  246. </td>
  247. <th>区/县:</th>
  248. <td style="position: relative;">
  249. <div class="form-group">
  250. <input type="text" class="form-control" id="keyid" list="keyidDataList" placeholder="请输入" />
  251. <datalist id="keyidDataList">
  252. </datalist>
  253. </div>
  254. </td>
  255. <th>详细地址:</th>
  256. <td>
  257. <div class="form-group">
  258. <input type="text" class="form-control" id="addressDescription" />
  259. </div>
  260. </td>
  261. </tr>
  262. <tr class="workOrderTypeForm">
  263. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>产品代码:</th>
  264. <td>
  265. <div class="form-group">
  266. <select class="form-control" id="productType">
  267. <option value="">请选择</option>
  268. </select>
  269. </div>
  270. </td>
  271. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>产品名称:</th>
  272. <td>
  273. <div class="form-group">
  274. <input type="text" class="form-control" id="productName" />
  275. </div>
  276. </td>
  277. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>规格:</th>
  278. <td>
  279. <div class="form-group">
  280. <input type="text" class="form-control" id="specification" />
  281. </div>
  282. </td>
  283. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>生产日期:</th>
  284. <td>
  285. <div class="form-group">
  286. <input type="text" class="form-control" id="productDate" placeholder="时间格式YYYY.MM.DD" />
  287. </div>
  288. </td>
  289. </tr>
  290. <tr class="workOrderTypeForm">
  291. <th>产品编码:</th>
  292. <td>
  293. <div class="form-group">
  294. <input type="text" class="form-control" id="productNumber" />
  295. </div>
  296. </td>
  297. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>生产厂家:</th>
  298. <td>
  299. <div class="form-group">
  300. <input type="text" class="form-control" id="productFactory" list="productFactoryDataList" placeholder="请输入" />
  301. <datalist id="productFactoryDataList">
  302. </datalist>
  303. </div>
  304. </td>
  305. <th><i class="complaintWorkOrderRequired" style="display: none; color: #FF0000;">*&nbsp;</i>问题代码:</th>
  306. <td>
  307. <div class="form-group">
  308. <select class="form-control" id="problemCode">
  309. <option value="">请选择</option>
  310. </select>
  311. </div>
  312. </td>
  313. <th><i style="color: #FF0000">*&nbsp;</i>质量问题:</th>
  314. <td>
  315. <div class="form-group">
  316. <input type="text" class="form-control" id="qualityProblem" />
  317. </div>
  318. </td>
  319. </tr>
  320. <tr class="workOrderTypeForm">
  321. <th>工单级别:</th>
  322. <td>
  323. <div class="form-group">
  324. <select class="form-control" id="dealTimely">
  325. </select>
  326. </div>
  327. </td>
  328. <th class="reasonTitle">原因:</th>
  329. <td class="reasonInput">
  330. <div class="form-group">
  331. <select class="form-control" id="reason">
  332. <option value="">请选择</option>
  333. </select>
  334. </div>
  335. </td>
  336. </tr>
  337. <tr class="isOverWrapper workOrderTypeForm">
  338. <th>立即办理:</th>
  339. <td>
  340. <div id="isOver" class="col-md-6 r_order_type">
  341. <input class="radio-input" id="over-no" type="radio" name="isOver" value="0" checked="checked">
  342. <label class="radio-inline" for="over-no">否</label>
  343. <input class="radio-input" id="over-yes" type="radio" name="isOver" value="1">
  344. <label class="radio-inline" for="over-yes">是</label>
  345. </div>
  346. </td>
  347. </tr>
  348. <tr class="workOrderTypeForm">
  349. <th>备注:</th>
  350. <td colspan="7">
  351. <textarea name="" rows="5" cols="" placeholder="" id="remark" style="margin-top:10px;"></textarea>
  352. </td>
  353. </tr>
  354. <tr class="workOrderTypeSpotCheck">
  355. <th><i style="color: #FF0000;">*&nbsp;</i>抽检日期:</th>
  356. <td>
  357. <input type="text" class="form-control" id="spotCheckDate" />
  358. </td>
  359. <th><i style="color: #FF0000;">*&nbsp;</i>抽检单位:</th>
  360. <td>
  361. <input type="text" class="form-control" id="spotCheckCompany" />
  362. </td>
  363. <th><i style="color: #FF0000;">*&nbsp;</i>抽检类型:</th>
  364. <td>
  365. <input type="text" class="form-control" id="spotCheckSamplingtype" />
  366. </td>
  367. <th><i style="color: #FF0000;">*&nbsp;</i>抽样客户/门店:</th>
  368. <td>
  369. <input type="text" class="form-control" id="spotCheckSalesroom" />
  370. </td>
  371. </tr>
  372. <tr class="workOrderTypeSpotCheck">
  373. <th><i style="color: #FF0000;">*&nbsp;</i>抽检产品:</th>
  374. <td>
  375. <input type="text" class="form-control" id="spotCheckSamplingproducts" />
  376. </td>
  377. <th><i style="color: #FF0000;">*&nbsp;</i>生产日期:</th>
  378. <td>
  379. <input type="text" class="form-control" id="spotCheckProductDate" placeholder="时间格式YYYY.MM.DD" />
  380. </td>
  381. <th><i style="color: #FF0000;">*&nbsp;</i>涉及工厂:</th>
  382. <td>
  383. <div class="form-group">
  384. <input type="text" class="form-control" id="spotCheckFactories" list="spotCheckFactoriesDataList" placeholder="请输入" />
  385. <datalist id="spotCheckFactoriesDataList">
  386. </datalist>
  387. </div>
  388. </td>
  389. <th><i style="color: #FF0000;">*&nbsp;</i>电话:</th>
  390. <td>
  391. <input type="text" class="form-control" id="spotCheckCusPhone" />
  392. </td>
  393. </tr>
  394. <tr class="workOrderTypeSpotCheck">
  395. <th><i style="color: #FF0000;">*&nbsp;</i>备注:</th>
  396. <td colspan="7">
  397. <textarea name="" rows="5" cols="" placeholder="" id="spotCheckRemark" style="margin-top:10px;"></textarea>
  398. </td>
  399. </tr>
  400. <tr class="isAssignWrapper">
  401. <th>是否分派:</th>
  402. <td>
  403. <div id="isAssign" class="col-md-6 r_order_type">
  404. <input class="radio-input" id="assign-yes" type="radio" name="isAssign" value="1" checked="checked">
  405. <label class="radio-inline" for="assign-yes">
  406. 分派
  407. </label>
  408. <input class="radio-input" id="assign-no" type="radio" name="isAssign" value="0">
  409. <label class="radio-inline" for="assign-no">
  410. 不分派
  411. </label>
  412. </div>
  413. </td>
  414. <th class="comaddressTitle">大区:</th>
  415. <td style="position: relative;" class="comaddressSelect">
  416. <div class="form-group">
  417. <input type="text" class="form-control" id="customer_comaddress" list="customer_comaddress_data_list" placeholder="请输入" />
  418. <datalist id="customer_comaddress_data_list">
  419. </datalist>
  420. </div>
  421. </td>
  422. <th class="submitterTitle">提交人:</th>
  423. <td style="position: relative;" class="submitterSelect">
  424. <div class="form-group">
  425. <input type="text" class="form-control" id="customer_submitter" list="customer_submitter_data_list" placeholder="请输入" />
  426. <datalist id="customer_submitter_data_list">
  427. </datalist>
  428. </div>
  429. </td>
  430. </tr>
  431. <tr>
  432. <td colspan="8" style="text-align: center;">
  433. <button class="btns customerSubmit">保存</button>
  434. </td>
  435. </tr>
  436. </tbody>
  437. </table>
  438. </div>
  439. <input type="hidden" id="CallId" />
  440. </div>
  441. <script src="../js/zTree/jquery.ztree.core.js"></script>
  442. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  443. <script src="../js/WorkOrder/jquery.editable-select.js"></script>
  444. <script src="../js/comboSelect/jquery.combo.select.js"></script>
  445. <script src="../js/laydate/laydate.js"></script>
  446. <script src="../js/WorkOrder/AddWorkOrder.js"></script>
  447. </body>
  448. </html>