|
@@ -31,43 +31,3 @@ export function addConfig (param) {
|
|
|
export function updateConfig (param) {
|
|
|
return http.put('/configurations', param)
|
|
|
}
|
|
|
-
|
|
|
-// 福利待遇 - 分页查询
|
|
|
-export function getWelfarePage (param) {
|
|
|
- return http.post('/subsidy/category/page', param)
|
|
|
-}
|
|
|
-
|
|
|
-// 福利待遇 - 明细查询
|
|
|
-export function getWelfareDetail (param) {
|
|
|
- return http.post('/subsidy/category/detail', param)
|
|
|
-}
|
|
|
-
|
|
|
-// 福利待遇 - 保存
|
|
|
-export function saveWelfare (param) {
|
|
|
- return http.post('/subsidy/category/save', param)
|
|
|
-}
|
|
|
-
|
|
|
-// 福利待遇 - 删除
|
|
|
-export function deleteWelfare (param) {
|
|
|
- return http.post('/subsidy/category/del', param)
|
|
|
-}
|
|
|
-
|
|
|
-// 福利待遇 - 福利类型 分页查询
|
|
|
-export function getWelfareCategoryPage (param) {
|
|
|
- return http.post('/subsidy/personnel/category/page', param)
|
|
|
-}
|
|
|
-
|
|
|
-// 福利待遇 - 福利类型 明细
|
|
|
-export function getWelfareCategoryDetails (param) {
|
|
|
- return http.post('/subsidy/personnel/category/detail', param)
|
|
|
-}
|
|
|
-
|
|
|
-// 福利待遇 - 福利类型 保存
|
|
|
-export function saveWelfareCategory (param) {
|
|
|
- return http.post('/subsidy/personnel/category/save', param)
|
|
|
-}
|
|
|
-
|
|
|
-// 福利待遇 - 福利类型 删除
|
|
|
-export function deleteWelfareCategory (param) {
|
|
|
- return http.post('/subsidy/personnel/category/del', param)
|
|
|
-}
|