push
This commit is contained in:
30
nervui-work-flow/public/conditions.json
Normal file
30
nervui-work-flow/public/conditions.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"code": "200",
|
||||
"msg": "操作成功",
|
||||
"data": [
|
||||
{
|
||||
"columnId": "1090",
|
||||
"showType": "1",
|
||||
"showName": "预计采购总费用",
|
||||
"columnName": "planProcurementTotalMoney",
|
||||
"columnType": "Double",
|
||||
"fixedDownBoxValue": ""
|
||||
},
|
||||
{
|
||||
"columnId": "1092",
|
||||
"showType": "3",
|
||||
"showName": "采购类型",
|
||||
"columnName": "procurementType",
|
||||
"columnType": "String",
|
||||
"fixedDownBoxValue": "{\"1\":{\"key\":\"1\",\"value\":\"新开园区集中采购\",\"column\":\"\",\"type\":\"1\"}}"
|
||||
},
|
||||
{
|
||||
"columnId": "1093",
|
||||
"showType": "1",
|
||||
"showName": "园区面积",
|
||||
"columnName": "parkArea",
|
||||
"columnType": "Double",
|
||||
"fixedDownBoxValue": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
34
nervui-work-flow/public/conditions字段注释.js
Normal file
34
nervui-work-flow/public/conditions字段注释.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
"code": "200",
|
||||
"msg": "操作成功",
|
||||
"data": [
|
||||
{
|
||||
//条件id columnId == 0 为发起人
|
||||
"columnId": "1090",
|
||||
//columnType == "String" && showType == "3"为多选 columnType == "Double"为区间
|
||||
"showType": "1",
|
||||
"showName": "预计采购总费用",
|
||||
//columnName 条件自定义字段
|
||||
"columnName": "planProcurementTotalMoney",
|
||||
"columnType": "Double",
|
||||
//fixedDownBoxValue 匹配 columnType == "String" && showType == "3"时子选项内容
|
||||
"fixedDownBoxValue": ""
|
||||
},
|
||||
{
|
||||
"columnId": "1092",
|
||||
"showType": "3",
|
||||
"showName": "采购类型",
|
||||
"columnName": "procurementType",
|
||||
"columnType": "String",
|
||||
"fixedDownBoxValue": "{\"1\":{\"key\":\"1\",\"value\":\"新开园区集中采购\",\"column\":\"\",\"type\":\"1\"}}"
|
||||
},
|
||||
{
|
||||
"columnId": "1093",
|
||||
"showType": "1",
|
||||
"showName": "园区面积",
|
||||
"columnName": "parkArea",
|
||||
"columnType": "Double",
|
||||
"fixedDownBoxValue": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
613
nervui-work-flow/public/data.json
Normal file
613
nervui-work-flow/public/data.json
Normal file
@@ -0,0 +1,613 @@
|
||||
{
|
||||
"code": "200",
|
||||
"msg": "success",
|
||||
"data": {
|
||||
"processInfo": {
|
||||
"processNode": {
|
||||
"id": "apply_1",
|
||||
"name": "发起人",
|
||||
"nodeType": 1,
|
||||
"sendMessage": 1,
|
||||
"next": {
|
||||
"name": "指定员工",
|
||||
"nodeType": 2,
|
||||
"next": {
|
||||
"name": "路由",
|
||||
"nodeType": 3,
|
||||
"exclusive": [
|
||||
{
|
||||
"name": "部门相关",
|
||||
"jumpId": "",
|
||||
"conditionType": 2,
|
||||
"priorityLevel": 1,
|
||||
"conditionGroupList": [
|
||||
{
|
||||
"conditionInfoList": [
|
||||
{
|
||||
"compareType": "in",
|
||||
"numberAfterCompareType": false,
|
||||
"paramKey": "createUserDepartment",
|
||||
"valueCp": [],
|
||||
"valueType": "string",
|
||||
"checkbox": "faqiren",
|
||||
"selectLabel": "",
|
||||
"dotDesc": "指定部门为测试,护理部,textXu,主设计部,测试一部,测试一部23",
|
||||
"value": [
|
||||
"1238190281423491082",
|
||||
"bf57e807952744ddac605f96d2b6e6c7",
|
||||
"3d0684f5547042e59abee6c8c2f5e439",
|
||||
"6cf4d523ae4144ce8c6a97dc27be0139",
|
||||
"1e0b741b8cbd4aebb584bc2819331171",
|
||||
"4a83bb8e41f54245aa262a6a7a3ca042"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditionExpression": "",
|
||||
"exclusiveBranchNode": {
|
||||
"name": "所属部门负责人",
|
||||
"nodeType": 2,
|
||||
"next": {
|
||||
"name": "路由",
|
||||
"nodeType": 3,
|
||||
"exclusive": [
|
||||
{
|
||||
"name": "向上发起",
|
||||
"jumpId": "",
|
||||
"conditionType": 2,
|
||||
"priorityLevel": 1,
|
||||
"conditionGroupList": [
|
||||
{
|
||||
"conditionInfoList": [
|
||||
{
|
||||
"compareType": "in",
|
||||
"numberAfterCompareType": false,
|
||||
"paramKey": "createUserDepartment",
|
||||
"valueCp": [],
|
||||
"valueType": "string",
|
||||
"checkbox": "faqiren",
|
||||
"selectLabel": "",
|
||||
"dotDesc": "指定部门为护理部,主设计部,设计部2",
|
||||
"value": [
|
||||
"bf57e807952744ddac605f96d2b6e6c7",
|
||||
"6cf4d523ae4144ce8c6a97dc27be0139",
|
||||
"3dc2f028afb144b9b1cddcd5e8082db2"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditionExpression": "",
|
||||
"exclusiveBranchNode": {
|
||||
"name": "审核人",
|
||||
"nodeType": 2,
|
||||
"next": {
|
||||
"name": "向上",
|
||||
"nodeType": 2,
|
||||
"next": null,
|
||||
"sendMessage": 1,
|
||||
"assignee": {
|
||||
"assigneeType": 6,
|
||||
"userType": 6,
|
||||
"multiMode": 2,
|
||||
"lastLeaderLevel": 1,
|
||||
"overDot": [
|
||||
6,
|
||||
1
|
||||
],
|
||||
"assigneeIsEmpty": 2
|
||||
},
|
||||
"exclusive": [],
|
||||
"error": false
|
||||
},
|
||||
"sendMessage": 1,
|
||||
"assignee": {
|
||||
"assigneeType": 3,
|
||||
"userType": 3,
|
||||
"multiMode": 3,
|
||||
"assigneeIsEmpty": 2
|
||||
},
|
||||
"exclusive": [],
|
||||
"error": false
|
||||
},
|
||||
"error": false
|
||||
},
|
||||
{
|
||||
"name": "组织架构",
|
||||
"jumpId": "",
|
||||
"conditionType": 2,
|
||||
"priorityLevel": 2,
|
||||
"conditionGroupList": [
|
||||
{
|
||||
"conditionInfoList": [
|
||||
{
|
||||
"compareType": "in",
|
||||
"numberAfterCompareType": false,
|
||||
"paramKey": "createUserDepartment",
|
||||
"valueCp": [],
|
||||
"valueType": "string",
|
||||
"checkbox": "faqiren",
|
||||
"selectLabel": "",
|
||||
"dotDesc": "指定部门为护理部,主设计部",
|
||||
"value": [
|
||||
"bf57e807952744ddac605f96d2b6e6c7",
|
||||
"6cf4d523ae4144ce8c6a97dc27be0139"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditionExpression": "",
|
||||
"exclusiveBranchNode": {
|
||||
"name": "审核人",
|
||||
"nodeType": 2,
|
||||
"next": {
|
||||
"name": "组织架构",
|
||||
"nodeType": 2,
|
||||
"next": null,
|
||||
"sendMessage": 1,
|
||||
"assignee": {
|
||||
"assigneeType": 7,
|
||||
"userType": 6,
|
||||
"multiMode": 3,
|
||||
"lastLeaderLevel": 1,
|
||||
"overDot": [
|
||||
7,
|
||||
1
|
||||
],
|
||||
"assigneeIsEmpty": 1
|
||||
},
|
||||
"exclusive": [],
|
||||
"error": false
|
||||
},
|
||||
"sendMessage": 1,
|
||||
"assignee": {
|
||||
"assigneeType": 5,
|
||||
"userType": 5,
|
||||
"lastLeaderLevel": 1,
|
||||
"assigneeIsEmpty": 2
|
||||
},
|
||||
"exclusive": [],
|
||||
"error": false
|
||||
},
|
||||
"error": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"sendMessage": 1,
|
||||
"assignee": {
|
||||
"assigneeType": 2,
|
||||
"userType": 2,
|
||||
"multiMode": 2,
|
||||
"assigneeIsEmpty": 1
|
||||
},
|
||||
"exclusive": [],
|
||||
"error": false
|
||||
},
|
||||
"error": false
|
||||
},
|
||||
{
|
||||
"name": "员工角色相关",
|
||||
"jumpId": "",
|
||||
"conditionType": 2,
|
||||
"priorityLevel": 2,
|
||||
"conditionGroupList": [
|
||||
{
|
||||
"conditionInfoList": [
|
||||
{
|
||||
"compareType": "in",
|
||||
"numberAfterCompareType": false,
|
||||
"paramKey": "createUserRole",
|
||||
"valueCp": [],
|
||||
"valueType": "string",
|
||||
"checkbox": "faqiren",
|
||||
"selectLabel": "",
|
||||
"dotDesc": "指定角色为产品测试权限,物业小程序,权限12",
|
||||
"value": [
|
||||
"1510601697160855553",
|
||||
"1508113939029237760",
|
||||
"1504862401101840384"
|
||||
],
|
||||
"createUserRole": [
|
||||
{
|
||||
"label": "产品测试权限",
|
||||
"value": "1510601697160855553",
|
||||
"key": "1510601697160855553",
|
||||
"option": {
|
||||
"parentRoleUuid": "",
|
||||
"accountCount": 1,
|
||||
"level": 1,
|
||||
"roleName": "产品测试权限",
|
||||
"updateTime": 1680837420000,
|
||||
"roleUuid": "1510601697160855553",
|
||||
"label": "产品测试权限",
|
||||
"value": "1510601697160855553"
|
||||
},
|
||||
"originLabel": "产品测试权限"
|
||||
},
|
||||
{
|
||||
"label": "物业小程序",
|
||||
"value": "1508113939029237760",
|
||||
"key": "1508113939029237760",
|
||||
"option": {
|
||||
"parentRoleUuid": "",
|
||||
"accountCount": 3,
|
||||
"level": 1,
|
||||
"roleName": "物业小程序",
|
||||
"updateTime": 1686191229000,
|
||||
"describe": "物业小程序",
|
||||
"roleUuid": "1508113939029237760",
|
||||
"label": "物业小程序",
|
||||
"value": "1508113939029237760"
|
||||
},
|
||||
"originLabel": "物业小程序"
|
||||
},
|
||||
{
|
||||
"label": "权限12",
|
||||
"value": "1504862401101840384",
|
||||
"key": "1504862401101840384",
|
||||
"option": {
|
||||
"parentRoleUuid": "",
|
||||
"accountCount": 1,
|
||||
"level": 1,
|
||||
"roleName": "权限12",
|
||||
"updateTime": 1679565828000,
|
||||
"roleUuid": "1504862401101840384",
|
||||
"label": "权限12",
|
||||
"value": "1504862401101840384"
|
||||
},
|
||||
"originLabel": "权限12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"compareType": "in",
|
||||
"numberAfterCompareType": false,
|
||||
"paramKey": "sex",
|
||||
"value": [
|
||||
1
|
||||
],
|
||||
"valueType": "number",
|
||||
"checkbox": "sex",
|
||||
"dotDesc": "性别为男"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"conditionInfoList": [
|
||||
{
|
||||
"compareType": "in",
|
||||
"numberAfterCompareType": false,
|
||||
"paramKey": "createUser",
|
||||
"valueCp": [
|
||||
{
|
||||
"accountState": 1,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"cityCode": "",
|
||||
"idCard": "411626********7401",
|
||||
"departmentMainName": "护理部",
|
||||
"uuid": "4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "13677777852",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "啊飒飒",
|
||||
"provinceCode": "",
|
||||
"departmentMainUuid": "bf57e807952744ddac605f96d2b6e6c7",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
"护理部"
|
||||
],
|
||||
"personNum": "123456",
|
||||
"personName": "测试文件回显",
|
||||
"entryTime": 1687190400000,
|
||||
"createTime": 1687230327000
|
||||
},
|
||||
{
|
||||
"accountState": 1,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "00b85f30fd404c8da35ac867ac3b7753",
|
||||
"idCard": "110101********5402",
|
||||
"departmentMainName": "护理部",
|
||||
"uuid": "00b85f30fd404c8da35ac867ac3b7753",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "13511855495",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "",
|
||||
"departmentMainUuid": "bf57e807952744ddac605f96d2b6e6c7",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
"测试",
|
||||
"textXu",
|
||||
"主设计部",
|
||||
"护理部"
|
||||
],
|
||||
"personNum": "huayi01",
|
||||
"personName": "华谊一号",
|
||||
"entryTime": 1686585600000,
|
||||
"createTime": 1686648231000
|
||||
}
|
||||
],
|
||||
"valueType": "string",
|
||||
"checkbox": "faqiren",
|
||||
"selectLabel": "",
|
||||
"dotDesc": "指定角色为测试文件回显,华谊一号",
|
||||
"value": [
|
||||
"4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"00b85f30fd404c8da35ac867ac3b7753"
|
||||
],
|
||||
"createUser": [
|
||||
{
|
||||
"accountState": 1,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"cityCode": "",
|
||||
"idCard": "411626********7401",
|
||||
"departmentMainName": "护理部",
|
||||
"uuid": "4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "13677777852",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "啊飒飒",
|
||||
"provinceCode": "",
|
||||
"departmentMainUuid": "bf57e807952744ddac605f96d2b6e6c7",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
"护理部"
|
||||
],
|
||||
"personNum": "123456",
|
||||
"personName": "测试文件回显",
|
||||
"entryTime": 1687190400000,
|
||||
"createTime": 1687230327000
|
||||
},
|
||||
{
|
||||
"accountState": 1,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "00b85f30fd404c8da35ac867ac3b7753",
|
||||
"idCard": "110101********5402",
|
||||
"departmentMainName": "护理部",
|
||||
"uuid": "00b85f30fd404c8da35ac867ac3b7753",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "13511855495",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "",
|
||||
"departmentMainUuid": "bf57e807952744ddac605f96d2b6e6c7",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
"测试",
|
||||
"textXu",
|
||||
"主设计部",
|
||||
"护理部"
|
||||
],
|
||||
"personNum": "huayi01",
|
||||
"personName": "华谊一号",
|
||||
"entryTime": 1686585600000,
|
||||
"createTime": 1686648231000
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"conditionExpression": "",
|
||||
"exclusiveBranchNode": {
|
||||
"name": "指定员工",
|
||||
"nodeType": 2,
|
||||
"next": null,
|
||||
"sendMessage": 1,
|
||||
"assignee": {
|
||||
"assigneeType": 1,
|
||||
"userType": 1,
|
||||
"assigneeList": [
|
||||
"4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"00b85f30fd404c8da35ac867ac3b7753"
|
||||
],
|
||||
"assigneeListUser": [
|
||||
{
|
||||
"accountState": 1,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"cityCode": "",
|
||||
"idCard": "411626********7401",
|
||||
"departmentMainName": "护理部",
|
||||
"uuid": "4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "13677777852",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "啊飒飒",
|
||||
"provinceCode": "",
|
||||
"departmentMainUuid": "bf57e807952744ddac605f96d2b6e6c7",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
"护理部"
|
||||
],
|
||||
"personNum": "123456",
|
||||
"personName": "测试文件回显",
|
||||
"entryTime": 1687190400000,
|
||||
"createTime": 1687230327000
|
||||
},
|
||||
{
|
||||
"accountState": 1,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "00b85f30fd404c8da35ac867ac3b7753",
|
||||
"idCard": "110101********5402",
|
||||
"departmentMainName": "护理部",
|
||||
"uuid": "00b85f30fd404c8da35ac867ac3b7753",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "13511855495",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "",
|
||||
"departmentMainUuid": "bf57e807952744ddac605f96d2b6e6c7",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
"测试",
|
||||
"textXu",
|
||||
"主设计部",
|
||||
"护理部"
|
||||
],
|
||||
"personNum": "huayi01",
|
||||
"personName": "华谊一号",
|
||||
"entryTime": 1686585600000,
|
||||
"createTime": 1686648231000
|
||||
}
|
||||
],
|
||||
"assigneeIsEmpty": 1,
|
||||
"multiMode": 2
|
||||
},
|
||||
"exclusive": [],
|
||||
"error": false
|
||||
},
|
||||
"error": false
|
||||
}
|
||||
],
|
||||
"next": {
|
||||
"name": "审核人",
|
||||
"nodeType": 2,
|
||||
"next": null,
|
||||
"sendMessage": 1,
|
||||
"assignee": {
|
||||
"assigneeType": 4,
|
||||
"userType": 4
|
||||
},
|
||||
"exclusive": [],
|
||||
"error": false
|
||||
}
|
||||
},
|
||||
"sendMessage": 1,
|
||||
"assignee": {
|
||||
"assigneeType": 1,
|
||||
"userType": 1,
|
||||
"assigneeList": [
|
||||
"4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"00b85f30fd404c8da35ac867ac3b7753",
|
||||
"03823d72f7c643e79f1dfeb38c68188c"
|
||||
],
|
||||
"assigneeListUser": [
|
||||
{
|
||||
"accountState": 1,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"cityCode": "",
|
||||
"idCard": "411626********7401",
|
||||
"departmentMainName": "护理部",
|
||||
"uuid": "4d26f9d88a3d4ba18d04f49b104e72c8",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "13677777852",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "啊飒飒",
|
||||
"provinceCode": "",
|
||||
"departmentMainUuid": "bf57e807952744ddac605f96d2b6e6c7",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
"护理部"
|
||||
],
|
||||
"personNum": "123456",
|
||||
"personName": "测试文件回显",
|
||||
"entryTime": 1687190400000,
|
||||
"createTime": 1687230327000
|
||||
},
|
||||
{
|
||||
"accountState": 1,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "00b85f30fd404c8da35ac867ac3b7753",
|
||||
"idCard": "110101********5402",
|
||||
"departmentMainName": "护理部",
|
||||
"uuid": "00b85f30fd404c8da35ac867ac3b7753",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "13511855495",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "",
|
||||
"departmentMainUuid": "bf57e807952744ddac605f96d2b6e6c7",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
"测试",
|
||||
"textXu",
|
||||
"主设计部",
|
||||
"护理部"
|
||||
],
|
||||
"personNum": "huayi01",
|
||||
"personName": "华谊一号",
|
||||
"entryTime": 1686585600000,
|
||||
"createTime": 1686648231000
|
||||
},
|
||||
{
|
||||
"accountState": 2,
|
||||
"personStatus": 1,
|
||||
"relationUuidList": [],
|
||||
"personUuid": "03823d72f7c643e79f1dfeb38c68188c",
|
||||
"cityCode": "",
|
||||
"idCard": "120103********1290",
|
||||
"uuid": "03823d72f7c643e79f1dfeb38c68188c",
|
||||
"organizationalName": "华谊小区",
|
||||
"personPicUrl": "",
|
||||
"dingSyncStatus": 0,
|
||||
"telNum": "17621284125",
|
||||
"personType": 0,
|
||||
"personCategory": "",
|
||||
"address": "",
|
||||
"provinceCode": "",
|
||||
"departmentMainUuid": "43170b8a23394fd7ad0f0e07241882ec",
|
||||
"sex": 0,
|
||||
"departmentNameList": [
|
||||
null
|
||||
],
|
||||
"personNum": "XLJ020",
|
||||
"personName": "夏某人",
|
||||
"entryTime": 1684339200000,
|
||||
"createTime": 1684822393000
|
||||
}
|
||||
],
|
||||
"multiMode": 2,
|
||||
"assigneeIsEmpty": 2
|
||||
},
|
||||
"exclusive": [],
|
||||
"error": false
|
||||
}
|
||||
},
|
||||
"processSetting": {
|
||||
"processModel": 1,
|
||||
"duplicateRemoval": false,
|
||||
"continuousFirst": true,
|
||||
"autoExecuteOriginatorTasks": false
|
||||
}
|
||||
},
|
||||
"processName": "请假",
|
||||
"processNo": "360000",
|
||||
"processStatus": "1",
|
||||
"processType": "1",
|
||||
"process_sub_type": "360000"
|
||||
}
|
||||
}
|
||||
137
nervui-work-flow/public/data字段注释.js
Normal file
137
nervui-work-flow/public/data字段注释.js
Normal file
@@ -0,0 +1,137 @@
|
||||
export default {
|
||||
"code": "200",
|
||||
"msg": "success",
|
||||
"data": {
|
||||
"tableId": 1,//审批id
|
||||
"workFlowDef": {
|
||||
"name": "合同审批",//审批名称
|
||||
},
|
||||
"directorMaxLevel": 4,//审批主管最大层级
|
||||
"flowPermission": [],//发起人
|
||||
"nodeConfig": {
|
||||
"nodeName": "发起人",//节点名称
|
||||
"type": 0,// 0 发起人 1审批 2抄送 3条件 4路由
|
||||
"priorityLevel": "",// 条件优先级
|
||||
"settype": "",// 审批人设置 1指定成员 2主管 4发起人自选 5发起人自己 7连续多级主管
|
||||
"selectMode": "", //审批人数 1选一个人 2选多个人
|
||||
"selectRange": "", //选择范围 1.全公司 2指定成员 2指定角色
|
||||
"directorLevel": "", //审批终点 最高层主管数
|
||||
"examineMode": "", //多人审批时采用的审批方式 1依次审批 2会签
|
||||
"noHanderAction": "",//审批人为空时 1自动审批通过/不允许发起 2转交给审核管理员
|
||||
"examineEndDirectorLevel": "", //审批终点 第n层主管
|
||||
"ccSelfSelectFlag": "", //允许发起人自选抄送人
|
||||
"conditionList": [], //当审批单同时满足以下条件时进入此流程
|
||||
"nodeUserList": [], //操作人
|
||||
"childNode": {
|
||||
"nodeName": "审核人",
|
||||
"error": false, //当前审批是否通过校验
|
||||
"type": 1,
|
||||
"settype": 2,
|
||||
"selectMode": 0,
|
||||
"selectRange": 0,
|
||||
"directorLevel": 1,
|
||||
"examineMode": 1,
|
||||
"noHanderAction": 2,
|
||||
"examineEndDirectorLevel": 0,
|
||||
"childNode": {
|
||||
"nodeName": "路由",
|
||||
"type": 4,
|
||||
"priorityLevel": 1,
|
||||
"settype": 1,
|
||||
"selectMode": 0,
|
||||
"selectRange": 0,
|
||||
"directorLevel": 1,
|
||||
"examineMode": 1,
|
||||
"noHanderAction": 2,
|
||||
"examineEndDirectorLevel": 1,
|
||||
"ccSelfSelectFlag": 1,
|
||||
"conditionList": [],
|
||||
"nodeUserList": [],
|
||||
"childNode": {
|
||||
"nodeName": "抄送人",
|
||||
"type": 2,
|
||||
"ccSelfSelectFlag": 1,
|
||||
"childNode": null,
|
||||
"nodeUserList": [],
|
||||
"error": false
|
||||
},
|
||||
"conditionNodes": [{ //条件节点
|
||||
"nodeName": "条件1",
|
||||
"type": 3,
|
||||
"priorityLevel": 1,
|
||||
"settype": 1,
|
||||
"selectMode": 0,
|
||||
"selectRange": 0,
|
||||
"directorLevel": 1,
|
||||
"examineMode": 1,
|
||||
"noHanderAction": 2,
|
||||
"examineEndDirectorLevel": 1,
|
||||
"ccSelfSelectFlag": 1,
|
||||
"conditionList": [{ //当前条件
|
||||
"columnId": 0, //发起人
|
||||
"type": 1, //1 发起人 2其他
|
||||
"optType": "", //["", "<", ">", "≤", "=", "≥"][optType]
|
||||
"zdy1": "",//左侧自定义内容
|
||||
"zdy2": "",//右侧自定义内容
|
||||
"opt1": "",//左侧符号 < ≤
|
||||
"opt2": "",//右侧符号 < ≤
|
||||
"columnDbname": "",//条件字段名称
|
||||
"columnType": "",//条件字段类型
|
||||
"showType": "",//3多选 其他
|
||||
"showName": "",//展示名
|
||||
"fixedDownBoxValue": ""//多选数组
|
||||
}],
|
||||
"nodeUserList": [{
|
||||
"targetId": 85,
|
||||
"type": 1,
|
||||
"name": "天旭"
|
||||
}],
|
||||
"childNode": {
|
||||
"nodeName": "审核人",
|
||||
"type": 1,
|
||||
"priorityLevel": 1,
|
||||
"settype": 1,
|
||||
"selectMode": 0,
|
||||
"selectRange": 0,
|
||||
"directorLevel": 1,
|
||||
"examineMode": 1,
|
||||
"noHanderAction": 2,
|
||||
"examineEndDirectorLevel": 1,
|
||||
"ccSelfSelectFlag": 1,
|
||||
"conditionList": [],
|
||||
"nodeUserList": [{
|
||||
"targetId": 2515744,
|
||||
"type": 1,
|
||||
"name": "哈哈哈哈"
|
||||
}],
|
||||
"childNode": null,
|
||||
"conditionNodes": [],
|
||||
"error": false
|
||||
},
|
||||
"conditionNodes": [],
|
||||
"error": false
|
||||
}, {
|
||||
"nodeName": "条件2",
|
||||
"type": 3,
|
||||
"priorityLevel": 2,
|
||||
"settype": 1,
|
||||
"selectMode": 0,
|
||||
"selectRange": 0,
|
||||
"directorLevel": 1,
|
||||
"examineMode": 1,
|
||||
"noHanderAction": 2,
|
||||
"examineEndDirectorLevel": 1,
|
||||
"ccSelfSelectFlag": 1,
|
||||
"conditionList": [],
|
||||
"nodeUserList": [],
|
||||
"childNode": null,
|
||||
"conditionNodes": [],
|
||||
"error": false
|
||||
}]
|
||||
},
|
||||
"nodeUserList": []
|
||||
},
|
||||
"conditionNodes": []
|
||||
}
|
||||
}
|
||||
}
|
||||
26
nervui-work-flow/public/departments.json
Normal file
26
nervui-work-flow/public/departments.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"code": "200",
|
||||
"msg": "操作成功",
|
||||
"data": {
|
||||
"childDepartments": [{
|
||||
"departmentKey": "RLXZB_V2",
|
||||
"departmentName": "人力行政部",
|
||||
"id": "150",
|
||||
"parentId": "0",
|
||||
"departmentNames": "人力行政部"
|
||||
}, {
|
||||
"departmentKey": "ZNBN",
|
||||
"departmentName": "法务部",
|
||||
"id": "324",
|
||||
"parentId": "0",
|
||||
"departmentNames": "法务部"
|
||||
}],
|
||||
"employees": [{
|
||||
"id": "53128111",
|
||||
"employeeName": "雅楠",
|
||||
"isLeave": "0",
|
||||
"open": "false"
|
||||
}],
|
||||
"titleDepartments": []
|
||||
}
|
||||
}
|
||||
26
nervui-work-flow/public/departments0.json
Normal file
26
nervui-work-flow/public/departments0.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"code": "200",
|
||||
"msg": "操作成功",
|
||||
"data": {
|
||||
"childDepartments": [{
|
||||
"departmentKey": "RLXZB_V2",
|
||||
"departmentName": "人力行政部",
|
||||
"id": "150",
|
||||
"parentId": "0",
|
||||
"departmentNames": "人力行政部"
|
||||
}, {
|
||||
"departmentKey": "ZNBN",
|
||||
"departmentName": "法务部",
|
||||
"id": "324",
|
||||
"parentId": "0",
|
||||
"departmentNames": "法务部"
|
||||
}],
|
||||
"employees": [{
|
||||
"id": "53128111",
|
||||
"employeeName": "雅楠",
|
||||
"isLeave": "0",
|
||||
"open": "false"
|
||||
}],
|
||||
"titleDepartments": []
|
||||
}
|
||||
}
|
||||
26
nervui-work-flow/public/departments150.json
Normal file
26
nervui-work-flow/public/departments150.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"code": "200",
|
||||
"msg": "操作成功",
|
||||
"data": {
|
||||
"childDepartments": [],
|
||||
"employees": [{
|
||||
"id": "53128112",
|
||||
"employeeName": "测试1",
|
||||
"isLeave": "0",
|
||||
"open": "false"
|
||||
},{
|
||||
"id": "53128113",
|
||||
"employeeName": "测试2",
|
||||
"isLeave": "0",
|
||||
"open": "false"
|
||||
}],
|
||||
"titleDepartments": [{
|
||||
"departmentId": "150",
|
||||
"departmentKey": "RLXZB_V2",
|
||||
"departmentName": "人力行政部",
|
||||
"departmentNames": "人力行政部",
|
||||
"id": "150",
|
||||
"parentId": "0"
|
||||
}]
|
||||
}
|
||||
}
|
||||
21
nervui-work-flow/public/departments324.json
Normal file
21
nervui-work-flow/public/departments324.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"code": "200",
|
||||
"msg": "操作成功",
|
||||
"data": {
|
||||
"childDepartments": [],
|
||||
"employees": [{
|
||||
"id": "53128133",
|
||||
"employeeName": "测试3",
|
||||
"isLeave": "0",
|
||||
"open": "false"
|
||||
}],
|
||||
"titleDepartments": [{
|
||||
"departmentId": "324",
|
||||
"departmentKey": "ZNBN",
|
||||
"departmentName": "法务部",
|
||||
"departmentNames": "法务部",
|
||||
"id": "324",
|
||||
"parentId": "0"
|
||||
}]
|
||||
}
|
||||
}
|
||||
42
nervui-work-flow/public/employees.json
Normal file
42
nervui-work-flow/public/employees.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"code": "200",
|
||||
"msg": "操作成功",
|
||||
"data": {
|
||||
"navigatepageNums": ["1"],
|
||||
"startRow": "1",
|
||||
"hasNextPage": "false",
|
||||
"prePage": "0",
|
||||
"nextPage": "0",
|
||||
"endRow": "3",
|
||||
"pageSize": "30",
|
||||
"list": [{
|
||||
"departmentName": "招商事业部",
|
||||
"employeeName": "111111",
|
||||
"employeeDepartmentId": "121",
|
||||
"id": "5312",
|
||||
"departmentNames": "招商事业部"
|
||||
}, {
|
||||
"departmentName": "111",
|
||||
"employeeName": "东亚-测试",
|
||||
"employeeDepartmentId": "139",
|
||||
"id": "2515638",
|
||||
"departmentNames": "111"
|
||||
}, {
|
||||
"departmentName": "招商事业部",
|
||||
"employeeName": "1111",
|
||||
"employeeDepartmentId": "121",
|
||||
"id": "2515746",
|
||||
"departmentNames": "招商事业部"
|
||||
}],
|
||||
"pageNum": "1",
|
||||
"navigatePages": "8",
|
||||
"navigateFirstPage": "1",
|
||||
"total": "3",
|
||||
"pages": "1",
|
||||
"size": "3",
|
||||
"isLastPage": "true",
|
||||
"hasPreviousPage": "false",
|
||||
"navigateLastPage": "1",
|
||||
"isFirstPage": "true"
|
||||
}
|
||||
}
|
||||
BIN
nervui-work-flow/public/favicon.ico
Normal file
BIN
nervui-work-flow/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
80
nervui-work-flow/public/roles.json
Normal file
80
nervui-work-flow/public/roles.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"code": "200",
|
||||
"msg": "操作成功",
|
||||
"data": {
|
||||
"navigatepageNums": [],
|
||||
"startRow": "1",
|
||||
"hasNextPage": "false",
|
||||
"prePage": "0",
|
||||
"nextPage": "0",
|
||||
"endRow": "8",
|
||||
"pageSize": "0",
|
||||
"list": [{
|
||||
"code": "SHGLY",
|
||||
"roleId": "1",
|
||||
"scope": "1",
|
||||
"roleName": "审核管理员",
|
||||
"description": "初始化内置审批角色",
|
||||
"status": "1"
|
||||
}, {
|
||||
"code": "",
|
||||
"roleId": "2",
|
||||
"scope": "1",
|
||||
"roleName": "招商事业部",
|
||||
"description": "",
|
||||
"status": "1"
|
||||
}, {
|
||||
"code": "",
|
||||
"roleId": "3",
|
||||
"scope": "1",
|
||||
"roleName": "互联网部门",
|
||||
"description": "",
|
||||
"status": "1"
|
||||
}, {
|
||||
"code": "",
|
||||
"roleId": "4",
|
||||
"scope": "1",
|
||||
"roleName": "销售部",
|
||||
"description": "",
|
||||
"status": "1"
|
||||
}, {
|
||||
"code": "",
|
||||
"roleId": "5",
|
||||
"scope": "1",
|
||||
"roleName": "战区一",
|
||||
"description": "",
|
||||
"status": "1"
|
||||
}, {
|
||||
"code": "",
|
||||
"roleId": "6",
|
||||
"scope": "1",
|
||||
"roleName": "战区二",
|
||||
"description": "",
|
||||
"status": "1"
|
||||
}, {
|
||||
"code": "",
|
||||
"roleId": "7",
|
||||
"scope": "1",
|
||||
"roleName": "JAVA开发",
|
||||
"description": "",
|
||||
"status": "1"
|
||||
}, {
|
||||
"code": "",
|
||||
"roleId": "8",
|
||||
"scope": "1",
|
||||
"roleName": "测试审批角色",
|
||||
"description": "",
|
||||
"status": "1"
|
||||
}],
|
||||
"pageNum": "1",
|
||||
"navigatePages": "8",
|
||||
"navigateFirstPage": "0",
|
||||
"total": "8",
|
||||
"pages": "0",
|
||||
"size": "8",
|
||||
"isLastPage": "true",
|
||||
"hasPreviousPage": "false",
|
||||
"navigateLastPage": "0",
|
||||
"isFirstPage": "true"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user