更新审批表单
This commit is contained in:
parent
c403a96dcd
commit
30d6cf0c2b
|
@ -841,6 +841,9 @@ class OaApprove extends ApiController
|
||||||
$flowMap[$item['id']] = $item['name'];
|
$flowMap[$item['id']] = $item['name'];
|
||||||
}
|
}
|
||||||
//获取审批字段
|
//获取审批字段
|
||||||
|
switch ($type)
|
||||||
|
{
|
||||||
|
case 1:
|
||||||
$field = [
|
$field = [
|
||||||
'detail_type' => [
|
'detail_type' => [
|
||||||
'title' => '请假类型',
|
'title' => '请假类型',
|
||||||
|
@ -908,6 +911,10 @@ class OaApprove extends ApiController
|
||||||
'item' => (object)[]
|
'item' => (object)[]
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
$field = [];
|
||||||
|
}
|
||||||
return $field;
|
return $field;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,66 @@
|
||||||
|
================ 勿删 ================
|
||||||
|
php think swoole
|
||||||
|
php think swoole restart
|
||||||
|
php think queue:work
|
||||||
|
|
||||||
|
composer require alibabacloud/live-20161101 1.1.1 --ignore-platform-req=ext-sodium
|
||||||
|
composer require textalk/websocket
|
||||||
|
|
||||||
|
https://shop.lihaink.cn
|
||||||
|
admin lihaikeji0099
|
||||||
|
|
||||||
|
https://next.api.aliyun.com/api/live/2016-11-01/AddLiveDomain
|
||||||
|
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
} catch (\Exception $e) {
|
||||||
|
$e->getMessage()
|
||||||
|
}
|
||||||
|
================ 勿删 ================
|
||||||
|
|
||||||
|
1请假 2出差 3外出 4加班 5会议室预定 6公文流转 7物品维修 8资质借用 9用章 10用车 11用车归还 12借款 13付款 14奖励 15采购 16活动经费 17入职 18转正 19离职 20转岗 21招聘需求 22通用审批
|
||||||
|
|
||||||
|
rtmp://push-live.lihaink.cn/ceshi/202310171552401735?auth_key=1697546420-0-0-b5edb41b740a63bcf0fcb466358c134b
|
||||||
|
|
||||||
|
|
||||||
|
http://127.0.0.1:30003/api/index/flow_check
|
||||||
|
|
||||||
|
id: 13
|
||||||
|
type: 1
|
||||||
|
check_node: 1 //审核结束
|
||||||
|
check_admin_ids:
|
||||||
|
check: 1
|
||||||
|
content: 同意
|
||||||
|
|
||||||
|
id: 14
|
||||||
|
type: 1
|
||||||
|
check_node: 2 //下一审批人
|
||||||
|
check_admin_ids: 2
|
||||||
|
check: 1
|
||||||
|
content: 继续
|
||||||
|
|
||||||
|
id: 14
|
||||||
|
type: 1
|
||||||
|
check_node: 1 //审核结束
|
||||||
|
check_admin_ids:
|
||||||
|
check: 1
|
||||||
|
content: ok
|
||||||
|
|
||||||
|
id: 1
|
||||||
|
type: 1
|
||||||
|
check_node: 0
|
||||||
|
check_admin_ids: 0
|
||||||
|
check: 2
|
||||||
|
content: 不同意
|
||||||
|
|
||||||
|
ttp://127.0.0.1:30003/api/index/get_flow_nodes?id=13
|
||||||
|
|
||||||
|
撤销申请
|
||||||
|
|
||||||
|
http://127.0.0.1:30003/api/index/flow_check
|
||||||
|
|
||||||
|
id: 1
|
||||||
|
type: 1
|
||||||
|
check: 3
|
||||||
|
content: 错误
|
Loading…
Reference in New Issue