@@ -19,7 +19,7 @@ export function getTaskList(id){ | |||
// 查询权利人列表 | |||
export function getShyqrs(query) { | |||
return request({ | |||
url: '/home/mobile/getShyqrs', | |||
url: '/open/home/mobile/getShyqrs', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -4,7 +4,7 @@ import da from "element-ui/src/locale/lang/da"; | |||
//查询列表 | |||
export function getList(data){ | |||
return request({ | |||
url:'/home/mobile/zjdjg/list', | |||
url:'/open/home/mobile/zjdjg/list', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -19,7 +19,7 @@ export function getUserGeoList(query) { | |||
//查询当前部门 | |||
export function getDept(id) { | |||
return request({ | |||
url: '/home/mobile/get/current/' + id, | |||
url: '/open/home/mobile/get/current/' + id, | |||
method: 'get' | |||
}) | |||
} | |||
@@ -35,7 +35,7 @@ export function treeselect() { | |||
// 数据获取 | |||
export function plotPremisesStatistics(query) { | |||
return request({ | |||
url: '/home/mobile/plotPremises/statistics', | |||
url: '/open/home/mobile/plotPremises/statistics', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -738,7 +738,7 @@ export function multipleLotsFirstSign(data, id) { | |||
// 查询标段农户信息 | |||
export function listMultipleLotsNh(query) { | |||
return request({ | |||
url: '/home/mobile/multipleLotsNh/list', | |||
url: '/open/home/mobile/multipleLotsNh/list', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -747,7 +747,7 @@ export function listMultipleLotsNh(query) { | |||
// 查询标段农户详情 | |||
export function getMultiplelotsNh(query, id) { | |||
return request({ | |||
url: '/home/mobile/multipleLotsNh/get/' + id, | |||
url: '/open/home/mobile/multipleLotsNh/get/' + id, | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -756,7 +756,7 @@ export function getMultiplelotsNh(query, id) { | |||
// 标段合同乙方签字 | |||
export function multipleLotsSecondSign(data, id) { | |||
return request({ | |||
url: '/home/mobile/multiplelotsnh/secondSign/' + id, | |||
url: '/open/home/mobile/multiplelotsnh/secondSign/' + id, | |||
method: 'post', | |||
data: data | |||
}) | |||
@@ -774,7 +774,7 @@ export function listCbht(query) { | |||
// 承包合同甲方签名 | |||
export function cbhtFirstSign(data,id) { | |||
return request({ | |||
url: '/home/mobile/cbht/sign/first/' + id, | |||
url: '/open/home/mobile/cbht/sign/first/' + id, | |||
method: 'post', | |||
data: data | |||
}) | |||
@@ -783,7 +783,7 @@ export function cbhtFirstSign(data,id) { | |||
// 查询承包合同详细 | |||
export function getCbht(query, id) { | |||
return request({ | |||
url: '/home/mobile/cbht/get/' + id, | |||
url: '/open/home/mobile/cbht/get/' + id, | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -792,7 +792,7 @@ export function getCbht(query, id) { | |||
// 查询承包方信息 | |||
export function getCbf(idcard) { | |||
return request({ | |||
url: '/home/mobile/cbf/get/' + idcard, | |||
url: '/open/home/mobile/cbf/get/' + idcard, | |||
method: 'get' | |||
}) | |||
} | |||
@@ -800,7 +800,7 @@ export function getCbf(idcard) { | |||
// 查询承包合同信息 | |||
export function getCbhtList(query) { | |||
return request({ | |||
url: '/home/mobile/cbht/list', | |||
url: '/open/home/mobile/cbht/list', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -809,7 +809,7 @@ export function getCbhtList(query) { | |||
// 承包合同乙方签名 | |||
export function cbhtSecondSign(data,id) { | |||
return request({ | |||
url: '/home/mobile/cbht/sign/second/' + id, | |||
url: '/open/home/mobile/cbht/sign/second/' + id, | |||
method: 'post', | |||
data: data | |||
}) | |||
@@ -818,7 +818,7 @@ export function cbhtSecondSign(data,id) { | |||
// 附件查询 | |||
export function attachmentQuery(query) { | |||
return request({ | |||
url: '/home/mobile/attach/query', | |||
url: '/open/home/mobile/attach/query', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -827,7 +827,7 @@ export function attachmentQuery(query) { | |||
// 附件删除 | |||
export function attachmentRemove(ids) { | |||
return request({ | |||
url: '/home/mobile/attach/remove/' + ids, | |||
url: '/open/home/mobile/attach/remove/' + ids, | |||
method: 'get' | |||
}) | |||
} | |||
@@ -835,7 +835,7 @@ export function attachmentRemove(ids) { | |||
// 附件上传 | |||
export function attachmentUpload(data) { | |||
return request({ | |||
url: '/home/mobile/common/attach', | |||
url: '/open/home/mobile/common/attach', | |||
method: 'post', | |||
header: { "Content-Type": 'application/x-www-form-urlencoded' }, | |||
data: data | |||
@@ -3,7 +3,7 @@ import request from '@/utils/request' | |||
//查询列表 | |||
export function getList(data){ | |||
return request({ | |||
url:'/home/mobile/proposer/list', | |||
url:'/open/home/mobile/proposer/list', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -43,7 +43,7 @@ export function allInformationAnnounce(id){ | |||
//获取文件配置 | |||
export function treeSingleProcessView(data){ | |||
return request({ | |||
url:'/home/mobile/treeSingleProcessView', | |||
url:'/open/home/mobile/treeSingleProcessView', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -52,7 +52,7 @@ export function treeSingleProcessView(data){ | |||
//获取上传附件 | |||
export function attachmentFind(data){ | |||
return request({ | |||
url:'/home/mobile/find', | |||
url:'/open/home/mobile/find', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -61,7 +61,7 @@ export function attachmentFind(data){ | |||
//保存申请 | |||
export function saveHomeBaseInfo(data){ | |||
return request({ | |||
url:'/home/mobile/saveHomeBaseInfo', | |||
url:'/open/home/mobile/saveHomeBaseInfo', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -79,7 +79,7 @@ export function saveHouseBaseInfoThenSubmit(data){ | |||
//同意审批 | |||
export function agreeApply(data){ | |||
return request({ | |||
url:'/home/mobile/agreeApply', | |||
url:'/open/home/mobile/agreeApply', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -88,7 +88,7 @@ export function agreeApply(data){ | |||
//驳回审批 | |||
export function rejectApply(data){ | |||
return request({ | |||
url:'/home/mobile/rejectApply', | |||
url:'/open/home/mobile/rejectApply', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -108,7 +108,7 @@ export function attach(data){ | |||
//删除列表项 | |||
export function removeList(id){ | |||
return request({ | |||
url:'/home/mobile/proposer/remove/'+id, | |||
url:'/open/home/mobile/proposer/remove/'+id, | |||
method:'get' | |||
}) | |||
} | |||
@@ -116,7 +116,7 @@ export function removeList(id){ | |||
//删除附件 | |||
export function removeFile(id){ | |||
return request({ | |||
url:'/home/mobile/fileRemove/'+id, | |||
url:'/open/home/mobile/fileRemove/'+id, | |||
method:'get' | |||
}) | |||
} | |||
@@ -124,7 +124,7 @@ export function removeFile(id){ | |||
//获取户主信息 | |||
export function getHomeMembers(data){ | |||
return request({ | |||
url:'/home/mobile/getHomeMembers', | |||
url:'/open/home/mobile/getHomeMembers', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -133,7 +133,7 @@ export function getHomeMembers(data){ | |||
//获取申请单明细 WLHT | |||
export function allInformationWLHT(id){ | |||
return request({ | |||
url:'/home/mobile/getYdjfsq/'+id, | |||
url:'/open/home/mobile/getYdjfsq/'+id, | |||
method:'get', | |||
}) | |||
} | |||
@@ -141,7 +141,7 @@ export function allInformationWLHT(id){ | |||
// 查询文件配置树 | |||
export function getAttachmentConfigTree(query) { | |||
return request({ | |||
url: '/home/mobile/getAttachmentConfigTree', | |||
url: '/open/home/mobile/getAttachmentConfigTree', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -159,7 +159,7 @@ export function addProposer(data) { | |||
//检查是否重复建房 | |||
export function checkDuplicateBuilding(query) { | |||
return request({ | |||
url: '/home/mobile/checkDuplicateBuilding', | |||
url: '/open/home/mobile/checkDuplicateBuilding', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -168,7 +168,7 @@ export function checkDuplicateBuilding(query) { | |||
// 查询农房户型列表 | |||
export function listHomeapplytype(query) { | |||
return request({ | |||
url: '/home/mobile/tytzList', | |||
url: '/open/home/mobile/tytzList', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -176,7 +176,7 @@ export function listHomeapplytype(query) { | |||
//查询宅地信息 | |||
export function checkDuplicateBuildingQuery(idcard) { | |||
return request({ | |||
url: '/home/mobile/applyDetail/' + idcard, | |||
url: '/open/home/mobile/applyDetail/' + idcard, | |||
method: 'get' | |||
}) | |||
} | |||
@@ -184,14 +184,14 @@ export function checkDuplicateBuildingQuery(idcard) { | |||
//乌兰浩特申请单人操作 | |||
export function customSubmitWLHT(id) { | |||
return request({ | |||
url: '/home/mobile/publish/' + id, | |||
url: '/open/home/mobile/publish/' + id, | |||
method: 'post' | |||
}) | |||
} | |||
// 新增地房申请-开工申请 | |||
export function submitStartWLHT(id) { | |||
return request({ | |||
url: '/home/mobile/publishStart/'+id, | |||
url: '/open/home/mobile/publishStart/'+id, | |||
method: 'post', | |||
}) | |||
} | |||
@@ -208,21 +208,21 @@ export function updateStart(data) { | |||
// 提交地房申请-验收意见(乌兰浩特 简化流程) | |||
export function submitEndWLHT(id) { | |||
return request({ | |||
url: '/home/mobile/publishCheck/'+id, | |||
url: '/open/home/mobile/publishCheck/'+id, | |||
method: 'post', | |||
}) | |||
} | |||
// 获取用地建房申请状态信息 | |||
export function getHomeapplyydjfsqStatus(id) { | |||
return request({ | |||
url: '/home/mobile/homeApplyStatus/' + id, | |||
url: '/open/home/mobile/homeApplyStatus/' + id, | |||
method: 'get' | |||
}) | |||
} | |||
//查询当前登录账号坐标 | |||
export function getQueryLand(id) { | |||
return request({ | |||
url: '/home/mobile/get/current/' + id, | |||
url: '/open/home/mobile/get/current/' + id, | |||
method: 'get' | |||
}) | |||
} | |||
@@ -230,14 +230,14 @@ export function getQueryLand(id) { | |||
//查询当前登录账号坐标 | |||
export function getWorkflow(deptId) { | |||
return request({ | |||
url: '/home/mobile/workflow?deptId='+deptId, | |||
url: '/open/home/mobile/workflow?deptId='+deptId, | |||
method: 'get' | |||
}) | |||
} | |||
// 查询农户信息 | |||
export function selectProposerNh(data) { | |||
return request({ | |||
url: '/home/mobile/queryHomeBaseNh' , | |||
url: '/open/home/mobile/queryHomeBaseNh' , | |||
method: 'get', | |||
params: data | |||
}) | |||
@@ -3,7 +3,7 @@ import request from '@/utils/request' | |||
//查询列表 | |||
export function getArbitrationList(data){ | |||
return request({ | |||
url:'/home/mobile/arbitration/list', | |||
url:'/open/home/mobile/arbitration/list', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -12,7 +12,7 @@ export function getArbitrationList(data){ | |||
// 新增 | |||
export function addArbitration(data){ | |||
return request({ | |||
url:'/home/mobile/disputeAdd', | |||
url:'/open/home/mobile/disputeAdd', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -21,7 +21,7 @@ export function addArbitration(data){ | |||
// 查看 | |||
export function getArbitrationDetail(id, data){ | |||
return request({ | |||
url:`/home/mobile/arbitrationGet/${id}`, | |||
url:`/open/home/mobile/arbitrationGet/${id}`, | |||
method:'get', | |||
data:data | |||
}) | |||
@@ -30,7 +30,7 @@ export function getArbitrationDetail(id, data){ | |||
// 更新 | |||
export function editArbitration(data){ | |||
return request({ | |||
url:'/home/mobile/disputeEdit', | |||
url:'/open/home/mobile/disputeEdit', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -38,7 +38,7 @@ export function editArbitration(data){ | |||
// 查询权利人列表 | |||
export function getShyqrs(query) { | |||
return request({ | |||
url: '/home/mobile/getShyqrs', | |||
url: '/open/home/mobile/getShyqrs', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -65,7 +65,7 @@ export function getArbitrationProcessList(data){ | |||
//查询列表 | |||
export function getList(data){ | |||
return request({ | |||
url:'/home/mobile/proposer/list', | |||
url:'/open/home/mobile/proposer/list', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -2,7 +2,7 @@ import request from '@/utils/request' | |||
//查询列表 | |||
export function getFamilyMemberList(data){ | |||
return request({ | |||
url:'/home/mobile/familyMember/list', | |||
url:'/open/home/mobile/familyMember/list', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -10,7 +10,7 @@ export function getFamilyMemberList(data){ | |||
// 新增 | |||
export function addFamilyMember(data){ | |||
return request({ | |||
url:'/home/mobile/familyMember/add', | |||
url:'/open/home/mobile/familyMember/add', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -18,7 +18,7 @@ export function addFamilyMember(data){ | |||
// 编辑 | |||
export function editFamilyMember(data){ | |||
return request({ | |||
url:'/home/mobile/familyMember/edit', | |||
url:'/open/home/mobile/familyMember/edit', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -26,14 +26,14 @@ export function editFamilyMember(data){ | |||
// 获取农户信息 | |||
export function getFamilyMember(id){ | |||
return request({ | |||
url: '/home/mobile/getFamilyMember/'+id, | |||
url: '/open/home/mobile/getFamilyMember/'+id, | |||
method:'get' | |||
}) | |||
} | |||
// 删除 | |||
export function removeFamilyMember(id){ | |||
return request({ | |||
url: `/home/mobile/familyMemberRemove/${id}`, | |||
url: `/open/home/mobile/familyMemberRemove/${id}`, | |||
method:'get' | |||
}) | |||
} |
@@ -3,7 +3,7 @@ import request from '@/utils/request' | |||
//查询列表 | |||
export function getList(data){ | |||
return request({ | |||
url:'/home/mobile/zyyctcList', | |||
url:'/open/home/mobile/zyyctcList', | |||
method:'get', | |||
params:data | |||
}) | |||
@@ -12,7 +12,7 @@ export function getList(data){ | |||
//删除列表项 | |||
export function removeList(id){ | |||
return request({ | |||
url:'/home/mobile/yctcRemove/'+id, | |||
url:'/open/home/mobile/yctcRemove/'+id, | |||
method:'get' | |||
}) | |||
} | |||
@@ -20,7 +20,7 @@ export function removeList(id){ | |||
//宅基地流转详情 | |||
export function getZyyctc(id){ | |||
return request({ | |||
url:'/home/mobile/getZyyctc/'+id, | |||
url:'/open/home/mobile/getZyyctc/'+id, | |||
method:'get' | |||
}) | |||
} | |||
@@ -28,7 +28,7 @@ export function getZyyctc(id){ | |||
//宅基地流转详情 | |||
export function dyAdd(data){ | |||
return request({ | |||
url:'/home/mobile/zyyctcAdd', | |||
url:'/open/home/mobile/zyyctcAdd', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -36,7 +36,7 @@ export function dyAdd(data){ | |||
// 条件查询使用权人列表 | |||
export function selectHomesteadObligeeMapList(query) { | |||
return request({ | |||
url: '/home/mobile/selectHomesteadObligeeMapList', | |||
url: '/open/home/mobile/selectHomesteadObligeeMapList', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -44,7 +44,7 @@ export function selectHomesteadObligeeMapList(query) { | |||
//宅基地信息 | |||
export function getByLyZjddm(data){ | |||
return request({ | |||
url:'/home/mobile/getByZjddm/'+ data, | |||
url:'/open/home/mobile/getByZjddm/'+ data, | |||
method:'get', | |||
}) | |||
} | |||
@@ -52,7 +52,7 @@ export function getByLyZjddm(data){ | |||
// 查询农民房屋列表 | |||
export function listHomesteadnmfw(query) { | |||
return request({ | |||
url: '/home/mobile/nmfwList', | |||
url: '/open/home/mobile/nmfwList', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -61,14 +61,14 @@ export function listHomesteadnmfw(query) { | |||
//查询当前登录账号坐标 | |||
export function getQueryLand(id) { | |||
return request({ | |||
url: '/home/mobile/get/current/' + id, | |||
url: '/open/home/mobile/get/current/' + id, | |||
method: 'get' | |||
}) | |||
} | |||
//宅基地流转保存 | |||
export function zyyctcEdit(data){ | |||
return request({ | |||
url:'/home/mobile/editZyyctc', | |||
url:'/open/home/mobile/editZyyctc', | |||
method:'post', | |||
data:data | |||
}) | |||
@@ -83,7 +83,7 @@ export function zyyctcEdit(data){ | |||
}*/ | |||
export function zyyctcApply(id){ | |||
return request({ | |||
url:'/home/mobile/paidExitSubmitApply/'+id, | |||
url:'/open/home/mobile/paidExitSubmitApply/'+id, | |||
method:'post', | |||
}) | |||
} | |||
@@ -91,7 +91,7 @@ export function zyyctcApply(id){ | |||
// 查询权利人列表 | |||
export function getShyqrs(query) { | |||
return request({ | |||
url: '/home/mobile/getShyqrs', | |||
url: '/open/home/mobile/getShyqrs', | |||
method: 'get', | |||
params: query | |||
}) | |||
@@ -47,7 +47,7 @@ export default { | |||
attachmentList: [], | |||
uploadImg: { | |||
//上传图片配置 | |||
uploadImgUrl: "/home/mobile/common/attach", | |||
uploadImgUrl: "/open/home/mobile/common/attach", | |||
}, | |||
newAttachments: [], | |||
active: -1, | |||
@@ -47,7 +47,7 @@ export default { | |||
attachmentList: [], | |||
uploadImg: { | |||
//上传图片配置 | |||
uploadImgUrl: "/home/mobile/common/attach", | |||
uploadImgUrl: "/open/home/mobile/common/attach", | |||
}, | |||
newAttachments: [], | |||
active: -1, | |||