| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- export default{
- drivername:"Driver's Name",
- drivercode:"Driver's Number",
- enableList: [{ id: 1, name: 'Yes' }, { id: 0, name: 'No' }], // 是
-
- classname:"TMR Equipment Type",
- rl:"Capacity(m³)",
- clys:"Vehicle Color",
- sjcjkbh:"DAQ Card Number",
- tzys:"Jump Delay(s)",
- tzys1:"Jump Delay",
- sjjk:"Data Interface",
- tmrsjjk:"TMR Data Interface",
- zdsb:"Designated Equipment",
- sbcode:"Equipment Number",
- sbname:'Equipment Name',
- sbtype:"Equipment Type",
- equipmentTypeList: [{ id: '0', name: 'Equipment' }, { id: '6', name: 'Feed Pushcart' }, { id: '7', name: 'Manure Pusher' }],
- scfl:"Livestock Parent Category",
- scflcode:"Livestock Category Code",
- scftype:"Livestock Category",
- sclbfl:"Livestock Category Parent",
- lsmc:"Pen Name",
- lsbh:"Pen Number",
- xzsstj:"Please Click to Select Search Criteria",
- yxwcs:"Allowed Error Number(kg)",
- tzzly:"Transition Weight Range",
- tzys:"Jump Delay",
- hqspanccode:"Get SAP Code",
- hqudls:"Get UD Pen",
- qrks:"Confirm Start",
- udcode:"UD Code",
- udname:"UD Name",
- messageNote:"The current content has not been saved. Please click Cancel or Save to continue the operation.",
- message1: 'Stall Name/Stall Number/Barn Type/Herds cannot be empty',
- message2: "Stall Name cannot be empty",
- message3: "Stall Number cannot be empty"
- }
|