Нет описания

WorkOrderTransfer.html 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../../Script/Common/huayi.load.js"></script>
  6. <script src="../../Script/Common/huayi.config.js"></script>
  7. <link rel="stylesheet" href="../../js/webuploader/webuploader.css" />
  8. <link href="../../js/zTree/zTreeStyle.css" rel="stylesheet" />
  9. <link href="../../css/init.css" rel="stylesheet" />
  10. <link href="../css/Search.css" rel="stylesheet">
  11. <title>分配</title>
  12. <style type="text/css">
  13. #tsgl,
  14. #tszl,
  15. #cjgl,
  16. #cjzl {
  17. display: none;
  18. }
  19. .addTree {
  20. height: 300px;
  21. }
  22. .cpkp input{
  23. width: 200px;
  24. height: 30px;
  25. }
  26. .cpkt{
  27. font-size: 18px;
  28. color: #000000;
  29. }
  30. #abc,
  31. #abcd,
  32. #abcde,
  33. #abcdef {
  34. display: none;
  35. }
  36. #btyyj {
  37. display: none;
  38. }
  39. .inpBox {
  40. border: 1px solid #cccccc;
  41. height: 26px;
  42. width: 99%;
  43. display: inline-block;
  44. position: relative;
  45. vertical-align: middle;
  46. position: absolute;
  47. left: 0px;
  48. top: 0px;
  49. z-index: 111;
  50. background: #FFFFFF;
  51. }
  52. .selDpart1 {
  53. position: absolute;
  54. left: 0px;
  55. top: 30px;
  56. z-index: 11111;
  57. width: 220px;
  58. line-height: 30px;
  59. background: #FFFFFF;
  60. display: none;
  61. }
  62. #sponsor {
  63. width: 218px;
  64. border: 1px solid #00a1cb;
  65. margin: 0;
  66. padding: 0;
  67. list-style: none;
  68. max-height: 212px;
  69. overflow-x: hidden;
  70. overflow-y: scroll;
  71. }
  72. #sponsor li {
  73. margin: 0;
  74. padding-left: 10px;
  75. width: 220px;
  76. height: 30px;
  77. line-height: 30px;
  78. list-style: none;
  79. }
  80. #sponsor li:hover {
  81. background: #00a1cb;
  82. }
  83. .addTree {
  84. background: #fff;
  85. position: absolute;
  86. width: 100%;
  87. border: 1px solid darkgrey;
  88. right: 0;
  89. top: 20px;
  90. display: none;
  91. z-index: 222;
  92. }
  93. .xl {
  94. display: inline-block;
  95. background: url(../../img/dropDown.png) no-repeat;
  96. height: 100%;
  97. background-position: center center;
  98. width: 20px;
  99. position: absolute;
  100. right: 0;
  101. top: 0px;
  102. cursor: pointer;
  103. }
  104. .ztree li {
  105. float: none;
  106. }
  107. .ztree li span {
  108. border: none;
  109. padding: 0;
  110. }
  111. .inps {
  112. width: 217px;
  113. height: 24px;
  114. outline: none;
  115. border: 0;
  116. border-image-width: 0;
  117. padding: 0;
  118. padding-left: 3px;
  119. }
  120. .Cleans {
  121. display: inline-block;
  122. width: 20px;
  123. position: absolute;
  124. right: 21px;
  125. top: 8px;
  126. display: none;
  127. }
  128. .Min-width {
  129. width: 150px;
  130. }
  131. .btn-default {
  132. background: #FFFFFF;
  133. color: #000000;
  134. }
  135. .shino {
  136. display: none;
  137. }
  138. .gcSelDiv,
  139. .isSelDiv {
  140. display: none;
  141. }
  142. #deal_table tr td {
  143. width: 32%;
  144. }
  145. </style>
  146. </head>
  147. <body>
  148. <div class="shade_content">
  149. <div class="dgxx_table size-13">
  150. <table id="deal_table" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
  151. <tr>
  152. <th>工单编号:</th>
  153. <td>
  154. <span id="cl_gdbh"></span>
  155. </td>
  156. <th>工单类型:</th>
  157. <td data-formatter="order" id="cl_gdlx">
  158. <!-- <span ></span> -->
  159. </td>
  160. </tr>
  161. <tr>
  162. <th>工单来源:</th>
  163. <td>
  164. <span id="xq_source" data-formatter="formatter"></span>
  165. </td>
  166. <th>部门:</th>
  167. <td colspan="3">
  168. <span id="cl_gdn"></span>
  169. </td>
  170. </tr>
  171. <tr>
  172. <th>客户姓名:</th>
  173. <td>
  174. <span id="cl_khxm"></span>
  175. </td>
  176. <th>客户电话:</th>
  177. <td>
  178. <span id="cl_khdh"></span>
  179. </td>
  180. </tr>
  181. <tr>
  182. <th>超时时限:</th>
  183. <td>
  184. <div class="chaishi noSampling">
  185. <input type="radio" name="yanq" disabled="disabled" value="12" checked="checked">12小时
  186. <input type="radio" name="yanq" value="24">24小时
  187. <input type="radio" name="yanq" value="36">36小时
  188. <input type="radio" name="yanq" value="48">48小时
  189. <input type="radio" name="yanq" value="72">72小时
  190. <input type="radio" name="yanq" value="120">5天
  191. <input type="radio" name="yanq" value="168">7天
  192. <input type="radio" name="yanq" value="264">11天
  193. <input type="radio" name="yanq" value="384">16天
  194. </div>
  195. <div class="chaishi Sampling">
  196. <input type="radio" name="yanq" value="720">1个月
  197. <input type="radio" name="yanq" value="2160">3个月
  198. </div>
  199. </td>
  200. <th class="residue" style="display: none;">剩余时间:</th>
  201. <td class="residueTime residue" style="display: none;"></td>
  202. <th style="display: none;" id="penli">其他时限:</th>
  203. <td style="display: none;" id="liset">
  204. <div id="" class="tex">
  205. <input type="number" class="form-control input-sm" id="shijian" placeholder="请输入其他时限">
  206. </div>
  207. </td>
  208. </tr>
  209. <tr>
  210. <th>是否短信提醒:</th>
  211. <td>
  212. <div id="duanxin">
  213. <input type="radio" name="sms" id="" value="0" />否
  214. <input type="radio" name="sms" id="" value="1" checked/>是
  215. </div>
  216. </td>
  217. </tr>
  218. <!--<tr class="gy" style="display: none;">
  219. <th>工艺:</th>
  220. <td>
  221. <input type="text" class="form-control input-sm" id="gyi" placeholder="请输入工艺">
  222. </td>
  223. <th>原料及厂家:</th>
  224. <td>
  225. <input type="text" class="form-control input-sm" id="ylcj" placeholder="请输入原料及厂家">
  226. </td>
  227. </tr>
  228. <tr class="gy" style="display: none;">
  229. <th>该批次生产数量:</th>
  230. <td>
  231. <input type="text" class="form-control input-sm" id="scsl" placeholder="请输入批次生产数量">
  232. </td>
  233. </tr>-->
  234. <tr class="js">
  235. <th class="zy">外线指派部门:</th>
  236. <th class="pt" style="display: none;">指派部门:</th>
  237. <td style="position: relative;">
  238. <div class="inpBox">
  239. <input type="text" class="inps tree" autocomplete="off" id="clbmname" placeholder="请选择指派部门" onkeyup="darptSearch()" />
  240. <input type="hidden" class="inps " id="clbm" />
  241. <i class="Cleans fa fa-close"></i>
  242. <i class="xl"></i>
  243. <div class="addTree xlAdd">
  244. <ul id="zrbmtree" class="ztree"></ul>
  245. </div>
  246. </div>
  247. <div class="selDpart1">
  248. <ul id="sponsor">
  249. </ul>
  250. </div>
  251. <div class="selDpart1">
  252. <ul id="sponsor">
  253. </ul>
  254. </div>
  255. </td>
  256. <th class="zy">外线接收人:</th>
  257. <th class="pt" style="display: none;">接收人:</th>
  258. <td style="position: relative;">
  259. <div class="inpBox" style="width: 99%;">
  260. <input type="text" class="inps select" readonly="readonly" id="clidname" placeholder="请选择接收人" />
  261. <input type="hidden" class="inps " id="clid" />
  262. <i class="xl"></i>
  263. <div class="xl_common">
  264. <ul class="xl_box clid"></ul>
  265. </div>
  266. </div>
  267. </td>
  268. </tr>
  269. <tr class="js commonjs">
  270. <th>内线指派部门:</th>
  271. <td style="position: relative;">
  272. <div class="inpBox" style="z-index: 100;">
  273. <input type="text" class="inps tree" autocomplete="off" id="clbmname2" placeholder="请选择指派部门" onkeyup="darptSearch()" />
  274. <input type="hidden" class="inps " id="clbm2" />
  275. <i class="Cleans fa fa-close"></i>
  276. <i class="xl"></i>
  277. <div class="addTree xlAdd">
  278. <ul id="zrbmtree2" class="ztree"></ul>
  279. </div>
  280. </div>
  281. <div class="selDpart1" style="z-index: 10000;">
  282. <ul id="sponsor">
  283. </ul>
  284. </div>
  285. <div class="selDpart1" style="z-index: 10000;">
  286. <ul id="sponsor">
  287. </ul>
  288. </div>
  289. </td>
  290. <th>内线接收人:</th>
  291. <td style="position: relative;">
  292. <div class="inpBox" style="width: 99%;z-index: 100;">
  293. <input type="text" class="inps select" readonly="readonly" id="clidname2" placeholder="请选择接收人" />
  294. <input type="hidden" class="inps " id="clid2" />
  295. <i class="xl"></i>
  296. <div class="xl_common">
  297. <ul class="xl_box clid2"></ul>
  298. </div>
  299. </div>
  300. </td>
  301. </tr>
  302. <tr>
  303. <th class="isSelDiv">是否高层办理:</th>
  304. <td class="isSelDiv">
  305. <div id="gcDuanxin">
  306. <input type="radio" name="gcBanli" id="" value="0" checked="checked" />否
  307. <input type="radio" name="gcBanli" id="" value="1" />是
  308. </div>
  309. </td>
  310. <th class="gcSelDiv">接收人:</th>
  311. <td class="gcSelDiv">
  312. <select class="form-control" id="gcRevice" data-live-search="true">
  313. <option value="">请选择工单类型</option>
  314. </select>
  315. </td>
  316. </tr>
  317. <!--<tr>
  318. <th style="display: none;" class="fzmoney">返账金额</th>
  319. <td style="display: none;" class="fzmoney">
  320. <input class="form-control" id="fzje" type="text" placeholder="请输入返账金额" />
  321. </td>
  322. </tr>-->
  323. <tr>
  324. <th>指派说明:</th>
  325. <td colspan="3">
  326. <div>
  327. <textarea id="cont" class="form-control" name="" rows="3" style="width:100%; resize: none;"></textarea>
  328. </div>
  329. </td>
  330. </tr>
  331. <tr>
  332. <th>附件:</th>
  333. <td colspan="3">
  334. <div id="imgPicker" class="apply_forms_file">+</div>
  335. <p class="help-block text-warning" style="display:inline-block;">
  336. <!--<span id="fileNum">0</span>/6 每个文件大小不超过30M-->
  337. <span id="fileNum1"></span> 每个文件大小不超过30M
  338. </p>
  339. <ul id="fileList" class="file_imgs clearfix">
  340. </ul>
  341. </td>
  342. </tr>
  343. <tr>
  344. <th style="display: none;" class="fzmoney">返账金额</th>
  345. <td style="display: none;" class="fzmoney">
  346. <input class="form-control" id="fzje" type="text" placeholder="请输入返账金额" />
  347. </td>
  348. </tr>
  349. <tr>
  350. <th class="cph" style="display: none;">返厂车牌号:</th>
  351. <td class="cph" style="display: none;">
  352. <input id="fcnum" class="form-control" type="text" placeholder="请输入"/>
  353. </td>
  354. <th class="cph" style="display: none;">返料费:</th>
  355. <td class="cph" style="display: none;">
  356. <input id="flfee" class="form-control" type="text" placeholder="请输入"/>
  357. </td>
  358. </tr>
  359. <tr>
  360. <th class="cph" style="display: none;">装车费:</th>
  361. <td class="cph" style="display: none;">
  362. <input id="zcfee" class="form-control" type="text" placeholder="请输入"/>
  363. </td>
  364. <th class="cph" style="display: none;">卸车费:</th>
  365. <td class="cph" style="display: none;">
  366. <input id="xcfee" class="form-control" type="text" placeholder="请输入"/>
  367. </td>
  368. </tr>
  369. <!--<tr>
  370. <th class="cph" style="display: none;">物料编码:</th>
  371. <td class="cph" style="display: none;">
  372. <span id="wlcode"></span>
  373. </td>
  374. <th class="cph" style="display: none;">名称:</th>
  375. <td class="cph" style="display: none;">
  376. <span id="wlname"></span>
  377. </td>
  378. </tr>
  379. <tr>
  380. <th class="cph" style="display: none;">配方:</th>
  381. <td class="cph" style="display: none;">
  382. <span id="wlpf"></span>
  383. </td>
  384. <th style="display: none;" class="shinum">实收返厂数量:</th>
  385. <td style="display: none;" class="shinum">
  386. <span id="shishou"></span>
  387. </td>
  388. </tr>-->
  389. <table id="nnn" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%;display: none; ">
  390. <tr>
  391. <th colspan="4">复合肥质量管理科</th>
  392. </tr>
  393. <tr>
  394. <th>确认实收吨数:</th>
  395. <td>
  396. <div id="huifang">
  397. <input type="text" class="form-control" id="fanzha" placeholder="请输入实收吨数" />
  398. </div>
  399. </td>
  400. </tr>
  401. </table>
  402. <table id="hhh" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%;display: none; ">
  403. <tr>
  404. <th colspan="4">咨询销售内勤</th>
  405. </tr>
  406. <tr>
  407. <th>确认返账金额:</th>
  408. <td>
  409. <div id="huifdu">
  410. <input type="text" class="form-control" id="fanzha" placeholder="请输入金额" />
  411. </div>
  412. </td>
  413. </tr>
  414. </table>
  415. <table id="ddd" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%; display: none;">
  416. <tr>
  417. <th colspan="4">咨询类质量管理部</th>
  418. </tr>
  419. <tr>
  420. <th>索赔金额:</th>
  421. <td>
  422. <input type="text" class="form-control selectpicker" id="suopei" placeholder="单位:元" onkeyup="this.value=this.value.replace(/[^0-9\.]/g,'')" />
  423. </td>
  424. </tr>
  425. <tr>
  426. <th>补偿方式:</th>
  427. <td>
  428. <div id="buchang">
  429. <input type="radio" name="buchang" value="实物" checked="checked">实物
  430. <input type="radio" name="buchang" value="钱款">钱款
  431. </div>
  432. </td>
  433. <th style="display: none;" class="mmm">补偿钱款:</th>
  434. <td style="display: none;" class="mmm">
  435. <input type="text" name="" id="butong" value="" class="form-control selectpicker" onkeyup="this.value=this.value.replace(/[^0-9\.]/g,'')" placeholder="请输入补偿钱款" />
  436. </td>
  437. </tr>
  438. <tr>
  439. <th>改进要求:</th>
  440. <td>
  441. <input type="text" id="yaoqiu" value="" placeholder="请输入改进要求" class="form-control selectpicker" />
  442. </td>
  443. <th>对应办理工作流单号:</th>
  444. <td>
  445. <input type="text" id="danhao" value="" placeholder="请输入工作流单号" class="form-control selectpicker">
  446. </td>
  447. </tr>
  448. </table>
  449. <table id="abc" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%; display: none;">
  450. <tr>
  451. <th colspan="4" id="bazaar">投诉类市场管理科</th>
  452. </tr>
  453. <tr>
  454. <th>初审意见:</th>
  455. <td>
  456. <select class="form-control selectpicker" id="zhibao">
  457. <option value="">请选择</option>
  458. </select>
  459. </td>
  460. </tr>
  461. </table>
  462. <table id="abcd" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%; display: none;">
  463. <tr>
  464. <th colspan="4" id="bazaar1">投诉、业务协办类质量管理部</th>
  465. </tr>
  466. <tr>
  467. <th>办理意见:</th>
  468. <td>
  469. <div id="yijian">
  470. <input type="radio" name="tong" value="同意" checked="checked">同意
  471. <input type="radio" name="tong" value="不同意">不同意
  472. </div>
  473. </td>
  474. <th style="display: none;" id="nnn">不同意意见:</th>
  475. <td style="display: none;" id="nnn">
  476. <input type="text" name="" id="butong" value="" class="form-control selectpicker" placeholder="请输入不同意意见" />
  477. </td>
  478. </tr>
  479. <tr>
  480. <th>补偿方式:</th>
  481. <td>
  482. <div id="buchang">
  483. <input type="radio" name="buchang" value="实物" checked="checked">实物
  484. <input type="radio" name="buchang" value="钱款">钱款
  485. </div>
  486. </td>
  487. <th style="display: none;" class="mmm">补偿钱款:</th>
  488. <td style="display: none;" class="mmm">
  489. <input type="text" name="" id="butong" value="" class="form-control selectpicker" onkeyup="this.value=this.value.replace(/[^0-9\.]/g,'')" placeholder="请输入补偿钱款" />
  490. </td>
  491. </tr>
  492. <tr>
  493. <th>事件原因:</th>
  494. <td >
  495. <input id="ereason" class="form-control selectpicker" type="text" placeholder="请输入事件原因" />
  496. </td>
  497. </tr>
  498. <tr>
  499. <th>改进要求:</th>
  500. <td>
  501. <input type="text" id="yaoqiu" value="" placeholder="请输入改进要求" class="form-control selectpicker" />
  502. </td>
  503. <th>对应办理工作流单号:</th>
  504. <td>
  505. <input type="text" id="danhao" value="" placeholder="请输入工作流单号" class="form-control selectpicker">
  506. </td>
  507. </tr>
  508. </table>
  509. <table id="zcetey" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%; display: none;">
  510. <tr>
  511. <th>是否回访:</th>
  512. <td>
  513. <div id="hui_FA">
  514. <input type="radio" name="radio" id="" value="0" checked="checked" />否
  515. <input type="radio" name="radio" id="" value="1" />是
  516. </div>
  517. </td>
  518. <th>索赔金额:</th>
  519. <td>
  520. <div id="">
  521. <input type="text" name="" id="suopeijin" value="" class="form-control selectpicker" placeholder="请输入金额/单位元" onkeyup="this.value=this.value.replace(/[^0-9\.]/g,'')" />
  522. </div>
  523. </td>
  524. </tr>
  525. <tr>
  526. <th>质量事件等级:</th>
  527. <td>
  528. <select class="form-control selectpicker" id="cat">
  529. <option selected="selected" value="">请选择</option>
  530. </select>
  531. </td>
  532. <th>责任单位可多选:</th>
  533. <td>
  534. <div id="duoxuan">
  535. <!--<input type="checkbox" name="duo" value="生产" checked="checked">生产
  536. <input type="checkbox" name="duo" value="研发">研发
  537. <input type="checkbox" name="duo" value="农化">农化
  538. <input type="checkbox" name="duo" value="物流">物流
  539. <input type="checkbox" name="duo" value="质量管理科">质量管理科
  540. <input type="checkbox" name="duo" value="销售内勤">销售内勤-->
  541. </div>
  542. </td>
  543. </tr>
  544. <!--<tr>
  545. <th>对应责任单位:</th>
  546. <td>
  547. <div id="zeren">
  548. <select class="form-control selectpicker" id="danwei"></select>
  549. </div>
  550. </td>
  551. </tr>-->
  552. </table>
  553. <table id="abcde" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%; display: none;">
  554. <tr>
  555. <th colspan="4" id="bazaar2">抽检类市场管理科</th>
  556. </tr>
  557. <tr>
  558. <th>抽检结果:</th>
  559. <td>
  560. <div id="choujian">
  561. <select class="form-control selectpicker" id="chou"></select>
  562. </div>
  563. </td>
  564. <th>自检结果:</th>
  565. <td>
  566. <input type="text" class="form-control" id="zijian" placeholder="请输入自检结果" />
  567. </td>
  568. </tr>
  569. <tr>
  570. <th>对应办理工作流单号:</th>
  571. <td>
  572. <input type="text" class="form-control" id="duiying" placeholder="请输入工作流单号" />
  573. </td>
  574. <th>确认返账金额:</th>
  575. <td>
  576. <input type="text" class="form-control" id="shenpi" placeholder="请输入返账金额" onkeyup="this.value=this.value.replace(/[^0-9\.]/g,'')" />
  577. </td>
  578. </tr>
  579. </table>
  580. <table id="abcdef" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%; ">
  581. <tr>
  582. <th colspan="4" id="bazaar3">抽检类质量管理部</th>
  583. </tr>
  584. <tr>
  585. <th>是否备案:</th>
  586. <td>
  587. <div id="bianin">
  588. <input type="radio" name="beian" value="已备案" />已备案
  589. <input type="radio" name="beian" value="未备案" />未备案
  590. </div>
  591. </td>
  592. </tr>
  593. </table>
  594. <table id="zipeti" class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%; display: none;">
  595. <th>确认实收数量:</th>
  596. <td>
  597. <input type="text" id="shuliang" value="" placeholder="吨" class="form-control selectpicker" onkeyup="this.value=this.value.replace(/[^0-9\.]/g,'')" />
  598. </td>
  599. </table>
  600. </table>
  601. </div>
  602. <div class="cpk" style="display: none;text-align: center;">
  603. <p class="cpkt">成品库</p>
  604. <p class="cpkp">
  605. <span>物料编码</span>
  606. <input type="text" class="code" />
  607. <span>产品名称</span>
  608. <input type="text" class="name1" />
  609. <span>配方</span>
  610. <input type="text" class="pf" />
  611. <span>实收返厂数量</span>
  612. <input type="text" class="num" />
  613. <button class="btn btn-primary btn-sm" id="onadd">增加</button>
  614. </p>
  615. </div>
  616. <div class="clearfix wh_btn">
  617. <input type="button" value="确定" class="btn btn-primary btn-sm" id="clgd" />
  618. </div>
  619. </div>
  620. <script src="../../js/autosize/autosize.js"></script>
  621. <script src="../../js/zTree/jquery.ztree.core.js"></script>
  622. <script src="../../js/webuploader/webuploader.min.js"></script>
  623. <script src="./js/WorkOrderTransfer.js?v=0.1"></script>
  624. <script>
  625. $("#onadd").click(function() {
  626. $(".cpk").append('<p class="cpkp"><span>物料编码</span><input style="margin:0 3px" type="text" class="code"/><span>产品名称</span><input style="margin:0 3px" type="text" class="name1"/><span>配方</span><input style="margin:0 3px" type="text" class="pf"/><span>实收返厂数量</span><input style="margin:0 3px" type="text" class="num"/><button class="btn btn-primary btn-sm" onclick="ondel(this)">移除</button></p>')
  627. })
  628. function ondel(obj){
  629. $(obj).parent().remove()
  630. }
  631. </script>
  632. </body>
  633. </html>