You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
3.7 KiB
156 lines
3.7 KiB
import request from '@/utils/request';
|
|
import { addtabledetailslist, delsontarget, del_son_tar, edit_details_cont, edit_details_state, edit_newson_target, edit_post_detailscont, edit_table_depart_man, eidtposttardetailsstrte, getcompanydeparment, getdetail, getnew_target_depart_postman, getonedetailed, getplanversionvalid, getsontargetcont, get_organdpost_three, govthreeing, look_scheme_for_deparment, newsummarydetails, orgtrant, table_add_detailses } from './type';
|
|
export function orgtranscript(data?:orgtrant){
|
|
return request({
|
|
url:'kpiapi/strtistics/orgtranscript',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function getplanvers(data?:getplanversionvalid){
|
|
return request({
|
|
url:'api/ststic/getplanversionvalid',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function newsummary(data?:newsummarydetails){
|
|
return request({
|
|
url:'kpiapi/strtistics/newsummarydetails',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function govthree(data?:govthreeing){
|
|
return request({
|
|
url:'hrapi/org/govthreeing',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function getonedetailedtarget(data?:getonedetailed){
|
|
return request({
|
|
url:'kpiapi/department_pc/getonedetailedtarget',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function getcompany(data?:getcompanydeparment){
|
|
return request({
|
|
url:'hrapi/org/getcompanydeparment',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function edit_details(data?:edit_details_state){
|
|
return request({
|
|
url:'kpiapi/department_pc/edit_details_state',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function getsontarget(data?:getsontargetcont){
|
|
return request({
|
|
url:'kpiapi/department_pc/getsontargetcont',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function table_add(data?:table_add_detailses){
|
|
return request({
|
|
url:'kpiapi/department_pc/table_add_detailses',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function edit_table(data?:edit_table_depart_man){
|
|
return request({
|
|
url:'kpiapi/department_pc/edit_table_depart_man',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function delsontar(data?:delsontarget){
|
|
return request({
|
|
url:'kpiapi/department_pc/delsontarget',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function getdetailscont(data?:getdetail){
|
|
return request({
|
|
url:'kpiapi/postpc/getdetailscont',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function edit_detail(data?:edit_details_cont){
|
|
return request({
|
|
url:'kpiapi/department_pc/edit_details_cont',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function getnew_target(data?:getnew_target_depart_postman){
|
|
return request({
|
|
url:'kpiapi/postpc/getnew_target_depart_postman',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function edit_post(data?:edit_post_detailscont){
|
|
return request({
|
|
url:'kpiapi/postpc/edit_post_detailscont',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function eidtposttardetail(data?:eidtposttardetailsstrte){
|
|
return request({
|
|
url:'kpiapi/postpc/eidtposttardetailsstrte',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function addtabledetail(data?:addtabledetailslist){
|
|
return request({
|
|
url:'kpiapi/postpc/addtabledetailslist',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function edit_newson(data?:edit_newson_target){
|
|
return request({
|
|
url:'kpiapi/postpc/edit_newson_target_cont',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function del_son(data?:del_son_tar){
|
|
return request({
|
|
url:'kpiapi/postpc/del_son_target_cont',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function look_scheme(data?:look_scheme_for_deparment){
|
|
return request({
|
|
url:'kpiapi/department_pc/look_scheme_for_deparment',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function get_organdpost(data?:get_organdpost_three){
|
|
return request({
|
|
url:'hrapi/org/get_organdpost_three',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
export function newsummaryas(data?:summarydetail){
|
|
return request({
|
|
url:'api/quant/summarydetailsxinglog',
|
|
method:'post',
|
|
data:data
|
|
})
|
|
}
|
|
|