marriageIndividual.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. import request from '@/utils/request'
  2. // /boman-web-core/core/ryrl/list
  3. // 查询疫苗信息列表
  4. export function listInfo(query) {
  5. return request({
  6. url: '/boman-web-core/country/qsbdc/hydjxxhygr',
  7. method: 'get',
  8. params: query
  9. })
  10. }
  11. // 查询常住疫苗信息列表
  12. export function listInfoch(query) {
  13. return request({
  14. url: '/boman-web-core/core/ryrl/listCz',
  15. method: 'get',
  16. params: query
  17. })
  18. }
  19. export function delInfohy(query) {
  20. return request({
  21. url: '/boman-web-core/core/czrk/reduction/' + query,
  22. method: 'get'
  23. })
  24. }
  25. // 查询疫苗信息详细
  26. export function getInfo(id) {
  27. return request({
  28. url: '/boman-web-core/core/czrk/getById/' + id,
  29. method: 'get'
  30. })
  31. }
  32. // 户籍地址 新增修改
  33. export function listRoleer(data) {
  34. return request({
  35. url: '/boman-web-core/administrativeInfo/treeSelect',
  36. method: 'get',
  37. // data
  38. })
  39. }
  40. // 户籍地址搜索
  41. export function listRoleerseavh(data) {
  42. return request({
  43. url: '/boman-web-core/administrativeInfo/treeSelectVillage',
  44. method: 'get',
  45. // data
  46. })
  47. }
  48. // 新增人员信息
  49. export function addInfo(data) {
  50. return request({
  51. url: '/boman-web-core/core/ryrl/addRlry',
  52. method: 'post',
  53. data: data
  54. })
  55. }
  56. // 修改疫苗信息
  57. // export function updateInfo(data) {
  58. // return request({
  59. // url: '/boman-web-core/core/ryrl/editRlry',
  60. // method: 'post',
  61. // data: data
  62. // })
  63. // }
  64. export function updateInfo(data) {
  65. return request({
  66. url: '/boman-web-core/core/ryrl/editRlry',
  67. method: 'post',
  68. data: data
  69. })
  70. }
  71. // boman-web-core/core/czrk/deleteCzrk
  72. // 删除疫苗信息
  73. export function delInfo(query) {
  74. return request({
  75. url: '/boman-web-core/core/czrk/changeCzrk' ,
  76. method: 'post',
  77. data: query
  78. })
  79. }
  80. // 导出疫苗信息
  81. export function exportInfo(query) {
  82. return request({
  83. url: '/boman-web-core/core/info/export',
  84. method: 'post',
  85. data: query
  86. })
  87. }
  88. // // 查询身份证信息
  89. // export function idces(query) {
  90. // return request({
  91. // url: '/boman-web-core/core/info/findHjInfo',
  92. // method: 'post',
  93. // data: query
  94. // })
  95. // }
  96. // 网格
  97. export function listRoleergthwg(data) {
  98. return request({
  99. url: '/boman-web-core/gridInfo/treeSelect',
  100. method: 'post',
  101. data: data
  102. })
  103. }
  104. // 查询身份证信息
  105. export function idces(query) {
  106. return request({
  107. url: '/boman-web-core/core/czrk/findHjInfo',
  108. method: 'post',
  109. data: query
  110. })
  111. }
  112. // 导出参数
  113. export function exportConfig(query) {
  114. return request({
  115. url: '/boman-file/common/file/async/export',
  116. method: 'post',
  117. data: query
  118. })
  119. }
  120. // 导出参数
  121. export function exportConfigtyr(query) {
  122. return request({
  123. url: '/boman-file/common/file/before/download ',
  124. method: 'get',
  125. params: query
  126. })
  127. }
  128. // 删除疫苗名称信息
  129. export function delInfort(id) {
  130. return request({
  131. url: '/boman-web-core/core/info/vaccineInfoUser/' + id,
  132. method: 'get'
  133. })
  134. }
  135. // 列表查看疫苗信息
  136. export function yiaoe(query) {
  137. return request({
  138. url: '/boman-web-core/core/info/findInfoUser',
  139. method: 'post',
  140. data: query
  141. })
  142. }
  143. // 导出错误日志
  144. export function importLog(query){
  145. return request({
  146. url: '/boman-web-core/ymjzImportError/list',
  147. method: 'get',
  148. data: query
  149. })
  150. }