@steedos-labs/content-compliance 0.2.30 → 0.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/main/default/dashboards//345/217/221/350/265/267/344/272/272/347/234/213/346/235/277.dashboard.yml +154 -0
- package/main/default/objects/space_users/fields/avatar.field.yml +9 -0
- package/main/default/objects/space_users/fields/comment.field.yml +14 -0
- package/main/default/objects/space_users/fields/company_id.field.yml +15 -0
- package/main/default/objects/space_users/fields/company_ids.field.yml +17 -0
- package/main/default/objects/space_users/fields/created.field.yml +12 -0
- package/main/default/objects/space_users/fields/created_by.field.yml +12 -0
- package/main/default/objects/space_users/fields/email.field.yml +14 -0
- package/main/default/objects/space_users/fields/email_notification.field.yml +10 -0
- package/main/default/objects/space_users/fields/email_verified.field.yml +13 -0
- package/main/default/objects/space_users/fields/hr.field.yml +12 -0
- package/main/default/objects/space_users/fields/instance_state.field.yml +24 -0
- package/main/default/objects/space_users/fields/invite_state.field.yml +21 -0
- package/main/default/objects/space_users/fields/is_customer.field.yml +12 -0
- package/main/default/objects/space_users/fields/is_supplier.field.yml +12 -0
- package/main/default/objects/space_users/fields/last_logon.field.yml +15 -0
- package/main/default/objects/space_users/fields/locale.field.yml +23 -0
- package/main/default/objects/space_users/fields/locked.field.yml +11 -0
- package/main/default/objects/space_users/fields/login_expired.field.yml +15 -0
- package/main/default/objects/space_users/fields/manager.field.yml +13 -0
- package/main/default/objects/space_users/fields/mobile.field.yml +17 -0
- package/main/default/objects/space_users/fields/mobile_verified.field.yml +13 -0
- package/main/default/objects/space_users/fields/modified.field.yml +12 -0
- package/main/default/objects/space_users/fields/modified_by.field.yml +12 -0
- package/main/default/objects/space_users/fields/name.field.yml +16 -0
- package/main/default/objects/space_users/fields/organization.field.yml +13 -0
- package/main/default/objects/space_users/fields/organizations.field.yml +19 -0
- package/main/default/objects/space_users/fields/organizations_parents.field.yml +15 -0
- package/main/default/objects/space_users/fields/owner.field.yml +11 -0
- package/main/default/objects/space_users/fields/password.field.yml +11 -0
- package/main/default/objects/space_users/fields/password_expired.field.yml +14 -0
- package/main/default/objects/space_users/fields/position.field.yml +14 -0
- package/main/default/objects/space_users/fields/profile.field.yml +18 -0
- package/main/default/objects/space_users/fields/sms_notification.field.yml +11 -0
- package/main/default/objects/space_users/fields/sort_no.field.yml +14 -0
- package/main/default/objects/space_users/fields/user.field.yml +14 -0
- package/main/default/objects/space_users/fields/user_accepted.field.yml +12 -0
- package/main/default/objects/space_users/fields/username.field.yml +14 -0
- package/main/default/objects/space_users/fields/work_phone.field.yml +16 -0
- package/main/default/objects/space_users/fields/zoom.field.yml +23 -0
- package/main/default/objects/space_users/listviews/all_users.listview.yml +18 -0
- package/main/default/objects/space_users/permissions/admin.permission.yml +17 -0
- package/main/default/objects/space_users/space_users.object.yml +26 -0
- package/main/default/questions/CA/345/256/241/346/240/270/351/200/232/350/277/207/347/216/207.question.yml +56 -0
- package/main/default/questions/Kids/345/223/201/347/211/214/346/265/201/347/250/213/345/256/241/346/240/270/351/200/232/350/277/207/346/225/260.question.yml +54 -0
- package/main/default/questions/Legal/345/256/241/346/240/270/351/200/232/350/277/207/347/216/207.question.yml +56 -0
- package/main/default/questions/NS/345/256/241/346/240/270/351/200/232/350/277/207/347/216/207.question.yml +55 -0
- package/main/default/questions/kids/345/256/241/346/240/270/347/264/240/346/235/220/347/261/273/345/236/213/347/273/237/350/256/241.question.yml +9 -9
- package/main/default/questions/kids/345/256/241/346/240/270/351/200/232/350/277/207/347/216/207.question.yml +55 -0
- package/main/default/questions//346/265/201/347/250/213/345/215/225/345/244/232/346/254/241/351/200/232/350/277/207/347/273/237/350/256/241.question.yml +49 -0
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: sort_no
|
|
2
|
+
amis:
|
|
3
|
+
id: 'u:37f4c6ed8d9b'
|
|
4
|
+
description: ''
|
|
5
|
+
enable_thousands: true
|
|
6
|
+
group: 个人信息
|
|
7
|
+
inlineHelpText: ''
|
|
8
|
+
label: 排序号
|
|
9
|
+
precision: 18
|
|
10
|
+
scale: 2
|
|
11
|
+
sort_no: 1350
|
|
12
|
+
sortable: true
|
|
13
|
+
type: number
|
|
14
|
+
visible_on: '{{global.user.is_space_admin}}'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: user
|
|
2
|
+
amis: {}
|
|
3
|
+
description: ''
|
|
4
|
+
enable_thousands: true
|
|
5
|
+
filterable: false
|
|
6
|
+
group: 个人信息
|
|
7
|
+
index: true
|
|
8
|
+
inlineHelpText: ''
|
|
9
|
+
label: 用户
|
|
10
|
+
readonly: true
|
|
11
|
+
reference_to: users
|
|
12
|
+
sort_no: 1250
|
|
13
|
+
type: master_detail
|
|
14
|
+
visible_on: '{{false}}'
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: work_phone
|
|
2
|
+
amis:
|
|
3
|
+
tpl: >-
|
|
4
|
+
${IF(pageType == 'record' && formFactor != 'LARGE' && isLookup != true, "<a
|
|
5
|
+
href='tel: " + work_phone + "' >" + (work_phone ? work_phone : '') +
|
|
6
|
+
"</a>",(work_phone ? work_phone : ''))}
|
|
7
|
+
id: 'u:0c13a007bde6'
|
|
8
|
+
description: ''
|
|
9
|
+
enable_thousands: true
|
|
10
|
+
group: 个人信息
|
|
11
|
+
inlineHelpText: ''
|
|
12
|
+
label: 工作电话
|
|
13
|
+
searchable: true
|
|
14
|
+
sort_no: 900
|
|
15
|
+
type: text
|
|
16
|
+
visible_on: 'false'
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: zoom
|
|
2
|
+
allowedValues:
|
|
3
|
+
- normal
|
|
4
|
+
- large
|
|
5
|
+
- extra-large
|
|
6
|
+
amis:
|
|
7
|
+
id: 'u:752e844ba766'
|
|
8
|
+
defaultValue: normal
|
|
9
|
+
description: ''
|
|
10
|
+
enable_thousands: true
|
|
11
|
+
group: 个人信息
|
|
12
|
+
inlineHelpText: ''
|
|
13
|
+
label: 字体大小
|
|
14
|
+
options:
|
|
15
|
+
- label: 标准
|
|
16
|
+
value: normal
|
|
17
|
+
- label: 大字体
|
|
18
|
+
value: large
|
|
19
|
+
- label: 超大字体
|
|
20
|
+
value: extra-large
|
|
21
|
+
sort_no: 1000
|
|
22
|
+
type: select
|
|
23
|
+
visible_on: 'false'
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: all_users
|
|
2
|
+
columns:
|
|
3
|
+
- field: name
|
|
4
|
+
- field: email
|
|
5
|
+
- field: profile
|
|
6
|
+
- field: user_accepted
|
|
7
|
+
- field: login_expired
|
|
8
|
+
- field: last_logon
|
|
9
|
+
- field: created
|
|
10
|
+
- field: remark
|
|
11
|
+
width: '500'
|
|
12
|
+
wrap: true
|
|
13
|
+
crud_mode: table
|
|
14
|
+
filter_scope: space
|
|
15
|
+
filters: []
|
|
16
|
+
is_enable: true
|
|
17
|
+
label: 所有用户
|
|
18
|
+
shared_to: space
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: space_users.admin
|
|
2
|
+
allowCreate: true
|
|
3
|
+
allowCreateFiles: true
|
|
4
|
+
allowCreateListViews: true
|
|
5
|
+
allowDelete: true
|
|
6
|
+
allowDeleteFiles: true
|
|
7
|
+
allowEdit: true
|
|
8
|
+
allowEditFiles: true
|
|
9
|
+
allowExport: true
|
|
10
|
+
allowRead: true
|
|
11
|
+
allowReadFiles: true
|
|
12
|
+
modifyAllFiles: true
|
|
13
|
+
modifyAllRecords: true
|
|
14
|
+
permission_set_id: admin
|
|
15
|
+
viewAllFiles: true
|
|
16
|
+
viewAllRecords: true
|
|
17
|
+
field_permissions: []
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name: space_users
|
|
2
|
+
compactLayouts:
|
|
3
|
+
- email
|
|
4
|
+
- mobile
|
|
5
|
+
- organization
|
|
6
|
+
- company_id
|
|
7
|
+
- position
|
|
8
|
+
custom: true
|
|
9
|
+
enable_enhanced_lookup: true
|
|
10
|
+
enable_inline_edit: false
|
|
11
|
+
enable_search: true
|
|
12
|
+
extend: space_users
|
|
13
|
+
field_groups:
|
|
14
|
+
- group_name: 通用
|
|
15
|
+
- group_name: ''
|
|
16
|
+
- group_name: 系统信息
|
|
17
|
+
icon: user
|
|
18
|
+
is_enable: true
|
|
19
|
+
is_system: true
|
|
20
|
+
label: 人员
|
|
21
|
+
sidebar:
|
|
22
|
+
template_name: creator_grid_sidebar_organizations
|
|
23
|
+
hidden: true
|
|
24
|
+
enable_hide: true
|
|
25
|
+
clear_selection_while_hidden: true
|
|
26
|
+
version: 2
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
name: CA审核通过率
|
|
2
|
+
created_at: 2025-03-04T02:52:21.891Z
|
|
3
|
+
creator_id: 67c65f5da979f30624bf4b09
|
|
4
|
+
database_id: 1
|
|
5
|
+
dataset_query:
|
|
6
|
+
database: 1
|
|
7
|
+
type: query
|
|
8
|
+
query:
|
|
9
|
+
source-table: pepsico_material_approval_data
|
|
10
|
+
filter:
|
|
11
|
+
- '='
|
|
12
|
+
- - field
|
|
13
|
+
- pepsico_material_approval_data.ca_pass
|
|
14
|
+
- null
|
|
15
|
+
- true
|
|
16
|
+
aggregation:
|
|
17
|
+
- - count
|
|
18
|
+
breakout:
|
|
19
|
+
- - field
|
|
20
|
+
- pepsico_material_approval_data.ca_approve_times
|
|
21
|
+
- null
|
|
22
|
+
display: pie
|
|
23
|
+
enable_embedding: false
|
|
24
|
+
entity_id: 67c66ae5a979f30624bf4b62
|
|
25
|
+
id: 67c66ae5a979f30624bf4b62
|
|
26
|
+
parameter_mappings: []
|
|
27
|
+
parameters: []
|
|
28
|
+
query_type: query
|
|
29
|
+
result_metadata:
|
|
30
|
+
- id: ca_approve_times
|
|
31
|
+
name: ca_approve_times
|
|
32
|
+
unit: null
|
|
33
|
+
display_name: CA审核次数
|
|
34
|
+
base_type: type/Text
|
|
35
|
+
effective_type: type/Text
|
|
36
|
+
semantic_type: null
|
|
37
|
+
source: breakout
|
|
38
|
+
visibility_type: normal
|
|
39
|
+
table_id: pepsico_material_approval_data
|
|
40
|
+
field_ref:
|
|
41
|
+
- field
|
|
42
|
+
- pepsico_material_approval_data.ca_approve_times
|
|
43
|
+
- null
|
|
44
|
+
- base_type: type/BigInteger
|
|
45
|
+
display_name: 计数
|
|
46
|
+
effective_type: type/BigInteger
|
|
47
|
+
field_ref:
|
|
48
|
+
- aggregation
|
|
49
|
+
- 0
|
|
50
|
+
name: count
|
|
51
|
+
semantic_type: type/Quantity
|
|
52
|
+
source: aggregation
|
|
53
|
+
table_id: pepsico_material_approval_data
|
|
54
|
+
updated_at: 2025-03-04T02:52:21.891Z
|
|
55
|
+
visualization_settings: >-
|
|
56
|
+
{"table.pivot_column":"ca_approve_times","table.cell_column":"count","pivot_table.column_split":{"rows":[["field","pepsico_material_approval_data.ca_approve_times",null]],"columns":[],"values":[["aggregation",0]]},"graph.dimensions":["ca_approve_times"],"graph.metrics":["count"]}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
name: Kids品牌流程审核通过数
|
|
2
|
+
created_at: 2025-03-07T09:31:02.224Z
|
|
3
|
+
creator_id: 67c65f5da979f30624bf4b09
|
|
4
|
+
database_id: 1
|
|
5
|
+
dataset_query:
|
|
6
|
+
database: 1
|
|
7
|
+
type: query
|
|
8
|
+
query:
|
|
9
|
+
source-table: pepsico_material_approval_data
|
|
10
|
+
filter:
|
|
11
|
+
- '='
|
|
12
|
+
- - field
|
|
13
|
+
- pepsico_material_approval_data.kids
|
|
14
|
+
- null
|
|
15
|
+
- true
|
|
16
|
+
breakout:
|
|
17
|
+
- - field
|
|
18
|
+
- pepsico_material_approval_data.peoduct
|
|
19
|
+
- null
|
|
20
|
+
aggregation:
|
|
21
|
+
- - count
|
|
22
|
+
display: bar
|
|
23
|
+
entity_id: 67cabcd6e4148a062542de76
|
|
24
|
+
id: 67cabcd6e4148a062542de76
|
|
25
|
+
parameter_mappings: []
|
|
26
|
+
parameters: []
|
|
27
|
+
query_type: query
|
|
28
|
+
result_metadata:
|
|
29
|
+
- id: peoduct
|
|
30
|
+
name: peoduct
|
|
31
|
+
unit: null
|
|
32
|
+
display_name: 品牌
|
|
33
|
+
base_type: type/Text
|
|
34
|
+
effective_type: type/Text
|
|
35
|
+
semantic_type: null
|
|
36
|
+
source: breakout
|
|
37
|
+
visibility_type: normal
|
|
38
|
+
table_id: pepsico_material_approval_data
|
|
39
|
+
field_ref:
|
|
40
|
+
- field
|
|
41
|
+
- pepsico_material_approval_data.peoduct
|
|
42
|
+
- null
|
|
43
|
+
- base_type: type/BigInteger
|
|
44
|
+
display_name: 计数
|
|
45
|
+
effective_type: type/BigInteger
|
|
46
|
+
field_ref:
|
|
47
|
+
- aggregation
|
|
48
|
+
- 0
|
|
49
|
+
name: count
|
|
50
|
+
semantic_type: type/Quantity
|
|
51
|
+
source: aggregation
|
|
52
|
+
table_id: pepsico_material_approval_data
|
|
53
|
+
updated_at: 2025-03-07T09:31:02.224Z
|
|
54
|
+
visualization_settings: '{"graph.dimensions":["peoduct"],"graph.metrics":["count"]}'
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
name: Legal审核通过率
|
|
2
|
+
created_at: 2025-03-04T02:54:29.111Z
|
|
3
|
+
creator_id: 67c65f5da979f30624bf4b09
|
|
4
|
+
database_id: 1
|
|
5
|
+
dataset_query:
|
|
6
|
+
query:
|
|
7
|
+
source-table: pepsico_material_approval_data
|
|
8
|
+
filter:
|
|
9
|
+
- '='
|
|
10
|
+
- - field
|
|
11
|
+
- pepsico_material_approval_data.legal_pass
|
|
12
|
+
- null
|
|
13
|
+
- true
|
|
14
|
+
aggregation:
|
|
15
|
+
- - count
|
|
16
|
+
breakout:
|
|
17
|
+
- - field
|
|
18
|
+
- pepsico_material_approval_data.approve_org
|
|
19
|
+
- null
|
|
20
|
+
type: query
|
|
21
|
+
database: 1
|
|
22
|
+
display: pie
|
|
23
|
+
enable_embedding: false
|
|
24
|
+
entity_id: 67c66b65a979f30624bf4b64
|
|
25
|
+
id: 67c66b65a979f30624bf4b64
|
|
26
|
+
parameter_mappings: []
|
|
27
|
+
parameters: []
|
|
28
|
+
query_type: query
|
|
29
|
+
result_metadata:
|
|
30
|
+
- id: approve_org
|
|
31
|
+
name: approve_org
|
|
32
|
+
unit: null
|
|
33
|
+
display_name: Legal审核次数
|
|
34
|
+
base_type: type/Text
|
|
35
|
+
effective_type: type/Text
|
|
36
|
+
semantic_type: null
|
|
37
|
+
source: breakout
|
|
38
|
+
visibility_type: normal
|
|
39
|
+
table_id: pepsico_material_approval_data
|
|
40
|
+
field_ref:
|
|
41
|
+
- field
|
|
42
|
+
- pepsico_material_approval_data.approve_org
|
|
43
|
+
- null
|
|
44
|
+
- base_type: type/BigInteger
|
|
45
|
+
display_name: 计数
|
|
46
|
+
effective_type: type/BigInteger
|
|
47
|
+
field_ref:
|
|
48
|
+
- aggregation
|
|
49
|
+
- 0
|
|
50
|
+
name: count
|
|
51
|
+
semantic_type: type/Quantity
|
|
52
|
+
source: aggregation
|
|
53
|
+
table_id: pepsico_material_approval_data
|
|
54
|
+
updated_at: 2025-03-04T02:54:29.111Z
|
|
55
|
+
visualization_settings: >-
|
|
56
|
+
{"table.pivot_column":"approve_org","table.cell_column":"count","graph.dimensions":["approve_org"],"graph.metrics":["count"]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
name: NS审核通过率
|
|
2
|
+
created_at: 2025-03-04T02:57:19.897Z
|
|
3
|
+
creator_id: 67c65f5da979f30624bf4b09
|
|
4
|
+
database_id: 1
|
|
5
|
+
dataset_query:
|
|
6
|
+
query:
|
|
7
|
+
source-table: pepsico_material_approval_data
|
|
8
|
+
filter:
|
|
9
|
+
- '='
|
|
10
|
+
- - field
|
|
11
|
+
- pepsico_material_approval_data.ns_pass
|
|
12
|
+
- null
|
|
13
|
+
- true
|
|
14
|
+
aggregation:
|
|
15
|
+
- - count
|
|
16
|
+
breakout:
|
|
17
|
+
- - field
|
|
18
|
+
- pepsico_material_approval_data.ns_approve_times
|
|
19
|
+
- null
|
|
20
|
+
type: query
|
|
21
|
+
database: 1
|
|
22
|
+
display: pie
|
|
23
|
+
enable_embedding: false
|
|
24
|
+
entity_id: 67c66c0fa979f30624bf4b68
|
|
25
|
+
id: 67c66c0fa979f30624bf4b68
|
|
26
|
+
parameter_mappings: []
|
|
27
|
+
parameters: []
|
|
28
|
+
query_type: query
|
|
29
|
+
result_metadata:
|
|
30
|
+
- id: ns_approve_times
|
|
31
|
+
name: ns_approve_times
|
|
32
|
+
unit: null
|
|
33
|
+
display_name: NS审核次数
|
|
34
|
+
base_type: type/Text
|
|
35
|
+
effective_type: type/Text
|
|
36
|
+
semantic_type: null
|
|
37
|
+
source: breakout
|
|
38
|
+
visibility_type: normal
|
|
39
|
+
table_id: pepsico_material_approval_data
|
|
40
|
+
field_ref:
|
|
41
|
+
- field
|
|
42
|
+
- pepsico_material_approval_data.ns_approve_times
|
|
43
|
+
- null
|
|
44
|
+
- base_type: type/BigInteger
|
|
45
|
+
display_name: 计数
|
|
46
|
+
effective_type: type/BigInteger
|
|
47
|
+
field_ref:
|
|
48
|
+
- aggregation
|
|
49
|
+
- 0
|
|
50
|
+
name: count
|
|
51
|
+
semantic_type: type/Quantity
|
|
52
|
+
source: aggregation
|
|
53
|
+
table_id: pepsico_material_approval_data
|
|
54
|
+
updated_at: 2025-03-04T02:57:19.897Z
|
|
55
|
+
visualization_settings: '{"graph.dimensions":["ns_approve_times"],"graph.metrics":["count"]}'
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
name:
|
|
2
|
-
created_at: 2025-03-07T09:
|
|
1
|
+
name: kids审核素材类型统计
|
|
2
|
+
created_at: 2025-03-07T09:15:28.462Z
|
|
3
3
|
creator_id: 67c65f5da979f30624bf4b09
|
|
4
4
|
database_id: 1
|
|
5
5
|
dataset_query:
|
|
6
|
+
database: 1
|
|
7
|
+
type: query
|
|
6
8
|
query:
|
|
7
9
|
source-table: pepsico_material_data
|
|
8
10
|
filter:
|
|
@@ -17,11 +19,9 @@ dataset_query:
|
|
|
17
19
|
- - field
|
|
18
20
|
- pepsico_material_data.material_type
|
|
19
21
|
- null
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
entity_id: 67caba89e4148a062542de74
|
|
24
|
-
id: 67caba89e4148a062542de74
|
|
22
|
+
display: pie
|
|
23
|
+
entity_id: 67cab930e4148a062542de72
|
|
24
|
+
id: 67cab930e4148a062542de72
|
|
25
25
|
parameter_mappings: []
|
|
26
26
|
parameters: []
|
|
27
27
|
query_type: query
|
|
@@ -50,5 +50,5 @@ result_metadata:
|
|
|
50
50
|
semantic_type: type/Quantity
|
|
51
51
|
source: aggregation
|
|
52
52
|
table_id: pepsico_material_data
|
|
53
|
-
updated_at: 2025-03-07T09:
|
|
54
|
-
visualization_settings: '{
|
|
53
|
+
updated_at: 2025-03-07T09:15:28.462Z
|
|
54
|
+
visualization_settings: '{}'
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
name: kids审核通过率
|
|
2
|
+
created_at: 2025-03-04T03:03:13.457Z
|
|
3
|
+
creator_id: 67c65f5da979f30624bf4b09
|
|
4
|
+
database_id: 1
|
|
5
|
+
dataset_query:
|
|
6
|
+
query:
|
|
7
|
+
source-table: pepsico_material_approval_data
|
|
8
|
+
filter:
|
|
9
|
+
- '='
|
|
10
|
+
- - field
|
|
11
|
+
- pepsico_material_approval_data.kids
|
|
12
|
+
- null
|
|
13
|
+
- true
|
|
14
|
+
aggregation:
|
|
15
|
+
- - count
|
|
16
|
+
breakout:
|
|
17
|
+
- - field
|
|
18
|
+
- pepsico_material_approval_data.kids_approve_times
|
|
19
|
+
- null
|
|
20
|
+
type: query
|
|
21
|
+
database: 1
|
|
22
|
+
display: pie
|
|
23
|
+
enable_embedding: false
|
|
24
|
+
entity_id: 67c66d71a979f30624bf4b70
|
|
25
|
+
id: 67c66d71a979f30624bf4b70
|
|
26
|
+
parameter_mappings: []
|
|
27
|
+
parameters: []
|
|
28
|
+
query_type: query
|
|
29
|
+
result_metadata:
|
|
30
|
+
- id: kids_approve_times
|
|
31
|
+
name: kids_approve_times
|
|
32
|
+
unit: null
|
|
33
|
+
display_name: kids审核次数(新增)
|
|
34
|
+
base_type: type/Text
|
|
35
|
+
effective_type: type/Text
|
|
36
|
+
semantic_type: null
|
|
37
|
+
source: breakout
|
|
38
|
+
visibility_type: normal
|
|
39
|
+
table_id: pepsico_material_approval_data
|
|
40
|
+
field_ref:
|
|
41
|
+
- field
|
|
42
|
+
- pepsico_material_approval_data.kids_approve_times
|
|
43
|
+
- null
|
|
44
|
+
- base_type: type/BigInteger
|
|
45
|
+
display_name: 计数
|
|
46
|
+
effective_type: type/BigInteger
|
|
47
|
+
field_ref:
|
|
48
|
+
- aggregation
|
|
49
|
+
- 0
|
|
50
|
+
name: count
|
|
51
|
+
semantic_type: type/Quantity
|
|
52
|
+
source: aggregation
|
|
53
|
+
table_id: pepsico_material_approval_data
|
|
54
|
+
updated_at: 2025-03-04T03:03:13.457Z
|
|
55
|
+
visualization_settings: '{"graph.dimensions":["kids_approve_times"],"graph.metrics":["count"]}'
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
name: 流程单多次通过统计
|
|
2
|
+
created_at: 2025-03-07T08:56:14.154Z
|
|
3
|
+
creator_id: 67c65f5da979f30624bf4b09
|
|
4
|
+
database_id: 1
|
|
5
|
+
dataset_query:
|
|
6
|
+
database: 1
|
|
7
|
+
type: query
|
|
8
|
+
query:
|
|
9
|
+
source-table: pepsico_material_approval_data
|
|
10
|
+
aggregation:
|
|
11
|
+
- - count
|
|
12
|
+
breakout:
|
|
13
|
+
- - field
|
|
14
|
+
- pepsico_material_approval_data.flow_pass_times
|
|
15
|
+
- null
|
|
16
|
+
display: pie
|
|
17
|
+
enable_embedding: false
|
|
18
|
+
entity_id: 67cab4aee4148a062542de6a
|
|
19
|
+
id: 67cab4aee4148a062542de6a
|
|
20
|
+
parameter_mappings: []
|
|
21
|
+
parameters: []
|
|
22
|
+
query_type: query
|
|
23
|
+
result_metadata:
|
|
24
|
+
- id: flow_pass_times
|
|
25
|
+
name: flow_pass_times
|
|
26
|
+
unit: null
|
|
27
|
+
display_name: 流程一次/多次通过
|
|
28
|
+
base_type: type/Text
|
|
29
|
+
effective_type: type/Text
|
|
30
|
+
semantic_type: null
|
|
31
|
+
source: breakout
|
|
32
|
+
visibility_type: normal
|
|
33
|
+
table_id: pepsico_material_approval_data
|
|
34
|
+
field_ref:
|
|
35
|
+
- field
|
|
36
|
+
- pepsico_material_approval_data.flow_pass_times
|
|
37
|
+
- null
|
|
38
|
+
- base_type: type/BigInteger
|
|
39
|
+
display_name: 计数
|
|
40
|
+
effective_type: type/BigInteger
|
|
41
|
+
field_ref:
|
|
42
|
+
- aggregation
|
|
43
|
+
- 0
|
|
44
|
+
name: count
|
|
45
|
+
semantic_type: type/Quantity
|
|
46
|
+
source: aggregation
|
|
47
|
+
table_id: pepsico_material_approval_data
|
|
48
|
+
updated_at: 2025-03-07T08:56:14.154Z
|
|
49
|
+
visualization_settings: '{}'
|