fixed 修改之前关于镇农科公司任务的描述,全部改为镇合伙人
This commit is contained in:
parent
cdb46846a4
commit
89ce6e2281
@ -43,7 +43,7 @@ class TaskController extends BaseApiController
|
|||||||
$where[] = ['company_id', '=', $this->userInfo['company_id']];
|
$where[] = ['company_id', '=', $this->userInfo['company_id']];
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($userCompanyInfo['company_type'] == 41) {
|
if ($userCompanyInfo['company_type'] == 16) {
|
||||||
$where[] = ['director_uid', '=', $this->userId];
|
$where[] = ['director_uid', '=', $this->userId];
|
||||||
// $where[] = ['company_id', '=', $this->userInfo['company_id']];
|
// $where[] = ['company_id', '=', $this->userInfo['company_id']];
|
||||||
}
|
}
|
||||||
@ -397,7 +397,7 @@ class TaskController extends BaseApiController
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 镇农科公司任务详情
|
* 镇负责人公司任务详情
|
||||||
*/
|
*/
|
||||||
public function service_task_detail()
|
public function service_task_detail()
|
||||||
{
|
{
|
||||||
@ -408,7 +408,7 @@ class TaskController extends BaseApiController
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 镇农科公司任务-督促小组服务团队学习任务 -提交
|
* 镇负责人公司任务-督促小组服务团队学习任务 -提交
|
||||||
*/
|
*/
|
||||||
public function commit_town_task_type4()
|
public function commit_town_task_type4()
|
||||||
{
|
{
|
||||||
@ -427,7 +427,7 @@ class TaskController extends BaseApiController
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 镇农科公司任务-数字农贸宣传、加工业务建设和招商任务
|
* 镇负责人公司任务-数字农贸宣传、加工业务建设和招商任务
|
||||||
* 第一阶段 上传 宣传和加工两个业务 的手续办理完成证明
|
* 第一阶段 上传 宣传和加工两个业务 的手续办理完成证明
|
||||||
* 第二阶段 上传 竣工验收单
|
* 第二阶段 上传 竣工验收单
|
||||||
* 第三阶段 上传 两个业务体系招商入驻证明
|
* 第三阶段 上传 两个业务体系招商入驻证明
|
||||||
@ -668,7 +668,7 @@ class TaskController extends BaseApiController
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 提交 镇农科负责人-信息收集
|
* 提交 镇合伙人负责人-信息收集
|
||||||
* 将信息收集存入task_template表中
|
* 将信息收集存入task_template表中
|
||||||
*/
|
*/
|
||||||
publiC function commit_town_master_task_type_3()
|
publiC function commit_town_master_task_type_3()
|
||||||
@ -683,7 +683,7 @@ class TaskController extends BaseApiController
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 提交 镇农科负责人-政策补贴申请
|
* 提交 镇合伙人负责人-政策补贴申请
|
||||||
* 上传凭证,后台审批,填写实际完成金额
|
* 上传凭证,后台审批,填写实际完成金额
|
||||||
*/
|
*/
|
||||||
publiC function commit_town_master_task_type_7()
|
publiC function commit_town_master_task_type_7()
|
||||||
@ -913,7 +913,7 @@ class TaskController extends BaseApiController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 镇农科服务部长-督促小组服务团队入股村管理公司
|
// 镇合伙人服务部长-督促小组服务团队入股村管理公司
|
||||||
public function commit_town_service_manager_task_6()
|
public function commit_town_service_manager_task_6()
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
@ -952,7 +952,7 @@ class TaskController extends BaseApiController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 镇农科负责人-促成村联络员入股甲方
|
// 镇合伙人负责人-促成村联络员入股甲方
|
||||||
public function commit_town_master_task_6()
|
public function commit_town_master_task_6()
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
@ -137,7 +137,7 @@ class TaskTemplateLogic extends BaseLogic
|
|||||||
try {
|
try {
|
||||||
$company = Company::find($params['company_id']);
|
$company = Company::find($params['company_id']);
|
||||||
if ($company->company_type == 41) {
|
if ($company->company_type == 41) {
|
||||||
// 创建 镇农科公司 任务模板
|
// 创建 镇合伙人公司 任务模板
|
||||||
$taskScheduleAmount = 700;
|
$taskScheduleAmount = 700;
|
||||||
} else {
|
} else {
|
||||||
$taskScheduleAmount = 200;
|
$taskScheduleAmount = 200;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user