driver.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. export default{
  2. drivername:"Driver's Name",
  3. drivercode:"Driver's Number",
  4. enableList: [{ id: 1, name: 'Yes' }, { id: 0, name: 'No' }], // 是
  5. classname:"TMR Equipment Type",
  6. rl:"Capacity(m³)",
  7. clys:"Vehicle Color",
  8. sjcjkbh:"DAQ Card Number",
  9. tzys:"Jump Delay(s)",
  10. tzys1:"Jump Delay",
  11. sjjk:"Data Interface",
  12. tmrsjjk:"TMR Data Interface",
  13. zdsb:"Designated Equipment",
  14. sbcode:"Equipment Number",
  15. sbname:'Equipment Name',
  16. sbtype:"Equipment Type",
  17. equipmentTypeList: [{ id: '0', name: 'Equipment' }, { id: '6', name: 'Feed Pushcart' }, { id: '7', name: 'Manure Pusher' }],
  18. scfl:"Livestock Parent Category",
  19. scflcode:"Livestock Category Code",
  20. scftype:"Livestock Category",
  21. sclbfl:"Livestock Category Parent",
  22. lsmc:"Pen Name",
  23. lsbh:"Pen Number",
  24. xzsstj:"Please Click to Select Search Criteria",
  25. yxwcs:"Allowed Error Number(kg)",
  26. tzzly:"Transition Weight Range",
  27. tzys:"Jump Delay",
  28. hqspanccode:"Get SAP Code",
  29. hqudls:"Get UD Pen",
  30. qrks:"Confirm Start",
  31. udcode:"UD Code",
  32. udname:"UD Name",
  33. messageNote:"The current content has not been saved. Please click Cancel or Save to continue the operation.",
  34. message1: 'Stall Name/Stall Number/Barn Type/Herds cannot be empty',
  35. message2: "Stall Name cannot be empty",
  36. message3: "Stall Number cannot be empty"
  37. }