Blame view

src/api/fqsq.js 4.17 KB
liangyifan committed
1
import request from '@/utils/request'
liangyifan committed
2 3 4


// 转出
任超 committed
5
export function completeTask (data) {
liangyifan committed
6 7 8 9 10 11
    return request({
        url: '/business/workFlow/completeTask',
        method: 'post',
        data
    })
}
liangyifan committed
12
// 回退表格数据
任超 committed
13
export function getTaskBackNode (params) {
liangyifan committed
14
    return request({
田浩浩 committed
15 16 17
        url: '/business/workFlow/getTaskBackNode',
        method: 'get',
        params: params
liangyifan committed
18
    })
田浩浩 committed
19
}
liangyifan committed
20
//   退回确认接口
任超 committed
21
export function sendBackTask (data) {
liangyifan committed
22 23 24 25 26 27
    return request({
        url: '/business/workFlow/sendBackTask',
        method: 'post',
        data
    })
}
liangyifan committed
28
// 获取左侧列表
任超 committed
29
export function leftMenu (data) {
liangyifan committed
30
    return request({
蔡俊立 committed
31
        url: '/business/workFlow/leftMenu',
liangyifan committed
32 33 34 35 36
        method: 'post',
        data
    })
}

吴蕾 committed
37 38

// 材料目录明细初始化
任超 committed
39
export function clmlInit (data) {
吴蕾 committed
40 41 42 43 44 45 46 47
    return request({
        url: '/zhcx/clml/Init',
        method: 'post',
        data
    })
}

// 材料目录明细移动
任超 committed
48
export function move (data) {
吴蕾 committed
49 50 51 52 53 54 55 56
    return request({
        url: '/zhcx/clml/move',
        method: 'post',
        data
    })
}

// 材料目录明细保存
任超 committed
57
export function save (data) {
吴蕾 committed
58 59 60 61 62 63
    return request({
        url: '/zhcx/clml/save',
        method: 'post',
        data
    })
}
吴蕾 committed
64 65

// 材料目录批量删除
任超 committed
66
export function clmlDelete (params) {
吴蕾 committed
67 68 69 70 71 72
    return request({
        url: '/zhcx/clml/delete',
        method: 'delete',
        params: params
    })
}
蔡俊立 committed
73 74

// 获取下一环节信息
任超 committed
75
export function getNextLinkInfo (params) {
田浩浩 committed
76 77 78 79 80 81
    // return   axios({
    //     url: '/business/workFlow/getNextLinkInfo',
    //     method: 'get',
    //     params: params
    // });

蔡俊立 committed
82 83 84 85
    return request({
        url: '/business/workFlow/getNextLinkInfo',
        method: 'get',
        params: params
田浩浩 committed
86
    });
蔡俊立 committed
87 88
}

89 90 91 92 93 94 95 96
//获取单元对应的环节表单信息
export function getStepFormInfo(data){
    return request({
        url: '/business/workFlow/getStepFormInfo',
        method: 'post',
        data
    });
}
蔡俊立 committed
97
// 环节扩展信息
任超 committed
98
export function stepExpandInfo (data) {
蔡俊立 committed
99 100 101 102 103 104
    return request({
        url: '/business/workFlow/stepExpandInfo',
        method: 'post',
        data
    })
}
蔡俊立 committed
105 106

// 获取审批意见
任超 committed
107
export function getSpyjList (data) {
蔡俊立 committed
108 109 110 111 112 113 114 115
    return request({
        url: '/business/workFlow/getSpyjList',
        method: 'post',
        data
    })
}

// 保存审批意见
任超 committed
116
export function saveSpyj (data) {
蔡俊立 committed
117 118 119 120 121 122
    return request({
        url: '/business/workFlow/saveSpyj',
        method: 'post',
        data
    })
}
蔡俊立 committed
123
// 根据受理申请保存审批意见
任超 committed
124
export function saveSpyjBySlsq (data) {
蔡俊立 committed
125 126 127 128 129 130
    return request({
        url: '/business/workFlow/saveSpyjBySlsq',
        method: 'post',
        data
    })
}
田浩浩 committed
131
// 登簿接口
任超 committed
132
export function record (data) {
田浩浩 committed
133 134 135 136 137 138
    return request({
        url: '/business/workFlow/record',
        method: 'post',
        data
    })
}
蔡俊立 committed
139
// 获取不动产权证列表
任超 committed
140
export function getBdcqzList (params) {
蔡俊立 committed
141 142 143 144 145 146 147
    return request({
        url: '/business/workFlow/getBdcqzList',
        method: 'get',
        params: params
    })
}
// 获取印刷序列号
任超 committed
148
export function readYsxlh (params) {
蔡俊立 committed
149 150 151 152 153 154
    return request({
        url: '/business/workFlow/readYsxlh',
        method: 'get',
        params: params
    })
}
蔡俊立 committed
155
// 缮证
任超 committed
156
export function certificate (data) {
蔡俊立 committed
157 158 159 160 161 162 163
    return request({
        url: '/business/workFlow/certificate',
        method: 'post',
        data
    })
}
// 作废缮证信息
任超 committed
164
export function invalidCertificate (data) {
蔡俊立 committed
165 166 167 168 169 170 171
    return request({
        url: '/business/workFlow/invalidCertificate',
        method: 'post',
        data
    })
}
// 缮证列表
任超 committed
172
export function getCertificateList (data) {
蔡俊立 committed
173 174 175 176 177 178
    return request({
        url: '/business/workFlow/getCertificateList',
        method: 'post',
        data
    })
}
蔡俊立 committed
179
// 发证
任超 committed
180
export function issueCertificate (data) {
蔡俊立 committed
181 182 183 184 185 186
    return request({
        url: '/business/workFlow/issueCertificate',
        method: 'post',
        data
    })
}
蔡俊立 committed
187 188 189 190 191 192 193 194
// 获取受理申请下全部不动产权证
export function getSlsqBdcqzList (params) {
    return request({
        url: '/business/workFlow/getSlsqBdcqzList',
        method: 'get',
        params
    })
}
蔡俊立 committed
195 196 197 198 199 200 201 202
// 终止任务
export function stopTask (data) {
    return request({
        url: '/business/workFlow/stopTask',
        method: 'post',
        data
    })
}