Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 模板控件配置增加请假特有假勤控件,审批详情Selector控件增加选项值 #195

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/oa.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Name|JSON|Type|Doc
Name|JSON|Type|Doc
:---|:---|:---|:--
`Key`|`key`|`string`| 选项key,可通过“获取审批模板详情”接口获得
`Value`|`value`|`[]OAText`| 选项值,若配置了多语言则会包含中英文的选项值

### `OAContentMember` 所选成员内容,即申请人在此控件选择的成员,多选模式下可以有多个

Expand Down Expand Up @@ -207,7 +208,8 @@ Name|JSON|Type|Doc
`Selector`|`selector`|`OATemplateControlConfigSelector`| Selector控件(单选/多选控件)
`Contact`|`contact`|`OATemplateControlConfigContact`| Contact控件(成员/部门控件)
`Table`|`table`|`OATemplateControlConfigTable`| Table(明细控件)
`Attendance`|`attendance`|`OATemplateControlConfigAttendance`| Attendance控件(假勤控件)
`Attendance`|`attendance`|`OATemplateControlConfigAttendance`| Attendance控件(假勤控件)【出差】【加班】【外出】模板特有的控件
`Vacation`|`vacation_list`|`OATemplateControlConfigVacation`| Vacation控件(假勤控件)【请假】模板特有控件, 请假类型强关联审批应用中的假期管理。

### `OATemplateControlConfigDate` 类型标志,日期/日期+时间控件的config中会包含此参数

Expand Down
2 changes: 1 addition & 1 deletion errcodes/mod.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion oa.md.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading