Blame view

src/api/workFlow.js 6.15 KB
1 2 3
/*
 * @Description:
 * @Autor: renchao
4
 * @LastEditTime: 2023-09-01 15:10:55
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
 */
import request from '@/utils/request'
let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl'))
/**
 * @description: 流程图
 * @param {*} bsmSlsq
 * @param {*} bestepid
 * @author: renchao
 */
export function getWorkFlowImage (bsmSlsq, bestepid) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/getWorkFlowImage',
    method: 'get',
    params: {
      bsmSlsq: bsmSlsq,
      bestepid: bestepid
    }
  })
}
/**
 * @description: 转出
 * @param {*} data
 * @author: renchao
 */
export function completeTask (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/completeTask',
    method: 'post',
    data
  })
}
/**
 * @description: 回退表格数据
 * @param {*} params
 * @author: renchao
 */
export function getTaskBackNode (params) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/getTaskBackNode',
    method: 'get',
    params: params
  })
}
/**
 * @description: 退回确认接口
 * @param {*} data
 * @author: renchao
 */
export function sendBackTask (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/sendBackTask',
    method: 'post',
    data
  })
}
/**
 * @description: 获取左侧列表
 * @param {*} data
 * @author: renchao
 */
export function leftMenu (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/leftMenu',
    method: 'post',
    data
  })
}
72 73 74 75 76 77 78 79 80 81 82 83
/**
 * @description: 进度查询获取左侧列表
 * @param {*} data
 * @author: renchao
 */
export function jdcxLeftMenu (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/jdcxLeftMenu',
    method: 'post',
    data
  })
}
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168

/**
 * @description: 获取下一环节信息
 * @param {*} params
 * @author: renchao
 */
export function getNextLinkInfo (params) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/getNextLinkInfo',
    method: 'get',
    params: params
  });
}

/**
 * @description: 获取单元对应的环节表单信息
 * @param {*} data
 * @author: renchao
 */
export function getStepFormInfo (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/getStepFormInfo',
    method: 'post',
    data
  });
}
/**
 * @description: 获取单元对应的环节表单信息
 * @param {*} data
 * @author: renchao
 */
export function getBlYbxStepFormInfo (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/getBlYbxStepFormInfo',
    method: 'post',
    data
  });
}
/**
 * @description: 环节扩展信息
 * @param {*} data
 * @author: renchao
 */
export function stepExpandInfo (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/stepExpandInfo',
    method: 'post',
    data
  })
}
/**
 * @description: 登簿接口
 * @param {*} data
 * @author: renchao
 */
export function record (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/record',
    method: 'post',
    data
  })
}

// 终止任务
export function stopTask (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/stopTask',
    method: 'post',
    data
  })
}

/**
 * @description: 获取用户任务权限
 * @param {*} params
 * @author: renchao
 */
export function judgeUserTaskPermission (params) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/judgeUserTaskPermission',
    method: 'get',
    params
  })
}

169

170
/**
171
 * @description: 打印申请书
172 173 174
 * @param {*} data
 * @author: renchao
 */
175
export function getPrintApplicationForm (bsmSldy) {
176
  return request({
177 178
    url: SERVER.SERVERAPI + '/rest/ywbl/print/getPrintApplicationForm?bsmSldy=' + bsmSldy,
    method: 'get'
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269
  })
}

/**
 * @description: 国有建设用地使用权/房屋使用权 -选择不动产单元
 * @param {*} data
 * @author: renchao
 */
export function choiceBdcdy (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/choiceBdcdy',
    method: 'post',
    data
  })
}
/**
 * @description: 待办箱/不动产单元删除接口
 * @param {*} data
 * @author: renchao
 */
export function deleteFlow (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/deleteFlow',
    method: 'post',
    data
  })
}
/**
 * @description: 业务办理-发起业务申请流程
 * @param {*} data
 * @author: renchao
 */
export function startBusinessFlow (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/startBusinessFlow',
    method: 'post',
    data
  })
}

/**
 * @description: 业务办理-发起补录申请流程
 * @param {*} data
 * @author: renchao
 */
export function startRepairFlow (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/startRepairFlow',
    method: 'post',
    data
  })
}

/**
 * @description: 申请列表删除
 * @param {*} data
 * @author: renchao
 */
export function deleteSlbdcdy (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/deleteSlbdcdy',
    method: 'post',
    data
  })
}

/**
 * @description: 认领任务
 * @param {*} bsmSlsq
 * @param {*} bestepid
 * @author: renchao
 */
export function claimTask (bsmSlsq, bestepid) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/claimTask?bsmSlsq=' + bsmSlsq + '&bestepid=' + bestepid,
    method: 'get',
  })
}

/**
 * @description: 取消认领任务
 * @param {*} bsmSlsq
 * @param {*} bestepid
 * @author: renchao
 */
export function unClaimTask (bsmSlsq, bestepid) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/unClaimTask?bsmSlsq=' + bsmSlsq + '&bestepid=' + bestepid,
    method: 'get',
  })
}
270 271 272 273 274 275 276 277 278 279 280 281 282

/**
 * @description: 发起一并申请流程
 * @param {*} data
 * @author: renchao
 */
export function startTogetherFlow (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/startTogetherFlow',
    method: 'post',
    data
  })
}
283 284 285 286 287 288 289 290 291 292 293
/**
 * @description: 据不动产单元号查询宗地基本信息
 * @param {*} data
 * @author: renchao
 */
export function getZdInfo (bdcdyid) {
  return request({
    url: SERVER.SERVERAPI + '/rest/business/workFlow/getZdInfo?bdcdyid=' + bdcdyid,
    method: 'post'
  })
}