| | |
| | | //请求地址 |
| | | return request.get('/dir/selectDirAll', { params: params }); |
| | | } |
| | | |
| | | |
| | | //版本管理列表 |
| | | export function select_Ver_ByPageAndCount(params) { |
| | | //请求地址 |
| | |
| | | export function dataLib_selectDownloadFile(params) { |
| | | return request.get('/dataLib/selectDownloadFile', { params: params }); |
| | | } |
| | | //资料馆=>分页查询 |
| | | export function dataQuery_selectDbOverflowDep(params) { |
| | | return request.post('/dataLib/selectDbOverflowDep', params); |
| | | } |
| | | //资料馆=>分页查询 |
| | | export function apply_insertApply(params) { |
| | | return request.post('/apply/insertApply', params); |
| | | } |
| | | |
| | | |
| | | //资料馆=>请求下载 |
| | | export function dataLib_downloadReq(params) { |
| | | return request.post('/dataLib/downloadReq', params); |
| | |
| | | export function exportSelectByPage(params) { |
| | | return request.get('/export/selectByPage', { params: params }); |
| | | } |
| | | |
| | | //下载日志=》分页查询并返回记录数 |
| | | export function downlog_selectByPageAndCount(params) { |
| | | return request.get('/downlog/selectByPageAndCount', { params: params }); |
| | | } |
| | | |
| | | //数据申请=》分页查询并返回记录数 |
| | | export function apply_selectByPage(params) { |
| | | return request.get('/apply/selectByPage', { params: params }); |
| | | } |
| | | //数据申请=》查询流程 |
| | | export function apply_selectFlows(params) { |
| | | return request.get('/apply/selectFlows', { params: params }); |
| | | } |
| | | //数据申请=》废弃申请 |
| | | export function apply_updateForDiscard(params) { |
| | | return request.get('/apply/updateForDiscard', { params: params }); |
| | | } |
| | | //数据申请=》提交流程 |
| | | export function apply_updateForSubmit(params) { |
| | | return request.get('/apply/updateForSubmit', { params: params }); |
| | | } |
| | | //数据申请=》打回申请 |
| | | export function apply_updateForReject(params) { |
| | | return request.get('/apply/updateForReject', { params: params }); |
| | | } |
| | | //数据申请=》重新提交 |
| | | export function apply_updateForResubmit(params) { |
| | | return request.get('/apply/updateForResubmit', { params: params }); |
| | | } |
| | | |
| | | //管道分析=》查询管段 |
| | | export function pipelines_selectSegNames(params) { |
| | | return request.get('/pipeline/selectSegNames', { params: params }); |
| | | } |
| | | //管道分析=》查询管段 |
| | | export function pipeline_selectPipeAnalysis(params) { |
| | | return request.post('/pipeline/selectPipeAnalysis', params); |
| | | } |
| | | //管道分析=》请求管道分析结果下载 |
| | | export function pipeline_downloadReq(params) { |
| | | return request.post('/pipeline/downloadReq', params); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | //请求站场点内容 |
| | | export function querySitePoint(size, index, name) { |
| | | return service.get( |
| | | '/LFServer/SitePoint/Query?pageSize=' + |
| | | size + |
| | | '&pageIndex=' + |
| | | (index - 1) + |
| | | '&name=' + |
| | | name |
| | | size + |
| | | '&pageIndex=' + |
| | | (index - 1) + |
| | | '&name=' + |
| | | name |
| | | ); |
| | | } |
| | | //请求站场点数量 |
| | |
| | | export function queryStationSeries(size, index, name) { |
| | | return service.get( |
| | | '/LFServer/StationSeries/Query?pageSize=' + |
| | | size + |
| | | '&pageIndex=' + |
| | | (index - 1) + |
| | | '&name=' + |
| | | name |
| | | size + |
| | | '&pageIndex=' + |
| | | (index - 1) + |
| | | '&name=' + |
| | | name |
| | | ); |
| | | } |
| | | //请求管道中心线数量 |
| | |
| | | export function queryMarker(size, index, name) { |
| | | return service.get( |
| | | '/LFServer/Marker/Query?pageSize=' + |
| | | size + |
| | | '&pageIndex=' + |
| | | (index - 1) + |
| | | '&name=' + |
| | | name |
| | | size + |
| | | '&pageIndex=' + |
| | | (index - 1) + |
| | | '&name=' + |
| | | name |
| | | ); |
| | | } |
| | | //请求标桩数量 |