processAnalysis.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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:'Mixing Tolerance Value',
  12. slzq:"Mixing 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:'Mixing Details',
  23. //
  24. sort:'Operation Number',
  25. fname:"Feed Name",
  26. lweight:"Planned Weight",
  27. actualweightminus:"Actual Weight",
  28. diff:"Error Value",
  29. diffRate:"Accuracy Rate",
  30. intime:"Completion Time",
  31. proesstime:"Process Time",
  32. buttontype:"Transition Method",
  33. lastactualweight:"Starting Weight",
  34. actualweight:"Ending Weight",
  35. watchPlan:"Monitoring Chart",
  36. planTypeList: [{ lable: 'Pre-mixed Plan', value: '4' }, { lable: 'Feed Distribution Plan', value: '0' }, { lable: 'Leftover Material Plan', value: '3' }, { lable: 'Feed Distribution Plan-mixing', value: '1' }, { lable: 'Feed Distribution Plan-Spreading Feed', value: '2' }, { lable: 'Pre-weighing Plan', value: '5' }],
  37. workingConditionList: [{ id: '0', name: 'In Progress' }, { id: '1', name: 'Completed' }],
  38. errorList:[{ value: '有误差', label: 'There are errors' }, { value: '无误差', label: 'There are no errors' }],
  39. 粗料:'Forage',
  40. 精料:'Concentrate',
  41. 其他:'Other',
  42. 饲料:'Feed',
  43. 剩料:'Leftover Feed',
  44. designName:'Designed Weight',
  45. actureName:'Actual Weight',
  46. startWright:'Starting Weight',
  47. endWright:"Ending Weight",
  48. pastureName:'Ranch',
  49. total:'Total of',
  50. tiao:'Items',
  51. slcl:'Spreader Vehicle Capacity'
  52. }