项目

一般

简介

任务分解 #281

oa审核表劳动和社会保障缴费信息

由 匿名用户 在 将近 8 年 之前添加. 更新于 将近 8 年 之前.

状态:
已关闭
优先级:
指派给:
-
目标版本:
开始日期:
2017-05-31
计划完成日期:
% 完成:

0%

预期时间:

描述

劳动和社会保障缴费信息(ApplyLaborAndSocialSecurityPaymentInfoFormTest.php)
// $response = $client->request('GET', 'applyLaborAndSocialSecurityPaymentInfoForms',['haders'=>['Content-' => 'application/vnd.api+json']]);
// $response = $client->request('GET', 'applyLaborAndSocialSecurityPaymentInfoForms/1,2',['haders'=>['Content-' => 'application/vnd.api+json']]);
// $response = $client->request('GET', 'applyLaborAndSocialSecurityPaymentInfoForms?filter[category]=1&sort=-id',['haders'=>['Content-' => 'application/vnd.api+json']]);
//add -- 开始
/*$data = array("data"=>array("type"=>"applyLaborAndSocialSecurityPaymentInfoForms",
"attributes"=>array("arrearsMoney"=>12,
"arrearsCategory"=>2,
"statisticsDate"=>'2020-02-02',
"classificationSupervisionLevel"=>2,
"companyId"=>2,
"uid"=>2,
"userIdentification"=>2
)
)
);
$response = $client->request(
'POST',
'applyLaborAndSocialSecurityPaymentInfoForms',
[
'haders'=>['Content-Type' => 'application/vnd.api+json'],
'json' => $data
]
);*/
//add -- 结束
//edit -- 开始
$data = array("data"=>array("type"=>"applyLaborAndSocialSecurityPaymentInfoForms",
"attributes"=>array("arrearsMoney"=>13,
"arrearsCategory"=>1,
"statisticsDate"=>'2034-03-03',
"classificationSupervisionLevel"=>3,
)
)
);
$response = $client->request(
'PUT',
'applyLaborAndSocialSecurityPaymentInfoForms/16',
[
'haders'=>['Content-Type' => 'application/vnd.api+json'],
'json' => $data
]
);

历史记录

#1

由 匿名用户 更新于 将近 8 年 之前

  • 主题oa审核表 变更为 oa审核表劳动和社会保障缴费信息
  • 描述 已更新。 (diff)
#2

由 匿名用户 更新于 将近 8 年 之前

  • 状态新建 变更为 已解决
#3

由 匿名用户 更新于 将近 8 年 之前

  • 状态已解决 变更为 已关闭

导出 Atom PDF