material.js 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  1. /**
  2. * 材料服务
  3. * 冯海夫
  4. * 20201008
  5. */
  6. var ServiceMaterial={
  7. // 待入库材料
  8. getWatingInList:function(){
  9. return getService.methodGet("/fbsPuArrivalvouch/fbsPuArrivalvouch/getWatingInList");
  10. // const materialList = [];
  11. // materialList.push({
  12. // vendorName:"A公司",
  13. // materialCode:"10001",
  14. // materialName:"物料A",
  15. // specs:"3*4",
  16. // arriveSum:"10",
  17. // arriveDate:"09月18日",
  18. // memo:""
  19. // });
  20. // materialList.push({
  21. // vendorName:"B公司",
  22. // materialCode:"10002",
  23. // materialName:"物料B",
  24. // specs:"3*4",
  25. // arriveSum:"20",
  26. // arriveDate:"09月18日",
  27. // memo:""
  28. // });
  29. // materialList.push({
  30. // vendorName:"C公司",
  31. // materialCode:"10003",
  32. // materialName:"物料C",
  33. // specs:"3*4",
  34. // arriveSum:"30",
  35. // arriveDate:"09月18日",
  36. // memo:""
  37. // });
  38. // materialList.push({
  39. // vendorName:"D公司",
  40. // materialCode:"10004",
  41. // materialName:"物料D",
  42. // specs:"3*4",
  43. // arriveSum:"40",
  44. // arriveDate:"09月18日",
  45. // memo:""
  46. // });
  47. // materialList.push({
  48. // vendorName:"E公司",
  49. // materialCode:"10005",
  50. // materialName:"物料E",
  51. // specs:"3*4",
  52. // arriveSum:"50",
  53. // arriveDate:"09月18日",
  54. // memo:""
  55. // });
  56. // materialList.push({
  57. // vendorName:"F公司",
  58. // materialCode:"10006",
  59. // materialName:"物料F",
  60. // specs:"3*4",
  61. // arriveSum:"60",
  62. // arriveDate:"09月18日",
  63. // memo:""
  64. // });
  65. // var i = 1;
  66. // $.each(materialList, function(index,item){
  67. // item.index = i++;
  68. // })
  69. // return materialList;
  70. },
  71. // 已入库数量
  72. getInSum:function(){
  73. return getService.methodPost("/fbsPuArrivalvouch/fbsPuArrivalvouch/getInSum");
  74. // return 8;
  75. },
  76. // 待检材料
  77. getWatingCheckList:function(){
  78. return getService.methodGet("/fbsPuArrivalvouch/fbsPuArrivalvouch/getWatingCheckList");
  79. // const materialList = [];
  80. // materialList.push({
  81. // vendorName:"A公司",
  82. // materialCode:"10001",
  83. // materialName:"物料A",
  84. // specs:"3*4",
  85. // arriveSum:"10",
  86. // arriveDate:"09月18日"
  87. // });
  88. // materialList.push({
  89. // vendorName:"B公司",
  90. // materialCode:"10002",
  91. // materialName:"物料B",
  92. // specs:"3*4",
  93. // arriveSum:"20",
  94. // arriveDate:"09月18日"
  95. // });
  96. // materialList.push({
  97. // vendorName:"C公司",
  98. // materialCode:"10003",
  99. // materialName:"物料C",
  100. // specs:"3*4",
  101. // arriveSum:"30",
  102. // arriveDate:"09月18日"
  103. // });
  104. // materialList.push({
  105. // vendorName:"D公司",
  106. // materialCode:"10004",
  107. // materialName:"物料D",
  108. // specs:"3*4",
  109. // arriveSum:"40",
  110. // arriveDate:"09月18日"
  111. // });
  112. // materialList.push({
  113. // vendorName:"E公司",
  114. // materialCode:"10005",
  115. // materialName:"物料E",
  116. // specs:"3*4",
  117. // arriveSum:"50",
  118. // arriveDate:"09月18日"
  119. // });
  120. // materialList.push({
  121. // vendorName:"F公司",
  122. // materialCode:"10006",
  123. // materialName:"物料F",
  124. // specs:"3*4",
  125. // arriveSum:"60",
  126. // arriveDate:"09月18日"
  127. // });
  128. // return materialList;
  129. },
  130. // 已检数量
  131. getCheckSum:function(){
  132. return getService.methodPost("/fbsPuArrivalvouch/fbsPuArrivalvouch/getCheckSum");
  133. // return 10;
  134. },
  135. // 安全库存
  136. getStockList:function(){
  137. return getService.methodGet("/fbsInventory/fbsInventory/getStockList");
  138. // const materialList = [];
  139. // materialList.push({
  140. // materialCode:"10001",
  141. // materialName:"物料A",
  142. // specs:"3*4",
  143. // realStockSum:"10",
  144. // safeStockSum:"20"
  145. // });
  146. // materialList.push({
  147. // materialCode:"10002",
  148. // materialName:"物料B",
  149. // specs:"3*4",
  150. // realStockSum:"100",
  151. // safeStockSum:"80"
  152. // });
  153. // materialList.push({
  154. // materialCode:"10001",
  155. // materialName:"物料A",
  156. // specs:"3*4",
  157. // realStockSum:"10",
  158. // safeStockSum:"20"
  159. // });
  160. // materialList.push({
  161. // materialCode:"10002",
  162. // materialName:"物料B",
  163. // specs:"3*4",
  164. // realStockSum:"100",
  165. // safeStockSum:"80"
  166. // });materialList.push({
  167. // materialCode:"10001",
  168. // materialName:"物料A",
  169. // specs:"3*4",
  170. // realStockSum:"10",
  171. // safeStockSum:"20"
  172. // });
  173. // materialList.push({
  174. // materialCode:"10002",
  175. // materialName:"物料B",
  176. // specs:"3*4",
  177. // realStockSum:"100",
  178. // safeStockSum:"80"
  179. // });materialList.push({
  180. // materialCode:"10001",
  181. // materialName:"物料A",
  182. // specs:"3*4",
  183. // realStockSum:"10",
  184. // safeStockSum:"20"
  185. // });
  186. // materialList.push({
  187. // materialCode:"10002",
  188. // materialName:"物料B",
  189. // specs:"3*4",
  190. // realStockSum:"100",
  191. // safeStockSum:"80"
  192. // });materialList.push({
  193. // materialCode:"10001",
  194. // materialName:"物料A",
  195. // specs:"3*4",
  196. // realStockSum:"10",
  197. // safeStockSum:"20"
  198. // });
  199. // materialList.push({
  200. // materialCode:"10002",
  201. // materialName:"物料B",
  202. // specs:"3*4",
  203. // realStockSum:"100",
  204. // safeStockSum:"80"
  205. // });materialList.push({
  206. // materialCode:"10001",
  207. // materialName:"物料A",
  208. // specs:"3*4",
  209. // realStockSum:"10",
  210. // safeStockSum:"20"
  211. // });
  212. // materialList.push({
  213. // materialCode:"10002",
  214. // materialName:"物料B",
  215. // specs:"3*4",
  216. // realStockSum:"100",
  217. // safeStockSum:"80"
  218. // });materialList.push({
  219. // materialCode:"10001",
  220. // materialName:"物料A",
  221. // specs:"3*4",
  222. // realStockSum:"10",
  223. // safeStockSum:"20"
  224. // });
  225. // materialList.push({
  226. // materialCode:"10002",
  227. // materialName:"物料B",
  228. // specs:"3*4",
  229. // realStockSum:"100",
  230. // safeStockSum:"80"
  231. // });
  232. // materialList.push({
  233. // materialCode:"10001",
  234. // materialName:"物料A",
  235. // specs:"3*4",
  236. // realStockSum:"10",
  237. // safeStockSum:"20"
  238. // });
  239. // return materialList;
  240. },
  241. // 工单备料
  242. getListByOrderSheet:function(){
  243. const materialList = [];
  244. materialList.push({
  245. orderSheetCode:"G10001",
  246. materialCode:"10001",
  247. materialName:"物料A",
  248. specs:"3*4",
  249. needSum:"20",
  250. stockSum:"20"
  251. });
  252. materialList.push({
  253. orderSheetCode:"G10001",
  254. materialCode:"10002",
  255. materialName:"物料B",
  256. specs:"3*4",
  257. needSum:"10",
  258. stockSum:"30"
  259. });
  260. materialList.push({
  261. orderSheetCode:"G10002",
  262. materialCode:"10003",
  263. materialName:"物料C",
  264. specs:"3*4",
  265. needSum:"40",
  266. stockSum:"20"
  267. });
  268. materialList.push({
  269. orderSheetCode:"G10003",
  270. materialCode:"10004",
  271. materialName:"物料D",
  272. specs:"3*4",
  273. needSum:"30",
  274. stockSum:"30"
  275. });
  276. materialList.push({
  277. orderSheetCode:"G10004",
  278. materialCode:"10005",
  279. materialName:"物料E",
  280. specs:"3*4",
  281. needSum:"20",
  282. stockSum:"20"
  283. });
  284. materialList.push({
  285. orderSheetCode:"G10001",
  286. materialCode:"10001",
  287. materialName:"物料A",
  288. specs:"3*4",
  289. needSum:"20",
  290. stockSum:"20"
  291. });
  292. materialList.push({
  293. orderSheetCode:"G10004",
  294. materialCode:"10005",
  295. materialName:"物料E",
  296. specs:"3*4",
  297. needSum:"20",
  298. stockSum:"20"
  299. });
  300. return materialList;
  301. },
  302. // 工单缺料
  303. getListByOrderSheetNotEnough:function(){
  304. const materialList = [];
  305. materialList.push({
  306. orderSheetCode:"G10001",
  307. materialCode:"10001",
  308. materialName:"物料A",
  309. specs:"3*4",
  310. needSum:"30",
  311. stockSum:"20"
  312. });
  313. materialList.push({
  314. orderSheetCode:"G10001",
  315. materialCode:"10002",
  316. materialName:"物料B",
  317. specs:"3*4",
  318. needSum:"55",
  319. stockSum:"30"
  320. });
  321. materialList.push({
  322. orderSheetCode:"G10002",
  323. materialCode:"10003",
  324. materialName:"物料C",
  325. specs:"3*4",
  326. needSum:"40",
  327. stockSum:"20"
  328. });
  329. materialList.push({
  330. orderSheetCode:"G10003",
  331. materialCode:"10004",
  332. materialName:"物料D",
  333. specs:"3*4",
  334. needSum:"40",
  335. stockSum:"30"
  336. });
  337. materialList.push({
  338. orderSheetCode:"G10004",
  339. materialCode:"10005",
  340. materialName:"物料E",
  341. specs:"3*4",
  342. needSum:"25",
  343. stockSum:"20"
  344. });
  345. return materialList;
  346. },
  347. // 工单齐套
  348. getListByOrderSheetEnough:function(){
  349. const materialList = [];
  350. materialList.push({
  351. orderSheetCode:"G10001",
  352. materialCode:"10001",
  353. materialName:"物料A",
  354. specs:"3*4",
  355. needSum:"10",
  356. stockSum:"20"
  357. });
  358. materialList.push({
  359. orderSheetCode:"G10001",
  360. materialCode:"10002",
  361. materialName:"物料B",
  362. specs:"3*4",
  363. needSum:"15",
  364. stockSum:"30"
  365. });
  366. materialList.push({
  367. orderSheetCode:"G10002",
  368. materialCode:"10003",
  369. materialName:"物料C",
  370. specs:"3*4",
  371. needSum:"20",
  372. stockSum:"20"
  373. });
  374. materialList.push({
  375. orderSheetCode:"G10003",
  376. materialCode:"10004",
  377. materialName:"物料D",
  378. specs:"3*4",
  379. needSum:"30",
  380. stockSum:"30"
  381. });
  382. materialList.push({
  383. orderSheetCode:"G10003",
  384. materialCode:"10004",
  385. materialName:"物料D",
  386. specs:"3*4",
  387. needSum:"30",
  388. stockSum:"30"
  389. });
  390. materialList.push({
  391. orderSheetCode:"G10003",
  392. materialCode:"10004",
  393. materialName:"物料D",
  394. specs:"3*4",
  395. needSum:"30",
  396. stockSum:"30"
  397. });
  398. materialList.push({
  399. orderSheetCode:"G10003",
  400. materialCode:"10004",
  401. materialName:"物料D",
  402. specs:"3*4",
  403. needSum:"30",
  404. stockSum:"30"
  405. });
  406. materialList.push({
  407. orderSheetCode:"G10003",
  408. materialCode:"10004",
  409. materialName:"物料D",
  410. specs:"3*4",
  411. needSum:"30",
  412. stockSum:"30"
  413. });
  414. materialList.push({
  415. orderSheetCode:"G10003",
  416. materialCode:"10004",
  417. materialName:"物料D",
  418. specs:"3*4",
  419. needSum:"30",
  420. stockSum:"30"
  421. });
  422. materialList.push({
  423. orderSheetCode:"G10004",
  424. materialCode:"10005",
  425. materialName:"物料E",
  426. specs:"3*4",
  427. needSum:"15",
  428. stockSum:"20"
  429. });
  430. return materialList;
  431. },
  432. // 领料申请通知
  433. getApplyList:function(){
  434. const materialList = [];
  435. materialList.push({
  436. orderSheetCode:"G10001",
  437. materialCode:"10001",
  438. materialName:"物料A",
  439. specs:"3*4",
  440. applyPerson:"张三",
  441. applysum:"20"
  442. });
  443. materialList.push({
  444. orderSheetCode:"G10001",
  445. materialCode:"10002",
  446. materialName:"物料B",
  447. specs:"3*4",
  448. applyPerson:"张三",
  449. applysum:"20"
  450. });
  451. materialList.push({
  452. orderSheetCode:"G10002",
  453. materialCode:"10003",
  454. materialName:"物料C",
  455. specs:"3*4",
  456. applyPerson:"张三",
  457. applysum:"20"
  458. });
  459. materialList.push({
  460. orderSheetCode:"G10003",
  461. materialCode:"10004",
  462. materialName:"物料D",
  463. specs:"3*4",
  464. applyPerson:"张三",
  465. applysum:"20"
  466. });
  467. materialList.push({
  468. orderSheetCode:"G10004",
  469. materialCode:"10005",
  470. materialName:"物料E",
  471. specs:"3*4",
  472. applyPerson:"张三",
  473. applysum:"20"
  474. });
  475. return materialList;
  476. },
  477. // 领料申请完成数量
  478. getApplyCompleteSum:function(){
  479. return 10;
  480. },
  481. // 未来几天内到货计划
  482. getWillArriveList:function(days){
  483. return getService.methodGet("/fbsPuArrivalvouch/fbsArrivalVouchs/getWillArriveList");
  484. // const materialList = [];
  485. // materialList.push({
  486. // vendorName:"A公司",
  487. // materialCode:"10001",
  488. // materialName:"物料A",
  489. // specs:"3*4",
  490. // arriveSum:"10",
  491. // arriveDate:"09月18日",
  492. // memo:""
  493. // });
  494. // materialList.push({
  495. // vendorName:"B公司",
  496. // materialCode:"10002",
  497. // materialName:"物料B",
  498. // specs:"3*4",
  499. // arriveSum:"20",
  500. // arriveDate:"09月18日",
  501. // memo:""
  502. // });
  503. // materialList.push({
  504. // vendorName:"C公司",
  505. // materialCode:"10003",
  506. // materialName:"物料C",
  507. // specs:"3*4",
  508. // arriveSum:"30",
  509. // arriveDate:"09月18日",
  510. // memo:""
  511. // });
  512. // materialList.push({
  513. // vendorName:"D公司",
  514. // materialCode:"10004",
  515. // materialName:"物料D",
  516. // specs:"3*4",
  517. // arriveSum:"40",
  518. // arriveDate:"09月18日",
  519. // memo:""
  520. // });
  521. // materialList.push({
  522. // vendorName:"E公司",
  523. // materialCode:"10005",
  524. // materialName:"物料E",
  525. // specs:"3*4",
  526. // arriveSum:"50",
  527. // arriveDate:"09月18日",
  528. // memo:""
  529. // });
  530. // materialList.push({
  531. // vendorName:"F公司",
  532. // materialCode:"10006",
  533. // materialName:"物料F",
  534. // specs:"3*4",
  535. // arriveSum:"60",
  536. // arriveDate:"09月18日",
  537. // memo:""
  538. // });
  539. // var i = 1;
  540. // $.each(materialList, function(index,item){
  541. // item.index = i++;
  542. // })
  543. // return materialList;
  544. },
  545. // 当天到货批数
  546. getTodayArriveSum:function(){
  547. // return 100;
  548. return MethodGetService.methodGet("/fbsPuArrivalvouch/fbsPuArrivalvouch/getTodayArriveSum");
  549. },
  550. // 未来几天到货批数
  551. getWillArriveSum:function(days){
  552. // return 300;
  553. return MethodGetService.methodGet("/fbsPuArrivalvouch/fbsPuArrivalvouch/getWillArriveSum");
  554. },
  555. // 当月到货批数
  556. getThisMonthArriveSum:function(){
  557. // return 7882;
  558. return MethodGetService.methodGet("/fbsPuArrivalvouch/fbsPuArrivalvouch/getThisMonthArriveSum");
  559. },
  560. // 未入库总批数
  561. getNotInSum:function(){
  562. return 90;
  563. },
  564. // 近6个月质量目标合格率比较(品质管理看板)
  565. getLastSixMonthQualityTargetCompare: function () {
  566. return getService.methodGet("/fbsPuArrivalvouch/fbsArrivalVouchs/getLastSixMonthQualityTargetCompare");
  567. // const list = [];
  568. // list.push({
  569. // month: "04",
  570. // target: 98,
  571. // real: 33
  572. // });
  573. // list.push({
  574. // month: "05",
  575. // target: 98,
  576. // real: 96
  577. // });
  578. // list.push({
  579. // month: "06",
  580. // target: 98,
  581. // real: 95
  582. // });
  583. // list.push({
  584. // month: "07",
  585. // target: 98,
  586. // real: 99
  587. // });
  588. // list.push({
  589. // month: "08",
  590. // target: 98,
  591. // real: 100
  592. // });
  593. // list.push({
  594. // month: "09",
  595. // target: 98,
  596. // real: 98
  597. // });
  598. // $.each(list, function (index, item) {
  599. // item.label = item.month;
  600. // item.label1 = "质量目标";
  601. // item.sum1 = item.target;
  602. // item.label2 = "合格率";
  603. // item.sum2 = item.real;
  604. // });
  605. // return list;
  606. },
  607. // 当月供应商合格率
  608. getPassRateByVendor: function () {
  609. // return {
  610. // "供应商A":98,
  611. // "供应商B":95,
  612. // "供应商C":94,
  613. // "供应商D":93,
  614. // "供应商E":99,
  615. // "供应商F":97
  616. // }
  617. return MethodGetService.methodGet("/fbsPuArrivalvouch/fbsPuArrivalvouch/getPassRateByVendor");
  618. },
  619. // 当月检验合格率
  620. getCheckRateByBatchno: function () {
  621. return {
  622. "07001":98,
  623. "07002":95,
  624. "07003":94,
  625. "07004":93,
  626. "07005":99,
  627. "07006":97
  628. }
  629. },
  630. // 未来几天内到货计划
  631. getQualityUnpassList:function(days){
  632. const materialList = [];
  633. materialList.push({
  634. vendorName:"A公司",
  635. materialCode:"10001",
  636. materialName:"物料A",
  637. specs:"3*4",
  638. arriveSum:"100",
  639. checkSum:"10",
  640. unpassSum:"1",
  641. checkDate:"09月18日",
  642. images:[
  643. "/images/quality/11.png",
  644. "/images/quality/12.png"
  645. ]
  646. });
  647. materialList.push({
  648. vendorName:"B公司",
  649. materialCode:"10002",
  650. materialName:"物料B",
  651. specs:"3*4",
  652. arriveSum:"200",
  653. checkSum:"10",
  654. unpassSum:"1",
  655. checkDate:"09月18日",
  656. images:[
  657. "/images/quality/13.png",
  658. "/images/quality/21.png"
  659. ]
  660. });
  661. materialList.push({
  662. vendorName:"C公司",
  663. materialCode:"10003",
  664. materialName:"物料C",
  665. specs:"3*4",
  666. arriveSum:"300",
  667. checkSum:"10",
  668. unpassSum:"1",
  669. checkDate:"09月18日",
  670. images:[
  671. "/images/quality/22.png",
  672. "/images/quality/23.png"
  673. ]
  674. });
  675. materialList.push({
  676. vendorName:"D公司",
  677. materialCode:"10004",
  678. materialName:"物料D",
  679. specs:"3*4",
  680. arriveSum:"400",
  681. checkSum:"10",
  682. unpassSum:"1",
  683. checkDate:"09月18日",
  684. images:[
  685. "/images/quality/11.png",
  686. "/images/quality/12.png",
  687. "/images/quality/13.png"
  688. ]
  689. });
  690. materialList.push({
  691. vendorName:"E公司",
  692. materialCode:"10005",
  693. materialName:"物料E",
  694. specs:"3*4",
  695. arriveSum:"500",
  696. checkSum:"10",
  697. unpassSum:"1",
  698. checkDate:"09月18日",
  699. images:[
  700. "/images/quality/21.png",
  701. "/images/quality/22.png",
  702. "/images/quality/23.png"
  703. ]
  704. });
  705. materialList.push({
  706. vendorName:"F公司",
  707. materialCode:"10006",
  708. materialName:"物料F",
  709. specs:"3*4",
  710. arriveSum:"600",
  711. checkSum:"10",
  712. unpassSum:"1",
  713. checkDate:"09月18日",
  714. images:[
  715. "/images/quality/11.png",
  716. "/images/quality/12.png",
  717. "/images/quality/13.png",
  718. "/images/quality/21.png"
  719. ]
  720. });
  721. materialList.push({
  722. vendorName:"A公司",
  723. materialCode:"10001",
  724. materialName:"物料A",
  725. specs:"3*4",
  726. arriveSum:"100",
  727. checkSum:"10",
  728. unpassSum:"1",
  729. checkDate:"09月18日",
  730. images:[
  731. "/images/quality/12.png",
  732. "/images/quality/13.png",
  733. "/images/quality/21.png",
  734. "/images/quality/22.png"
  735. ]
  736. });
  737. materialList.push({
  738. vendorName:"B公司",
  739. materialCode:"10002",
  740. materialName:"物料B",
  741. specs:"3*4",
  742. arriveSum:"200",
  743. checkSum:"10",
  744. unpassSum:"1",
  745. checkDate:"09月18日",
  746. images:[
  747. "/images/quality/21.png",
  748. "/images/quality/22.png",
  749. "/images/quality/13.png",
  750. "/images/quality/23.png"
  751. ]
  752. });
  753. materialList.push({
  754. vendorName:"C公司",
  755. materialCode:"10003",
  756. materialName:"物料C",
  757. specs:"3*4",
  758. arriveSum:"300",
  759. checkSum:"10",
  760. unpassSum:"1",
  761. checkDate:"09月18日",
  762. images:[
  763. "/images/quality/22.png",
  764. "/images/quality/13.png",
  765. "/images/quality/23.png"
  766. ]
  767. });
  768. materialList.push({
  769. vendorName:"D公司",
  770. materialCode:"10004",
  771. materialName:"物料D",
  772. specs:"3*4",
  773. arriveSum:"400",
  774. checkSum:"10",
  775. unpassSum:"1",
  776. checkDate:"09月18日",
  777. images:[
  778. "/images/quality/21.png",
  779. "/images/quality/22.png",
  780. "/images/quality/13.png",
  781. "/images/quality/23.png",
  782. "/images/quality/11.png",
  783. "/images/quality/12.png"
  784. ]
  785. });
  786. materialList.push({
  787. vendorName:"E公司",
  788. materialCode:"10005",
  789. materialName:"物料E",
  790. specs:"3*4",
  791. arriveSum:"500",
  792. checkSum:"10",
  793. unpassSum:"1",
  794. checkDate:"09月18日",
  795. images:[
  796. "/images/quality/23.png",
  797. "/images/quality/21.png",
  798. "/images/quality/11.png",
  799. "/images/quality/22.png",
  800. "/images/quality/13.png",
  801. "/images/quality/12.png"
  802. ]
  803. });
  804. materialList.push({
  805. vendorName:"F公司",
  806. materialCode:"10006",
  807. materialName:"物料F",
  808. specs:"3*4",
  809. arriveSum:"600",
  810. checkSum:"10",
  811. unpassSum:"1",
  812. checkDate:"09月18日",
  813. images:[
  814. "/images/quality/13.png",
  815. "/images/quality/12.png",
  816. "/images/quality/23.png",
  817. "/images/quality/22.png",
  818. "/images/quality/11.png",
  819. "/images/quality/21.png"
  820. ]
  821. });
  822. materialList.push({
  823. vendorName:"B公司",
  824. materialCode:"10002",
  825. materialName:"物料B",
  826. specs:"3*4",
  827. arriveSum:"200",
  828. checkSum:"10",
  829. unpassSum:"1",
  830. checkDate:"09月18日",
  831. images:[
  832. "/images/quality/13.png",
  833. "/images/quality/21.png"
  834. ]
  835. });
  836. materialList.push({
  837. vendorName:"C公司",
  838. materialCode:"10003",
  839. materialName:"物料C",
  840. specs:"3*4",
  841. arriveSum:"300",
  842. checkSum:"10",
  843. unpassSum:"1",
  844. checkDate:"09月18日",
  845. images:[
  846. "/images/quality/22.png",
  847. "/images/quality/23.png"
  848. ]
  849. });
  850. materialList.push({
  851. vendorName:"D公司",
  852. materialCode:"10004",
  853. materialName:"物料D",
  854. specs:"3*4",
  855. arriveSum:"400",
  856. checkSum:"10",
  857. unpassSum:"1",
  858. checkDate:"09月18日",
  859. images:[
  860. "/images/quality/11.png",
  861. "/images/quality/12.png",
  862. "/images/quality/13.png"
  863. ]
  864. });
  865. materialList.push({
  866. vendorName:"E公司",
  867. materialCode:"10005",
  868. materialName:"物料E",
  869. specs:"3*4",
  870. arriveSum:"500",
  871. checkSum:"10",
  872. unpassSum:"1",
  873. checkDate:"09月18日",
  874. images:[
  875. "/images/quality/21.png",
  876. "/images/quality/22.png",
  877. "/images/quality/23.png"
  878. ]
  879. });
  880. materialList.push({
  881. vendorName:"F公司",
  882. materialCode:"10006",
  883. materialName:"物料F",
  884. specs:"3*4",
  885. arriveSum:"600",
  886. checkSum:"10",
  887. unpassSum:"1",
  888. checkDate:"09月18日",
  889. images:[
  890. "/images/quality/11.png",
  891. "/images/quality/12.png",
  892. "/images/quality/13.png",
  893. "/images/quality/21.png"
  894. ]
  895. });
  896. materialList.push({
  897. vendorName:"A公司",
  898. materialCode:"10001",
  899. materialName:"物料A",
  900. specs:"3*4",
  901. arriveSum:"100",
  902. checkSum:"10",
  903. unpassSum:"1",
  904. checkDate:"09月18日",
  905. images:[
  906. "/images/quality/12.png",
  907. "/images/quality/13.png",
  908. "/images/quality/21.png",
  909. "/images/quality/22.png"
  910. ]
  911. });
  912. materialList.push({
  913. vendorName:"B公司",
  914. materialCode:"10002",
  915. materialName:"物料B",
  916. specs:"3*4",
  917. arriveSum:"200",
  918. checkSum:"10",
  919. unpassSum:"1",
  920. checkDate:"09月18日",
  921. images:[
  922. "/images/quality/21.png",
  923. "/images/quality/22.png",
  924. "/images/quality/13.png",
  925. "/images/quality/23.png"
  926. ]
  927. });
  928. materialList.push({
  929. vendorName:"C公司",
  930. materialCode:"10003",
  931. materialName:"物料C",
  932. specs:"3*4",
  933. arriveSum:"300",
  934. checkSum:"10",
  935. unpassSum:"1",
  936. checkDate:"09月18日",
  937. images:[
  938. "/images/quality/22.png",
  939. "/images/quality/13.png",
  940. "/images/quality/23.png"
  941. ]
  942. });
  943. materialList.push({
  944. vendorName:"D公司",
  945. materialCode:"10004",
  946. materialName:"物料D",
  947. specs:"3*4",
  948. arriveSum:"400",
  949. checkSum:"10",
  950. unpassSum:"1",
  951. checkDate:"09月18日",
  952. images:[
  953. "/images/quality/21.png",
  954. "/images/quality/22.png",
  955. "/images/quality/13.png",
  956. "/images/quality/23.png",
  957. "/images/quality/11.png",
  958. "/images/quality/12.png"
  959. ]
  960. });
  961. materialList.push({
  962. vendorName:"E公司",
  963. materialCode:"10005",
  964. materialName:"物料E",
  965. specs:"3*4",
  966. arriveSum:"500",
  967. checkSum:"10",
  968. unpassSum:"1",
  969. checkDate:"09月18日",
  970. images:[
  971. "/images/quality/23.png",
  972. "/images/quality/21.png",
  973. "/images/quality/11.png",
  974. "/images/quality/22.png",
  975. "/images/quality/13.png",
  976. "/images/quality/12.png"
  977. ]
  978. });
  979. materialList.push({
  980. vendorName:"F公司",
  981. materialCode:"10006",
  982. materialName:"物料F",
  983. specs:"3*4",
  984. arriveSum:"600",
  985. checkSum:"10",
  986. unpassSum:"1",
  987. checkDate:"09月18日",
  988. images:[
  989. "/images/quality/13.png",
  990. "/images/quality/12.png",
  991. "/images/quality/23.png",
  992. "/images/quality/22.png",
  993. "/images/quality/11.png",
  994. "/images/quality/21.png"
  995. ]
  996. });
  997. var i = 1;
  998. $.each(materialList, function(index,item){
  999. item.index = i++;
  1000. item.passRate = ((item.checkSum-item.unpassSum)/item.checkSum*100).toFixed(0)+"%";
  1001. })
  1002. return materialList;
  1003. },
  1004. }