| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378 |
- import axios from '../axios'
- // 查询所有订单任务列表
- export const findPage = (data) => {
- return axios({
- url: '/order/taskPools/query',
- method: 'post',
- data
- })
- }
- //任务池操作校验
- export const checkOrdersEdit = (data) => {
- return axios({
- url: "/order/taskPools/checkCurrentUserEdit",
- method: "post",
- data
- })
- }
- // 根据任务号查询订单报价信息
- export const getOrderInfoByOrderno = (data) => {
- return axios({
- url: '/order/taskPools/queryOrderInfo',
- method: 'post',
- data
- })
- }
- //添加影像信息
- export const yonganImage = (data) => {
- return axios({
- url: '/api/yongan/UploadImage',
- method: 'post',
- data
- })
- }
- // 根据任务号查询影像信息
- export const findTaskImage = (data) => {
- return axios({
- url: 'insTaskImage/findById?imgtype=' + data.imgtype + '&taskid=' + data.taskid,
- method: 'get'
- })
- }
- //提交核保
- export const yonganAudit = (data) => {
- return axios({
- url: '/api/yongan/audit?orderno=' + data.orderno + '&jqappoint=' + data.jqappoint + '&syappoint=' + data.syappoint,
- method: 'post'
- })
- }
- //提交核保
- export const renbaoAudit = (data) => {
- return axios({
- url: '/api/insRenbao/audit?orderno=' + data.orderno + '&jqappoint=' + data.jqappoint + '&syappoint=' + data.syappoint,
- method: 'post'
- })
- }
- //核保审核
- export const saveAudit = (data) => {
- return axios({
- url: '/insOrder/saveAudit',
- method: 'post',
- data
- })
- }
- // 关闭订单
- export const closeOrderno = (data) => {
- return axios({
- url: '/insOrder/closeOrder?quoteno=' + data.quoteno,
- method: 'post'
- })
- }
- // 提交线下缴费
- export const savePayType = (data) => {
- return axios({
- url: '/insOrder/savePayType',
- method: 'post',
- data
- })
- }
- // 确认线下缴费
- export const savePayment = (data) => {
- return axios({
- url: '/insOrder/savePayment',
- method: 'post',
- data
- })
- }
- // 确认承保
- export const savePolicy = (data) => {
- return axios({
- url: '/insOrder/savePolicy',
- method: 'post',
- data
- })
- }
- // 费用清单查询(承保确认时会自动生成费用清单)
- export const insFeeFindPage = (data) => {
- return axios({
- url: '/insFeeDetail/findPage',
- method: 'post',
- data
- })
- }
- // 费用详细信息查询
- export const insFeeQueryDetail = (data) => {
- return axios({
- url: '/insFeeDetail/queryDetail?orderno=' + data,
- method: 'get'
- })
- }
- //审核费用
- export const feeAudit = (data) => {
- return axios({
- url: '/insFeeDetail/feeAudit?auditid=' + data.auditid + '&ordernos=' + data.ordernos,
- method: 'post',
- })
- }
- //保险公司费用结算查询
- export const queryInsCompanyFee = (data) => {
- return axios({
- url: '/insFeeDetail/queryInsCompanyFee',
- method: 'post',
- data
- })
- }
- //与保险公司结算凭证
- export const insFeeSettle = (data) => {
- return axios({
- url: '/insFeeDetail/insFeeSettle?ordernos=' + data.ordernos + '&settleno=' + data.settleno,
- method: 'post',
- })
- }
- //与业务人员结算凭证
- export const userFeeSettle = (data) => {
- return axios({
- url: '/insFeeDetail/userFeeSettle?ordernos=' + data,
- method: 'post',
- })
- }
- //与业务人员结算凭证
- export const payApplyFindPage = (data) => {
- return axios({
- url: '/insPayApply/findPage',
- method: 'post',
- data
- })
- }
- export const payqueryPage = (data) => {
- return axios({
- url: 'sysAmountAuditing/queryPage',
- method: 'post',
- data
- })
- }
- //可提现余额提现审核
- export const insPayApplyAudit = (data) => {
- return axios({
- url: '/insPayApply/saveAudit',
- method: 'post',
- data
- })
- }
- // 可提现余额查询
- export const payAccount = (data) => {
- return axios({
- url: '/insPayApply/payAccount?userid=' + data,
- method: 'get'
- })
- }
- //推广账户清单查询
- export const queryCommission = (data) => {
- return axios({
- url: '/ins/feeOrderNewDistribution/queryPage',
- method: 'post',
- data
- })
- }
- // 机构费用清单查询
- export const queryDeptFee = (data) => {
- return axios({
- url: '/insFeeDetail/queryDeptFee',
- method: 'post',
- data
- })
- }
- // 机构费用账户余额查询
- export const deptAccount = (data) => {
- return axios({
- url: '/insPayApply/deptAccount?deptid=' + data,
- method: 'get'
- })
- }
- // 提现申请
- export const deptApply = (data) => {
- return axios({
- url: '/insPayApply/deptApply?amount=' + data.amount + '&deptid=' + data.deptid,
- method: 'post'
- })
- }
- // 根据任务号查询订单轨迹信息
- export const queryOrderHistory = (data) => {
- return axios({
- url: '/insOrder/queryOrderHistory?orderno=' + data,
- method: 'post'
- })
- }
- // 任务规则保存
- export const insOrderSaveTask = (data) => {
- return axios({
- url: '/insOrderTask/saveTask',
- method: 'post',
- data
- })
- }
- // 任务规则分页查询
- export const insOrderTaskPage = (data) => {
- return axios({
- url: '/insOrderTask/findPage',
- method: 'post',
- data
- })
- }
- // 任务转发
- export const forwarding = (data) => {
- return axios({
- url: '/order/taskPools/forwarding',
- method: 'post',
- data
- })
- }
- //上传保单
- export const uploadMore = (dirId, data) => {
- return axios({
- url: '/insFile/uploadMore?dirId=' + dirId,
- method: 'post',
- data
- })
- }
- //下载保单
- export const queryUploadList = (dirId) => {
- return axios({
- url: '/insFile/queryList?dirId=' + dirId,
- method: 'get'
- })
- }
- //删除保单
- export const deleteFile = (fileId) => {
- return axios({
- url: '/insFile/deleteFile?fileId=' + fileId,
- method: 'get'
- })
- }
- // 机构余额查询
- export const deptAccountPage = (data) => {
- return axios({
- url: '/insPayApply/deptAccountPage',
- method: 'post',
- data
- })
- }
- export const sysDeptAccountPage = (data) => {
- return axios({
- url: '/sysDeptAccount/sysDeptAccountPage',
- method: 'post',
- data
- })
- }
- // 账户余额提现接口
- export const withdrawDeptAccount = (data) => {
- return axios({
- url: '/sysDeptAccount/withdrawDeptAccount',
- method: 'post',
- data
- })
- }
- // 账户余额分页查询
- export const findPageAccount = (data) => {
- return axios({
- url: '/insPayApply/findPageAccount',
- method: 'post',
- data
- })
- }
- export const findPageAccountPro = (data) => {
- return axios({
- url: '/sysUserAccount/queryPage',
- method: 'post',
- data
- })
- }
- // 证件识别
- export const imgAI = (data) => {
- return axios({
- url: '/api/huanong/imgAI',
- method: 'post',
- data
- })
- }
- // vin校验
- export const vinModelQuery = (data) => {
- return axios({
- url: '/api/tianan/modelQuery',
- method: 'post',
- data
- })
- }
- // 华农车辆实际价值
- export const huanongActualValue = (data) => {
- return axios({
- url: '/api/huanong/actualValue',
- method: 'post',
- data
- })
- }
- // 华农报价
- export const huanongQuote = (data) => {
- return axios({
- url: '/api/huanong/quote',
- method: 'post',
- data
- })
- }
- // 恒邦车辆实际价值
- export const hengbangActualValue = (data) => {
- return axios({
- url: '/api/hengbang/actualValue',
- method: 'post',
- data
- })
- }
- // 恒邦报价
- export const hengbangQuote = (data) => {
- return axios({
- url: '/api/hengbang/quote',
- method: 'post',
- data
- })
- }
- // 恒邦报价
- export const zhongmeiQuote = (data) => {
- return axios({
- url: '/zm/QuotedPrice',
- method: 'post',
- data
- })
- }
- // 天安报价
- export const tiananQuote = (data) => {
- return axios({
- url: '/api/tianan/quote',
- method: 'post',
- data
- })
- }
- // 导出Excel文件
- export const excelExport = (data) => {
- return axios({
- url: '/excel/v1/**',
- method: "post",
- data
- })
- }
- export const AmountReview = (data) => {
- return axios({
- url: 'sysAmountAuditing/AmountReview',
- method: "put",
- data
- })
- }
- //导入excel文件
- export const uploadExcel = (data, type) => {
- return axios({
- url: '/excel/uploadExcel?type=' + type,
- method: 'post',
- data
- })
- }
- //查询excel数据
- export const queryZMExcel = (data) => {
- return axios({
- url: '/excel/queryZMExcel',
- method: 'post',
- data
- })
- }
- //订单认领
- export const claimOrder = (data) => {
- return axios({
- url: '/excel/ClaimOrder',
- method: 'post',
- data
- })
- }
- //上传线下订单
- export const uploadOfflineExcel = (data) => {
- return axios({
- url: 'excel/uploadOfflineExcel',
- method: 'post',
- data
- })
- }
- //查询线下订单
- export const queryOfflineExcel = (data) => {
- return axios({
- url: 'excel/queryOfflineExcel',
- method: 'post',
- data
- })
- }
- //导出线下订单
- export const findOfflineExcel = (data) => {
- return axios({
- url: 'excel/findOfflineExcel',
- method: 'post',
- data
- })
- }
- //删除线下订单
- export const deleteExcel = (data) => {
- return axios({
- url: 'excel/delete',
- method: 'post',
- data
- })
- }
- //更新线下订单
- export const updateExcel = (data) => {
- return axios({
- url: 'excel/update',
- method: 'post',
- data
- })
- }
- //图表查询
- export const tongJiOffline = (data) => {
- return axios({
- url: 'excel/tongJiOffline',
- method: 'post',
- data
- })
- }
- // 对账系统批量结算
- export const batchUpdate = (data, flag) => {
- return axios({
- url: '/excel/batchUpdate?flag=' + flag,
- method: 'post',
- data
- })
- }
- //导入查询
- export const daoruchaxun = (data) => {
- return axios({
- url: '/excel/uploadOfflineFile_query',
- method: 'post',
- data
- })
- }
- //批量修改
- export const piliangupdate = (data) => {
- return axios({
- url: '/excel/batchUpdate_other',
- method: 'post',
- data
- })
- }
- export const addorder = (data) => {
- return axios({
- url: "/insOrder/addOrder",
- method: "post",
- data
- })
- }
- export const updateorder = (data) => {
- return axios({
- url: "/insOrder/updateOrder",
- method: "post",
- data
- })
- }
- //渠道结算模块
- export const payableStatement = (data) => {
- return axios({
- url: '/inv/payableStatement/import',
- method: 'post',
- data
- })
- }
- export const payableStatementList = (pageNum, pageSize) => {
- return axios({
- url: '/inv/payableStatement?pageNum=' + pageNum + '&pageSize=' + pageSize,
- method: 'get',
- })
- }
- //轮播图模块
- export const banneradd = (data) => {
- return axios({
- url: "/sys/carouse",
- method: "post",
- data
- })
- }
- export const bannerQuery = () => {
- return axios({
- url: "/sys/carouse",
- method: "get",
- })
- }
- export const bannerDelete = (id) => {
- return axios({
- url: "/sys/carouse/" + id,
- method: "delete",
- })
- }
- export const bannerPut = (data, id) => {
- return axios({
- url: "/sys/carouse/" + id,
- method: "put",
- data
- })
- }
- export const insZhongmeiverifyPayment = (data) => {
- return axios({
- url: "/insZhongmei/verifyPayment",
- method: "post",
- data
- })
- }
- export const esmInsCompanyselectList = (data) => {
- return axios({
- url: "/esmInsCompany/selectList",
- method: "post",
- data
- })
- }
- //订单查询接口
- export const queryPageOrder = (data) => {
- return axios({
- url: "/fnc/carSettle/queryPageOrder",
- method: "post",
- data
- })
- }
- //审核页面查询接口
- export const feeDetail = (data) => {
- return axios({
- url: "/fnc/carSettle/feeDetail",
- method: "post",
- data
- })
- }
- //审核接口
- export const auditFee = (data) => {
- return axios({
- url: "/fnc/carSettle/auditFee",
- method: "post",
- data
- })
- }
- //订单审核费用调整
- export const costsadjust = (data) => {
- return axios({
- url: "/plt/new/agreement/costs/adjust",
- method: "post",
- data
- })
- }
- // 海报列表接口
- export const posterList = (data) => {
- return axios({
- url: '/sysPoster/posterList',
- method: 'post',
- data
- })
- }
- // 添加海报接口
- export const addPoster = (data) => {
- return axios({
- url: '/sysPoster/addPoster',
- method: "post",
- data
- })
- }
- // 删除海报接口
- export const delPoster = (data) => {
- return axios({
- url: '/sysPoster/delPoster?id=' + data,
- method: "post",
- })
- }
- // ** 财务对账--应收应付 */
- //插入渠道账户
- export const channelAccountAdd = (data) => {
- return axios({
- url: '/InvChannelAccount/insertAccount',
- method: "post",
- data
- })
- }
- //删除渠道账户
- export const channelAccountDelete = (data) => {
- return axios({
- url: '/InvChannelAccount/' + data,
- method: "delete",
- })
- }
- //修改渠道列表
- export const channelAccountUpdate = (data) => {
- return axios({
- url: '/InvChannelAccount/updateAccount',
- method: "post",
- data
- })
- }
- //获取渠道列表
- export const channelAccountQuery = (data) => {
- return axios({
- url: '/InvChannelAccount/getAccount',
- method: "post",
- data
- })
- }
- //获取应收结果
- export const accountsResult = (data,data1) => {
- return axios({
- url: '/InsReceivable/receivableResult?yearMonthStr=' + data+'&insuranceId='+data1,
- method: "get",
- })
- }
- //获取签单日期结算来源表
- export const signingSourceResult = (data,data1) => {
- return axios({
- url: '/InsReceivable/signingSourceResult?yearMonthStr=' + data+'&insuranceId='+data1,
- method: "get",
- })
- }
- //获取结算日期结算来源表
- export const settlementSourceResult = (data,data1) => {
- return axios({
- url: '/InsReceivable/settlementSourceResult?yearMonthStr=' + data+'&insuranceId='+data1,
- method: "get",
- })
- }
- //结算来源表导入
- export const settlementExcel = (data) => {
- return axios({
- url: "/SettlementSource/excel?file=" + data,
- method: "get",
- })
- }
- //结算来源数据查询
- export const settlementExcelpage = (data) => {
- return axios({
- url: "/InsReceivable/settlementPage",
- method: "post",
- data
- })
- }
- //结算来源修改
- export const settlementUpdate = (data) => {
- return axios({
- url: "/InsReceivable/updateSettlement",
- method: "post",
- data
- })
- }
- //来源表导入
- export const SourceExcel = (data) => {
- return axios({
- url: "/Source/excel?file=" + data,
- method: "get",
- })
- }
- //来源表导入
- export const SourceExcelPage = (data) => {
- return axios({
- url: "/InsReceivable/receivablePage",
- method: "post",
- data
- })
- }
- //来源修改
- export const SourceUpdate = (data) => {
- return axios({
- url: "/InsReceivable/receivableUpdates",
- method: "post",
- data
- })
- }
- //应收应付表
- export const receivableAndSettlement = (data) => {
- return axios({
- url: "/InsReceivable/receivableAndSettlement",
- method: "post",
- data
- })
- }
- //应收表导出
- export const sourceExport = (data) => {
- return axios({
- url: "/InsReceivable/exportReceivable",
- method: "post",
- data
- })
- }
- //应收表批量删除
- export const sourcedeletes = (data) => {
- return axios({
- url: "/InsReceivable/deleteReceivable",
- method: "post",
- data
- })
- }
- //应收表批量修改
- export const sourceUpdates = (data) => {
- return axios({
- url: "/InsReceivable/receivableUpdateBatch",
- method: "post",
- data
- })
- }
- //结算导出
- export const SettlementExport = (data) => {
- return axios({
- url: "/InsReceivable/exportSettlement",
- method: "post",
- data
- })
- }
- //结算导出
- export const SettlementAdd = (data) => {
- return axios({
- url: "/InsReceivable/addSettlement",
- method: "post",
- data
- })
- }
- //结算表批量修改
- export const SettlementUpdates = (data) => {
- return axios({
- url: "/InsReceivable/updateSettlementBatch",
- method: "post",
- data
- })
- }
- //导出应收应付表
- export const excelReceivableAndSettlementExport = (data) => {
- return axios({
- url: "/InsReceivable/excelReceivableAndSettlement",
- method: "post",
- data
- })
- }
- //应收表新增
- export const sourceaddReceivable = (data) => {
- return axios({
- url: "/InsReceivable/addReceivable",
- method: "post",
- data
- })
- }
- //应收表单条数据删除
- export const sourcedeleteReceivable = (data) => {
- return axios({
- url: "/InsReceivable/deleteReceivable",
- method: "post",
- data
- })
- }
- //结算数据导入后是否匹配
- export const isVisibledataMatching = () => {
- return axios({
- url: "/InsReceivable/dataMatching",
- method: "get",
- })
- }
- //结算表批量删除
- export const SettlementDeletes = (data) => {
- return axios({
- url: "/InsReceivable/deleteSettlement",
- method: "post",
- data
- })
- }
- //获取应收模板
- export const sourceTemplate = () => {
- return axios({
- url: "/InsReceivable/getAccountsReceivable",
- method: "get",
- })
- }
- //获取结算模板
- export const settlementTemplate = () => {
- return axios({
- url: "/InsReceivable/getSettlement",
- method: "get",
- })
- }
- // 保险公司结算-手续费结算页面列表
- export const plyFeequery = (data) => {
- return axios({
- url: "/fnc/plyFee/query",
- method: "post",
- data
- })
- }
- // 保险公司结算-手续费结算页面-结算接口
- export const plyFeebalance = (data) => {
- return axios({
- url: "/fnc/plyFee/balance",
- method: "put",
- data
- })
- }
- // 保险公司结算-非跟单结算页面列表
- export const settlementFees = (data) => {
- return axios({
- url: "/fnc/SettlementFees/query",
- method: "post",
- data
- })
- }
- // 保险公司结算-非跟单结算页面查询批量手续费结算
- export const totalQuery = (data) => {
- return axios({
- url: "/fnc/plyFee/totalQuery",
- method: "post",
- data
- })
- }
- // 保险公司结算-非跟单结算页面批量手续费结算保存
- export const batchBalance = (data) => {
- return axios({
- url: "/fnc/plyFee/batchBalance",
- method: "put",
- data
- })
- }
- // 保险公司结算-非跟单结算页面单行结算保存
- export const documentarySettle = (data) => {
- return axios({
- url: "/fnc/SettlementFees/documentarySettle",
- method: "put",
- data
- })
- }
- // 机构结算管理-提现待审核列表
- export const WithdrawqueryStatus = (data) => {
- return axios({
- url: "/sysDeptAccountWithdraw/queryStatus",
- method: "post",
- data
- })
- }
- // 机构结算管理-提现待审核审核接口
- export const withdraAaudit = (data) => {
- return axios({
- url: "/sysDeptAccountWithdraw/audit",
- method: "post",
- data
- })
- }
- // 机构结算管理-机构结算明细列表
- export const sysDeptAccountHistoryPage = (data) => {
- return axios({
- url: "/sysDeptAccountHistory/queryPage",
- method: "post",
- data
- })
- }
- //代客录单业务员列表接口
- export const getAllUsersByHospitality = (data) => {
- return axios({
- url: "/user/getAllUsersByHospitality",
- method: "post",
- data
- })
- }
- //代客录单订单列表接口
- export const queryPageHospitalityOrder = (data) => {
- return axios({
- url: "/insurance/order/queryPageHospitalityOrder",
- method: "post",
- data
- })
- }
- // 任务池(渠道)列表接口
- export const queryPageHospitalityByChannel = (data) => {
- return axios({
- url: "/insurance/order/queryPageHospitalityByChannel",
- method: "post",
- data
- })
- }
- // 任务池(代理人)列表接口
- export const queryPageHospitalityLinkagent = (data) => {
- return axios({
- url: "/insurance/order/queryPageHospitalityLinkagent",
- method: "post",
- data
- })
- }
- // 任务池(保险公司)列表接口
- export const queryPageHospitalityByInsuranceCompany = (data) => {
- return axios({
- url: "/insurance/order/queryPageHospitalityByInsuranceCompany",
- method: "post",
- data
- })
- }
- // 任务池(渠道、代理人、保险公司)转发人列表
- export const getCustomerUsers = (data) => {
- return axios({
- url: "/user/getCustomerUsers",
- method: "post",
- data
- })
- }
- // 任务池(渠道、代理人、保险公司)转发接口
- export const forwardingSubOrders = (data) => {
- return axios({
- url: "/order/taskPools/forwardingSubOrders",
- method: "post",
- data
- })
- }
- // 任务池(渠道、代理人、保险公司)收回接口
- export const taskPoolsRecover = (data) => {
- return axios({
- url: "/order/taskPools/recover",
- method: "post",
- data
- })
- }
- // 后线人员协议配置分页
- export const sysUserLinkPtlAgreementPage = (data) => {
- return axios({
- url: "/sysUserLinkPtlAgreement/queryPage",
- method: "post",
- data
- })
- }
- // 后线人员协议配置-后线人员列表
- export const findUserList = (params) => {
- return axios({
- url: "/sysUserLinkPtlAgreement/findUserList",
- method: "get",
- params
- })
- }
- // 后线人员协议配置-协议列表
- export const findPtlAgreementList = () => {
- return axios({
- url: "/sysUserLinkPtlAgreement/findPtlAgreementList",
- method: "get",
- })
- }
- // 后线人员协议配置-编辑
- export const findPtlAgreementListByUserId = (userId) => {
- return axios({
- url: "/sysUserLinkPtlAgreement/findPtlAgreementListByUserId/"+userId,
- method: "get",
- })
- }
- // 后线人员协议配置-新增
- export const addOrUpdate = (data) => {
- return axios({
- url: "/sysUserLinkPtlAgreement/addOrUpdate",
- method: "post",
- data
- })
- }
- // 后线人员协议配置-删除
- export const addOrDelete = (data) => {
- return axios({
- url: "/sysUserLinkPtlAgreement/delete",
- method: "post",
- data
- })
- }
- // 平台公司结算-车险结算、手续费结算列表
- export const plyFeeQuery = (data) => {
- return axios({
- url: "/fnc/plyFee/query",
- method: "post",
- data
- })
- }
- // 保险公司结算-跟单费接口列表
- export const NonSettlementQuery = (data) => {
- return axios({
- url: "/fnc/plyFee/NonSettlementQuery",
- method: "post",
- data
- })
- }
- export const NonSettldetail = (data) => {
- return axios({
- url: "/fnc/plyFee/NonSettldetail",
- method: "post",
- data
- })
- }
- export const plyFeeDelete = (data) => {
- return axios({
- url: "/fnc/plyFee/delete",
- method: "Delete",
- data
- })
- }
- export const plyFeeUpload = (data) => {
- return axios({
- url: "/fnc/plyFee/update",
- method: "put",
- data
- })
- }
- export const plyFeeUploadId = (id) => {
- return axios({
- url: "/fnc/plyFee/getById/"+id,
- method: "get",
- })
- }
- // 后线人员协议配置人员列表
- export const findAllUserList = (data) => {
- return axios({
- url: "/sysUserLinkPtlAgreement/findAllUserList",
- method: "post",
- data
- })
- }
- // 机构接口
- export const findAllTree = () => {
- return axios({
- url: "/dept/findAllTree ",
- method: "get",
- })
- }
- // 平台结算-手续费合计
- export const totalAmount = (data) => {
- return axios({
- url: "/fnc/plyFee/totalAmount",
- method: "post",
- data
- })
- }
- export const batchPinBalance = (data) => {
- return axios({
- url: "/fnc/plyFee/batchPinBalance",
- method: "put",
- data
- })
- }
- export const totalPinAmount = (data) => {
- return axios({
- url: "/fnc/plyFee/totalPinAmount",
- method: "post",
- data
- })
- }
- //省市区门店数据获取
- export const queryListByParentId = (type,value) => {
- return axios({
- url: `/dept/queryListByParentId/${type}/${value}`,
- method: "get",
- })
- }
- // 保险公司结算管理-车险
- export const totalBxAmount = (data) => {
- return axios({
- url: "/fnc/plyFee/totalBxAmount",
- method: "post",
- data
- })
- }
- export const batchBxBalancet = (data) => {
- return axios({
- url: "/fnc/plyFee/batchBxBalancet",
- method: "put",
- data
- })
- }
- export const batchBxBalance = (data) => {
- return axios({
- url: "/fnc/plyFee/batchBxBalance",
- method: "put",
- data
- })
- }
- export const batchInvoicing = (data) => {
- return axios({
- url: "/fnc/plyFee/batchInvoicing",
- method: "put",
- data
- })
- }
- export const batchInvoic = (data) => {
- return axios({
- url: "/fnc/plyFee/batchInvoic",
- method: "put",
- data
- })
- }
-
- export const allOtherAmount = (data) => {
- return axios({
- url: "/fnc/plyFee/allOtherAmount",
- method: "post",
- data
- })
- }
- export const bxHandlingExcel = (data) => {
- return axios({
- url: "/fnc/plyFee/bxHandlingExcel",
- method: "post",
- data
- })
- }
- export const bxOtherExcel = (data) => {
- return axios({
- url: "/fnc/plyFee/bxOtherExcel",
- method: "post",
- data
- })
- }
- export const pinHandlingExcel = (data) => {
- return axios({
- url: "/fnc/plyFee/pinHandlingExcel",
- method: "post",
- data
- })
- }
- export const importData = (data) => {
- return axios({
- url: "/fnc/plyFee/importData",
- method: "post",
- data
- })
- }
- export const plyFeeUpdate = (data) => {
- return axios({
- url: "/fnc/plyFee/update",
- method: "put",
- data
- })
- }
- export const plyFeeNonSettldetail = (data) => {
- return axios({
- url: "/fnc/plyFee/NonSettldetail",
- method: "post",
- data
- })
- }
- export const plyFeeId = (id) => {
- return axios({
- url: "/fnc/plyFee/getById/" +id,
- method: "get",
- })
- }
- export const bxTotalAmount = (data) => {
- return axios({
- url: "/fnc/plyFee/bxTotalAmount",
- method: "post",
- data
- })
- }
- export const bxImportData = (data) => {
- return axios({
- url: "/fnc/plyFee/bxImportData",
- method: "post",
- data
- })
- }
- export const bxOtherDetailsExcel = (data) => {
- return axios({
- url: "/fnc/plyFee/bxOtherDetailsExcel",
- method: "post",
- data
- })
- }
- export const bxNoOtherDetailsExcel = (data) => {
- return axios({
- url: "/fnc/plyFee/bxNoOtherDetailsExcel",
- method: "post",
- data
- })
- }
- export const invicdetai = (data) => {
- return axios({
- url: "/fnc/plyFee/invicdetail",
- method: "post",
- data
- })
- }
- export const otherSettldetail = (data) => {
- return axios({
- url: "/fnc/plyFee/otherSettldetail",
- method: "post",
- data
- })
- }
- export const bxImportNoData = (data) => {
- return axios({
- url: "/fnc/plyFee/bxImportNoData",
- method: "post",
- data
- })
- }
- export const getDockingPersonList = () => {
- return axios({
- url: "/plt/agreement/getDockingPersonList",
- method: "get",
- })
- }
- export const settlementFeesQuery = (data) => {
- return axios({
- url: "/fnc/SettlementFees/query",
- method: "post",
- data
- })
- }
- export const otherTimeDetail = (data) => {
- return axios({
- url: "/fnc/plyFee/otherTimeDetail",
- method: "post",
- data
- })
- }
- export const yaidlnvoicing = (data) => {
- return axios({
- url: "/fnc/SettlementFees/voidInvoicing",
- method: "put",
- data
- })
- }
- export const singleInvoic = (data) => {
- return axios({
- url: "/fnc/plyFee/singleInvoic",
- method: "put",
- data
- })
- }
- export const fncplyFeeQuery = (data) => {
- return axios({
- url: "/fnc/plyFee/query",
- method: "post",
- data
- })
- }
- export const fncplyFeeInsert = (data) => {
- return axios({
- url: "/fnc/plyFee/insert",
- method: "post",
- data
- })
- }
- export const queryPageBatchUpdate = (data) => {
- return axios({
- url: "/fnc/plyFee/batchUpdate",
- method: "put",
- data
- })
- }
- export const getFeeAuditHistory = (orderno) => {
- return axios({
- url: "/fnc/carSettle/getFeeAuditHistory/" +orderno,
- method: "get",
- })
- }
- export const userBankQueryPage = (data) => {
- return axios({
- url: "/userBank/queryPage",
- method: "post",
- data
- })
- }
- export const auditByBankNumber = (data) => {
- return axios({
- url: "/userBank/auditByBankNumber",
- method: "post",
- data
- })
- }
- export const batchOrder = (data) => {
- return axios({
- url: "/insurance/order/batchOrder",
- method: "post",
- data
- })
- }
- export const getBatchOrder = (params) => {
- return axios({
- url: "/insurance/order/getBatchOrder",
- method: "get",
- params
- })
- }
- export const getBatchOrderList = (data) => {
- return axios({
- url: "/insurance/order/getBatchOrderList",
- method: "post",
- data
- })
- }
- export const auditBatchOrder = (data) => {
- return axios({
- url: "/insurance/order/auditBatchOrder",
- method: "post",
- data
- })
- }
- export const importAsyncQuery = (data) => {
- return axios({
- url: "/fnc/importAsync/query",
- method: "post",
- data
- })
- }
|