华西海圻ELN前端工程
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.4 KiB

  1. //毒理
  2. // DL007~DL015通用字段
  3. const common = {
  4. sydd: 'Test Location',
  5. syddOther: 'Test Location (Other)',
  6. czsj: 'Operation Time',
  7. kssj: 'Start Time',
  8. jssj: 'End Time',
  9. sysj: 'Test Reagent Information',
  10. sjmc: 'Reagent Name',
  11. bh: 'Number',
  12. ph: 'Batch Number',
  13. ndhlcd: 'Concentration/Content/Purity',
  14. ly: 'Source',
  15. sxr: 'Expiration Date',
  16. yqsyxx: 'Instrument Usage Information',
  17. yqmc: 'Instrument Name',
  18. yqxh: 'Instrument Model',
  19. yqbh: 'Instrument Number',
  20. xccsjzjdrq: 'Next Test/Calibration/Verification Date',
  21. xbxx: 'Cell Information',
  22. qxbd: 'Previous Form',
  23. bltj: 'Exposure Conditions',
  24. czbz: 'Operation Steps',
  25. bz: 'Remarks',
  26. mc: 'Name',
  27. nd: 'Concentration'
  28. }
  29. export default {
  30. dl001: {},
  31. common,
  32. dl007: {
  33. ...common,
  34. czxx: 'Operation Information',
  35. pykssj: 'Cultivation Start Time',
  36. pyjssj: 'Cultivation End Time',
  37. jsButton: 'End'
  38. },
  39. dl008: {
  40. ...common,
  41. cxqk: 'Imaging Status',
  42. wrqk: 'Contamination Status'
  43. },
  44. dl009: {
  45. ...common,
  46. clxx: 'Processing Information',
  47. clbh: 'Processing Number',
  48. cltj: 'Processing Conditions',
  49. jgxx: 'Result Information'
  50. },
  51. dl010: {
  52. ...common,
  53. dwzs: 'Animal Species',
  54. cjdd: 'Collection Location',
  55. zpdd: 'Slide Preparation Location',
  56. cjbw: 'Collection Site',
  57. jprq: 'Dissection Date',
  58. jprqKssj: 'Start Time',
  59. jprqJssj: 'End Time',
  60. yqsybh: 'Instrument Usage Number',
  61. zcqk: 'Status/Condition/Performance',
  62. sjxx: 'Collection Information',
  63. xzmb: 'Download Template',
  64. dr: 'Import',
  65. dwbh: 'Animal Number',
  66. dwxb: 'Gender',
  67. dwzl: 'Animal Species',
  68. xcqkxzjd: 'Next Test/Calibration/Verification Date',
  69. sjsj: 'Collection Time'
  70. },
  71. dl011: {
  72. ...common,
  73. fxbz: 'Resuscitation Steps',
  74. pyxx: 'Culture Information'
  75. },
  76. dl012: {
  77. ...common,
  78. zbbz: 'Preparation Steps',
  79. pyxx: 'Culture Information'
  80. },
  81. dl013: {
  82. ...common,
  83. cdxx: 'Measurement Information'
  84. },
  85. dl014: {
  86. ...common,
  87. gyzjxx: 'Drug Administration Information',
  88. wzly: 'Material Source',
  89. xbmc: 'Cell Name',
  90. jlzpzxx: 'Dose Group Preparation Information'
  91. },
  92. dl015: {
  93. ...common,
  94. hyqk: 'Medium Change Status'
  95. },
  96. dl020: {
  97. swdljlbxx: 'Toxicology Record Information',
  98. xbxx:'Cell Information',
  99. sydd:'Test Location',
  100. czsj:'Operation Time',
  101. qxbd: 'Previous Form',
  102. dlbz: 'Remarks',
  103. czbz: 'Operation Steps',
  104. }
  105. }