123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- export default {
- planType:"Plan Type",
- tmrName:"TMR Name",
- errorRange:'Error Filtering Range',
- workStatus:'Working Status',
- hlwc:'Mixing Tolerance Value',
- hlzq:'Mixing Accuracy Rate',
- hlzql:"Mixing Correctness Rate",
- slzql:"Feed Spreading Correctness Rate",
- fclassid:"Mixing Category",
- slwc:'Mixing Tolerance Value',
- slzq:"Mixing Accuracy Rate",
- minproesstime:"Process Time”",
- oName:"Only Look at Data That Exceeds the Preset Values",
- tmrName1:"TMR Equipment List",
- //
- startDate:"Start Date",
- remark:'Description',
- processdel:'Process Details',
- proesstime:'Process Time',
- proesstime1:'Mixing Time',
- hlxq:'Mixing Details',
- //
- sort:'Operation Number',
- fname:"Feed Name",
- lweight:"Planned Weight",
- actualweightminus:"Actual Weight",
- diff:"Error Value",
- diffRate:"Accuracy Rate",
- intime:"Completion Time",
- proesstime:"Process Time",
- buttontype:"Transition Method",
- lastactualweight:"Starting Weight",
- actualweight:"Ending Weight",
- watchPlan:"Monitoring Chart",
- 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' }],
- workingConditionList: [{ id: '0', name: 'In Progress' }, { id: '1', name: 'Completed' }],
- errorList:[{ value: '有误差', label: 'There are errors' }, { value: '无误差', label: 'There are no errors' }],
- 粗料:'Forage',
- 精料:'Concentrate',
- 其他:'Other',
- 饲料:'Feed',
- 剩料:'Leftover Feed',
- designName:'Designed Weight',
- actureName:'Actual Weight',
- startWright:'Starting Weight',
- endWright:"Ending Weight",
- pastureName:'Ranch',
- total:'Total of',
- tiao:'Items',
- slcl:'Spreader Vehicle Capacity'
- }
|