config.js 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. // const testUrl = 'http://223.93.170.82:23650'
  2. const testUrl = ''
  3. export default {
  4. // host:'http://192.168.2.241:5050',
  5. // imgHost:'http://192.168.2.121:82', //富文本编辑器图片回传地址
  6. imgHost:'http://192.168.2.122:82', //富文本编辑器图片回传地址
  7. // imgHost:'http://192.168.2.241:82', //富文本编辑器图片回传地址
  8. delayTime: 500,
  9. urls: {
  10. 'promptServer':'/sys/file/uploadImage', //静态知识富文本图片上传
  11. 'midifyPassword':'/sys/user/midifyPassword', //修改密码
  12. 'getConceptKnowledgeList':'/graph/conceptInfo/getPage', // 术语静态知识列表
  13. 'getConceptKnowledge':'/graph/conceptInfo/getRecordById',//术语静态知识详情
  14. 'getAllConcept':'/graph/conceptInfo/staticKnowledgeIndexWithoutInfo', //医学术语--获取所有概念(标准术语)
  15. 'saveConceptInfo':'/graph/conceptInfo/saveOrUpdateRecord', //保存术语静态知识
  16. 'delLisMappingById': '/api/knowledgeman/lisMapping/delLisMappingById', //医学数据-化验大小项与公表项维护-单个删除
  17. 'getConceptInfoAssay': '/api/knowledgeman/concept/getAllForRelation', //化验子项维护-搜索术语
  18. 'getAllLisConcept':'api/knowledgeman/concept/getAllLisConcept', //医学数据-化验大小项与公表项维护-获取所有化验公表项
  19. 'hasLisMapping': '/api/knowledgeman/lisMapping/hasLisMapping', //医学数据-化验大小项与公表项维护-化验公表项映射是否已存在
  20. 'retrievalSearch': '/demo/retrieval/index', //术语检索
  21. 'getLisMappingPage': '/tran/diseaseConfig/getPage', //诊断列表
  22. 'diseaseIsExistRecord': '/tran/diseaseConfig/isExistRecord', //诊断-映射关系是否已存在
  23. 'saveOrUpdateDiseaseRecord': '/tran/diseaseConfig/saveOrUpdateRecord', //诊断-保存或修改映射关系
  24. 'deleteDiseaseRecord': '/tran/diseaseConfig/deleteRecord', //诊断-删除映射关系
  25. 'exportDiseaseRecord': '/tran/diseaseConfig/exportExcel', //诊断-数据导出
  26. 'importDiseaseRecord': '/tran/diseaseConfig/importExcel', //诊断-数据导入
  27. 'exportDiseaseModule': '/tran/diseaseConfig/exportExcelModule', //诊断-数据导入模板导出
  28. 'getLisPage': '/tran/lisConfig/getPage', //检验列表
  29. 'lisIsExistRecord': '/tran/lisConfig/isExistRecord', //检验-映射关系是否已存在
  30. 'saveOrUpdateLisRecord': '/tran/lisConfig/saveOrUpdateRecord', //检验-保存或修改映射关系
  31. 'deleteLisRecord': '/tran/lisConfig/deleteRecord', //检验-删除映射关系
  32. 'exportLisRecord': '/tran/lisConfig/exportExcel', //检验-数据导出
  33. 'importLisRecord': '/tran/lisConfig/importExcel', //检验-数据导入
  34. 'exportLisModule': '/tran/lisConfig/exportExcelModule', //科室-数据导入模板导出
  35. 'getpacsPage': '/tran/pacsConfig/getPage', //检查列表
  36. 'pacsIsExistRecord': '/tran/pacsConfig/isExistRecord', //检查-映射关系是否已存在
  37. 'saveOrUpdatePacsRecord': '/tran/pacsConfig/saveOrUpdateRecord', //检查-保存或修改映射关系
  38. 'deletePacsRecord': '/tran/pacsConfig/deleteRecord', //检查-删除映射关系
  39. 'exportPacsRecord': '/tran/pacsConfig/exportExcel', //检查-数据导出
  40. 'importPacsRecord': '/tran/pacsConfig/importExcel', //检查-数据导入
  41. 'exportPacsModule': '/tran/pacsConfig/exportExcelModule', //科室-数据导入模板导出
  42. 'getDrugPage': '/tran/drugConfig/getPage', //药品列表
  43. 'drugIsExistRecord': '/tran/drugConfig/isExistRecord', //药品-映射关系是否已存在
  44. 'saveOrUpdateDrugRecord': '/tran/drugConfig/saveOrUpdateRecord', //药品-保存或修改映射关系
  45. 'deleteDrugRecord': '/tran/drugConfig/deleteRecord', //药品-删除映射关系
  46. 'exportDrugRecord': '/tran/drugConfig/exportExcel', //药品-数据导出
  47. 'importDrugRecord': '/tran/drugConfig/importExcel', //药品-数据导入
  48. 'exportDrugModule': '/tran/drugConfig/exportExcelModule', //科室-数据导入模板导出
  49. 'getOperationPage': '/tran/operationConfig/getPage', //手术/操作列表
  50. 'operationIsExistRecord': '/tran/operationConfig/isExistRecord', //手术/操作-映射关系是否已存在
  51. 'saveOrUpdateOperationRecord': '/tran/operationConfig/saveOrUpdateRecord', //手术/操作-保存或修改映射关系
  52. 'deleteOperationRecord': '/tran/operationConfig/deleteRecord', //手术/操作-删除映射关系
  53. 'exportOperationRecord': '/tran/operationConfig/exportExcel', //手术/操作-数据导出
  54. 'importOperationRecord': '/tran/operationConfig/importExcel', //手术/操作-数据导入
  55. 'exportOperationModule': '/tran/operationConfig/exportExcelModule', //科室-数据导入模板导出
  56. 'getFusionPage': '/tran/transfusionConfig/getPage', //输血列表
  57. 'fusionIsExistRecord': '/tran/transfusionConfig/isExistRecord', //输血-映射关系是否已存在
  58. 'saveOrUpdateFusionRecord': '/tran/transfusionConfig/saveOrUpdateRecord', //输血-保存或修改映射关系
  59. 'deleteFusionRecord': '/tran/transfusionConfig/deleteRecord', //输血-删除映射关系
  60. 'exportFusionRecord': '/tran/transfusionConfig/exportExcel', //输血-数据导出
  61. 'importFusionRecord': '/tran/transfusionConfig/importExcel', //输血-数据导入
  62. 'exportFusionModule': '/tran/transfusionConfig/exportExcelModule', //科室-数据导入模板导出
  63. 'getDeptPage': '/tran/deptConfig/getPage', //科室列表
  64. 'deptIsExistRecord': '/tran/deptConfig/isExistRecord', //科室-映射关系是否已存在
  65. 'saveOrUpdateDeptRecord': '/tran/deptConfig/saveOrUpdateRecord', //科室-保存或修改映射关系
  66. 'deleteDeptRecord': '/tran/deptConfig/deleteRecord', //科室-删除映射关系
  67. 'exportDeptRecord': '/tran/deptConfig/exportExcel', //科室-数据导出
  68. 'importDeptRecord': '/tran/deptConfig/importExcel', //科室-数据导入
  69. 'exportDeptModule': '/tran/deptConfig/exportExcelModule', //科室-数据导入模板导出
  70. 'getHospitalInfo': '/tran/hospitalInfo/getHospitalInfo', //医院信息——获取医院信息
  71. 'saveHospitalInfoRecord': '/tran/hospitalInfo/saveRecord', //医院信息——修改医院信息
  72. 'cancelPlanDatas': '/sys/plan/cancelPlanDatas', //删除方案配置信息
  73. 'getDefaultPlans': '/sys/plan/getDefaultPlans', //获取默认方案配置
  74. 'getPlanInfoIds': '/sys/plan/getPlanInfoIds', //根据方案id获取配置信息
  75. 'getPlanInfoPages': '/sys/plan/getPlanInfoPages', //分页获取方案配置信息
  76. 'getSysPlanInfoDatas': '/sys/plan/getSysPlanInfoDatas', //根据医院获取方案配置信息
  77. 'revStopPlans': '/sys/plan/revStopPlans', //停用启用方案配置
  78. 'savePlanInfoDatas': '/sys/plan/savePlanInfoDatas', //保存更新方案配置信息
  79. 'getAccessdMenu': '/sys/user/getUserOrgMenu', //获取左侧菜单项
  80. 'delConceptInfo':'/graph/conceptInfo/changeStatus', //删除术语静态知识
  81. 'login': '/sys/user/getJwt',
  82. },
  83. menuIconList: { //菜单对应图标
  84. 'YH-KZT': 'el-icon-menu',
  85. 'YH-GDFW': 'el-icon-service',
  86. 'YH-JGZX': 'el-icon-goods',
  87. 'LT-KHZX': 'el-icon-document',
  88. 'LT-KZT': 'el-icon-edit-outline',
  89. 'LT-DDXT': 'el-icon-setting',
  90. 'LT-CPXGL': 'el-icon-upload',
  91. 'LT-GRZX': 'el-icon-news'
  92. },
  93. msg:{
  94. imgTip:'无法上传图片,图片大小不可超过2M'
  95. },
  96. pageSizeArr:[10,50,100,500,1000,5000], //分页每页显示条数选项
  97. pageSize:10, //初始每页显示条数
  98. pageLayout:"total,sizes,prev, pager, next, jumper", //分页组件成分
  99. // type: 类型:1-诊断、2-药品、3-检验套餐、4-检验明细、5-检查、6-手术和操作
  100. // contentTypes: 内容类型(多选):1-静态信息、2-注意事项、3-临床路径、4-治疗方案
  101. emData:[
  102. {
  103. "name":"诊断",
  104. "key":1
  105. },
  106. {
  107. "name":"检验套餐",
  108. "key":3
  109. },
  110. {
  111. "name":"检验细项",
  112. "key":4
  113. },
  114. {
  115. "name":"检查",
  116. "key":5
  117. },
  118. {
  119. "name":"药品",
  120. "key":2
  121. },
  122. {
  123. "name":"手术和操作",
  124. "key":6
  125. },
  126. // {
  127. // "name":"科室",
  128. // "key":18
  129. // },
  130. ],
  131. contentTypes:[
  132. {
  133. "name":"静态信息",
  134. "key":1
  135. },
  136. {
  137. "name":"注意事项",
  138. "key":2
  139. },
  140. {
  141. "name":"临床路径",
  142. "key":3
  143. },
  144. {
  145. "name":"一般治疗",
  146. "key":4
  147. },
  148. ],
  149. drugForm: [
  150. // { "name": "","val": "0"},
  151. { "name": "注射剂","val": "1"},
  152. { "name": "片剂","val": "2"},
  153. { "name": "缓释片","val": "3"},
  154. { "name": "胶囊剂","val": "4"},
  155. { "name": "滴丸剂","val": "5"},
  156. ]
  157. }