|
@@ -27,7 +27,7 @@ export default {
|
|
|
typeAll:'All',
|
|
|
Fixed:'Fixed',
|
|
|
struck:'Spreader Truck',
|
|
|
- bout:'bout',
|
|
|
+ bout:'Times',
|
|
|
cTrip:'Complete the Train',
|
|
|
pTrip:"Planned Train",
|
|
|
cWeight:"Completed Weight",
|
|
@@ -51,7 +51,7 @@ export default {
|
|
|
PCWeight:"Planned Cancellation Weight(kg)",
|
|
|
PCancelWeight:"Planning Accuracy Rate (Excluding Canceled Weight)",
|
|
|
CNumP:"Correct Number in Plan",
|
|
|
- CNumR:'Planned Statistics',
|
|
|
+ CNumR:'Planning Correctness Rate',
|
|
|
PNum:"Planned Number",
|
|
|
},
|
|
|
feedCow:'Feed Cost per Kilogram of Milk',
|
|
@@ -79,9 +79,9 @@ export default {
|
|
|
cant:'Percentage',
|
|
|
miruTitle:'Dry Matter Intake (DMI) of Lactating Cows',
|
|
|
miruMilk:"Milk Yield \n of Lactating Cows",
|
|
|
- miruCow:"Feed Intake of Lactating Cows”",
|
|
|
+ miruCow:"Feed Intake of Lactating Cows",
|
|
|
miruMilk1:"Milk Yield of Lactating Cows(kg)",
|
|
|
- miruCow1:"Feed Intake of Lactating Cows”(kg)",
|
|
|
+ miruCow1:"Dry Matter Intake (DMI) of Lactating Cows(kg)",
|
|
|
miruCowMilk:'Dry Matter \n Intake Lactating Cows',
|
|
|
mixStatic:'Statistics of Actual Weight of Mixed Feed',
|
|
|
stockAlart:"Stock Alert",
|
|
@@ -94,11 +94,11 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
- tHeader1: ['Date', 'Planned Execution Weight(kg)', 'Formula Theoretical Weight(kg)', 'Planning Accuracy Rate', 'Planned Cancellation Weight(kg)', 'Planning Accuracy Rate (Excluding Canceled Weight)', 'Correct Number in Plan”', 'Planned Number', 'Planned Statistics'],
|
|
|
+ tHeader1: ['Date', 'Planned Execution Weight(kg)', 'Formula Theoretical Weight(kg)', 'Planning Accuracy Rate', 'Planned Cancellation Weight(kg)', 'Planning Accuracy Rate (Excluding Canceled Weight)', 'Correct Number in Plan”', 'Planned Number', 'Planning Correctness Rate'],
|
|
|
sheetName1: 'Planned Statistics',
|
|
|
|
|
|
- tHeader2: ['Date', 'Feed Intake of Lactating Cows(kg)', 'Milk Yield of Lactating Cows(kg)'],
|
|
|
- sheetName2: 'Feed Intake of Lactating Cows',
|
|
|
+ tHeader2: ['Date', 'Dry Matter Intake (DMI) of Lactating Cows(kg)', 'Milk Yield of Lactating Cows(kg)'],
|
|
|
+ sheetName2: 'Dry Matter Intake (DMI) of Lactating Cows',
|
|
|
|
|
|
tHeader3: ['Date', 'Weight'],
|
|
|
sheetName3: 'Actual Weight Statistics'
|