processAnalysis.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. export default {
  2. planType:"Plan Type",
  3. tmrName:"TMR Name",
  4. errorRange:'Error Filtering Range',
  5. workStatus:'Working Status',
  6. hlwc:'Mixing Tolerance Value',
  7. hlzq:'Mixing Accuracy Rate',
  8. hlzql:"Mixing Correctness Rate",
  9. slzql:"Feed Spreading Correctness Rate",
  10. fclassid:"Mixing Category",
  11. slwc:'Spreading Tolerance Value',
  12. slzq:"Feed Spreading Accuracy Rate",
  13. minproesstime:"Process Time",
  14. oName:"Only Look at Data That Exceeds the Preset Values",
  15. tmrName1:"TMR Equipment List",
  16. //
  17. startDate:"Start Date",
  18. remark:'Description',
  19. processdel:'Process Details',
  20. proesstime:'Process Time',
  21. proesstime1:'Mixing Time',
  22. hlxq:'Details of the Mixture',
  23. slxq:"Feed Spreading Details",
  24. //
  25. sort:'Operation Number',
  26. fname:"Feed Name",
  27. lweight:"Planned Weight",
  28. actualweightminus:"Actual Weight",
  29. diff:"Error Value",
  30. diffRate:"Accuracy Rate",
  31. intime:"Completion Time",
  32. proesstime:"Process Time",
  33. buttontype:"Transition Method",
  34. lastactualweight:"Starting Weight",
  35. actualweight:"Ending Weight",
  36. watchPlan:"Monitoring Chart",
  37. planTypeList: [{ lable: 'Pre-mixed Plan', value: '4' }, { lable: 'Feed Distribution Plan', value: '0' }, { lable: 'Leftover Feed Plan ', value: '3' }, { lable: 'Feed Distribution Plan-mixing', value: '1' }, { lable: 'Feed Distribution Plan-Spreading Feed', value: '2' }, { lable: 'Pre-weighing Plan', value: '5' }],
  38. workingConditionList: [{ id: '0', name: 'In Progress' }, { id: '1', name: 'Completed' }],
  39. errorList:[{ value: '有误差', label: 'There are errors' }, { value: '无误差', label: 'There are no errors' }],
  40. 粗料:'Forage',
  41. 精料:'Concentrate',
  42. 其他:'Other',
  43. 饲料:'Feed',
  44. 剩料:'Leftover Feed',
  45. designName:'Designed Weight',
  46. actureName:'Actual Weight',
  47. startWright:'Starting Weight',
  48. endWright:"Ending Weight",
  49. pastureName:'Ranch',
  50. total:'Total of',
  51. tiao:'Items',
  52. slcl:'Feed Spreader Truck',
  53. slsjxq: 'Remaining Material Collection Details',
  54. lsmc: "Pens Name",
  55. slcjzl: "Remaining Material Collection Weight (kg)",
  56. yxfpsl: "Allowable Distribution of Remaining Material",
  57. sjfpzl: "Actual Distribution Weight (kg)",
  58. fqslzl: "Waste Remaining Material Weight",
  59. }