product.js 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. /**
  2. * 成品服务
  3. * 冯海夫
  4. * 20201008
  5. */
  6. var ServiceProduct = {
  7. // 待发货成品
  8. getWatingSendList: function () {
  9. return getService.methodGet("/fbsDispatchList/fbsDispatchList/getWatingSendList");
  10. // const productList = [];
  11. // productList.push({
  12. // warehouseName: "A仓库",
  13. // materialCode: "10001",
  14. // materialName: "物料A",
  15. // specs: "3*4",
  16. // sendSum: "10",
  17. // planSendDate: "09月18日"
  18. // });
  19. // productList.push({
  20. // warehouseName: "A仓库",
  21. // materialCode: "10002",
  22. // materialName: "物料B",
  23. // specs: "3*4",
  24. // sendSum: "20",
  25. // planSendDate: "09月18日"
  26. // });
  27. // productList.push({
  28. // warehouseName: "A仓库",
  29. // materialCode: "10003",
  30. // materialName: "物料C",
  31. // specs: "3*4",
  32. // sendSum: "30",
  33. // planSendDate: "09月18日"
  34. // });
  35. // productList.push({
  36. // warehouseName: "B仓库",
  37. // materialCode: "10004",
  38. // materialName: "物料D",
  39. // specs: "3*4",
  40. // sendSum: "40",
  41. // planSendDate: "09月18日"
  42. // });
  43. // productList.push({
  44. // warehouseName: "B仓库",
  45. // materialCode: "10005",
  46. // materialName: "物料E",
  47. // specs: "3*4",
  48. // sendSum: "50",
  49. // planSendDate: "09月18日"
  50. // });
  51. // productList.push({
  52. // warehouseName: "B仓库",
  53. // materialCode: "10006",
  54. // materialName: "物料F",
  55. // specs: "3*4",
  56. // sendSum: "60",
  57. // planSendDate: "09月18日"
  58. // });
  59. // return productList;
  60. },
  61. // 已入库数量
  62. getSendSum: function () {
  63. return getService.methodPost("/fbsDispatchList/fbsDispatchList/getSendSum");
  64. // return 9;
  65. },
  66. // 月成品出货统计,根据成品维度
  67. getMonthSend: function () {
  68. // return getService.methodGet("/fbsRdrecord32/fbsRdrecords32/getMonthSend");
  69. var map=getService.methodGet("/fbsDispatchLists/fbsDispatchLists/getProjectDelivery")
  70. if(map){
  71. var remainingQuantity=5-(Object.keys(map).length%5);
  72. if(remainingQuantity!=5){
  73. for(var i=0;i<remainingQuantity;i++){
  74. var bu="补"+i
  75. console.log(bu)
  76. map[bu]="";
  77. }
  78. }
  79. }
  80. return map;
  81. // return {
  82. // "成品A": 20,
  83. // "成品B": 100,
  84. // "成品C": 80,
  85. // "成品D": 150,
  86. // "成品E": 200,
  87. // };
  88. },
  89. // 月项目发货统计,根据项目维度
  90. getMonthSendByProject: function () {
  91. // return {
  92. // "项目A": 20,
  93. // "项目B": 100,
  94. // "项目C": 80,
  95. // "项目D": 150,
  96. // "项目E": 200,
  97. // };
  98. var getMonthSendByProject=MethodGetService.methodGet("/fbsDispatchLists/fbsDispatchLists/getMonthSendByProject");
  99. return getMonthSendByProject;
  100. },
  101. // 成品库存,物料维度
  102. getStockList: function () {
  103. var map=getService.methodGet("/fbsInventory/fbsInventory/getAllStockList")
  104. if(map){
  105. var remainingQuantity=5-(Object.keys(map).length%5);
  106. if(remainingQuantity!=5){
  107. for(var i=0;i<remainingQuantity;i++){
  108. var bu="补"+i
  109. console.log(bu)
  110. map[bu]="";
  111. }
  112. }
  113. }
  114. return map;
  115. // return {
  116. // "成品A": 800,
  117. // "成品B": 900,
  118. // "成品C": 1000,
  119. // "成品D": 700,
  120. // "成品E": 600,
  121. // "成品F": 1100,
  122. // "成品G": 500
  123. // };
  124. },
  125. // 根据产品分类获取质量异常数量
  126. getQualityExceptionByCategory: function () {
  127. return MethodGetService.methodGet("/fbsWorkshopDispatchList/fbsWorkshopDispatchList/getAbnormalHoursMonthReport");
  128. // return {
  129. // "分类A": 800,
  130. // "分类B": 900,
  131. // "分类C": 1000,
  132. // "分类D": 700,
  133. // "分类E": 600,
  134. // "分类F": 1100,
  135. // "分类G": 500
  136. // };
  137. },
  138. // 某月产品良数量
  139. getMonthGood: function () {
  140. // const list = [];
  141. // list.push({
  142. // label: "产品A",
  143. // sum1: 48,
  144. // sum2: 50
  145. // });
  146. // list.push({
  147. // label: "产品B",
  148. // sum1: 80,
  149. // sum2: 90
  150. // });
  151. // list.push({
  152. // label: "产品C",
  153. // sum1: 47,
  154. // sum2: 50
  155. // });
  156. // list.push({
  157. // label: "产品D",
  158. // sum1: 40,
  159. // sum2: 50
  160. // });
  161. // list.push({
  162. // label: "产品E",
  163. // sum1: 42,
  164. // sum2: 50
  165. // });
  166. // list.push({
  167. // label: "产品F",
  168. // sum1: 44,
  169. // sum2: 50
  170. // });
  171. // list.push({
  172. // label: "产品G",
  173. // sum1: 45,
  174. // sum2: 50
  175. // });
  176. // return list;
  177. var list=MethodGetService.methodGet("/fbsAbnormalWorkingHours/fbsAbnormalWorkingHours/getRejectsNumber")
  178. if(list){
  179. var remainingQuantity=3-(list.length%3);
  180. if(remainingQuantity!=3){
  181. for(var i=0;i<remainingQuantity;i++){
  182. var bu="补"+i
  183. list.push({label: bu,sum1:0,sum2:0})
  184. }
  185. }
  186. }
  187. return list;
  188. },
  189. // 月制程异常,根据分类
  190. getMonthExceptionByCategory: function () {
  191. // return {
  192. // "分类A": 600,
  193. // "分类B": 500,
  194. // "分类C": 300,
  195. // "分类D": 200,
  196. // "分类E": 100,
  197. // "分类F": 200,
  198. // "分类G": 400
  199. // };
  200. // return MethodGetService.methodGet("/fbsAbnormalWorkingHours/fbsAbnormalWorkingHours/getQualityType");
  201. // var map=MethodGetService.methodGet("/fbsAbnormalWorkingHours/fbsAbnormalWorkingHoursDescribe/getMonthExceptionByCategory")
  202. var list=MethodGetService.methodGet("/fbsAbnormalWorkingHours/fbsAbnormalWorkingHoursDescribe/getMonthExceptionByCategoryTwo")
  203. if(list){
  204. var remainingQuantity=3-(list.length%3);
  205. if(remainingQuantity!=3){
  206. for(var i=0;i<remainingQuantity;i++){
  207. var bu="补"+i
  208. list.push({label: bu,sum1:0,sum2:0})
  209. }
  210. }
  211. }
  212. return list;
  213. },
  214. // 周成品入库数量,根据分类
  215. getWeekInByCategory: function () {
  216. // return {
  217. // "分类A": 500,
  218. // "分类B": 600,
  219. // "分类C": 800,
  220. // "分类D": 700,
  221. // "分类E": 600,
  222. // "分类F": 400,
  223. // "分类G": 500
  224. // };
  225. var map =MethodGetService.methodGet("/fbsMomOrder/fbsMomOrderdetail/getQualifiedInQtyWeek");
  226. if(map){
  227. var remainingQuantity=3-(Object.keys(map).length%3);
  228. if(remainingQuantity!=3){
  229. for(var i=0;i<remainingQuantity;i++){
  230. var bu="补"+i
  231. console.log(bu)
  232. map[bu]="";
  233. }
  234. }
  235. }
  236. return map;
  237. },
  238. // 生产效率
  239. getProduceRate: function () {
  240. // const rate = 95;
  241. // rate=MethodGetService.methodGet("/fbsWorkshopDispatchList/fbsWorkshopDispatchList/getProductionEfficiency");
  242. var listOfData=MethodGetService.methodGet("/fbsWorkshopDispatchList/fbsWorkshopDispatchList/getSumDispatchReport");
  243. var productivityTotal=0
  244. listOfData.forEach(element => {
  245. let standardWorkingHoursTotal=element.standardWorkingHoursTotal;//标准工时
  246. let manHoursCompletedTotal=element.manHoursCompletedTotal;//完成工时
  247. if(element.projectName==="统计"){
  248. productivityTotal=((Number(standardWorkingHoursTotal)/Number(manHoursCompletedTotal))*100).toFixed(1)
  249. }
  250. });
  251. return {
  252. name: "当月生产效率",
  253. value: productivityTotal
  254. };
  255. },
  256. // 日生产效率
  257. getDayProduceRate: function () {
  258. // const rate = 90;
  259. rate=MethodGetService.methodGet("/fbsWorkshopDispatchList/fbsWorkshopDispatchList/getProductionEfficiency?type=1");
  260. return {
  261. name: "生产效率",
  262. value: rate
  263. };
  264. },
  265. // 某日产品良数量
  266. getDayGood: function () {
  267. // const list = [];
  268. // list.push({
  269. // label: "产品A",
  270. // sum1: 48,
  271. // sum2: 50
  272. // });
  273. // list.push({
  274. // label: "产品B",
  275. // sum1: 80,
  276. // sum2: 90
  277. // });
  278. // list.push({
  279. // label: "产品C",
  280. // sum1: 47,
  281. // sum2: 50
  282. // });
  283. // list.push({
  284. // label: "产品D",
  285. // sum1: 40,
  286. // sum2: 50
  287. // });
  288. // list.push({
  289. // label: "产品E",
  290. // sum1: 42,
  291. // sum2: 50
  292. // });
  293. // list.push({
  294. // label: "产品F",
  295. // sum1: 44,
  296. // sum2: 50
  297. // });
  298. // list.push({
  299. // label: "产品G",
  300. // sum1: 45,
  301. // sum2: 50
  302. // });
  303. // return list;
  304. var list=MethodGetService.methodGet("/fbsAbnormalWorkingHours/fbsAbnormalWorkingHours/getRejectsNumber?type=1")
  305. if(list){
  306. var remainingQuantity=3-(list.length%3);
  307. if(remainingQuantity!=3){
  308. for(var i=0;i<remainingQuantity;i++){
  309. var bu="补"+i
  310. list.push({label: bu,sum1:0,sum2:0})
  311. }
  312. }
  313. }
  314. return list;
  315. },
  316. // 日质量异常,根据分类
  317. getDayExceptionByCategory: function () {
  318. // return {
  319. // "分类A": 600,
  320. // "分类B": 500,
  321. // "分类C": 300,
  322. // "分类D": 200,
  323. // "分类E": 100,
  324. // "分类F": 200,
  325. // "分类G": 400
  326. // };
  327. return MethodGetService.methodGet("/fbsWorkshopDispatchList/fbsWorkshopDispatchList/getAbnormalHoursMonthReport?type=1");
  328. },
  329. }