@titaui/pc 1.9.48 → 1.9.49
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/.eslintrc.js +221 -0
- package/.husky/pre-commit +5 -0
- package/.prettierignore +31 -0
- package/.prettierrc.js +90 -0
- package/lib/components/avatar/default.js +25 -22
- package/lib/components/avatar/name-avatar/index.js +26 -23
- package/lib/components/avatar/text-avatar/index.js +8 -8
- package/lib/components/button/default-button/index.js +5 -11
- package/lib/components/button/icon-btn/index.js +10 -10
- package/lib/components/button/rect-btn/index.js +8 -8
- package/lib/components/button/text-btn/index.js +8 -8
- package/lib/components/cascader/index.js +4 -4
- package/lib/components/cascader/time.js +5 -5
- package/lib/components/change-okr-modal/Filter.js +56 -56
- package/lib/components/change-okr-modal/Item.js +15 -15
- package/lib/components/change-okr-modal/constant.js +7 -7
- package/lib/components/change-okr-modal/filterTab.js +3 -3
- package/lib/components/change-okr-modal/index.js +55 -59
- package/lib/components/change-okr-modal/styledComponents.js +8 -8
- package/lib/components/checkbox/index.js +3 -5
- package/lib/components/common-share/index.js +4 -4
- package/lib/components/common-share/publishMblog.js +6 -6
- package/lib/components/common-share/request-apis.js +4 -4
- package/lib/components/communication/CommunicationAttachments.js +20 -17
- package/lib/components/communication/CommunicationRecord.js +12 -12
- package/lib/components/communication/index.js +9 -9
- package/lib/components/confidence/heart.js +3 -5
- package/lib/components/confidence/index.js +8 -8
- package/lib/components/create-okr-modal/animation/check-animation.js +2515 -2515
- package/lib/components/create-okr-modal/constant.js +4 -4
- package/lib/components/create-okr-modal/createCycle.js +19 -16
- package/lib/components/create-okr-modal/createSuccessCmp.js +36 -33
- package/lib/components/create-okr-modal/fields/date-cycle.js +7 -9
- package/lib/components/create-okr-modal/fields/input-with-err-popup.js +2 -8
- package/lib/components/create-okr-modal/fields/o-new-name.js +10 -12
- package/lib/components/create-okr-modal/fields/okr-case.js +4 -5
- package/lib/components/create-okr-modal/fields/okr-classify.js +7 -9
- package/lib/components/create-okr-modal/fields/okr-create-suggest.js +3 -3
- package/lib/components/create-okr-modal/fields/okr-parent.js +7 -9
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +10 -12
- package/lib/components/create-okr-modal/fields/okr-type.js +9 -11
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +12 -14
- package/lib/components/create-okr-modal/fields/okr-visibility.js +15 -17
- package/lib/components/create-okr-modal/index.js +30 -27
- package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +6 -6
- package/lib/components/create-okr-modal/kr-items/krDatas.js +3 -3
- package/lib/components/create-okr-modal/kr-items/krItem.js +1 -1
- package/lib/components/create-okr-modal/objectType.js +16 -22
- package/lib/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +47 -17
- package/lib/components/create-okr-modal/utils/helper.js +1 -1
- package/lib/components/date-picker/BodyItem.js +11 -11
- package/lib/components/date-picker/CalendarBody.js +10 -10
- package/lib/components/date-picker/CalendarHeader.js +17 -14
- package/lib/components/date-picker/index.js +12 -11
- package/lib/components/date-range-picker/index.js +26 -30
- package/lib/components/delete-confirm-pop/ConfirmPop.js +7 -7
- package/lib/components/dialog/index.js +7 -9
- package/lib/components/dialog-confirm/index.js +15 -19
- package/lib/components/drawer/headerAction.js +2 -2
- package/lib/components/drawer/headerDrop.js +5 -5
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/utils/dom.js +2 -2
- package/lib/components/drawer-manager/drawerWrapper.js +11 -11
- package/lib/components/drawer-manager/index.js +1 -1
- package/lib/components/drawer-manager/utils/dom.js +2 -2
- package/lib/components/drop-selector/icon-item.js +4 -6
- package/lib/components/drop-selector/index.css +2 -2
- package/lib/components/drop-selector/index.js +18 -19
- package/lib/components/dynamic/advertise/index.js +2 -2
- package/lib/components/dynamic/components/dynamic-search-input/index.js +17 -17
- package/lib/components/dynamic/components/first-level-tabs/index.js +1 -1
- package/lib/components/dynamic/components/percent/index.js +1 -1
- package/lib/components/dynamic/constant.js +16 -16
- package/lib/components/dynamic/context/index.js +1 -1
- package/lib/components/dynamic/dynamic-item/components/header/index.js +34 -34
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +21 -21
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +8 -8
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +11 -11
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +10 -10
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +4 -4
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +15 -15
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +6 -6
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +6 -6
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +20 -20
- package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +12 -12
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +24 -24
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +23 -23
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +14 -14
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +19 -19
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +8 -8
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +16 -16
- package/lib/components/dynamic/dynamic-item/index.js +23 -22
- package/lib/components/dynamic/dynamic-like-ranking/index.js +2 -2
- package/lib/components/dynamic/dynamic-like-ranking/item.js +12 -14
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +36 -36
- package/lib/components/dynamic/dynamic-liking/index.js +1 -1
- package/lib/components/dynamic/dynamic-liking/item.js +1 -1
- package/lib/components/dynamic/dynamic-liking/mock.js +15 -15
- package/lib/components/dynamic/dynamic-list/index.js +5 -5
- package/lib/components/dynamic/dynamic-topping/index.js +1 -1
- package/lib/components/dynamic/dynamic-topping/item.js +2 -2
- package/lib/components/dynamic/dynamic-topping/request-api.js +1 -1
- package/lib/components/dynamic/dynamic.js +16 -16
- package/lib/components/dynamic/my-team/index.js +9 -9
- package/lib/components/dynamic/my-team/request-api.js +4 -4
- package/lib/components/dynamic/online-broadcast/data.js +69 -69
- package/lib/components/dynamic/online-broadcast/index.js +4 -3
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +2 -2
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +2 -2
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +2 -2
- package/lib/components/dynamic/quick-operation/components/create-task/index.js +2 -2
- package/lib/components/dynamic/quick-operation/index.js +7 -7
- package/lib/components/dynamic/util.js +17 -17
- package/lib/components/e-priority/index.js +12 -14
- package/lib/components/eReport/eReportListEmpty.js +1 -1
- package/lib/components/eReport/eReportLists/reportList.js +37 -37
- package/lib/components/eReport/eReportShare/index.js +12 -12
- package/lib/components/eReport/eReportShare/toast/index.js +2 -2
- package/lib/components/edit-kr-wight/EditKrWightModal.js +33 -33
- package/lib/components/edit-kr-wight/FormItemV2.js +4 -6
- package/lib/components/edit-kr-wight/style/index.js +2 -2
- package/lib/components/edit-kr-wight/utils.js +4 -4
- package/lib/components/emotions-selector/mockData.js +276 -276
- package/lib/components/emotions-selector/selector-content.js +14 -14
- package/lib/components/emotions-selector/selector-pop.js +3 -3
- package/lib/components/ereport-list/index.js +37 -37
- package/lib/components/error-boundary/index.js +1 -1
- package/lib/components/file-list/components/single-file/index.js +17 -16
- package/lib/components/file-list/util.js +8 -8
- package/lib/components/firework/firework.js +5 -5
- package/lib/components/firework/index.js +3 -3
- package/lib/components/follower-visitor/index.js +2 -2
- package/lib/components/follower-visitor/request-api.js +1 -1
- package/lib/components/form/form-fields/department/department-input.js +7 -11
- package/lib/components/form/form-fields/department/index.js +10 -10
- package/lib/components/form/form-fields/duties/duties-input.js +7 -11
- package/lib/components/form/form-fields/duties/index.js +9 -9
- package/lib/components/form/form-fields/group/index.js +2 -2
- package/lib/components/form/form-fields/input/index.js +13 -13
- package/lib/components/form/form-fields/input-verification-code/index.js +2 -2
- package/lib/components/form/form-fields/password/index.js +7 -9
- package/lib/components/form/form-fields/textarea/index.js +12 -12
- package/lib/components/form/form-fields/user/index.js +19 -19
- package/lib/components/form/form-fields/user/user-input.js +5 -7
- package/lib/components/form/index.js +1 -1
- package/lib/components/form/layout/index.js +4 -6
- package/lib/components/grid-layout/commen-components/advize.js +2 -1
- package/lib/components/grid-layout/commen-components/data-item.js +3 -3
- package/lib/components/grid-layout/commen-components/empty-backgrounds.js +29 -30
- package/lib/components/grid-layout/commen-components/scroll-tips.js +7 -9
- package/lib/components/grid-layout/essay-component/essay-item.js +12 -12
- package/lib/components/grid-layout/essay-component/index.js +3 -3
- package/lib/components/grid-layout/image/could.js +1 -1
- package/lib/components/grid-layout/image/lv.js +1 -1
- package/lib/components/grid-layout/image/tita-mask.js +1 -1
- package/lib/components/grid-layout/near-visitors/index.js +6 -6
- package/lib/components/grid-layout/okr-align/index.js +14 -14
- package/lib/components/grid-layout/okr-progress/index.js +16 -16
- package/lib/components/grid-layout/okr-target/index.js +22 -22
- package/lib/components/grid-layout/over-view/index.js +13 -13
- package/lib/components/grid-layout/personal-info/index.js +34 -34
- package/lib/components/grid-layout/sub-employee-okr/index.js +18 -18
- package/lib/components/grid-layout/sub-employee-okr/person-okr.js +3 -3
- package/lib/components/grid-layout/util/click-link.js +3 -3
- package/lib/components/grid-layout/util/network.js +16 -16
- package/lib/components/grid-layout/week-task/index.js +11 -11
- package/lib/components/grid-layout/words-cloud/index.js +9 -9
- package/lib/components/grid-page/commen-components/scroll-tips.js +7 -9
- package/lib/components/grid-page/personal-info/index.js +34 -34
- package/lib/components/help-card/index.js +11 -11
- package/lib/components/help-card/request-api.js +1 -1
- package/lib/components/hr-header/index.js +29 -29
- package/lib/components/icon-button-list/index.js +6 -8
- package/lib/components/img-viewer/icon/enlarge.js +6 -8
- package/lib/components/img-viewer/icon/left-rotate.js +6 -8
- package/lib/components/img-viewer/icon/right-rotate.js +6 -8
- package/lib/components/img-viewer/icon/shrink.js +6 -8
- package/lib/components/img-viewer/index.js +23 -23
- package/lib/components/invite-people/index.js +1 -1
- package/lib/components/keyword-search/index.js +9 -10
- package/lib/components/mblog/common/index.js +19 -19
- package/lib/components/mblog/components/ConfirmPop.js +3 -3
- package/lib/components/mblog/components/MblogAction.js +16 -16
- package/lib/components/mblog/components/MblogContent.js +11 -11
- package/lib/components/mblog/index.js +35 -35
- package/lib/components/menus/components/drag-resize/index.js +11 -13
- package/lib/components/menus/components/flip-menu-card/flip-back-header.js +4 -6
- package/lib/components/menus/components/flip-menu-card/index.js +3 -3
- package/lib/components/menus/components/flip-menu-card/precls.js +1 -1
- package/lib/components/menus/components/menu-card/index.js +4 -6
- package/lib/components/menus/components/menu-close-btn/index.js +4 -6
- package/lib/components/menus/components/menu-tree/index.js +3 -5
- package/lib/components/menus/components/menu-tree/precls.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +7 -9
- package/lib/components/menus/components/menu-tree/tree-node/company-all.js +5 -7
- package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +3 -3
- package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +5 -7
- package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +6 -8
- package/lib/components/menus/components/menu-tree/tree-node/group-name.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/index.js +19 -20
- package/lib/components/menus/components/menu-tree/tree-node/loading.js +3 -5
- package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/no-subordinates.js +3 -5
- package/lib/components/menus/components/menu-tree/tree-node/parent-menu.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +4 -6
- package/lib/components/menus/components/menu-tree/tree-node/user/index.js +8 -10
- package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +6 -8
- package/lib/components/menus/components/search-colleague/index.js +11 -13
- package/lib/components/menus/export-modules/appraisal-menus/index.js +8 -8
- package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +22 -12
- package/lib/components/menus/export-modules/manage-menus/index.js +3 -3
- package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +15 -15
- package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +20 -23
- package/lib/components/menus/export-modules/okr-menus/index.js +4 -4
- package/lib/components/menus/export-modules/okr-menus/menus.js +132 -132
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +3 -3
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/helper.js +8 -8
- package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +13 -14
- package/lib/components/menus/i18n.js +1 -1
- package/lib/components/menus/index.js +10 -8
- package/lib/components/menus/precls.js +1 -1
- package/lib/components/menus/request-apis.js +36 -36
- package/lib/components/menus/utils.js +2 -2
- package/lib/components/nav-top/components/menu/index.js +10 -10
- package/lib/components/nav-top/components/user-message/components/empty/index.js +7 -6
- package/lib/components/nav-top/components/user-message/components/inform/index.js +4 -3
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +65 -47
- package/lib/components/nav-top/components/user-message/components/red-pack/request-api.js +1 -1
- package/lib/components/nav-top/components/user-message/components/remind/index.js +3 -3
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +7 -6
- package/lib/components/nav-top/components/user-message/components/reply/index.js +4 -3
- package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +12 -11
- package/lib/components/nav-top/components/user-message/components/tab-title/index.js +2 -2
- package/lib/components/nav-top/components/user-message/components/todos/index.js +4 -3
- package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +2 -2
- package/lib/components/nav-top/components/user-message/constant.js +14 -14
- package/lib/components/nav-top/components/user-message/index.js +20 -20
- package/lib/components/nav-top/components/user-message/msg/index.js +8 -8
- package/lib/components/nav-top/components/user-message/utils.js +8 -8
- package/lib/components/nav-top/components/user-own-menu/components/own-menu/index.js +2 -2
- package/lib/components/nav-top/components/user-own-menu/index.js +3 -3
- package/lib/components/nav-top/components/user-own-menu/utils.js +9 -9
- package/lib/components/nav-top/constant.js +1 -1
- package/lib/components/nav-top/index.js +7 -7
- package/lib/components/nav-top/request.apis.js +2 -2
- package/lib/components/okr-detail/auth.js +2 -2
- package/lib/components/okr-detail/base-info/o-desc/index.js +6 -6
- package/lib/components/okr-detail/base-info/other-infos/classify/index.js +4 -4
- package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +1 -1
- package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +4 -4
- package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +5 -5
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +8 -8
- package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +16 -16
- package/lib/components/okr-detail/base-info/person/index.js +5 -5
- package/lib/components/okr-detail/base-info/utils/setting.js +3 -2
- package/lib/components/okr-detail/components/ao-nice/index.js +10 -12
- package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +8 -8
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +6 -6
- package/lib/components/okr-detail/components/base-okr-type/index.js +4 -6
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +25 -31
- package/lib/components/okr-detail/components/block-line/index.js +3 -5
- package/lib/components/okr-detail/components/editable-input/index.js +8 -10
- package/lib/components/okr-detail/components/header/edit-name.js +5 -5
- package/lib/components/okr-detail/components/header/index.js +22 -17
- package/lib/components/okr-detail/components/header/o-avatar.js +5 -5
- package/lib/components/okr-detail/components/header/o-cycle.js +3 -3
- package/lib/components/okr-detail/components/header/o-name.js +3 -3
- package/lib/components/okr-detail/components/header/o-score.js +6 -6
- package/lib/components/okr-detail/components/icon-text/index.js +4 -4
- package/lib/components/okr-detail/components/o-classify.js +16 -16
- package/lib/components/okr-detail/components/o-progress-update/index.js +4 -4
- package/lib/components/okr-detail/components/okr-tree/index.js +3 -5
- package/lib/components/okr-detail/components/okr-tree/precls.js +1 -1
- package/lib/components/okr-detail/components/okr-tree/tree-node/default-node.js +3 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +28 -30
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/constant.js +20 -20
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +4 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +11 -13
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +13 -15
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +17 -19
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +15 -17
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +15 -17
- package/lib/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +30 -30
- package/lib/components/okr-detail/components/okr-tree/tree-node/index.js +13 -16
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +20 -20
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +41 -43
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +38 -38
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +5 -7
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +38 -38
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +5 -7
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +27 -29
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +9 -9
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +7 -9
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +5 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +20 -22
- package/lib/components/okr-detail/components/okr-type.js +10 -9
- package/lib/components/okr-detail/components/padding-layout.js +4 -6
- package/lib/components/okr-detail/components/score/index.js +6 -6
- package/lib/components/okr-detail/components/tab-panel-content/index.js +3 -5
- package/lib/components/okr-detail/context.js +1 -1
- package/lib/components/okr-detail/cooperation/index.js +2 -2
- package/lib/components/okr-detail/detail-footer/index.js +11 -11
- package/lib/components/okr-detail/detail-header/actions.js +28 -28
- package/lib/components/okr-detail/detail-header/confirm.js +8 -8
- package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +11 -11
- package/lib/components/okr-detail/detail-header/delete-confirm/style.js +1 -1
- package/lib/components/okr-detail/detail-header/index.js +27 -27
- package/lib/components/okr-detail/e-list/constant.js +19 -19
- package/lib/components/okr-detail/e-list/index.js +6 -8
- package/lib/components/okr-detail/e-list/precls.js +1 -1
- package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +22 -24
- package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +19 -20
- package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +9 -11
- package/lib/components/okr-detail/e-list/search-form/index.js +7 -9
- package/lib/components/okr-detail/e-list/util.js +88 -85
- package/lib/components/okr-detail/error-page/index.js +2 -2
- package/lib/components/okr-detail/index.js +51 -51
- package/lib/components/okr-detail/loading/index.js +6 -8
- package/lib/components/okr-detail/okr-list/add-parent-okr.js +7 -9
- package/lib/components/okr-detail/okr-list/create-kr-item/dom.js +2 -2
- package/lib/components/okr-detail/okr-list/create-kr-item/heart.js +5 -7
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +32 -32
- package/lib/components/okr-detail/okr-list/create-kr-item/style.js +5 -5
- package/lib/components/okr-detail/okr-list/empty/index.js +9 -10
- package/lib/components/okr-detail/okr-list/index.js +11 -11
- package/lib/components/okr-detail/okr-list/warp-parent-okr.js +6 -6
- package/lib/components/okr-detail/request-apis.js +65 -65
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -3
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +37 -37
- package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +1 -1
- package/lib/components/okr-detail/schedule/components/title/index.js +1 -1
- package/lib/components/okr-detail/schedule/schedule.js +1 -1
- package/lib/components/okr-detail/schedule/util.js +3 -3
- package/lib/components/okr-filter-drawer/filter-form.js +23 -23
- package/lib/components/okr-filter-drawer/index.js +4 -10
- package/lib/components/okr-flow/child-node/fields/creator.js +2 -2
- package/lib/components/okr-flow/child-node/fields/okrClassify.js +3 -3
- package/lib/components/okr-flow/child-node/fields/okrType.js +3 -3
- package/lib/components/okr-flow/child-node/helper.js +14 -14
- package/lib/components/okr-flow/child-node/index.js +8 -8
- package/lib/components/okr-flow/child-node/kr-node.js +7 -7
- package/lib/components/okr-flow/child-node/work-node.js +19 -19
- package/lib/components/okr-flow/empty/index.js +6 -6
- package/lib/components/okr-flow/export-modal/index.js +21 -21
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +2 -2
- package/lib/components/okr-flow/mini-map/index.js +5 -5
- package/lib/components/okr-flow/mini-map/map.js +8 -8
- package/lib/components/okr-flow/mini-map/mini-node.js +3 -3
- package/lib/components/okr-flow/okr-map/index.js +3 -3
- package/lib/components/okr-flow/open-data/index.js +23 -23
- package/lib/components/okr-flow/precls.js +1 -1
- package/lib/components/okr-flow/request-apis.js +13 -12
- package/lib/components/okr-flow/root-node/index.js +14 -12
- package/lib/components/okr-flow/utils/config.js +3 -3
- package/lib/components/okr-flow/utils/helper.js +2 -1
- package/lib/components/okr-flow/utils/index.js +5 -5
- package/lib/components/okr-flow/utils/tree-handler.js +29 -31
- package/lib/components/okr-period-selector/index.js +7 -9
- package/lib/components/okr-period-selector/request-apis.js +2 -2
- package/lib/components/okr-period-selector/select-cycle.js +3 -3
- package/lib/components/okr-progress/components/kr-progress/index.js +3 -3
- package/lib/components/okr-progress/components/o-progress/index.js +37 -37
- package/lib/components/okr-progress/components/o-progress-update/index.js +4 -4
- package/lib/components/okr-progress/components/sub-o-progress/index.js +1 -1
- package/lib/components/okr-progress/components/title/index.js +1 -1
- package/lib/components/okr-progress/okr-progress/index.js +2 -2
- package/lib/components/okr-progress/request-apis.js +14 -14
- package/lib/components/okr-progress/util.js +3 -3
- package/lib/components/okr-progress-detail/constant.js +7 -7
- package/lib/components/okr-progress-detail/utils.js +13 -13
- package/lib/components/okr-progress-modal/helper.js +40 -40
- package/lib/components/okr-progress-modal/index.js +36 -35
- package/lib/components/okr-progress-modal/request-apis.js +1 -1
- package/lib/components/okr-progress-modal/textarea/index.js +1 -1
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +70 -72
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +1 -1
- package/lib/components/okr-review/ReviewPop/index.js +28 -28
- package/lib/components/okr-review/common.js +7 -7
- package/lib/components/okr-review/components/ReviewItem/index.js +4 -4
- package/lib/components/okr-review/components/ReviewItem/style.js +4 -4
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +7 -7
- package/lib/components/okr-review/index.js +31 -30
- package/lib/components/okr-review/style.js +9 -9
- package/lib/components/okr-share/common-painter/darwAvatar.js +4 -4
- package/lib/components/okr-share/common-painter/openDataPainter.js +3 -3
- package/lib/components/okr-share/common-painter/setSize.js +3 -3
- package/lib/components/okr-share/common-painter/utils.js +3 -3
- package/lib/components/okr-share/index.js +4 -4
- package/lib/components/okr-share/pink-card/card.js +3 -3
- package/lib/components/okr-share/pink-card/drawDepartmentName.js +2 -2
- package/lib/components/okr-share/pink-card/drawKrs.js +2 -2
- package/lib/components/okr-share/pink-card/drawOKrName.js +2 -2
- package/lib/components/okr-share/pink-card/drawQuote.js +1 -1
- package/lib/components/okr-share/pink-card/drawUserName.js +6 -6
- package/lib/components/okr-share/pink-card/images.js +4 -4
- package/lib/components/okr-share/pink-card/index.js +7 -7
- package/lib/components/okr-share/publishMblog.js +5 -5
- package/lib/components/okr-share/request-apis.js +4 -4
- package/lib/components/okr-share/shareCardSelector.js +11 -11
- package/lib/components/okrcase-library/index.js +57 -57
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +12 -12
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +19 -19
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +11 -17
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +12 -12
- package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +2 -2
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +55 -56
- package/lib/components/okrcase-library/server/network.js +34 -34
- package/lib/components/okrcase-library-card/index.js +20 -20
- package/lib/components/open-data-painter/index.js +13 -13
- package/lib/components/operation-records/OperationRecordItem.js +3 -3
- package/lib/components/operation-records/index.js +16 -16
- package/lib/components/operation-records/mockData.js +313 -313
- package/lib/components/pagination/locale/en_US.js +11 -11
- package/lib/components/pagination/locale/zh_CN.js +11 -11
- package/lib/components/pagination/pagination.js +9 -11
- package/lib/components/password-input/icon/close-eye.js +6 -8
- package/lib/components/password-input/icon/open-eye.js +6 -8
- package/lib/components/password-input/index.js +9 -9
- package/lib/components/period-selector/common.js +34 -28
- package/lib/components/period-selector/components/button/index.js +3 -3
- package/lib/components/period-selector/components/selector/index.js +1 -1
- package/lib/components/period-selector/components/selector/style.js +2 -2
- package/lib/components/period-selector/helper/index.js +10 -10
- package/lib/components/period-selector/index.js +8 -10
- package/lib/components/photo-card/components/card/index.js +12 -12
- package/lib/components/photo-card/index.js +7 -7
- package/lib/components/point-demo/constant.js +1 -1
- package/lib/components/point-demo/drop-down-box/index.js +7 -7
- package/lib/components/point-demo/index.js +93 -95
- package/lib/components/point-demo/input/index.js +8 -8
- package/lib/components/point-demo/point-demo.js +6 -8
- package/lib/components/point-demo/popup/index.js +2 -2
- package/lib/components/point-demo/popup/placement.js +21 -21
- package/lib/components/popup/index.js +3 -3
- package/lib/components/popup/placement.js +21 -21
- package/lib/components/praise-record/PraiseRecordItem.js +6 -6
- package/lib/components/praise-record/index.js +6 -6
- package/lib/components/progress/circle-progress/index.js +10 -10
- package/lib/components/progress/line-progress/index.js +7 -7
- package/lib/components/progress/utils.js +20 -20
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +10 -10
- package/lib/components/publish-dynamic-modal/requist-api.js +8 -8
- package/lib/components/radio/radio.js +4 -3
- package/lib/components/radio/radioGroup.js +8 -5
- package/lib/components/range-picker-pop/index.js +22 -22
- package/lib/components/range-selector-pop/RangeList.js +6 -6
- package/lib/components/range-selector-pop/RangeSelectorPop.js +2 -2
- package/lib/components/scrollbar/index.js +4 -6
- package/lib/components/scrollbar/simplebar/helpers.js +2 -2
- package/lib/components/scrollbar/simplebar/index.js +13 -13
- package/lib/components/scrollbar/simplebar/scrollbar-width.js +4 -4
- package/lib/components/scrollbar/simplebar/simplebar.js +125 -126
- package/lib/components/scrollbar/simplebar-react.js +6 -6
- package/lib/components/search-dropdown/index.js +2 -2
- package/lib/components/search-input/index.js +7 -9
- package/lib/components/search-key-handle/index.js +5 -9
- package/lib/components/select/Option.js +1 -1
- package/lib/components/select/index.js +29 -29
- package/lib/components/select-layer/index.js +3 -3
- package/lib/components/select-tags/index.js +1 -1
- package/lib/components/selector-input/debounce.js +2 -1
- package/lib/components/selector-input/index.js +9 -11
- package/lib/components/slider-input/index.js +7 -9
- package/lib/components/stateless-dropdown/stateless-dropdown.js +4 -4
- package/lib/components/status-time/index.js +9 -9
- package/lib/components/stop-taking-modal/index.js +5 -5
- package/lib/components/switch/index.js +6 -8
- package/lib/components/table/index.js +13 -15
- package/lib/components/tabs/index.js +7 -7
- package/lib/components/task-relation-modal/helper.js +5 -5
- package/lib/components/task-relation-modal/index.js +15 -15
- package/lib/components/task-relation-modal/radio.js +3 -5
- package/lib/components/task-relation-modal/request-api.js +8 -8
- package/lib/components/task-relation-modal/search/category-select.js +6 -6
- package/lib/components/task-relation-modal/search/okr-status-select.js +6 -6
- package/lib/components/task-relation-modal/search/okr-type-select.js +8 -8
- package/lib/components/task-relation-modal/search/principal.js +8 -8
- package/lib/components/task-relation-modal/search/relation.js +8 -8
- package/lib/components/task-relation-modal/search/search-dropdown/index.js +2 -2
- package/lib/components/task-relation-modal/tree/category-tree/index.js +8 -8
- package/lib/components/task-relation-modal/tree/category-tree/search-form.js +3 -3
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +9 -9
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +4 -4
- package/lib/components/task-relation-modal/tree/work-tree/index.js +10 -10
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +3 -3
- package/lib/components/task-relation-modal/tree-node/category-node/index.js +2 -2
- package/lib/components/task-relation-modal/tree-node/index.js +2 -3
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +2 -2
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +6 -6
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +2 -2
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +4 -4
- package/lib/components/tita-chart/charts/img/could.js +1 -1
- package/lib/components/tita-chart/charts/liquid-ball.js +14 -14
- package/lib/components/tita-chart/charts/pie.js +33 -35
- package/lib/components/tita-chart/charts/words-cloud.js +26 -26
- package/lib/components/tita-chart/errorBoundary/index.js +4 -6
- package/lib/components/tita-chart/hooks/useChart.js +30 -30
- package/lib/components/tita-chart/plots/liquid/index.js +1 -1
- package/lib/components/tita-chart/plots/pie/index.js +1 -1
- package/lib/components/tita-chart/plots/wordscloud/index.js +1 -1
- package/lib/components/tita-chart/util/createLoading.js +9 -9
- package/lib/components/tita-chart/util/createNode.js +3 -3
- package/lib/components/tita-chart/util/utils.js +1 -1
- package/lib/components/toast/index.js +8 -8
- package/lib/components/tooltip/error-tip.js +3 -5
- package/lib/components/tooltip/tooltip-text/index.js +5 -5
- package/lib/components/tooltip/tooltip.js +4 -6
- package/lib/components/tree/index.js +15 -16
- package/lib/components/tree/precls.js +1 -1
- package/lib/components/update-modal/index.js +6 -5
- package/lib/components/update-modal/request-api.js +3 -3
- package/lib/components/upload/components/uploadedPreview.js +60 -52
- package/lib/components/upload/index.js +29 -29
- package/lib/components/upload/util.js +34 -20
- package/lib/components/upload-photo-modal/constant.js +12 -12
- package/lib/components/upload-photo-modal/index.js +37 -41
- package/lib/components/upload-photo-modal/request-api.js +5 -5
- package/lib/components/upvote/attitude.js +6 -6
- package/lib/components/upvote/index.js +11 -12
- package/lib/components/upvote/request-apis.js +3 -3
- package/lib/components/upvote/selector.js +10 -10
- package/lib/components/upvote/upvoteListModal.js +2 -2
- package/lib/components/user-selector/action-btns/btn-cancel.js +4 -6
- package/lib/components/user-selector/action-btns/btn-ok.js +4 -6
- package/lib/components/user-selector/action-btns/index.js +3 -5
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +5 -7
- package/lib/components/user-selector/category-selector-panel/group-tree.js +13 -14
- package/lib/components/user-selector/category-selector-panel/index.js +12 -12
- package/lib/components/user-selector/constant.js +6 -6
- package/lib/components/user-selector/empty/group.js +9 -10
- package/lib/components/user-selector/empty/index.js +5 -7
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +12 -12
- package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +3 -5
- package/lib/components/user-selector/export-modules/duties-selector/index.js +16 -16
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +9 -9
- package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +4 -6
- package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +5 -7
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +6 -8
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/precls.js +1 -1
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.js +5 -7
- package/lib/components/user-selector/export-modules/group-selector/index.js +4 -4
- package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +3 -5
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +9 -9
- package/lib/components/user-selector/export-modules/single-selector/index.js +3 -5
- package/lib/components/user-selector/layout/index.js +3 -5
- package/lib/components/user-selector/loading/index.js +3 -5
- package/lib/components/user-selector/request-apis.js +21 -21
- package/lib/components/user-selector/searched-panel/index.js +6 -8
- package/lib/components/user-selector/searched-panel/result-part.js +3 -5
- package/lib/components/user-selector/select-tree/choose-tree/index.js +21 -19
- package/lib/components/user-selector/select-tree/selected-tree/index.js +8 -10
- package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +5 -7
- package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +3 -5
- package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +6 -8
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +14 -16
- package/lib/components/user-selector/selected-panel/index.js +13 -15
- package/lib/components/user-selector/utils.js +32 -32
- package/lib/components/version-change-modal/constant.js +6 -6
- package/lib/components/version-change-modal/index.js +3 -3
- package/lib/components/version-change-modal/request-api.js +2 -2
- package/lib/components/viewer/ImageListRender.js +5 -5
- package/lib/components/viewer/index.js +9 -9
- package/lib/components/weekly-report/board.js +8 -8
- package/lib/components/weekly-report/card.js +45 -48
- package/lib/components/weekly-report/common-painter/darwAvatar.js +9 -9
- package/lib/components/weekly-report/common-painter/drawName.js +5 -5
- package/lib/components/weekly-report/common-painter/openDataPainter.js +3 -3
- package/lib/components/weekly-report/common-painter/setSize.js +3 -3
- package/lib/components/weekly-report/common-painter/utils.js +3 -3
- package/lib/components/weekly-report/index.js +21 -21
- package/lib/components/weekly-report/statistics.js +13 -13
- package/lib/components/word-cloud/index.js +21 -23
- package/lib/components/word-cloud/request-apis.js +2 -2
- package/lib/components-v1/animate/AnimateChild.js +3 -3
- package/lib/components-v1/animate/animate.js +5 -5
- package/lib/components-v1/avatar/index.js +27 -22
- package/lib/components-v1/buttonv2/ButtonLinked.js +1 -1
- package/lib/components-v1/buttonv2/ButtonOutlined.js +1 -1
- package/lib/components-v1/buttonv2/ButtonRounded.js +3 -3
- package/lib/components-v1/buttonv2/style/style.js +9 -9
- package/lib/components-v1/confirm/index.js +8 -8
- package/lib/components-v1/dom/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +6 -6
- package/lib/components-v1/dropDownSelector/dropDownSelector.js +13 -13
- package/lib/components-v1/input/Input.js +6 -5
- package/lib/components-v1/input/InputNumber.js +7 -6
- package/lib/components-v1/placement/placement.js +5 -5
- package/lib/components-v1/placement/placementInner.js +10 -10
- package/lib/components-v1/pop/Pop.js +18 -17
- package/lib/components-v1/pop/PopInner.js +33 -33
- package/lib/components-v1/popConfirm/index.js +23 -23
- package/lib/components-v1/popConfirm/style.js +4 -4
- package/lib/components-v1/portals/Portals.js +2 -2
- package/lib/components-v1/progress/CircleProgress.js +11 -11
- package/lib/components-v1/progress/LineProgress.js +5 -5
- package/lib/components-v1/progress/index.js +4 -4
- package/lib/components-v1/radio/radioGroup.js +8 -5
- package/lib/components-v1/search/cache.js +3 -3
- package/lib/components-v1/search/index.js +10 -10
- package/lib/components-v1/select/Option.js +1 -1
- package/lib/components-v1/select/index.js +29 -29
- package/lib/components-v1/tabs/index.js +1 -1
- package/lib/components-v1/tabs/style.js +5 -5
- package/lib/components-v1/textarea/index.js +11 -11
- package/lib/components-v1/transition/index.js +11 -11
- package/lib/components-v1/userSelector/UserSelectorPop.js +9 -10
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +7 -7
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +3 -3
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +4 -4
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +4 -4
- package/lib/components-v1/userSelector/components/MultiMode/index.js +12 -12
- package/lib/components-v1/userSelector/components/SearchBar.js +7 -7
- package/lib/components-v1/userSelector/components/SingleMode.js +7 -7
- package/lib/components-v1/userSelector/components/UserItem.js +5 -5
- package/lib/components-v1/userSelector/index.js +12 -12
- package/lib/components-v1/userSelector/style.js +8 -8
- package/lib/components-v1/utils/animate/animate.js +8 -8
- package/lib/components-v1/utils/animate/event.js +7 -7
- package/lib/components-v1/utils/common/tools.js +6 -6
- package/lib/components-v1/utils/dom/index.js +3 -3
- package/lib/components-v1/utils/placement/autoAdjustPlacement.js +30 -30
- package/lib/components-v1/utils/placement/getContainerVisibleArea.js +3 -3
- package/lib/components-v1/utils/placement/getExpectPlacement.js +4 -4
- package/lib/components-v1/utils/placement/getPlacementInContainer.js +6 -6
- package/lib/components-v1/utils/placement/placement.js +14 -16
- package/lib/hooks/useLocalStorage.js +2 -2
- package/lib/index.js +2 -2
- package/lib/pages/aha2021/index.js +5 -5
- package/lib/pages/appointment-demo/drop-down-box/index.js +7 -7
- package/lib/pages/appointment-demo/index.js +84 -84
- package/lib/pages/appointment-demo/input/index.js +8 -8
- package/lib/pages/appointment-demo/popup/index.js +2 -2
- package/lib/pages/appointment-demo/popup/placement.js +21 -21
- package/lib/pages/dynamic/index.js +2 -2
- package/lib/pages/group-management/components/checkbox/index.js +3 -5
- package/lib/pages/group-management/components/input-form/index.js +6 -6
- package/lib/pages/group-management/components/openData/index.js +43 -40
- package/lib/pages/group-management/components/radio/index.js +3 -5
- package/lib/pages/group-management/components/table/index.js +8 -10
- package/lib/pages/group-management/groupInterface.js +27 -30
- package/lib/pages/group-management/page-view/empty.js +9 -11
- package/lib/pages/group-management/page-view/group-empty.js +4 -6
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +19 -21
- package/lib/pages/group-management/page-view/index.js +20 -22
- package/lib/pages/group-management/page-view/loading/index.js +4 -6
- package/lib/pages/group-management/table/index.js +20 -21
- package/lib/pages/group-management/tree/add-group-dialog/index.js +20 -26
- package/lib/pages/group-management/tree/delete-group-dialog/index.js +9 -11
- package/lib/pages/group-management/tree/edit-group-dialog/index.js +22 -28
- package/lib/pages/group-management/tree/group-form/index.js +17 -17
- package/lib/pages/group-management/tree/index.js +18 -20
- package/lib/pages/group-management/tree/operation-panel.js +6 -8
- package/lib/pages/group-management/tree/trigger-render.js +8 -10
- package/lib/pages/home/components/data-list/index.js +28 -28
- package/lib/pages/home/components/data-list/nav-selector/index.js +2 -2
- package/lib/pages/home/components/data-list/table/columns/createDate.js +2 -2
- package/lib/pages/home/components/data-list/table/columns/index.js +39 -39
- package/lib/pages/home/components/data-list/table/columns/krName.js +2 -2
- package/lib/pages/home/components/data-list/table/columns/okrName.js +7 -11
- package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +11 -11
- package/lib/pages/home/components/data-list/table/columns/tag.js +1 -1
- package/lib/pages/home/components/data-list/table/columns/updateTime.js +2 -2
- package/lib/pages/home/components/data-list/table/columns/user.js +1 -1
- package/lib/pages/home/components/data-list/table/empty-table.js +3 -3
- package/lib/pages/home/components/data-list/table/index.js +10 -10
- package/lib/pages/home/components/data-list/table/utils-function.js +24 -24
- package/lib/pages/home/components/guide/index.js +22 -21
- package/lib/pages/home/components/guide/stepItem.js +8 -8
- package/lib/pages/home/components/header/index.js +1 -1
- package/lib/pages/home/index.js +1 -1
- package/lib/pages/home-page-data-list/index.js +28 -28
- package/lib/pages/like-ranking/column.js +16 -12
- package/lib/pages/like-ranking/filter-buttons/department.js +2 -2
- package/lib/pages/like-ranking/filter-buttons/group.js +2 -2
- package/lib/pages/like-ranking/filter-buttons/modular.js +16 -16
- package/lib/pages/like-ranking/filter-buttons/name.js +4 -4
- package/lib/pages/like-ranking/filter-buttons/search-dropdown/index.js +2 -2
- package/lib/pages/like-ranking/filter-buttons/timer.js +4 -11
- package/lib/pages/like-ranking/index.js +21 -21
- package/lib/pages/like-ranking/mock.js +286 -286
- package/lib/pages/new-okr-list/header/comments.js +8 -8
- package/lib/pages/new-okr-list/header/create-okr.js +3 -3
- package/lib/pages/new-okr-list/header/depart-title.js +4 -4
- package/lib/pages/new-okr-list/header/filter.js +5 -5
- package/lib/pages/new-okr-list/header/index.js +15 -9
- package/lib/pages/new-okr-list/header/relation-title.js +4 -4
- package/lib/pages/new-okr-list/header/user-title.js +2 -2
- package/lib/pages/new-okr-list/index.js +13 -15
- package/lib/pages/new-okr-list/init-cycle-setting.js +5 -5
- package/lib/pages/new-okr-list/keyword-search/index.js +9 -10
- package/lib/pages/new-okr-list/list/index.js +2 -2
- package/lib/pages/new-okr-list/loading.js +2 -2
- package/lib/pages/new-okr-list/precls.js +1 -1
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +26 -28
- package/lib/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +8 -8
- package/lib/pages/okr-map/export-modules/okr-map/index.js +3 -5
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +53 -55
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +10 -12
- package/lib/pages/okr-map/export-modules/share-okr-page/index.js +3 -5
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +20 -23
- package/lib/pages/okr-map/hooks/useStorage.js +4 -4
- package/lib/pages/okr-map/level2-search/depart.js +3 -5
- package/lib/pages/okr-map/level2-search/group.js +5 -7
- package/lib/pages/okr-map/level2-search/index.js +6 -8
- package/lib/pages/okr-map/level2-search/level2-input.js +9 -9
- package/lib/pages/okr-map/level2-search/user.js +3 -5
- package/lib/pages/okr-map/no-okr/index.js +4 -6
- package/lib/pages/okr-map/number-select/index.js +4 -4
- package/lib/pages/okr-map/open-data/index.js +23 -23
- package/lib/pages/okr-map/precls.js +1 -1
- package/lib/pages/okr-map/request-apis.js +3 -3
- package/lib/pages/okr-map/share-dialog/index.js +14 -16
- package/lib/pages/okr-map/unsupport-ie/index.js +17 -14
- package/lib/pages/okr-map/utils.js +4 -1
- package/lib/pages/personal-info/components/base-info/index.js +4 -4
- package/lib/pages/personal-info/components/edit-base-info/index.js +16 -17
- package/lib/pages/personal-info/components/person-photo/index.js +7 -7
- package/lib/pages/personal-info/index.js +2 -2
- package/lib/pages/personal-info/request-api.js +2 -2
- package/lib/utils/auth.js +1 -1
- package/lib/utils/bs-global.js +11 -10
- package/lib/utils/date-test-change.js +7 -7
- package/lib/utils/format-time.js +20 -20
- package/lib/utils/getLocale.js +1 -1
- package/lib/utils/helpers.js +12 -12
- package/lib/utils/i18n-front-translate.js +4 -4
- package/lib/utils/mblog.js +1 -1
- package/lib/utils/mock-bsglobal.js +1637 -1637
- package/lib/utils/open-data.js +36 -34
- package/lib/utils/platform.js +11 -12
- package/lib/utils/request-v1.js +11 -11
- package/lib/utils/request.js +11 -11
- package/lib/utils/roundWeight.js +14 -9
- package/lib/utils/tools.js +15 -8
- package/package.json +19 -3
- package/src/components/avatar/default.tsx +15 -15
- package/src/components/avatar/icon-avatar/index.tsx +15 -17
- package/src/components/avatar/index.tsx +5 -5
- package/src/components/avatar/name-avatar/index.tsx +33 -28
- package/src/components/avatar/num-avatar/index.tsx +5 -7
- package/src/components/avatar/text-avatar/index.tsx +42 -44
- package/src/components/button/default-button/index.tsx +16 -17
- package/src/components/button/icon-btn/index.tsx +14 -13
- package/src/components/button/index.tsx +4 -5
- package/src/components/button/interface.tsx +4 -4
- package/src/components/button/rect-btn/index.tsx +8 -8
- package/src/components/button/text-btn/index.tsx +8 -8
- package/src/components/button/types.ts +1 -1
- package/src/components/cascader/index.tsx +7 -7
- package/src/components/cascader/time.js +7 -7
- package/src/components/change-okr-modal/Filter.tsx +174 -145
- package/src/components/change-okr-modal/Item.tsx +91 -87
- package/src/components/change-okr-modal/constant.ts +52 -61
- package/src/components/change-okr-modal/filterTab.tsx +11 -7
- package/src/components/change-okr-modal/index.tsx +135 -96
- package/src/components/change-okr-modal/styledComponents.ts +10 -9
- package/src/components/change-okr-modal/types.ts +0 -1
- package/src/components/checkbox/index.tsx +2 -2
- package/src/components/common-share/index.tsx +37 -35
- package/src/components/common-share/publishMblog.tsx +5 -5
- package/src/components/common-share/request-apis.js +11 -27
- package/src/components/common-share/types.ts +1 -1
- package/src/components/communication/CommunicationAttachments.tsx +89 -87
- package/src/components/communication/CommunicationRecord.tsx +21 -21
- package/src/components/communication/ConvertUserName.tsx +2 -1
- package/src/components/communication/index.tsx +76 -73
- package/src/components/communication/style.ts +23 -23
- package/src/components/confidence/heart.js +10 -12
- package/src/components/confidence/index.tsx +21 -9
- package/src/components/create-okr-modal/animation/check-animation.ts +1081 -1
- package/src/components/create-okr-modal/constant.ts +12 -16
- package/src/components/create-okr-modal/createCycle.tsx +56 -45
- package/src/components/create-okr-modal/createSuccessCmp.tsx +39 -37
- package/src/components/create-okr-modal/createSuccessCmpWrapper.tsx +1 -3
- package/src/components/create-okr-modal/fields/date-cycle.tsx +16 -14
- package/src/components/create-okr-modal/fields/index.js +1 -1
- package/src/components/create-okr-modal/fields/input-with-err-popup.tsx +23 -27
- package/src/components/create-okr-modal/fields/o-new-name.tsx +26 -29
- package/src/components/create-okr-modal/fields/okr-case.tsx +5 -4
- package/src/components/create-okr-modal/fields/okr-classify.tsx +10 -12
- package/src/components/create-okr-modal/fields/okr-create-suggest.tsx +31 -34
- package/src/components/create-okr-modal/fields/okr-new-user-selector.tsx +6 -4
- package/src/components/create-okr-modal/fields/okr-parent.tsx +15 -13
- package/src/components/create-okr-modal/fields/okr-type-detail.tsx +23 -19
- package/src/components/create-okr-modal/fields/okr-type.tsx +15 -13
- package/src/components/create-okr-modal/fields/okr-visibility-detail.tsx +41 -38
- package/src/components/create-okr-modal/fields/okr-visibility.tsx +50 -52
- package/src/components/create-okr-modal/img/pack-up.tsx +9 -8
- package/src/components/create-okr-modal/index.tsx +93 -106
- package/src/components/create-okr-modal/kr-items/kr-item-weight.tsx +17 -19
- package/src/components/create-okr-modal/kr-items/krDatas.tsx +12 -11
- package/src/components/create-okr-modal/kr-items/krItem.tsx +15 -14
- package/src/components/create-okr-modal/objectType.tsx +53 -49
- package/src/components/create-okr-modal/request-api.ts +15 -20
- package/src/components/create-okr-modal/style.ts +7 -8
- package/src/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +18 -21
- package/src/components/create-okr-modal/utils/helper.ts +3 -3
- package/src/components/create-okr-modal/utils/index.tsx +2 -3
- package/src/components/date-picker/BodyItem.js +36 -30
- package/src/components/date-picker/CalendarBody.js +52 -47
- package/src/components/date-picker/CalendarHeader.js +31 -27
- package/src/components/date-picker/index.js +39 -36
- package/src/components/date-range-picker/index.js +71 -70
- package/src/components/delete-confirm-pop/ConfirmPop.tsx +25 -22
- package/src/components/delete-confirm-pop/style.ts +7 -7
- package/src/components/dialog/index.js +40 -38
- package/src/components/dialog-confirm/index.js +15 -14
- package/src/components/drawer/headerAction.tsx +6 -6
- package/src/components/drawer/headerDrop.tsx +25 -22
- package/src/components/drawer/index.tsx +25 -20
- package/src/components/drawer/utils/dom.ts +13 -13
- package/src/components/drawer/utils/index.ts +5 -5
- package/src/components/drawer/utils/useForceUpdate.ts +3 -3
- package/src/components/drawer-manager/context.ts +2 -1
- package/src/components/drawer-manager/drawerWrapper.tsx +14 -13
- package/src/components/drawer-manager/index.tsx +19 -11
- package/src/components/drawer-manager/utils/dom.ts +13 -13
- package/src/components/drawer-manager/utils/index.ts +5 -5
- package/src/components/drawer-manager/utils/useForceUpdate.ts +3 -3
- package/src/components/drop-selector/icon-item.js +23 -21
- package/src/components/drop-selector/index.js +68 -63
- package/src/components/drop-selector/index.scss +5 -5
- package/src/components/dynamic/advertise/components/next-btn/index.tsx +10 -12
- package/src/components/dynamic/advertise/components/pre-btn/index.tsx +10 -12
- package/src/components/dynamic/advertise/index.tsx +14 -16
- package/src/components/dynamic/components/dangerous-html/index.tsx +5 -8
- package/src/components/dynamic/components/dynamic-search-input/index.tsx +26 -25
- package/src/components/dynamic/components/first-level-tabs/index.tsx +17 -20
- package/src/components/dynamic/components/obj-status/index.tsx +3 -6
- package/src/components/dynamic/components/percent/index.tsx +20 -20
- package/src/components/dynamic/components/title/index.tsx +2 -2
- package/src/components/dynamic/constant.ts +21 -21
- package/src/components/dynamic/context/index.ts +3 -3
- package/src/components/dynamic/dynamic-item/components/header/index.tsx +70 -72
- package/src/components/dynamic/dynamic-item/dynamic-align/index.tsx +30 -28
- package/src/components/dynamic/dynamic-item/dynamic-announcement/index.tsx +23 -23
- package/src/components/dynamic/dynamic-item/dynamic-assessment/index.tsx +21 -23
- package/src/components/dynamic/dynamic-item/dynamic-create-o/index.tsx +53 -47
- package/src/components/dynamic/dynamic-item/dynamic-kr/index.tsx +33 -30
- package/src/components/dynamic/dynamic-item/dynamic-milestone/constant.ts +5 -5
- package/src/components/dynamic/dynamic-item/dynamic-milestone/index.tsx +54 -52
- package/src/components/dynamic/dynamic-item/dynamic-okrs-communication/index.tsx +22 -24
- package/src/components/dynamic/dynamic-item/dynamic-plan-communication/index.tsx +22 -24
- package/src/components/dynamic/dynamic-item/dynamic-progress/index.tsx +30 -27
- package/src/components/dynamic/dynamic-item/dynamic-project/constant.ts +8 -8
- package/src/components/dynamic/dynamic-item/dynamic-project/index.tsx +39 -34
- package/src/components/dynamic/dynamic-item/dynamic-relative/index.tsx +33 -31
- package/src/components/dynamic/dynamic-item/dynamic-replay/index.tsx +79 -79
- package/src/components/dynamic/dynamic-item/dynamic-report/index.tsx +35 -37
- package/src/components/dynamic/dynamic-item/dynamic-reward/index.tsx +40 -40
- package/src/components/dynamic/dynamic-item/dynamic-share/index.tsx +23 -23
- package/src/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.tsx +83 -83
- package/src/components/dynamic/dynamic-item/dynamic-task/constant.ts +8 -8
- package/src/components/dynamic/dynamic-item/dynamic-task/index.tsx +38 -35
- package/src/components/dynamic/dynamic-item/index.tsx +35 -36
- package/src/components/dynamic/dynamic-like-ranking/index.tsx +21 -26
- package/src/components/dynamic/dynamic-like-ranking/item.tsx +9 -7
- package/src/components/dynamic/dynamic-like-ranking/mock.js +38 -38
- package/src/components/dynamic/dynamic-liking/index.tsx +4 -3
- package/src/components/dynamic/dynamic-liking/item.tsx +4 -4
- package/src/components/dynamic/dynamic-liking/mock.js +32 -32
- package/src/components/dynamic/dynamic-list/index.tsx +12 -14
- package/src/components/dynamic/dynamic-topping/index.tsx +4 -3
- package/src/components/dynamic/dynamic-topping/interface.ts +1 -1
- package/src/components/dynamic/dynamic-topping/item.tsx +17 -15
- package/src/components/dynamic/dynamic-topping/request-api.js +7 -15
- package/src/components/dynamic/dynamic.tsx +49 -50
- package/src/components/dynamic/export-module/index.tsx +7 -7
- package/src/components/dynamic/index.tsx +1 -1
- package/src/components/dynamic/my-team/index.tsx +18 -16
- package/src/components/dynamic/my-team/request-api.ts +23 -29
- package/src/components/dynamic/online-broadcast/components/broadcast-item/index.tsx +1 -1
- package/src/components/dynamic/online-broadcast/data.ts +70 -70
- package/src/components/dynamic/online-broadcast/index.tsx +30 -34
- package/src/components/dynamic/quick-operation/components/create-announcement/index.tsx +1 -1
- package/src/components/dynamic/quick-operation/components/create-okr/index.tsx +1 -1
- package/src/components/dynamic/quick-operation/components/create-share/index.tsx +1 -1
- package/src/components/dynamic/quick-operation/components/create-task/index.tsx +1 -1
- package/src/components/dynamic/quick-operation/index.tsx +17 -17
- package/src/components/dynamic/request-api.ts +20 -38
- package/src/components/dynamic/util.ts +25 -32
- package/src/components/e-priority/index.js +38 -20
- package/src/components/eReport/eReportListEmpty.tsx +12 -7
- package/src/components/eReport/eReportLists/reportList.tsx +125 -104
- package/src/components/eReport/eReportLists/style.ts +6 -6
- package/src/components/eReport/eReportShare/index.tsx +46 -39
- package/src/components/eReport/eReportShare/style.ts +5 -5
- package/src/components/eReport/eReportShare/toast/index.tsx +12 -9
- package/src/components/eReport/eReportShare/toast/style.ts +5 -5
- package/src/components/edit-kr-wight/EditKrWightModal.tsx +58 -47
- package/src/components/edit-kr-wight/FormItemV2.tsx +13 -8
- package/src/components/edit-kr-wight/style/index.ts +4 -4
- package/src/components/edit-kr-wight/utils.ts +6 -7
- package/src/components/emotions-selector/index.tsx +2 -2
- package/src/components/emotions-selector/mockData.ts +284 -284
- package/src/components/emotions-selector/selector-content.tsx +63 -59
- package/src/components/emotions-selector/selector-pop.tsx +20 -18
- package/src/components/emotions-selector/style.ts +11 -11
- package/src/components/ereport-list/index.tsx +126 -105
- package/src/components/ereport-list/style.ts +6 -6
- package/src/components/error-boundary/index.tsx +1 -1
- package/src/components/file-list/components/single-file/index.tsx +23 -20
- package/src/components/file-list/index.tsx +3 -3
- package/src/components/file-list/interface.ts +1 -1
- package/src/components/file-list/util.ts +18 -18
- package/src/components/firework/firework.ts +61 -65
- package/src/components/firework/index.tsx +13 -13
- package/src/components/follower-visitor/index.tsx +22 -22
- package/src/components/follower-visitor/request-api.ts +1 -3
- package/src/components/form/form-fields/department/department-input.tsx +28 -23
- package/src/components/form/form-fields/department/index.tsx +18 -18
- package/src/components/form/form-fields/dropdown/index.tsx +1 -1
- package/src/components/form/form-fields/duties/duties-input.tsx +22 -20
- package/src/components/form/form-fields/duties/index.tsx +59 -54
- package/src/components/form/form-fields/group/index.tsx +4 -6
- package/src/components/form/form-fields/input/index.tsx +69 -63
- package/src/components/form/form-fields/input-verification-code/index.tsx +16 -16
- package/src/components/form/form-fields/password/index.tsx +7 -9
- package/src/components/form/form-fields/radios/index.tsx +4 -2
- package/src/components/form/form-fields/textarea/index.tsx +34 -31
- package/src/components/form/form-fields/user/index.tsx +65 -60
- package/src/components/form/form-fields/user/user-input.tsx +23 -22
- package/src/components/form/index.tsx +11 -11
- package/src/components/form/layout/index.tsx +11 -9
- package/src/components/grid-layout/commen-components/advize.tsx +11 -5
- package/src/components/grid-layout/commen-components/card-contain.tsx +8 -7
- package/src/components/grid-layout/commen-components/card-title.tsx +11 -10
- package/src/components/grid-layout/commen-components/carditem-flexcontent.tsx +8 -7
- package/src/components/grid-layout/commen-components/data-item.tsx +27 -20
- package/src/components/grid-layout/commen-components/empty-backgrounds.tsx +42 -28
- package/src/components/grid-layout/commen-components/gap.tsx +2 -2
- package/src/components/grid-layout/commen-components/index.js +4 -5
- package/src/components/grid-layout/commen-components/scroll-tips.tsx +20 -16
- package/src/components/grid-layout/essay-component/essay-item.tsx +20 -13
- package/src/components/grid-layout/essay-component/index.tsx +17 -15
- package/src/components/grid-layout/image/could.js +1 -1
- package/src/components/grid-layout/image/lv.js +1 -1
- package/src/components/grid-layout/image/tita-mask.js +1 -1
- package/src/components/grid-layout/index.tsx +38 -21
- package/src/components/grid-layout/near-visitors/index.tsx +33 -29
- package/src/components/grid-layout/near-visitors/visitor.tsx +8 -6
- package/src/components/grid-layout/okr-align/index.tsx +52 -49
- package/src/components/grid-layout/okr-progress/index.tsx +45 -46
- package/src/components/grid-layout/okr-target/index.tsx +64 -64
- package/src/components/grid-layout/over-view/index.tsx +53 -54
- package/src/components/grid-layout/personal-info/index.tsx +52 -47
- package/src/components/grid-layout/sub-employee-okr/index.tsx +55 -45
- package/src/components/grid-layout/sub-employee-okr/person-okr.tsx +15 -11
- package/src/components/grid-layout/util/click-link.tsx +15 -16
- package/src/components/grid-layout/util/network.ts +26 -31
- package/src/components/grid-layout/week-task/index.tsx +48 -43
- package/src/components/grid-layout/words-cloud/index.tsx +24 -25
- package/src/components/grid-page/commen-components/scroll-tips.tsx +20 -16
- package/src/components/grid-page/near-visitors/visitor.tsx +8 -6
- package/src/components/grid-page/personal-info/index.tsx +52 -47
- package/src/components/help-card/index.tsx +84 -90
- package/src/components/help-card/request-api.js +10 -12
- package/src/components/hr-header/index.tsx +49 -50
- package/src/components/icon-button-list/index.js +41 -32
- package/src/components/img-viewer/icon/enlarge.tsx +6 -6
- package/src/components/img-viewer/icon/left-rotate.tsx +12 -12
- package/src/components/img-viewer/icon/right-rotate.tsx +8 -8
- package/src/components/img-viewer/icon/shrink.tsx +7 -7
- package/src/components/img-viewer/index.tsx +40 -42
- package/src/components/img-viewer/interface.ts +1 -1
- package/src/components/img-viewer/util.ts +1 -1
- package/src/components/invite-people/index.tsx +2 -2
- package/src/components/keyword-search/index.tsx +33 -35
- package/src/components/mblog/common/index.ts +57 -57
- package/src/components/mblog/components/ConfirmPop.tsx +12 -11
- package/src/components/mblog/components/MblogAction.tsx +80 -68
- package/src/components/mblog/components/MblogContent.tsx +83 -73
- package/src/components/mblog/context.ts +3 -2
- package/src/components/mblog/index.tsx +86 -76
- package/src/components/mblog/style.ts +20 -20
- package/src/components/menus/components/drag-resize/index.tsx +30 -28
- package/src/components/menus/components/flip-menu-card/flip-back-header.tsx +4 -4
- package/src/components/menus/components/flip-menu-card/index.tsx +21 -19
- package/src/components/menus/components/flip-menu-card/precls.ts +1 -1
- package/src/components/menus/components/menu-card/index.tsx +18 -16
- package/src/components/menus/components/menu-close-btn/index.tsx +19 -17
- package/src/components/menus/components/menu-tree/index.tsx +28 -26
- package/src/components/menus/components/menu-tree/precls.ts +1 -1
- package/src/components/menus/components/menu-tree/tree-node/assess-manage.tsx +17 -14
- package/src/components/menus/components/menu-tree/tree-node/assess-template.tsx +17 -14
- package/src/components/menus/components/menu-tree/tree-node/avatar/index.tsx +20 -20
- package/src/components/menus/components/menu-tree/tree-node/company-all.tsx +19 -17
- package/src/components/menus/components/menu-tree/tree-node/compony/index.tsx +5 -5
- package/src/components/menus/components/menu-tree/tree-node/depart/index.tsx +6 -6
- package/src/components/menus/components/menu-tree/tree-node/follower/index.tsx +31 -29
- package/src/components/menus/components/menu-tree/tree-node/group-name.tsx +10 -8
- package/src/components/menus/components/menu-tree/tree-node/index.tsx +40 -41
- package/src/components/menus/components/menu-tree/tree-node/loading.tsx +10 -9
- package/src/components/menus/components/menu-tree/tree-node/menu-item.tsx +13 -11
- package/src/components/menus/components/menu-tree/tree-node/no-follower.tsx +12 -10
- package/src/components/menus/components/menu-tree/tree-node/no-subordinates.tsx +11 -10
- package/src/components/menus/components/menu-tree/tree-node/parent-menu.tsx +13 -11
- package/src/components/menus/components/menu-tree/tree-node/sub-menu-item.tsx +13 -11
- package/src/components/menus/components/menu-tree/tree-node/user/index.tsx +13 -11
- package/src/components/menus/components/menu-tree/tree-node/user-concern.tsx +41 -38
- package/src/components/menus/components/search-colleague/index.tsx +31 -30
- package/src/components/menus/context.js +2 -2
- package/src/components/menus/export-modules/appraisal-menus/index.tsx +25 -27
- package/src/components/menus/export-modules/appraisal-menus/menu-highlight.ts +29 -22
- package/src/components/menus/export-modules/appraisal-menus/menus.ts +9 -9
- package/src/components/menus/export-modules/manage-menus/constant.ts +1 -1
- package/src/components/menus/export-modules/manage-menus/handle-highlight.ts +19 -20
- package/src/components/menus/export-modules/manage-menus/index.tsx +10 -10
- package/src/components/menus/export-modules/okr-menus/depart-menus/helper.ts +22 -22
- package/src/components/menus/export-modules/okr-menus/depart-menus/index.tsx +58 -54
- package/src/components/menus/export-modules/okr-menus/index.tsx +17 -16
- package/src/components/menus/export-modules/okr-menus/menu-highlight.ts +10 -4
- package/src/components/menus/export-modules/okr-menus/menus.ts +154 -152
- package/src/components/menus/export-modules/okr-menus/okr-front-menus.tsx +69 -75
- package/src/components/menus/export-modules/okr-menus/subordinate-menus/helper.ts +13 -14
- package/src/components/menus/export-modules/okr-menus/subordinate-menus/index.tsx +41 -39
- package/src/components/menus/i18n.ts +70 -41
- package/src/components/menus/index.tsx +20 -18
- package/src/components/menus/precls.js +1 -1
- package/src/components/menus/request-apis.ts +48 -55
- package/src/components/menus/types.ts +9 -10
- package/src/components/menus/utils.ts +7 -6
- package/src/components/nav-top/components/menu/index.tsx +154 -158
- package/src/components/nav-top/components/user-message/components/empty/index.tsx +21 -21
- package/src/components/nav-top/components/user-message/components/inform/index.tsx +7 -7
- package/src/components/nav-top/components/user-message/components/inform/inform-item.tsx +65 -65
- package/src/components/nav-top/components/user-message/components/red-pack/index.tsx +23 -25
- package/src/components/nav-top/components/user-message/components/red-pack/request-api.ts +1 -3
- package/src/components/nav-top/components/user-message/components/remind/index.tsx +6 -9
- package/src/components/nav-top/components/user-message/components/remind/remind-item.tsx +10 -8
- package/src/components/nav-top/components/user-message/components/reply/index.tsx +8 -9
- package/src/components/nav-top/components/user-message/components/reply/reply-item.tsx +18 -18
- package/src/components/nav-top/components/user-message/components/tab-title/index.tsx +2 -2
- package/src/components/nav-top/components/user-message/components/todos/index.tsx +15 -13
- package/src/components/nav-top/components/user-message/components/todos/todo-item.tsx +11 -11
- package/src/components/nav-top/components/user-message/constant.ts +9 -9
- package/src/components/nav-top/components/user-message/index.tsx +123 -131
- package/src/components/nav-top/components/user-message/msg/index.tsx +32 -34
- package/src/components/nav-top/components/user-message/utils.ts +13 -13
- package/src/components/nav-top/components/user-own-menu/components/own-menu/index.tsx +6 -7
- package/src/components/nav-top/components/user-own-menu/index.tsx +11 -11
- package/src/components/nav-top/components/user-own-menu/utils.ts +21 -22
- package/src/components/nav-top/constant.ts +4 -4
- package/src/components/nav-top/index.tsx +22 -22
- package/src/components/nav-top/request.apis.ts +18 -34
- package/src/components/nav-top/utils.ts +5 -8
- package/src/components/okr-detail/auth.js +25 -23
- package/src/components/okr-detail/base-info/base-info.tsx +55 -61
- package/src/components/okr-detail/base-info/index.tsx +2 -2
- package/src/components/okr-detail/base-info/o-desc/index.tsx +15 -13
- package/src/components/okr-detail/base-info/other-infos/classify/index.tsx +15 -16
- package/src/components/okr-detail/base-info/other-infos/common/border-wrapper/index.tsx +14 -14
- package/src/components/okr-detail/base-info/other-infos/date-cycle/index.tsx +27 -19
- package/src/components/okr-detail/base-info/other-infos/index.tsx +2 -2
- package/src/components/okr-detail/base-info/other-infos/okr-type/index.tsx +22 -22
- package/src/components/okr-detail/base-info/other-infos/other-infos.tsx +1 -1
- package/src/components/okr-detail/base-info/other-infos/principal/index.tsx +18 -19
- package/src/components/okr-detail/base-info/other-infos/visibility/index.tsx +45 -41
- package/src/components/okr-detail/base-info/person/index.tsx +40 -39
- package/src/components/okr-detail/base-info/util.tsx +19 -27
- package/src/components/okr-detail/base-info/utils/setting.ts +3 -4
- package/src/components/okr-detail/components/ao-nice/index.js +83 -76
- package/src/components/okr-detail/components/base-okr-type/confirm/buttonv2.tsx +18 -14
- package/src/components/okr-detail/components/base-okr-type/confirm/confirm.tsx +35 -28
- package/src/components/okr-detail/components/base-okr-type/index.tsx +12 -7
- package/src/components/okr-detail/components/base-okr-type/object-type.tsx +95 -66
- package/src/components/okr-detail/components/block-line/index.js +2 -2
- package/src/components/okr-detail/components/editable-input/index.tsx +29 -25
- package/src/components/okr-detail/components/header/edit-name.tsx +11 -9
- package/src/components/okr-detail/components/header/index.js +29 -26
- package/src/components/okr-detail/components/header/o-avatar.tsx +24 -14
- package/src/components/okr-detail/components/header/o-cycle.tsx +26 -28
- package/src/components/okr-detail/components/header/o-name.tsx +7 -4
- package/src/components/okr-detail/components/header/o-score.tsx +18 -14
- package/src/components/okr-detail/components/icon-text/index.js +6 -5
- package/src/components/okr-detail/components/o-classify.tsx +21 -23
- package/src/components/okr-detail/components/o-progress-update/index.tsx +11 -8
- package/src/components/okr-detail/components/okr-tree/index.js +20 -18
- package/src/components/okr-detail/components/okr-tree/precls.js +1 -1
- package/src/components/okr-detail/components/okr-tree/tree-node/default-node.js +10 -8
- package/src/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +48 -47
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/constant.ts +23 -23
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-empty.js +18 -14
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +37 -20
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +83 -77
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +31 -29
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +44 -45
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +39 -40
- package/src/components/okr-detail/components/okr-tree/tree-node/get-process-color.js +40 -40
- package/src/components/okr-detail/components/okr-tree/tree-node/index.js +34 -34
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/get-process-color.js +27 -27
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +188 -172
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.tsx +120 -90
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +34 -29
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.tsx +162 -133
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +5 -6
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +40 -35
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +125 -117
- package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.tsx +12 -10
- package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +15 -15
- package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.tsx +6 -6
- package/src/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +95 -85
- package/src/components/okr-detail/components/okr-type.tsx +19 -16
- package/src/components/okr-detail/components/padding-layout.js +7 -5
- package/src/components/okr-detail/components/score/index.tsx +20 -12
- package/src/components/okr-detail/components/tab-panel-content/index.js +9 -7
- package/src/components/okr-detail/context.js +3 -3
- package/src/components/okr-detail/cooperation/index.tsx +9 -6
- package/src/components/okr-detail/detail-footer/index.tsx +56 -49
- package/src/components/okr-detail/detail-header/actions.tsx +75 -76
- package/src/components/okr-detail/detail-header/confirm.tsx +16 -16
- package/src/components/okr-detail/detail-header/delete-confirm/delete-confirm.tsx +22 -22
- package/src/components/okr-detail/detail-header/delete-confirm/style.ts +7 -7
- package/src/components/okr-detail/detail-header/enums.ts +1 -1
- package/src/components/okr-detail/detail-header/index.tsx +48 -49
- package/src/components/okr-detail/e-list/constant.ts +23 -23
- package/src/components/okr-detail/e-list/index.js +28 -32
- package/src/components/okr-detail/e-list/precls.js +1 -1
- package/src/components/okr-detail/e-list/search-form/fields/e-order.js +61 -48
- package/src/components/okr-detail/e-list/search-form/fields/e-status.js +41 -33
- package/src/components/okr-detail/e-list/search-form/fields/e-user.js +25 -20
- package/src/components/okr-detail/e-list/search-form/index.js +13 -13
- package/src/components/okr-detail/e-list/util.ts +125 -128
- package/src/components/okr-detail/error-page/index.js +10 -10
- package/src/components/okr-detail/index.js +104 -96
- package/src/components/okr-detail/interface.ts +1 -1
- package/src/components/okr-detail/loading/index.js +11 -9
- package/src/components/okr-detail/okr-list/add-parent-okr.js +9 -9
- package/src/components/okr-detail/okr-list/create-kr-item/dom.ts +7 -7
- package/src/components/okr-detail/okr-list/create-kr-item/heart.js +15 -9
- package/src/components/okr-detail/okr-list/create-kr-item/index.tsx +71 -67
- package/src/components/okr-detail/okr-list/create-kr-item/style.ts +12 -12
- package/src/components/okr-detail/okr-list/drag-order-kr.js +10 -13
- package/src/components/okr-detail/okr-list/empty/index.js +23 -21
- package/src/components/okr-detail/okr-list/index.js +60 -60
- package/src/components/okr-detail/okr-list/warp-parent-okr.js +11 -13
- package/src/components/okr-detail/request-apis.ts +285 -371
- package/src/components/okr-detail/schedule/components/detail-title/index.tsx +8 -6
- package/src/components/okr-detail/schedule/components/kr-progress/index.tsx +26 -25
- package/src/components/okr-detail/schedule/components/o-progress/index.tsx +145 -142
- package/src/components/okr-detail/schedule/components/sub-o-progress/index.tsx +23 -28
- package/src/components/okr-detail/schedule/components/title/index.tsx +6 -6
- package/src/components/okr-detail/schedule/index.tsx +2 -2
- package/src/components/okr-detail/schedule/schedule.tsx +30 -32
- package/src/components/okr-detail/schedule/util.ts +4 -6
- package/src/components/okr-filter-drawer/filter-form.tsx +37 -34
- package/src/components/okr-filter-drawer/index.tsx +15 -17
- package/src/components/okr-flow/child-node/fields/creator.js +4 -5
- package/src/components/okr-flow/child-node/fields/okrClassify.js +7 -7
- package/src/components/okr-flow/child-node/fields/okrType.js +6 -6
- package/src/components/okr-flow/child-node/helper.js +14 -14
- package/src/components/okr-flow/child-node/index.js +28 -24
- package/src/components/okr-flow/child-node/kr-node.js +28 -20
- package/src/components/okr-flow/child-node/work-node.js +49 -49
- package/src/components/okr-flow/context.js +2 -1
- package/src/components/okr-flow/empty/index.js +10 -7
- package/src/components/okr-flow/export-modal/index.tsx +79 -77
- package/src/components/okr-flow/export-modules/okr-search-panel/index.js +15 -15
- package/src/components/okr-flow/index.js +2 -2
- package/src/components/okr-flow/mini-map/index.js +19 -17
- package/src/components/okr-flow/mini-map/map.js +24 -24
- package/src/components/okr-flow/mini-map/mini-node.js +7 -8
- package/src/components/okr-flow/mini-map/utils.js +11 -7
- package/src/components/okr-flow/okr-map/index.js +9 -8
- package/src/components/okr-flow/open-data/index.js +29 -37
- package/src/components/okr-flow/precls.js +1 -1
- package/src/components/okr-flow/request-apis.js +19 -26
- package/src/components/okr-flow/root-node/index.js +24 -23
- package/src/components/okr-flow/utils/config.js +3 -3
- package/src/components/okr-flow/utils/helper.js +8 -7
- package/src/components/okr-flow/utils/index.js +13 -15
- package/src/components/okr-flow/utils/tree-handler.js +47 -50
- package/src/components/okr-period-selector/index.tsx +6 -6
- package/src/components/okr-period-selector/request-apis.ts +5 -8
- package/src/components/okr-period-selector/select-cycle.tsx +16 -13
- package/src/components/okr-progress/components/detail-title/index.tsx +9 -7
- package/src/components/okr-progress/components/kr-progress/index.tsx +28 -27
- package/src/components/okr-progress/components/o-progress/index.tsx +144 -140
- package/src/components/okr-progress/components/o-progress-update/index.tsx +11 -9
- package/src/components/okr-progress/components/sub-o-progress/index.tsx +24 -29
- package/src/components/okr-progress/components/title/index.tsx +7 -7
- package/src/components/okr-progress/interface.ts +1 -1
- package/src/components/okr-progress/okr-progress/index.tsx +33 -35
- package/src/components/okr-progress/request-apis.ts +27 -36
- package/src/components/okr-progress/util.ts +5 -7
- package/src/components/okr-progress-detail/constant.ts +8 -8
- package/src/components/okr-progress-detail/index.tsx +10 -7
- package/src/components/okr-progress-detail/utils.ts +16 -17
- package/src/components/okr-progress-modal/helper.js +90 -88
- package/src/components/okr-progress-modal/index.tsx +68 -61
- package/src/components/okr-progress-modal/interface.ts +2 -2
- package/src/components/okr-progress-modal/request-apis.js +7 -15
- package/src/components/okr-progress-modal/style.ts +8 -8
- package/src/components/okr-progress-modal/textarea/index.tsx +7 -5
- package/src/components/okr-progress-modal/textarea/style.tsx +2 -2
- package/src/components/okr-review/ReviewPop/components/ReviewBody/index.tsx +188 -222
- package/src/components/okr-review/ReviewPop/components/ReviewBody/style.ts +2 -2
- package/src/components/okr-review/ReviewPop/components/Toast/index.tsx +4 -4
- package/src/components/okr-review/ReviewPop/components/Toast/style.ts +2 -2
- package/src/components/okr-review/ReviewPop/index.tsx +57 -46
- package/src/components/okr-review/ReviewPop/style.ts +9 -9
- package/src/components/okr-review/common.ts +10 -10
- package/src/components/okr-review/components/ReviewItem/index.tsx +28 -16
- package/src/components/okr-review/components/ReviewItem/style.ts +12 -12
- package/src/components/okr-review/components/confirm-pop/ConfirmPop.tsx +26 -23
- package/src/components/okr-review/components/confirm-pop/style.ts +7 -7
- package/src/components/okr-review/index.tsx +77 -69
- package/src/components/okr-review/style.ts +20 -20
- package/src/components/okr-share/common-painter/darwAvatar.ts +7 -8
- package/src/components/okr-share/common-painter/openDataPainter.ts +20 -20
- package/src/components/okr-share/common-painter/setSize.ts +4 -4
- package/src/components/okr-share/common-painter/utils.ts +17 -19
- package/src/components/okr-share/index.tsx +28 -30
- package/src/components/okr-share/pink-card/card.tsx +17 -16
- package/src/components/okr-share/pink-card/drawDepartmentName.ts +5 -5
- package/src/components/okr-share/pink-card/drawKrs.ts +6 -6
- package/src/components/okr-share/pink-card/drawOKrName.ts +4 -4
- package/src/components/okr-share/pink-card/drawQuote.ts +5 -5
- package/src/components/okr-share/pink-card/drawUserName.ts +10 -10
- package/src/components/okr-share/pink-card/images.ts +4 -5
- package/src/components/okr-share/pink-card/index.ts +23 -24
- package/src/components/okr-share/publishMblog.tsx +6 -4
- package/src/components/okr-share/request-apis.js +11 -27
- package/src/components/okr-share/shareCardSelector.tsx +38 -30
- package/src/components/okr-share/types.ts +1 -1
- package/src/components/okrcase-library/index.tsx +169 -170
- package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.tsx +45 -32
- package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.tsx +85 -60
- package/src/components/okrcase-library/okrcases-components/caseLibrary-main.tsx +68 -40
- package/src/components/okrcase-library/okrcases-components/caseLibrary-nav.tsx +53 -35
- package/src/components/okrcase-library/okrcases-components/caseLibray-header.tsx +2 -2
- package/src/components/okrcase-library/okrcases-components/submitOkr-dialog.tsx +107 -86
- package/src/components/okrcase-library/server/network.js +73 -80
- package/src/components/okrcase-library-card/index.tsx +59 -46
- package/src/components/open-data-painter/index.ts +39 -40
- package/src/components/operation-records/OperationRecordItem.tsx +16 -12
- package/src/components/operation-records/index.tsx +83 -74
- package/src/components/operation-records/mockData.ts +315 -315
- package/src/components/operation-records/style.ts +17 -17
- package/src/components/pagination/index.tsx +2 -2
- package/src/components/pagination/locale/en_US.js +11 -11
- package/src/components/pagination/locale/zh_CN.js +11 -11
- package/src/components/pagination/pagination.tsx +21 -21
- package/src/components/password-input/icon/close-eye.tsx +8 -8
- package/src/components/password-input/icon/open-eye.tsx +8 -8
- package/src/components/password-input/index.tsx +24 -18
- package/src/components/password-input/interface.ts +1 -1
- package/src/components/period-selector/common.ts +42 -43
- package/src/components/period-selector/components/button/index.tsx +8 -6
- package/src/components/period-selector/components/button/style.ts +3 -3
- package/src/components/period-selector/components/selector/index.tsx +36 -40
- package/src/components/period-selector/components/selector/style.tsx +10 -10
- package/src/components/period-selector/helper/index.ts +13 -14
- package/src/components/period-selector/index.tsx +13 -17
- package/src/components/period-selector/style.tsx +2 -2
- package/src/components/period-selector/type.ts +1 -1
- package/src/components/photo-card/components/card/index.tsx +26 -24
- package/src/components/photo-card/index.tsx +24 -24
- package/src/components/photo-card/request.apis.ts +6 -16
- package/src/components/photo-card/types/image.d.ts +1 -1
- package/src/components/point-demo/constant.ts +22 -26
- package/src/components/point-demo/drop-down-box/index.js +50 -52
- package/src/components/point-demo/index.js +384 -339
- package/src/components/point-demo/input/index.js +33 -31
- package/src/components/point-demo/point-demo.js +23 -22
- package/src/components/point-demo/popup/index.js +31 -27
- package/src/components/point-demo/popup/placement.js +23 -23
- package/src/components/popup/index.tsx +35 -31
- package/src/components/popup/placement.tsx +23 -23
- package/src/components/praise-record/PraiseRecordItem.tsx +32 -16
- package/src/components/praise-record/index.tsx +51 -41
- package/src/components/praise-record/style.ts +11 -11
- package/src/components/progress/circle-progress/index.tsx +21 -21
- package/src/components/progress/index.tsx +6 -8
- package/src/components/progress/line-progress/index.tsx +33 -21
- package/src/components/progress/utils.ts +26 -26
- package/src/components/publish-dynamic-modal/index.tsx +3 -2
- package/src/components/publish-dynamic-modal/interface.ts +1 -1
- package/src/components/publish-dynamic-modal/publish-dynamic-modal.tsx +52 -52
- package/src/components/publish-dynamic-modal/requist-api.ts +28 -26
- package/src/components/radio/index.tsx +5 -4
- package/src/components/radio/radio.tsx +14 -13
- package/src/components/radio/radioGroup.tsx +11 -11
- package/src/components/range-picker-pop/index.js +69 -65
- package/src/components/range-selector-pop/RangeList.tsx +8 -9
- package/src/components/range-selector-pop/RangeSelectorPop.tsx +20 -18
- package/src/components/scrollbar/index.tsx +18 -16
- package/src/components/scrollbar/simplebar/helpers.js +7 -7
- package/src/components/scrollbar/simplebar/index.js +45 -47
- package/src/components/scrollbar/simplebar/scrollbar-width.js +8 -9
- package/src/components/scrollbar/simplebar/simplebar.js +233 -260
- package/src/components/scrollbar/simplebar-react.js +23 -23
- package/src/components/search-dropdown/index.js +19 -17
- package/src/components/search-input/index.js +65 -64
- package/src/components/search-key-handle/index.tsx +5 -5
- package/src/components/select/Option.js +19 -18
- package/src/components/select/index.js +65 -55
- package/src/components/select-layer/index.tsx +20 -22
- package/src/components/select-tags/index.tsx +9 -11
- package/src/components/selector-input/debounce.js +9 -8
- package/src/components/selector-input/index.js +38 -33
- package/src/components/slider-input/index.js +31 -31
- package/src/components/stateless-dropdown/dropdown-selector.tsx +1 -1
- package/src/components/stateless-dropdown/index.tsx +4 -3
- package/src/components/stateless-dropdown/stateless-dropdown.tsx +15 -15
- package/src/components/status-time/index.tsx +33 -28
- package/src/components/stop-taking-modal/index.tsx +21 -21
- package/src/components/switch/index.js +18 -16
- package/src/components/table/index.js +108 -100
- package/src/components/tabs/index.js +25 -20
- package/src/components/task-relation-modal/context.ts +2 -2
- package/src/components/task-relation-modal/helper.ts +9 -9
- package/src/components/task-relation-modal/index.tsx +78 -82
- package/src/components/task-relation-modal/radio.tsx +3 -3
- package/src/components/task-relation-modal/request-api.ts +17 -21
- package/src/components/task-relation-modal/search/category-select.tsx +10 -10
- package/src/components/task-relation-modal/search/okr-status-select.tsx +9 -9
- package/src/components/task-relation-modal/search/okr-type-select.tsx +12 -14
- package/src/components/task-relation-modal/search/principal.tsx +40 -38
- package/src/components/task-relation-modal/search/relation.tsx +15 -16
- package/src/components/task-relation-modal/search/search-dropdown/index.tsx +3 -3
- package/src/components/task-relation-modal/tree/category-tree/index.tsx +17 -15
- package/src/components/task-relation-modal/tree/category-tree/search-form.tsx +4 -3
- package/src/components/task-relation-modal/tree/okr-tree/index.tsx +44 -47
- package/src/components/task-relation-modal/tree/okr-tree/search-form.tsx +21 -21
- package/src/components/task-relation-modal/tree/work-tree/index.tsx +44 -44
- package/src/components/task-relation-modal/tree/work-tree/search-form.tsx +17 -19
- package/src/components/task-relation-modal/tree-node/category-node/index.tsx +8 -6
- package/src/components/task-relation-modal/tree-node/index.js +2 -3
- package/src/components/task-relation-modal/tree-node/kr-node/index.tsx +18 -11
- package/src/components/task-relation-modal/tree-node/milestone-node/index.tsx +18 -14
- package/src/components/task-relation-modal/tree-node/o-node/index.tsx +11 -10
- package/src/components/task-relation-modal/tree-node/work-node/index.tsx +10 -7
- package/src/components/tita-chart/base/index.tsx +1 -1
- package/src/components/tita-chart/charts/img/could.js +1 -1
- package/src/components/tita-chart/charts/liquid-ball.tsx +46 -48
- package/src/components/tita-chart/charts/pie.tsx +49 -46
- package/src/components/tita-chart/charts/words-cloud.tsx +38 -34
- package/src/components/tita-chart/errorBoundary/index.tsx +36 -33
- package/src/components/tita-chart/hooks/useChart.ts +145 -147
- package/src/components/tita-chart/index.ts +4 -4
- package/src/components/tita-chart/interface.ts +13 -13
- package/src/components/tita-chart/plots/liquid/index.tsx +31 -31
- package/src/components/tita-chart/plots/pie/index.tsx +8 -8
- package/src/components/tita-chart/plots/wordscloud/index.tsx +31 -31
- package/src/components/tita-chart/util/createLoading.tsx +40 -40
- package/src/components/tita-chart/util/createNode.ts +8 -8
- package/src/components/tita-chart/util/getChart.ts +10 -10
- package/src/components/tita-chart/util/index.ts +7 -3
- package/src/components/tita-chart/util/utils.ts +45 -48
- package/src/components/toast/components/SuccessRender.tsx +55 -39
- package/src/components/toast/index.tsx +26 -26
- package/src/components/toast/style/index.ts +1 -1
- package/src/components/tooltip/error-tip.js +6 -6
- package/src/components/tooltip/index.js +2 -2
- package/src/components/tooltip/tooltip-text/index.tsx +16 -14
- package/src/components/tooltip/tooltip.tsx +8 -8
- package/src/components/tree/index.js +35 -32
- package/src/components/tree/precls.js +1 -1
- package/src/components/update-modal/index.tsx +13 -10
- package/src/components/update-modal/request-api.ts +9 -11
- package/src/components/upload/components/uploadedPreview.tsx +98 -90
- package/src/components/upload/index.tsx +95 -98
- package/src/components/upload/style.ts +11 -11
- package/src/components/upload/type.ts +3 -3
- package/src/components/upload/util.ts +42 -45
- package/src/components/upload-photo-modal/constant.ts +23 -22
- package/src/components/upload-photo-modal/index.tsx +182 -181
- package/src/components/upload-photo-modal/request-api.ts +14 -25
- package/src/components/upvote/attitude.ts +32 -34
- package/src/components/upvote/index.tsx +13 -13
- package/src/components/upvote/request-apis.js +10 -20
- package/src/components/upvote/selector.tsx +38 -34
- package/src/components/upvote/upvoteListModal.tsx +48 -40
- package/src/components/user-selector/action-btns/btn-cancel.js +10 -8
- package/src/components/user-selector/action-btns/btn-ok.js +10 -8
- package/src/components/user-selector/action-btns/index.js +12 -10
- package/src/components/user-selector/category-selector-panel/depart-tree.tsx +34 -32
- package/src/components/user-selector/category-selector-panel/group-tree.tsx +29 -28
- package/src/components/user-selector/category-selector-panel/index.tsx +54 -49
- package/src/components/user-selector/constant.ts +13 -15
- package/src/components/user-selector/context.js +3 -2
- package/src/components/user-selector/empty/group.js +14 -14
- package/src/components/user-selector/empty/index.js +13 -13
- package/src/components/user-selector/export-modules/depart-search-selector/index.tsx +63 -63
- package/src/components/user-selector/export-modules/depart-search-selector/result-part.js +29 -25
- package/src/components/user-selector/export-modules/duties-selector/index.tsx +84 -91
- package/src/components/user-selector/export-modules/field-tree-selector/index.tsx +43 -42
- package/src/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.tsx +34 -32
- package/src/components/user-selector/export-modules/field-tree-selector/selector-generater.tsx +18 -15
- package/src/components/user-selector/export-modules/field-tree-selector/single-selector/index.tsx +48 -43
- package/src/components/user-selector/export-modules/field-tree-selector/single-selector/precls.ts +1 -1
- package/src/components/user-selector/export-modules/field-tree-selector/single-selector/user-list.tsx +31 -31
- package/src/components/user-selector/export-modules/group-selector/index.js +82 -78
- package/src/components/user-selector/export-modules/group-selector/searched-panel.js +23 -20
- package/src/components/user-selector/export-modules/multiple-user-selector--bak/index.js +74 -65
- package/src/components/user-selector/export-modules/single-selector/index.tsx +37 -39
- package/src/components/user-selector/index.js +12 -14
- package/src/components/user-selector/interface.ts +1 -1
- package/src/components/user-selector/layout/index.js +10 -8
- package/src/components/user-selector/loading/index.js +8 -6
- package/src/components/user-selector/request-apis.js +55 -71
- package/src/components/user-selector/searched-panel/index.js +38 -33
- package/src/components/user-selector/searched-panel/result-part.js +30 -26
- package/src/components/user-selector/select-tree/choose-tree/index.tsx +51 -50
- package/src/components/user-selector/select-tree/selected-tree/index.js +28 -26
- package/src/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +24 -19
- package/src/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +13 -11
- package/src/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +30 -23
- package/src/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +50 -42
- package/src/components/user-selector/selected-panel/index.tsx +35 -33
- package/src/components/user-selector/utils.js +59 -59
- package/src/components/version-change-modal/constant.ts +50 -52
- package/src/components/version-change-modal/index.tsx +15 -17
- package/src/components/version-change-modal/request-api.ts +4 -6
- package/src/components/viewer/ImageListRender.js +55 -51
- package/src/components/viewer/index.js +85 -85
- package/src/components/weekly-report/board.tsx +12 -9
- package/src/components/weekly-report/card.tsx +73 -71
- package/src/components/weekly-report/common-painter/darwAvatar.ts +14 -15
- package/src/components/weekly-report/common-painter/drawName.ts +9 -9
- package/src/components/weekly-report/common-painter/openDataPainter.ts +20 -21
- package/src/components/weekly-report/common-painter/setSize.ts +4 -4
- package/src/components/weekly-report/common-painter/utils.ts +17 -19
- package/src/components/weekly-report/index.tsx +56 -57
- package/src/components/weekly-report/interface.ts +1 -2
- package/src/components/weekly-report/statistics.tsx +23 -18
- package/src/components/word-cloud/index.js +27 -27
- package/src/components/word-cloud/request-apis.js +5 -9
- package/src/components-v1/animate/AnimateChild.js +19 -16
- package/src/components-v1/animate/animate.js +42 -35
- package/src/components-v1/animate/index.js +3 -2
- package/src/components-v1/avatar/index.tsx +30 -19
- package/src/components-v1/avatar/styles.ts +2 -1
- package/src/components-v1/buttonv2/ButtonLinked.tsx +9 -6
- package/src/components-v1/buttonv2/ButtonOutlined.tsx +4 -8
- package/src/components-v1/buttonv2/ButtonRounded.tsx +10 -6
- package/src/components-v1/buttonv2/DefaultButton.tsx +10 -5
- package/src/components-v1/buttonv2/index.tsx +8 -5
- package/src/components-v1/buttonv2/style/style.tsx +14 -13
- package/src/components-v1/confirm/index.tsx +37 -29
- package/src/components-v1/dom/index.js +11 -11
- package/src/components-v1/dropDownSelector/StatelessDropdown.tsx +11 -11
- package/src/components-v1/dropDownSelector/dropDownSelector.tsx +29 -20
- package/src/components-v1/dropDownSelector/styles/index.tsx +2 -1
- package/src/components-v1/input/Input.tsx +29 -20
- package/src/components-v1/input/InputNumber.tsx +37 -22
- package/src/components-v1/input/style/index.ts +1 -1
- package/src/components-v1/placement/index.js +3 -2
- package/src/components-v1/placement/placement.js +19 -14
- package/src/components-v1/placement/placementInner.js +41 -31
- package/src/components-v1/pop/Pop.js +42 -37
- package/src/components-v1/pop/PopInner.js +74 -66
- package/src/components-v1/pop/index.js +3 -2
- package/src/components-v1/popConfirm/index.tsx +56 -42
- package/src/components-v1/popConfirm/style.tsx +6 -6
- package/src/components-v1/portals/Portals.tsx +13 -12
- package/src/components-v1/progress/CircleProgress.js +37 -29
- package/src/components-v1/progress/LineProgress.js +29 -20
- package/src/components-v1/progress/index.js +12 -12
- package/src/components-v1/radio/index.tsx +3 -2
- package/src/components-v1/radio/radio.tsx +17 -9
- package/src/components-v1/radio/radioGroup.tsx +11 -8
- package/src/components-v1/search/cache.ts +21 -19
- package/src/components-v1/search/index.tsx +25 -18
- package/src/components-v1/select/Option.js +19 -18
- package/src/components-v1/select/index.js +65 -55
- package/src/components-v1/tabs/index.tsx +31 -26
- package/src/components-v1/tabs/style.ts +12 -11
- package/src/components-v1/textarea/index.tsx +60 -54
- package/src/components-v1/textarea/style.ts +5 -5
- package/src/components-v1/transition/index.tsx +81 -74
- package/src/components-v1/userSelector/UserSelectorPop.tsx +43 -36
- package/src/components-v1/userSelector/components/MultiMode/CommonList.tsx +81 -60
- package/src/components-v1/userSelector/components/MultiMode/DepartmentList.tsx +24 -16
- package/src/components-v1/userSelector/components/MultiMode/DepartmentTree.tsx +32 -19
- package/src/components-v1/userSelector/components/MultiMode/SubsList.tsx +52 -32
- package/src/components-v1/userSelector/components/MultiMode/index.tsx +43 -33
- package/src/components-v1/userSelector/components/SearchBar.tsx +42 -37
- package/src/components-v1/userSelector/components/SingleMode.tsx +88 -75
- package/src/components-v1/userSelector/components/UserItem.tsx +24 -21
- package/src/components-v1/userSelector/index.tsx +47 -24
- package/src/components-v1/userSelector/style.ts +10 -9
- package/src/components-v1/userSelector/types.ts +1 -1
- package/src/components-v1/utils/animate/animate.js +41 -42
- package/src/components-v1/utils/animate/event.js +39 -40
- package/src/components-v1/utils/common/tools.ts +8 -10
- package/src/components-v1/utils/dom/index.js +11 -11
- package/src/components-v1/utils/placement/autoAdjustPlacement.js +52 -52
- package/src/components-v1/utils/placement/getContainerVisibleArea.js +11 -12
- package/src/components-v1/utils/placement/getExpectPlacement.js +18 -19
- package/src/components-v1/utils/placement/getPlacementInContainer.js +10 -10
- package/src/components-v1/utils/placement/placement.js +29 -31
- package/src/hooks/useLocalStorage.ts +8 -9
- package/src/index.d.ts +8 -8
- package/src/index.js +7 -7
- package/src/pages/aha2021/index.tsx +16 -15
- package/src/pages/appointment-demo/drop-down-box/index.js +44 -46
- package/src/pages/appointment-demo/index.js +419 -374
- package/src/pages/appointment-demo/input/index.js +33 -31
- package/src/pages/appointment-demo/popup/index.js +31 -27
- package/src/pages/appointment-demo/popup/placement.js +23 -23
- package/src/pages/dynamic/index.tsx +6 -6
- package/src/pages/group-management/components/checkbox/index.js +10 -8
- package/src/pages/group-management/components/input-form/index.js +32 -30
- package/src/pages/group-management/components/openData/index.tsx +53 -56
- package/src/pages/group-management/components/radio/index.js +5 -5
- package/src/pages/group-management/components/table/index.js +68 -57
- package/src/pages/group-management/groupInterface.js +71 -92
- package/src/pages/group-management/index.js +3 -3
- package/src/pages/group-management/page-view/empty.js +43 -40
- package/src/pages/group-management/page-view/group-empty.js +22 -17
- package/src/pages/group-management/page-view/importGroupStaff/index.js +90 -89
- package/src/pages/group-management/page-view/index.js +175 -159
- package/src/pages/group-management/page-view/loading/index.js +12 -11
- package/src/pages/group-management/table/index.js +59 -53
- package/src/pages/group-management/tree/add-group-dialog/index.js +73 -77
- package/src/pages/group-management/tree/delete-group-dialog/index.js +40 -40
- package/src/pages/group-management/tree/edit-group-dialog/index.js +70 -71
- package/src/pages/group-management/tree/group-form/index.js +83 -68
- package/src/pages/group-management/tree/index.js +82 -71
- package/src/pages/group-management/tree/operation-panel.js +15 -13
- package/src/pages/group-management/tree/trigger-render.js +45 -45
- package/src/pages/home/components/data-list/index.tsx +40 -39
- package/src/pages/home/components/data-list/nav-selector/index.tsx +18 -14
- package/src/pages/home/components/data-list/table/columns/createDate.tsx +6 -7
- package/src/pages/home/components/data-list/table/columns/cycleTime.tsx +3 -4
- package/src/pages/home/components/data-list/table/columns/index.tsx +78 -73
- package/src/pages/home/components/data-list/table/columns/krName.tsx +5 -5
- package/src/pages/home/components/data-list/table/columns/link.tsx +7 -9
- package/src/pages/home/components/data-list/table/columns/okrName.tsx +12 -12
- package/src/pages/home/components/data-list/table/columns/progressAndRisk.tsx +28 -24
- package/src/pages/home/components/data-list/table/columns/tag.tsx +10 -12
- package/src/pages/home/components/data-list/table/columns/updateTime.tsx +12 -13
- package/src/pages/home/components/data-list/table/columns/user.tsx +9 -7
- package/src/pages/home/components/data-list/table/data-list-interface.ts +4 -4
- package/src/pages/home/components/data-list/table/empty-table.tsx +11 -11
- package/src/pages/home/components/data-list/table/index.tsx +49 -44
- package/src/pages/home/components/data-list/table/utils-function.ts +43 -45
- package/src/pages/home/components/guide/index.tsx +20 -19
- package/src/pages/home/components/guide/stepItem.tsx +15 -13
- package/src/pages/home/components/header/index.tsx +9 -9
- package/src/pages/home/index.tsx +2 -2
- package/src/pages/home-page-data-list/index.tsx +34 -34
- package/src/pages/like-ranking/column.tsx +68 -68
- package/src/pages/like-ranking/filter-buttons/department.tsx +4 -4
- package/src/pages/like-ranking/filter-buttons/group.tsx +4 -4
- package/src/pages/like-ranking/filter-buttons/index.tsx +10 -11
- package/src/pages/like-ranking/filter-buttons/modular.tsx +37 -40
- package/src/pages/like-ranking/filter-buttons/name.tsx +16 -18
- package/src/pages/like-ranking/filter-buttons/search-dropdown/index.tsx +2 -2
- package/src/pages/like-ranking/filter-buttons/timer.tsx +14 -17
- package/src/pages/like-ranking/index.tsx +38 -40
- package/src/pages/like-ranking/mock.js +321 -321
- package/src/pages/like-ranking/request-api.tsx +5 -7
- package/src/pages/new-okr-list/context.ts +1 -1
- package/src/pages/new-okr-list/header/comments.tsx +14 -12
- package/src/pages/new-okr-list/header/create-okr.tsx +3 -3
- package/src/pages/new-okr-list/header/depart-title.tsx +9 -8
- package/src/pages/new-okr-list/header/filter.tsx +36 -38
- package/src/pages/new-okr-list/header/index.tsx +29 -29
- package/src/pages/new-okr-list/header/relation-title.tsx +4 -4
- package/src/pages/new-okr-list/header/user-title.tsx +3 -3
- package/src/pages/new-okr-list/index.tsx +37 -38
- package/src/pages/new-okr-list/init-cycle-setting.tsx +6 -7
- package/src/pages/new-okr-list/interface.tsx +2 -2
- package/src/pages/new-okr-list/keyword-search/index.tsx +33 -35
- package/src/pages/new-okr-list/list/index.tsx +3 -3
- package/src/pages/new-okr-list/loading.tsx +6 -6
- package/src/pages/new-okr-list/precls.ts +1 -1
- package/src/pages/new-okr-list/request-api.ts +7 -11
- package/src/pages/okr-map/export-modules/okr-map/header/index.js +40 -38
- package/src/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +26 -22
- package/src/pages/okr-map/export-modules/okr-map/index.tsx +2 -2
- package/src/pages/okr-map/export-modules/okr-map/okr-map.js +102 -99
- package/src/pages/okr-map/export-modules/share-okr-page/header/index.js +32 -28
- package/src/pages/okr-map/export-modules/share-okr-page/index.tsx +2 -2
- package/src/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +36 -36
- package/src/pages/okr-map/hooks/useStorage.js +11 -14
- package/src/pages/okr-map/index.js +2 -2
- package/src/pages/okr-map/level2-search/depart.js +27 -25
- package/src/pages/okr-map/level2-search/group.js +30 -28
- package/src/pages/okr-map/level2-search/index.js +22 -20
- package/src/pages/okr-map/level2-search/level2-input.js +19 -18
- package/src/pages/okr-map/level2-search/user.js +11 -8
- package/src/pages/okr-map/no-okr/index.js +4 -4
- package/src/pages/okr-map/number-select/index.js +30 -26
- package/src/pages/okr-map/open-data/index.js +29 -38
- package/src/pages/okr-map/precls.js +1 -1
- package/src/pages/okr-map/request-apis.js +11 -19
- package/src/pages/okr-map/share-dialog/index.js +50 -46
- package/src/pages/okr-map/unsupport-ie/index.js +26 -20
- package/src/pages/okr-map/utils.js +1 -1
- package/src/pages/personal-info/components/base-info/index.tsx +5 -5
- package/src/pages/personal-info/components/edit-base-info/index.tsx +21 -20
- package/src/pages/personal-info/components/person-photo/index.tsx +42 -39
- package/src/pages/personal-info/index.tsx +4 -4
- package/src/pages/personal-info/request-api.ts +5 -9
- package/src/utils/auth.js +31 -25
- package/src/utils/bs-global.js +25 -40
- package/src/utils/constant.ts +14 -16
- package/src/utils/date-test-change.ts +41 -45
- package/src/utils/error-level.ts +1 -1
- package/src/utils/format-time.ts +51 -51
- package/src/utils/getLocale.ts +2 -4
- package/src/utils/helpers.ts +20 -25
- package/src/utils/i18n-front-translate.ts +4 -5
- package/src/utils/local-storage.js +9 -9
- package/src/utils/mblog.js +20 -21
- package/src/utils/mock-bsglobal.js +614 -1
- package/src/utils/open-data.js +58 -69
- package/src/utils/platform.tsx +12 -12
- package/src/utils/request-v1.js +15 -15
- package/src/utils/request.js +59 -67
- package/src/utils/roundWeight.ts +30 -32
- package/src/utils/tools.js +57 -62
|
@@ -10,1828 +10,1828 @@ var _tenant_function;
|
|
|
10
10
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
11
11
|
|
|
12
12
|
var BSGlobal = {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
13
|
+
platformNoticeHost: "//operation-cloud.italent.link",
|
|
14
|
+
root: "/",
|
|
15
|
+
start: "new Date",
|
|
16
|
+
prefillingData: "{}",
|
|
17
|
+
container: "#bs_layout_container",
|
|
18
|
+
I18NInfo: null,
|
|
19
|
+
popupStatus: "1",
|
|
20
|
+
entryPageId: "bench",
|
|
21
|
+
env: "Testing",
|
|
22
|
+
tenantInfo: {
|
|
23
|
+
Id: 500214,
|
|
24
|
+
Name: "张昊测试租户",
|
|
25
|
+
Logo: "//stcms.beisen.com/Image/352728/232637ab8a674427a1d6489329035d86_n.png",
|
|
26
|
+
IsActive: true,
|
|
27
|
+
Abbreviation: "张昊测试租户",
|
|
28
|
+
Domain: "ceshi.com",
|
|
29
|
+
Title: "Tita - OKR和项目管理的企业协同平台",
|
|
30
|
+
Description: "Tita 提供企业OKR目标管理,项目管理、工作计划、绩效考核,依据PDCA质量管理理论,上线目标执行管理应用框架OKRs-E,从企业战略目标制定,到工作计划执行,为客户提供企业一体化工作协同管理解决方案。",
|
|
31
|
+
Source: 940,
|
|
32
|
+
IsNew: 1,
|
|
33
|
+
HeadIcon: null,
|
|
34
|
+
IsAuth: true,
|
|
35
|
+
StaffCount: 0,
|
|
36
|
+
tenantType: 0
|
|
37
37
|
},
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
38
|
+
loginUserInfo: {
|
|
39
|
+
Id: 560000209,
|
|
40
|
+
Name: "张昊",
|
|
41
|
+
IsRoot: true,
|
|
42
|
+
Role: 2,
|
|
43
|
+
Email: "zhanghao@ceshi.com",
|
|
44
|
+
Avatar: "//st-web.tita.com/titacn/tita/common/images/default_man_small.jpg",
|
|
45
|
+
Mobile: "17765326473",
|
|
46
|
+
MidAvatar: "//st-web.tita.com/titacn/tita/common/images/default_man_middle.jpg",
|
|
47
|
+
Department: "请问",
|
|
48
|
+
DepartmentId: 1641,
|
|
49
|
+
Position: null,
|
|
50
|
+
UserAvatar: {
|
|
51
|
+
Original: "//st-web.tita.com/titacn/tita/common/images/default_man.jpg",
|
|
52
|
+
Small: "//st-web.tita.com/titacn/tita/common/images/default_man_small.jpg",
|
|
53
|
+
Medium: "//st-web.tita.com/titacn/tita/common/images/default_man_middle.jpg",
|
|
54
|
+
Big: "",
|
|
55
|
+
Large: "",
|
|
56
|
+
Normal: "",
|
|
57
|
+
HasAvatar: false,
|
|
58
|
+
Color: "#f5b168"
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
60
|
+
IsLeader: true,
|
|
61
|
+
ManagerId: 0,
|
|
62
|
+
IsShowOrganization: true,
|
|
63
|
+
IsBoss: true,
|
|
64
|
+
IsFeedAndFileManager: true,
|
|
65
|
+
IsUserManager: true,
|
|
66
|
+
IsAssessManager: true,
|
|
67
|
+
IsWorkManager: true,
|
|
68
|
+
IsOkrManager: true,
|
|
69
|
+
IsPlanDailyManager: true,
|
|
70
|
+
IsSignInManager: true,
|
|
71
|
+
IsTitaFeedSystemManager: false,
|
|
72
|
+
IsUpaasManager: true,
|
|
73
|
+
IsShowChangePwd: true,
|
|
74
|
+
IsShowPopularLinks: true,
|
|
75
|
+
UserType: 3,
|
|
76
|
+
Type: 0,
|
|
77
|
+
HasSub: true,
|
|
78
|
+
JobState: 0,
|
|
79
|
+
OnlineType: 0,
|
|
80
|
+
IsUseEmailAccount: true,
|
|
81
|
+
IsHasMobile: true,
|
|
82
|
+
IsHasEmail: true
|
|
83
83
|
},
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
84
|
+
tm: "//admin.tita.gift",
|
|
85
|
+
tmNewHost: "//www.tita.gift/560000209/TmHome",
|
|
86
|
+
reporthost: "/Report/Index",
|
|
87
|
+
yifangyunjs: "https://staging.fangcloud.net/assets/app/api/fangcloud.js",
|
|
88
|
+
showInvite: false,
|
|
89
|
+
titaHost: "//www.tita.gift",
|
|
90
|
+
apiPath: "//www.tita.gift",
|
|
91
|
+
inputPath: "http://qa.webapi.tita.com",
|
|
92
|
+
titaISVBuyUrl: "http://devtele-frontend.chinacloudapp.cn/Product/Details?sku=F00000610&supplierId=I00000602&variant=啊啊啊",
|
|
93
|
+
webPath: "tita.gift",
|
|
94
|
+
helpHost: "http://help.tita.gift",
|
|
95
|
+
hasPlan: false,
|
|
96
|
+
hasReadPlanHelp: true,
|
|
97
|
+
deadLineRemind: false,
|
|
98
|
+
isShowConference: false,
|
|
99
|
+
isNewFeed: true,
|
|
100
|
+
tenantAuthentication: {
|
|
101
|
+
TenantId: 500214,
|
|
102
|
+
Version: 6,
|
|
103
|
+
SubVersion: 3,
|
|
104
|
+
MenuVersion: 0,
|
|
105
|
+
Total: 100,
|
|
106
|
+
DeadLine: "2022-03-16",
|
|
107
|
+
StartDate: "2021-03-02",
|
|
108
|
+
Day: 288,
|
|
109
|
+
Month: 10,
|
|
110
|
+
StaffCount: 0,
|
|
111
|
+
ExpireType: 0
|
|
112
112
|
},
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
113
|
+
TeamApplication: false,
|
|
114
|
+
Header: [{
|
|
115
|
+
Code: "1",
|
|
116
|
+
Name: "工作计划",
|
|
117
|
+
Href: "//.tita.gift",
|
|
118
|
+
Language: 0,
|
|
119
|
+
Enable: true,
|
|
120
|
+
CssStyle: null
|
|
121
121
|
}, {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
122
|
+
Code: "99",
|
|
123
|
+
Name: "签到",
|
|
124
|
+
Href: "//.tita.gift",
|
|
125
|
+
Language: 0,
|
|
126
|
+
Enable: true,
|
|
127
|
+
CssStyle: null
|
|
128
128
|
}, {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
129
|
+
Code: "306",
|
|
130
|
+
Name: "祝福",
|
|
131
|
+
Href: "//.tita.gift",
|
|
132
|
+
Language: 0,
|
|
133
|
+
Enable: true,
|
|
134
|
+
CssStyle: null
|
|
135
135
|
}, {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
136
|
+
Code: "309",
|
|
137
|
+
Name: "勋章",
|
|
138
|
+
Href: "//.tita.gift",
|
|
139
|
+
Language: 0,
|
|
140
|
+
Enable: true,
|
|
141
|
+
CssStyle: null
|
|
142
142
|
}, {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
143
|
+
Code: "403",
|
|
144
|
+
Name: "轻考核",
|
|
145
|
+
Href: "//www.tita.gift",
|
|
146
|
+
Language: 0,
|
|
147
|
+
Enable: true,
|
|
148
|
+
CssStyle: null
|
|
149
149
|
}, {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
150
|
+
Code: "666",
|
|
151
|
+
Name: "考核",
|
|
152
|
+
Href: "//.tita.gift",
|
|
153
|
+
Language: 0,
|
|
154
|
+
Enable: true,
|
|
155
|
+
CssStyle: null
|
|
156
156
|
}, {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
157
|
+
Code: "907",
|
|
158
|
+
Name: "审批",
|
|
159
|
+
Href: "//.tita.gift",
|
|
160
|
+
Language: 0,
|
|
161
|
+
Enable: true,
|
|
162
|
+
CssStyle: null
|
|
163
163
|
}, {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
164
|
+
Code: "921",
|
|
165
|
+
Name: "Tita多租赁存储",
|
|
166
|
+
Href: "//.tita.gift",
|
|
167
|
+
Language: 0,
|
|
168
|
+
Enable: true,
|
|
169
|
+
CssStyle: null
|
|
170
170
|
}, {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
171
|
+
Code: "927",
|
|
172
|
+
Name: "租户中心",
|
|
173
|
+
Href: "//.tita.gift",
|
|
174
|
+
Language: 0,
|
|
175
|
+
Enable: true,
|
|
176
|
+
CssStyle: null
|
|
177
177
|
}, {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
178
|
+
Code: "969",
|
|
179
|
+
Name: "系统",
|
|
180
|
+
Href: "//.tita.gift",
|
|
181
|
+
Language: 0,
|
|
182
|
+
Enable: true,
|
|
183
|
+
CssStyle: null
|
|
184
184
|
}, {
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
185
|
+
Code: "1021",
|
|
186
|
+
Name: "北森满意度调查",
|
|
187
|
+
Href: "//.tita.gift",
|
|
188
|
+
Language: 0,
|
|
189
|
+
Enable: true,
|
|
190
|
+
CssStyle: null
|
|
191
191
|
}, {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
192
|
+
Code: "118",
|
|
193
|
+
Name: "报表",
|
|
194
|
+
Href: "//.tita.gift",
|
|
195
|
+
Language: 0,
|
|
196
|
+
Enable: true,
|
|
197
|
+
CssStyle: null
|
|
198
198
|
}, {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
199
|
+
Code: "112",
|
|
200
|
+
Name: "项目",
|
|
201
|
+
Href: "//.tita.gift",
|
|
202
|
+
Language: 0,
|
|
203
|
+
Enable: true,
|
|
204
|
+
CssStyle: null
|
|
205
205
|
}, {
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
206
|
+
Code: "113",
|
|
207
|
+
Name: "OKR",
|
|
208
|
+
Href: "//.tita.gift",
|
|
209
|
+
Language: 0,
|
|
210
|
+
Enable: true,
|
|
211
|
+
CssStyle: null
|
|
212
212
|
}, {
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
213
|
+
Code: "115",
|
|
214
|
+
Name: "日报",
|
|
215
|
+
Href: "//.tita.gift",
|
|
216
|
+
Language: 0,
|
|
217
|
+
Enable: true,
|
|
218
|
+
CssStyle: null
|
|
219
219
|
}],
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
220
|
+
WebHead: {
|
|
221
|
+
TenantId: 500214,
|
|
222
|
+
TenantName: "张昊测试租户",
|
|
223
|
+
UserId: "560000209",
|
|
224
|
+
UserName: "张昊",
|
|
225
|
+
UserEmail: "zhanghao@ceshi.com",
|
|
226
|
+
AppHeadEnable: false,
|
|
227
|
+
AppHead: [{
|
|
228
|
+
AppId: "1",
|
|
229
|
+
AppType: "1",
|
|
230
|
+
Name: "工作计划",
|
|
231
|
+
Href: "//www.tita.gift",
|
|
232
|
+
Display: true,
|
|
233
|
+
MessageDisplay: true
|
|
234
234
|
}, {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
235
|
+
AppId: "99",
|
|
236
|
+
AppType: "99",
|
|
237
|
+
Name: "签到",
|
|
238
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
239
|
+
Display: false,
|
|
240
|
+
MessageDisplay: true
|
|
241
241
|
}, {
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
242
|
+
AppId: "306",
|
|
243
|
+
AppType: "306",
|
|
244
|
+
Name: "祝福",
|
|
245
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
246
|
+
Display: false,
|
|
247
|
+
MessageDisplay: true
|
|
248
248
|
}, {
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
249
|
+
AppId: "309",
|
|
250
|
+
AppType: "309",
|
|
251
|
+
Name: "勋章",
|
|
252
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
253
|
+
Display: false,
|
|
254
|
+
MessageDisplay: true
|
|
255
255
|
}, {
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
256
|
+
AppId: "403",
|
|
257
|
+
AppType: "403",
|
|
258
|
+
Name: "轻考核",
|
|
259
|
+
Href: "//www.tita.gift",
|
|
260
|
+
Display: false,
|
|
261
|
+
MessageDisplay: true
|
|
262
262
|
}, {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
263
|
+
AppId: "666",
|
|
264
|
+
AppType: "666",
|
|
265
|
+
Name: "考核",
|
|
266
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
267
|
+
Display: true,
|
|
268
|
+
MessageDisplay: true
|
|
269
269
|
}, {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
270
|
+
AppId: "907",
|
|
271
|
+
AppType: "907",
|
|
272
|
+
Name: "审批",
|
|
273
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
274
|
+
Display: false,
|
|
275
|
+
MessageDisplay: true
|
|
276
276
|
}, {
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
277
|
+
AppId: "921",
|
|
278
|
+
AppType: "921",
|
|
279
|
+
Name: "Tita多租赁存储",
|
|
280
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
281
|
+
Display: false,
|
|
282
|
+
MessageDisplay: true
|
|
283
283
|
}, {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
284
|
+
AppId: "927",
|
|
285
|
+
AppType: "927",
|
|
286
|
+
Name: "租户中心",
|
|
287
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
288
|
+
Display: false,
|
|
289
|
+
MessageDisplay: true
|
|
290
290
|
}, {
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
291
|
+
AppId: "969",
|
|
292
|
+
AppType: "969",
|
|
293
|
+
Name: "系统",
|
|
294
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
295
|
+
Display: true,
|
|
296
|
+
MessageDisplay: true
|
|
297
297
|
}, {
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
298
|
+
AppId: "1021",
|
|
299
|
+
AppType: "1021",
|
|
300
|
+
Name: "北森满意度调查",
|
|
301
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
302
|
+
Display: false,
|
|
303
|
+
MessageDisplay: true
|
|
304
304
|
}, {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
305
|
+
AppId: "118",
|
|
306
|
+
AppType: "118",
|
|
307
|
+
Name: "报表",
|
|
308
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
309
|
+
Display: false,
|
|
310
|
+
MessageDisplay: false
|
|
311
311
|
}, {
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
312
|
+
AppId: "112",
|
|
313
|
+
AppType: "112",
|
|
314
|
+
Name: "项目",
|
|
315
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
316
|
+
Display: false,
|
|
317
|
+
MessageDisplay: false
|
|
318
318
|
}, {
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
319
|
+
AppId: "113",
|
|
320
|
+
AppType: "113",
|
|
321
|
+
Name: "OKR",
|
|
322
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
323
|
+
Display: false,
|
|
324
|
+
MessageDisplay: false
|
|
325
325
|
}, {
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
326
|
+
AppId: "115",
|
|
327
|
+
AppType: "115",
|
|
328
|
+
Name: "日报",
|
|
329
|
+
Href: "//.tita.gift?hostName=tita.gift",
|
|
330
|
+
Display: false,
|
|
331
|
+
MessageDisplay: false
|
|
332
332
|
}]
|
|
333
333
|
},
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
334
|
+
navigations: {
|
|
335
|
+
titaHomeNavigation: [{
|
|
336
|
+
id: "fbaea0c9-45d4-4a69-b5fd-333e80d392a9",
|
|
337
|
+
navigationType: "HomeBench",
|
|
338
|
+
score: 1,
|
|
339
|
+
navigationValue: {
|
|
340
|
+
name: "工作台",
|
|
341
|
+
url: "#bench",
|
|
342
|
+
colour: "",
|
|
343
|
+
className: "bench",
|
|
344
|
+
isTita: true,
|
|
345
|
+
isUse: true,
|
|
346
|
+
target: null
|
|
347
347
|
}
|
|
348
348
|
}, {
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
349
|
+
id: "c1a9a11b-7a61-4578-943c-25499322aeea",
|
|
350
|
+
navigationType: "HomeDynamic",
|
|
351
|
+
score: 2,
|
|
352
|
+
navigationValue: {
|
|
353
|
+
name: "动态",
|
|
354
|
+
url: "#home",
|
|
355
|
+
colour: "",
|
|
356
|
+
className: "home",
|
|
357
|
+
isTita: true,
|
|
358
|
+
isUse: true,
|
|
359
|
+
target: null
|
|
360
360
|
}
|
|
361
361
|
}, {
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
362
|
+
id: "3c788377-b9d2-45b0-a8b0-e4947a030a38",
|
|
363
|
+
navigationType: "HomePlan",
|
|
364
|
+
score: 3,
|
|
365
|
+
navigationValue: {
|
|
366
|
+
name: "计划",
|
|
367
|
+
url: "#plan",
|
|
368
|
+
colour: "",
|
|
369
|
+
className: "plan",
|
|
370
|
+
isTita: true,
|
|
371
|
+
isUse: true,
|
|
372
|
+
target: null
|
|
373
373
|
}
|
|
374
374
|
}, {
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
375
|
+
id: "6a647758-3bdb-4669-8ad8-5526a535e176",
|
|
376
|
+
navigationType: "HomeWork",
|
|
377
|
+
score: 4,
|
|
378
|
+
navigationValue: {
|
|
379
|
+
name: "项目",
|
|
380
|
+
url: "#work",
|
|
381
|
+
colour: "",
|
|
382
|
+
className: "work",
|
|
383
|
+
isTita: true,
|
|
384
|
+
isUse: true,
|
|
385
|
+
target: null
|
|
386
386
|
}
|
|
387
387
|
}, {
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
388
|
+
id: "559c85b1-a151-4722-bb06-888e29629d34",
|
|
389
|
+
navigationType: "HomeDaily",
|
|
390
|
+
score: 5,
|
|
391
|
+
navigationValue: {
|
|
392
|
+
name: "日报",
|
|
393
|
+
url: "#daily",
|
|
394
|
+
colour: "",
|
|
395
|
+
className: "daily",
|
|
396
|
+
isTita: true,
|
|
397
|
+
isUse: true,
|
|
398
|
+
target: null
|
|
399
399
|
}
|
|
400
400
|
}, {
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
401
|
+
id: "07fbd0bb-0b1e-412c-901b-9d1ef67ac123",
|
|
402
|
+
navigationType: "Assess",
|
|
403
|
+
score: 6,
|
|
404
|
+
navigationValue: {
|
|
405
|
+
name: "考核",
|
|
406
|
+
url: "//www.tita.gift/560000209/OkrHome",
|
|
407
|
+
colour: "",
|
|
408
|
+
className: "okr",
|
|
409
|
+
isTita: false,
|
|
410
|
+
isUse: true,
|
|
411
|
+
target: null
|
|
412
412
|
}
|
|
413
413
|
}, {
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
414
|
+
id: "FC775CE7-D580-403B-8DB4-FBA5C5ED715A",
|
|
415
|
+
navigationType: "Management",
|
|
416
|
+
score: 6,
|
|
417
|
+
navigationValue: {
|
|
418
|
+
name: "工作管理",
|
|
419
|
+
url: "#management",
|
|
420
|
+
colour: "",
|
|
421
|
+
className: "management",
|
|
422
|
+
isTita: true,
|
|
423
|
+
isUse: true,
|
|
424
|
+
target: null
|
|
425
425
|
}
|
|
426
426
|
}, {
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
427
|
+
id: "6db951ce-677d-4e3d-907d-67956828a312",
|
|
428
|
+
navigationType: "HomePlanStatistic",
|
|
429
|
+
score: 7,
|
|
430
|
+
navigationValue: {
|
|
431
|
+
name: "报表",
|
|
432
|
+
url: "#report",
|
|
433
|
+
colour: "",
|
|
434
|
+
className: "report",
|
|
435
|
+
isTita: true,
|
|
436
|
+
isUse: true,
|
|
437
|
+
target: null
|
|
438
438
|
}
|
|
439
439
|
}, {
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
440
|
+
id: "ebdd2fc3-fba3-41bf-8d13-9121b0921cd3",
|
|
441
|
+
navigationType: "HomeStaff",
|
|
442
|
+
score: 8,
|
|
443
|
+
navigationValue: {
|
|
444
|
+
name: "同事",
|
|
445
|
+
url: "#staff?name=staffs",
|
|
446
|
+
colour: "",
|
|
447
|
+
className: "staff",
|
|
448
|
+
isTita: true,
|
|
449
|
+
isUse: true,
|
|
450
|
+
target: null
|
|
451
451
|
}
|
|
452
452
|
}, {
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
453
|
+
id: "3f538e12-5b69-4e36-80c1-fc1c92cc56db",
|
|
454
|
+
navigationType: "HomeDocument",
|
|
455
|
+
score: 9,
|
|
456
|
+
navigationValue: {
|
|
457
|
+
name: "文件",
|
|
458
|
+
url: "#document",
|
|
459
|
+
colour: "",
|
|
460
|
+
className: "document",
|
|
461
|
+
isTita: true,
|
|
462
|
+
isUse: true,
|
|
463
|
+
target: null
|
|
464
464
|
}
|
|
465
465
|
}, {
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
466
|
+
id: "dc494344-3747-4a1b-ae1a-b5981f49c4cc",
|
|
467
|
+
navigationType: "HomeApp",
|
|
468
|
+
score: 10,
|
|
469
|
+
navigationValue: {
|
|
470
|
+
name: "应用",
|
|
471
|
+
url: "#app",
|
|
472
|
+
colour: "",
|
|
473
|
+
className: "app",
|
|
474
|
+
isTita: true,
|
|
475
|
+
isUse: true,
|
|
476
|
+
target: null
|
|
477
477
|
}
|
|
478
478
|
}, {
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
479
|
+
id: "d1e0dff7-3e8e-4364-9c20-36420669ebf0",
|
|
480
|
+
navigationType: "Position",
|
|
481
|
+
score: 10,
|
|
482
|
+
navigationValue: {
|
|
483
|
+
name: "职位",
|
|
484
|
+
url: "#work?app_id=203&app_type=203",
|
|
485
|
+
colour: "",
|
|
486
|
+
className: "position",
|
|
487
|
+
isTita: true,
|
|
488
|
+
isUse: false,
|
|
489
|
+
target: null
|
|
490
490
|
}
|
|
491
491
|
}, {
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
492
|
+
id: "e2dd3dbc-0d8d-479c-a376-a4564ece1e1b",
|
|
493
|
+
navigationType: "HomeFanWei",
|
|
494
|
+
score: 11,
|
|
495
|
+
navigationValue: {
|
|
496
|
+
name: "泛微",
|
|
497
|
+
url: "/FanWei/LinkFWSystem",
|
|
498
|
+
colour: "",
|
|
499
|
+
className: "huatong",
|
|
500
|
+
isTita: false,
|
|
501
|
+
isUse: false,
|
|
502
|
+
target: "null"
|
|
503
503
|
}
|
|
504
504
|
}],
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
505
|
+
italentNavigation: null,
|
|
506
|
+
titaWorkDetailNavigation: [{
|
|
507
|
+
id: "d00e0948-9e13-47f7-9d57-c1ff45175958",
|
|
508
|
+
navigationType: "WorkDetailNavigationFeed",
|
|
509
|
+
score: 0,
|
|
510
|
+
navigationValue: {
|
|
511
|
+
name: "动态",
|
|
512
|
+
url: "",
|
|
513
|
+
colour: "",
|
|
514
|
+
className: "",
|
|
515
|
+
isTita: true,
|
|
516
|
+
isUse: true,
|
|
517
|
+
target: null
|
|
518
518
|
}
|
|
519
519
|
}, {
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
520
|
+
id: "8585a42b-4847-46d0-b785-57758a6aeb9d",
|
|
521
|
+
navigationType: "WorkDetailNavigationTask",
|
|
522
|
+
score: 1,
|
|
523
|
+
navigationValue: {
|
|
524
|
+
name: "任务",
|
|
525
|
+
url: "",
|
|
526
|
+
colour: "",
|
|
527
|
+
className: "",
|
|
528
|
+
isTita: true,
|
|
529
|
+
isUse: true,
|
|
530
|
+
target: null
|
|
531
531
|
}
|
|
532
532
|
}, {
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
533
|
+
id: "f96cbe4d-5d55-40c7-839e-6ac6666c34af",
|
|
534
|
+
navigationType: "WorkDetailNavigationGantt",
|
|
535
|
+
score: 2,
|
|
536
|
+
navigationValue: {
|
|
537
|
+
name: "甘特图",
|
|
538
|
+
url: "",
|
|
539
|
+
colour: "",
|
|
540
|
+
className: "",
|
|
541
|
+
isTita: true,
|
|
542
|
+
isUse: true,
|
|
543
|
+
target: null
|
|
544
544
|
}
|
|
545
545
|
}, {
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
546
|
+
id: "6f47f19d-015e-44e3-974b-6c7a0305f707",
|
|
547
|
+
navigationType: "WorkDetailNavigationStatistics",
|
|
548
|
+
score: 3,
|
|
549
|
+
navigationValue: {
|
|
550
|
+
name: "统计",
|
|
551
|
+
url: "",
|
|
552
|
+
colour: "",
|
|
553
|
+
className: "",
|
|
554
|
+
isTita: true,
|
|
555
|
+
isUse: true,
|
|
556
|
+
target: null
|
|
557
557
|
}
|
|
558
558
|
}, {
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
559
|
+
id: "A8CA4101-201E-4AF2-A98F-FA787AE7211F",
|
|
560
|
+
navigationType: "WorkDetailNavigationProgress",
|
|
561
|
+
score: 4,
|
|
562
|
+
navigationValue: {
|
|
563
|
+
name: "进度",
|
|
564
|
+
url: "",
|
|
565
|
+
colour: "",
|
|
566
|
+
className: "",
|
|
567
|
+
isTita: true,
|
|
568
|
+
isUse: true,
|
|
569
|
+
target: null
|
|
570
570
|
}
|
|
571
571
|
}, {
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
572
|
+
id: "1d701194-4cf1-45ea-91b1-20371a39a41f",
|
|
573
|
+
navigationType: "WorkDetailNavigationStaff",
|
|
574
|
+
score: 7,
|
|
575
|
+
navigationValue: {
|
|
576
|
+
name: "内部成员",
|
|
577
|
+
url: "",
|
|
578
|
+
colour: "",
|
|
579
|
+
className: "",
|
|
580
|
+
isTita: true,
|
|
581
|
+
isUse: true,
|
|
582
|
+
target: null
|
|
583
583
|
}
|
|
584
584
|
}, {
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
585
|
+
id: "37096DCE-3B17-4EAD-BAD5-FEDD52DDDF68",
|
|
586
|
+
navigationType: "WorkDetailNavigationExternal",
|
|
587
|
+
score: 8,
|
|
588
|
+
navigationValue: {
|
|
589
|
+
name: "外部成员",
|
|
590
|
+
url: "",
|
|
591
|
+
colour: "",
|
|
592
|
+
className: "",
|
|
593
|
+
isTita: true,
|
|
594
|
+
isUse: false,
|
|
595
|
+
target: null
|
|
596
596
|
}
|
|
597
597
|
}, {
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
598
|
+
id: "d76a9f61-4730-48a9-87e0-de438c8380fb",
|
|
599
|
+
navigationType: "WorkDetailNavigationDocument",
|
|
600
|
+
score: 9,
|
|
601
|
+
navigationValue: {
|
|
602
|
+
name: "文件",
|
|
603
|
+
url: "",
|
|
604
|
+
colour: "",
|
|
605
|
+
className: "",
|
|
606
|
+
isTita: true,
|
|
607
|
+
isUse: true,
|
|
608
|
+
target: null
|
|
609
609
|
}
|
|
610
610
|
}, {
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
611
|
+
id: "8A152EAF-35C7-4372-A8DF-98CE80B61DD8",
|
|
612
|
+
navigationType: "WorkDetailNavigationWorkInfo",
|
|
613
|
+
score: 10,
|
|
614
|
+
navigationValue: {
|
|
615
|
+
name: "基本信息",
|
|
616
|
+
url: "",
|
|
617
|
+
colour: "",
|
|
618
|
+
className: "",
|
|
619
|
+
isTita: true,
|
|
620
|
+
isUse: true,
|
|
621
|
+
target: null
|
|
622
622
|
}
|
|
623
623
|
}, {
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
624
|
+
id: "49e95712-e509-4842-806f-3b6c280c4c3d",
|
|
625
|
+
navigationType: "WorkDetailNavigationOperatingRecord",
|
|
626
|
+
score: 11,
|
|
627
|
+
navigationValue: {
|
|
628
|
+
name: "操作记录",
|
|
629
|
+
url: "",
|
|
630
|
+
colour: "",
|
|
631
|
+
className: "",
|
|
632
|
+
isTita: true,
|
|
633
|
+
isUse: true,
|
|
634
|
+
target: null
|
|
635
635
|
}
|
|
636
636
|
}, {
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
637
|
+
id: "F892C629-0A62-4532-B6AF-80391590E623",
|
|
638
|
+
navigationType: "WorkDetailNavigationApproval",
|
|
639
|
+
score: 5,
|
|
640
|
+
navigationValue: {
|
|
641
|
+
name: "审批",
|
|
642
|
+
url: "",
|
|
643
|
+
colour: "",
|
|
644
|
+
className: "",
|
|
645
|
+
isTita: true,
|
|
646
|
+
isUse: false,
|
|
647
|
+
target: null
|
|
648
648
|
}
|
|
649
649
|
}, {
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
650
|
+
id: "36dc413a-8a56-4bf3-a516-df80fb40c9ca",
|
|
651
|
+
navigationType: "WorkDetailNavigationMileStone",
|
|
652
|
+
score: 6,
|
|
653
|
+
navigationValue: {
|
|
654
|
+
name: "里程碑",
|
|
655
|
+
url: "",
|
|
656
|
+
colour: "",
|
|
657
|
+
className: "",
|
|
658
|
+
isTita: true,
|
|
659
|
+
isUse: false,
|
|
660
|
+
target: null
|
|
661
661
|
}
|
|
662
662
|
}]
|
|
663
663
|
},
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
664
|
+
channelList: {
|
|
665
|
+
channels: [{
|
|
666
|
+
id: 1,
|
|
667
|
+
name: "我的动态",
|
|
668
|
+
code: "",
|
|
669
|
+
type: 0,
|
|
670
|
+
subChannels: [{
|
|
671
|
+
id: 2,
|
|
672
|
+
name: "全部",
|
|
673
|
+
code: null,
|
|
674
|
+
type: 0,
|
|
675
|
+
subChannels: null
|
|
676
676
|
}, {
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
677
|
+
id: 1007,
|
|
678
|
+
name: "下属动态",
|
|
679
|
+
code: null,
|
|
680
|
+
type: 0,
|
|
681
|
+
subChannels: null
|
|
682
682
|
}, {
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
683
|
+
id: 3,
|
|
684
|
+
name: "@我的",
|
|
685
|
+
code: null,
|
|
686
|
+
type: 0,
|
|
687
|
+
subChannels: null
|
|
688
688
|
}, {
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
689
|
+
id: 4,
|
|
690
|
+
name: "回复我的",
|
|
691
|
+
code: null,
|
|
692
|
+
type: 0,
|
|
693
|
+
subChannels: null
|
|
694
694
|
}, {
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
695
|
+
id: 5,
|
|
696
|
+
name: "我收藏的",
|
|
697
|
+
code: null,
|
|
698
|
+
type: 0,
|
|
699
|
+
subChannels: null
|
|
700
700
|
}, {
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
701
|
+
id: 6,
|
|
702
|
+
name: "我发布的",
|
|
703
|
+
code: null,
|
|
704
|
+
type: 0,
|
|
705
|
+
subChannels: null
|
|
706
706
|
}, {
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
707
|
+
id: 7,
|
|
708
|
+
name: "部门动态",
|
|
709
|
+
code: null,
|
|
710
|
+
type: 0,
|
|
711
|
+
subChannels: null
|
|
712
712
|
}]
|
|
713
713
|
}, {
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
714
|
+
id: 51,
|
|
715
|
+
name: "公开动态",
|
|
716
|
+
code: "",
|
|
717
|
+
type: 0,
|
|
718
|
+
subChannels: [{
|
|
719
|
+
id: 52,
|
|
720
|
+
name: "全部",
|
|
721
|
+
code: null,
|
|
722
|
+
type: 0,
|
|
723
|
+
subChannels: null
|
|
724
724
|
}, {
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
725
|
+
id: 54,
|
|
726
|
+
name: "祝福",
|
|
727
|
+
code: null,
|
|
728
|
+
type: 0,
|
|
729
|
+
subChannels: null
|
|
730
730
|
}, {
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
731
|
+
id: 55,
|
|
732
|
+
name: "分享",
|
|
733
|
+
code: null,
|
|
734
|
+
type: 0,
|
|
735
|
+
subChannels: null
|
|
736
736
|
}]
|
|
737
737
|
}, {
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
738
|
+
id: 1000,
|
|
739
|
+
name: "按标签查看",
|
|
740
|
+
code: "viewbytag",
|
|
741
|
+
type: 0,
|
|
742
|
+
subChannels: null
|
|
743
743
|
}, {
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
744
|
+
id: 1004,
|
|
745
|
+
name: "小T热区",
|
|
746
|
+
code: "",
|
|
747
|
+
type: 0,
|
|
748
|
+
subChannels: null
|
|
749
749
|
}, {
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
750
|
+
id: 10017,
|
|
751
|
+
name: "OKRs-E",
|
|
752
|
+
code: "",
|
|
753
|
+
type: 0,
|
|
754
|
+
subChannels: null
|
|
755
755
|
}, {
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
756
|
+
id: 50,
|
|
757
|
+
name: "",
|
|
758
|
+
code: "",
|
|
759
|
+
type: 1,
|
|
760
|
+
subChannels: [{
|
|
761
|
+
id: 101,
|
|
762
|
+
name: "工作计划",
|
|
763
|
+
code: "",
|
|
764
|
+
type: 0,
|
|
765
|
+
subChannels: [{
|
|
766
|
+
id: 102,
|
|
767
|
+
name: "全部",
|
|
768
|
+
code: null,
|
|
769
|
+
type: 0,
|
|
770
|
+
subChannels: null
|
|
771
771
|
}, {
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
772
|
+
id: 103,
|
|
773
|
+
name: "计划",
|
|
774
|
+
code: null,
|
|
775
|
+
type: 0,
|
|
776
|
+
subChannels: null
|
|
777
777
|
}, {
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
778
|
+
id: 104,
|
|
779
|
+
name: "总结",
|
|
780
|
+
code: null,
|
|
781
|
+
type: 0,
|
|
782
|
+
subChannels: null
|
|
783
783
|
}, {
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
784
|
+
id: 105,
|
|
785
|
+
name: "考核",
|
|
786
|
+
code: null,
|
|
787
|
+
type: 0,
|
|
788
|
+
subChannels: null
|
|
789
789
|
}, {
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
790
|
+
id: 106,
|
|
791
|
+
name: "分享",
|
|
792
|
+
code: null,
|
|
793
|
+
type: 0,
|
|
794
|
+
subChannels: null
|
|
795
795
|
}, {
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
796
|
+
id: 107,
|
|
797
|
+
name: "签到",
|
|
798
|
+
code: null,
|
|
799
|
+
type: 0,
|
|
800
|
+
subChannels: null
|
|
801
801
|
}]
|
|
802
802
|
}, {
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
803
|
+
id: 503,
|
|
804
|
+
name: "审批中心",
|
|
805
|
+
code: "",
|
|
806
|
+
type: 0,
|
|
807
|
+
subChannels: null
|
|
808
808
|
}]
|
|
809
809
|
}]
|
|
810
810
|
},
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
811
|
+
IMPassword: null,
|
|
812
|
+
BSi18n: {
|
|
813
|
+
home_1: "动态",
|
|
814
|
+
plan_1: "计划表",
|
|
815
|
+
work_1: "项目",
|
|
816
|
+
document_1: "文件",
|
|
817
|
+
workmate_1: "同事",
|
|
818
|
+
app_1: "应用",
|
|
819
|
+
task_1: "任务",
|
|
820
|
+
schedule_1: "日程",
|
|
821
|
+
share_1: "分享",
|
|
822
|
+
sharing: "分享",
|
|
823
|
+
publishshare_1: "发分享",
|
|
824
|
+
publishtask_1: "派任务",
|
|
825
|
+
myfollowfeed_1: "与我相关",
|
|
826
|
+
mypublishfeed_1: "我发表的",
|
|
827
|
+
myleavefeed_1: "@我的",
|
|
828
|
+
myreplayfeed_1: "回复我的",
|
|
829
|
+
mycollectfeed_1: "我收藏的",
|
|
830
|
+
myallfeed_1: "所有动态",
|
|
831
|
+
message_1: "通知",
|
|
832
|
+
remind_1: "提醒",
|
|
833
|
+
myschedule_1: "我的日程",
|
|
834
|
+
href_1: "常用链接",
|
|
835
|
+
invitemate_1: "邀请同事",
|
|
836
|
+
helpcenter_1: "帮助中心",
|
|
837
|
+
onlineuser_1: "在线同事",
|
|
838
|
+
follow_1: "立即关注",
|
|
839
|
+
following_1: "正在关注",
|
|
840
|
+
cancelfollow_1: "取消关注",
|
|
841
|
+
myfollowmate_1: "我关注的",
|
|
842
|
+
myfans_1: "我的粉丝",
|
|
843
|
+
fans_1: "粉丝",
|
|
844
|
+
bench_1: "工作台",
|
|
845
|
+
mydocument_1: "我的文件",
|
|
846
|
+
companydocument_1: "企业文件",
|
|
847
|
+
ok_1: "测试",
|
|
848
|
+
daily_1: "日报"
|
|
849
849
|
},
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
850
|
+
IsOpenCustomerService: true,
|
|
851
|
+
IsOpenSign: true,
|
|
852
|
+
IsUseTitaManage: true,
|
|
853
|
+
IsCancelUser: true,
|
|
854
|
+
IsOpenTms: false,
|
|
855
|
+
tenantBehavior: {
|
|
856
|
+
TaskPushlishPrivateType: 2,
|
|
857
|
+
TenantSetBehavior: false,
|
|
858
|
+
WorkExceptionSendEmail: false,
|
|
859
|
+
LookUpUserRemindMinSetting: "20_true",
|
|
860
|
+
LookUpUserRemindMaxSetting: "50_true",
|
|
861
|
+
OpenTalentTagVisibility: true,
|
|
862
|
+
ReportinglinePermissionSetting: 1,
|
|
863
|
+
TalentVsPermissionSetting: 1,
|
|
864
|
+
OpenDepartmenVisibility: true,
|
|
865
|
+
TalentOrg: true,
|
|
866
|
+
LookUpUserRemindRateSetting: "5_true",
|
|
867
|
+
PlatformInfo: "{\"title\":\"中国人才管理一体化平台\",\"description\":\"拥有国内唯一覆盖工作管理、招聘、测评、360评估、绩效、继任及员工调查等业务的一体化人才管理软件平台。\"}"
|
|
868
868
|
},
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
869
|
+
tenant_function: (_tenant_function = {
|
|
870
|
+
IsOpenCustomerService: true,
|
|
871
|
+
IsUseCancelUser: true,
|
|
872
|
+
IsUseTitaManage: true,
|
|
873
|
+
IsUseWork: false,
|
|
874
|
+
IsUseHelpPage: true,
|
|
875
|
+
IsUseBusinessTrip: false,
|
|
876
|
+
IsUseMeet: false,
|
|
877
|
+
social: true,
|
|
878
|
+
AppFunction_Team: false
|
|
879
879
|
}, _defineProperty(_tenant_function, "IsUseTitaManage", true), _defineProperty(_tenant_function, "IsUseTitaInvite", true), _defineProperty(_tenant_function, "IsUseSetOrg", true), _defineProperty(_tenant_function, "IsUsePlanDaily", true), _defineProperty(_tenant_function, "IsUseWorkLable", true), _defineProperty(_tenant_function, "IsUseDottedLineReporting", true), _defineProperty(_tenant_function, "IsOpenImportTasks", false), _tenant_function),
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
880
|
+
usingNewMenu: true,
|
|
881
|
+
newNavigation: [{
|
|
882
|
+
id: 44229,
|
|
883
|
+
tenantId: 0,
|
|
884
|
+
title: "首页动态",
|
|
885
|
+
href: "#home",
|
|
886
|
+
iconName: "sys-icon-dongtai",
|
|
887
|
+
type: "hash",
|
|
888
|
+
orderId: 2,
|
|
889
|
+
code: "",
|
|
890
|
+
appId: 100,
|
|
891
|
+
appCode: null,
|
|
892
|
+
status: 0,
|
|
893
|
+
color: "#38BA72",
|
|
894
|
+
groupId: 0,
|
|
895
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44229&roleId=",
|
|
896
|
+
originUrl: null,
|
|
897
|
+
domain: "",
|
|
898
|
+
DataSource: null,
|
|
899
|
+
defaultExpand: false,
|
|
900
|
+
children: [],
|
|
901
|
+
menuPoint: {
|
|
902
|
+
key: 0,
|
|
903
|
+
value: false
|
|
904
904
|
}
|
|
905
905
|
}, {
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
906
|
+
id: 44230,
|
|
907
|
+
tenantId: 0,
|
|
908
|
+
title: "OKRs-E",
|
|
909
|
+
href: "",
|
|
910
|
+
iconName: "tu-icon-mubiao-s",
|
|
911
|
+
type: "hash",
|
|
912
|
+
orderId: 3,
|
|
913
|
+
code: "",
|
|
914
|
+
appId: 113,
|
|
915
|
+
appCode: null,
|
|
916
|
+
status: 0,
|
|
917
|
+
color: "#53C6C6",
|
|
918
|
+
groupId: 0,
|
|
919
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44230&roleId=",
|
|
920
|
+
originUrl: null,
|
|
921
|
+
domain: "",
|
|
922
|
+
DataSource: null,
|
|
923
|
+
defaultExpand: true,
|
|
924
|
+
children: [{
|
|
925
|
+
id: 44231,
|
|
926
|
+
tenantId: 0,
|
|
927
|
+
title: "OKR 目标",
|
|
928
|
+
href: "#okr/manage",
|
|
929
|
+
iconName: "tu-icon-OKRmubiao",
|
|
930
|
+
type: "hash",
|
|
931
|
+
orderId: 1,
|
|
932
|
+
code: "tita-okrmanage",
|
|
933
|
+
appId: 113,
|
|
934
|
+
appCode: null,
|
|
935
|
+
status: 0,
|
|
936
|
+
color: "#5B99EE",
|
|
937
|
+
groupId: 0,
|
|
938
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44231&roleId=",
|
|
939
|
+
originUrl: null,
|
|
940
|
+
domain: "",
|
|
941
|
+
DataSource: null,
|
|
942
|
+
defaultExpand: false,
|
|
943
|
+
children: [],
|
|
944
|
+
menuPoint: null
|
|
945
945
|
}, {
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
946
|
+
id: 44232,
|
|
947
|
+
tenantId: 0,
|
|
948
|
+
title: "OKR 地图",
|
|
949
|
+
href: "#okr/map",
|
|
950
|
+
iconName: "tu-icon-OKR-ditu",
|
|
951
|
+
type: "hash",
|
|
952
|
+
orderId: 2,
|
|
953
|
+
code: "",
|
|
954
|
+
appId: 113,
|
|
955
|
+
appCode: null,
|
|
956
|
+
status: 0,
|
|
957
|
+
color: "#9382FF",
|
|
958
|
+
groupId: 0,
|
|
959
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44232&roleId=",
|
|
960
|
+
originUrl: null,
|
|
961
|
+
domain: "",
|
|
962
|
+
DataSource: null,
|
|
963
|
+
defaultExpand: false,
|
|
964
|
+
children: [],
|
|
965
|
+
menuPoint: null
|
|
966
966
|
}, {
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
967
|
+
id: 44233,
|
|
968
|
+
tenantId: 0,
|
|
969
|
+
title: "OKR 工作法",
|
|
970
|
+
href: "#okr/panel",
|
|
971
|
+
iconName: "tu-icon-OKRgongzuofa",
|
|
972
|
+
type: "hash",
|
|
973
|
+
orderId: 3,
|
|
974
|
+
code: "tita-okrpanel",
|
|
975
|
+
appId: 113,
|
|
976
|
+
appCode: null,
|
|
977
|
+
status: 0,
|
|
978
|
+
color: "#ED5858",
|
|
979
|
+
groupId: 0,
|
|
980
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44233&roleId=",
|
|
981
|
+
originUrl: null,
|
|
982
|
+
domain: "",
|
|
983
|
+
DataSource: null,
|
|
984
|
+
defaultExpand: false,
|
|
985
|
+
children: [],
|
|
986
|
+
menuPoint: null
|
|
987
987
|
}, {
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
988
|
+
id: 44269,
|
|
989
|
+
tenantId: 0,
|
|
990
|
+
title: "OKR 仪表盘",
|
|
991
|
+
href: "//www.tita.gift/menuroute?menuId=44269&roleId=",
|
|
992
|
+
iconName: "tu-icon-OKR-yibiaopan",
|
|
993
|
+
type: "iframe",
|
|
994
|
+
orderId: 40,
|
|
995
|
+
code: "",
|
|
996
|
+
appId: 113,
|
|
997
|
+
appCode: null,
|
|
998
|
+
status: 0,
|
|
999
|
+
color: "#F28D49",
|
|
1000
|
+
groupId: 0,
|
|
1001
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44269&roleId=",
|
|
1002
|
+
originUrl: null,
|
|
1003
|
+
domain: "",
|
|
1004
|
+
DataSource: null,
|
|
1005
|
+
defaultExpand: false,
|
|
1006
|
+
children: [],
|
|
1007
|
+
menuPoint: null
|
|
1008
1008
|
}, {
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1009
|
+
id: 44280,
|
|
1010
|
+
tenantId: 0,
|
|
1011
|
+
title: "OKR 案例库",
|
|
1012
|
+
href: "#okr/cases",
|
|
1013
|
+
iconName: "",
|
|
1014
|
+
type: "hash",
|
|
1015
|
+
orderId: 200,
|
|
1016
|
+
code: null,
|
|
1017
|
+
appId: 113,
|
|
1018
|
+
appCode: null,
|
|
1019
|
+
status: 0,
|
|
1020
|
+
color: "#5B99EE",
|
|
1021
|
+
groupId: 0,
|
|
1022
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44280&roleId=",
|
|
1023
|
+
originUrl: null,
|
|
1024
|
+
domain: "",
|
|
1025
|
+
DataSource: null,
|
|
1026
|
+
defaultExpand: false,
|
|
1027
|
+
children: [],
|
|
1028
|
+
menuPoint: null
|
|
1029
1029
|
}],
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1030
|
+
menuPoint: {
|
|
1031
|
+
key: 0,
|
|
1032
|
+
value: false
|
|
1033
1033
|
}
|
|
1034
1034
|
}, {
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1035
|
+
id: 44235,
|
|
1036
|
+
tenantId: 0,
|
|
1037
|
+
title: "E项目管理",
|
|
1038
|
+
href: "",
|
|
1039
|
+
iconName: "sys-icon-gongzuotai",
|
|
1040
|
+
type: "hash",
|
|
1041
|
+
orderId: 4,
|
|
1042
|
+
code: "",
|
|
1043
|
+
appId: 1,
|
|
1044
|
+
appCode: "",
|
|
1045
|
+
status: 0,
|
|
1046
|
+
color: "#F5D540",
|
|
1047
|
+
groupId: 0,
|
|
1048
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44235&roleId=",
|
|
1049
|
+
originUrl: null,
|
|
1050
|
+
domain: "",
|
|
1051
|
+
DataSource: null,
|
|
1052
|
+
defaultExpand: true,
|
|
1053
|
+
children: [{
|
|
1054
|
+
id: 44237,
|
|
1055
|
+
tenantId: 0,
|
|
1056
|
+
title: "项目管理",
|
|
1057
|
+
href: "#work",
|
|
1058
|
+
iconName: "sys-icon-xiangmu",
|
|
1059
|
+
type: "hash",
|
|
1060
|
+
orderId: 1,
|
|
1061
|
+
code: "tita-work",
|
|
1062
|
+
appId: 1,
|
|
1063
|
+
appCode: "",
|
|
1064
|
+
status: 0,
|
|
1065
|
+
color: "#53C6C6",
|
|
1066
|
+
groupId: 0,
|
|
1067
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44237&roleId=",
|
|
1068
|
+
originUrl: null,
|
|
1069
|
+
domain: "",
|
|
1070
|
+
DataSource: null,
|
|
1071
|
+
defaultExpand: false,
|
|
1072
|
+
children: [],
|
|
1073
|
+
menuPoint: null
|
|
1074
1074
|
}, {
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1075
|
+
id: 44236,
|
|
1076
|
+
tenantId: 0,
|
|
1077
|
+
title: "计划表",
|
|
1078
|
+
href: "#plan",
|
|
1079
|
+
iconName: "sys-icon-jihua",
|
|
1080
|
+
type: "hash",
|
|
1081
|
+
orderId: 2,
|
|
1082
|
+
code: "tita-plan",
|
|
1083
|
+
appId: 1,
|
|
1084
|
+
appCode: "",
|
|
1085
|
+
status: 0,
|
|
1086
|
+
color: "#38BA72",
|
|
1087
|
+
groupId: 0,
|
|
1088
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44236&roleId=",
|
|
1089
|
+
originUrl: null,
|
|
1090
|
+
domain: "",
|
|
1091
|
+
DataSource: null,
|
|
1092
|
+
defaultExpand: false,
|
|
1093
|
+
children: [],
|
|
1094
|
+
menuPoint: null
|
|
1095
1095
|
}, {
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1096
|
+
id: 44238,
|
|
1097
|
+
tenantId: 0,
|
|
1098
|
+
title: "日报总结",
|
|
1099
|
+
href: "#daily",
|
|
1100
|
+
iconName: "sys-icon-ribao",
|
|
1101
|
+
type: "hash",
|
|
1102
|
+
orderId: 3,
|
|
1103
|
+
code: "tita-daily",
|
|
1104
|
+
appId: 1,
|
|
1105
|
+
appCode: "",
|
|
1106
|
+
status: 0,
|
|
1107
|
+
color: "#5B99EE",
|
|
1108
|
+
groupId: 0,
|
|
1109
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44238&roleId=",
|
|
1110
|
+
originUrl: null,
|
|
1111
|
+
domain: "",
|
|
1112
|
+
DataSource: null,
|
|
1113
|
+
defaultExpand: false,
|
|
1114
|
+
children: [],
|
|
1115
|
+
menuPoint: null
|
|
1116
1116
|
}],
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1117
|
+
menuPoint: {
|
|
1118
|
+
key: 0,
|
|
1119
|
+
value: false
|
|
1120
1120
|
}
|
|
1121
1121
|
}, {
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1122
|
+
id: 44270,
|
|
1123
|
+
tenantId: 0,
|
|
1124
|
+
title: "绩效考核",
|
|
1125
|
+
href: "#performance?reactRouterName=self",
|
|
1126
|
+
iconName: "sys-icon-kaohe",
|
|
1127
|
+
type: "hash",
|
|
1128
|
+
orderId: 5,
|
|
1129
|
+
code: null,
|
|
1130
|
+
appId: 666,
|
|
1131
|
+
appCode: "",
|
|
1132
|
+
status: 0,
|
|
1133
|
+
color: "#F5D540",
|
|
1134
|
+
groupId: 0,
|
|
1135
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44270&roleId=",
|
|
1136
|
+
originUrl: null,
|
|
1137
|
+
domain: "",
|
|
1138
|
+
DataSource: null,
|
|
1139
|
+
defaultExpand: false,
|
|
1140
|
+
children: [],
|
|
1141
|
+
menuPoint: {
|
|
1142
|
+
key: 0,
|
|
1143
|
+
value: false
|
|
1144
1144
|
}
|
|
1145
1145
|
}, {
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1146
|
+
id: 44241,
|
|
1147
|
+
tenantId: 0,
|
|
1148
|
+
title: "通讯录",
|
|
1149
|
+
href: "//www.tita.gift/menuroute?menuId=44241&roleId=",
|
|
1150
|
+
iconName: "sys-icon-tongshi",
|
|
1151
|
+
type: "iframe",
|
|
1152
|
+
orderId: 6,
|
|
1153
|
+
code: "",
|
|
1154
|
+
appId: 100,
|
|
1155
|
+
appCode: null,
|
|
1156
|
+
status: 0,
|
|
1157
|
+
color: "#F28D49",
|
|
1158
|
+
groupId: 0,
|
|
1159
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44241&roleId=",
|
|
1160
|
+
originUrl: null,
|
|
1161
|
+
domain: "//account.italent.link",
|
|
1162
|
+
DataSource: null,
|
|
1163
|
+
defaultExpand: false,
|
|
1164
|
+
children: [],
|
|
1165
|
+
menuPoint: {
|
|
1166
|
+
key: 0,
|
|
1167
|
+
value: false
|
|
1168
1168
|
}
|
|
1169
1169
|
}, {
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1170
|
+
id: 44243,
|
|
1171
|
+
tenantId: 0,
|
|
1172
|
+
title: "工作报表",
|
|
1173
|
+
href: "#report",
|
|
1174
|
+
iconName: "tu-icon-shujubaobiao",
|
|
1175
|
+
type: "hash",
|
|
1176
|
+
orderId: 7,
|
|
1177
|
+
code: "",
|
|
1178
|
+
appId: 118,
|
|
1179
|
+
appCode: null,
|
|
1180
|
+
status: 0,
|
|
1181
|
+
color: "#38BA72",
|
|
1182
|
+
groupId: 0,
|
|
1183
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44243&roleId=",
|
|
1184
|
+
originUrl: null,
|
|
1185
|
+
domain: "",
|
|
1186
|
+
DataSource: null,
|
|
1187
|
+
defaultExpand: false,
|
|
1188
|
+
children: [],
|
|
1189
|
+
menuPoint: {
|
|
1190
|
+
key: 0,
|
|
1191
|
+
value: false
|
|
1192
1192
|
}
|
|
1193
1193
|
}, {
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1194
|
+
id: 44246,
|
|
1195
|
+
tenantId: 0,
|
|
1196
|
+
title: "审批中心",
|
|
1197
|
+
href: "//www.tita.gift/menuroute?menuId=44246&roleId=",
|
|
1198
|
+
iconName: "sys-icon-caidan sys-bgcolor-f5",
|
|
1199
|
+
type: "iframe",
|
|
1200
|
+
orderId: 8,
|
|
1201
|
+
code: "0602d1b7-3091-4b4d-8933-fb96033599b3",
|
|
1202
|
+
appId: 907,
|
|
1203
|
+
appCode: "ApprovalCentre",
|
|
1204
|
+
status: 0,
|
|
1205
|
+
color: "#9382FF",
|
|
1206
|
+
groupId: 0,
|
|
1207
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44246&roleId=",
|
|
1208
|
+
originUrl: null,
|
|
1209
|
+
domain: "",
|
|
1210
|
+
DataSource: null,
|
|
1211
|
+
defaultExpand: false,
|
|
1212
|
+
children: [{
|
|
1213
|
+
id: 44247,
|
|
1214
|
+
tenantId: 0,
|
|
1215
|
+
title: "项目预算",
|
|
1216
|
+
href: "//www.tita.gift/menuroute?menuId=44247&roleId=",
|
|
1217
|
+
iconName: "sys-icon-shiti sys-bgcolor-f4",
|
|
1218
|
+
type: "iframe",
|
|
1219
|
+
orderId: 10,
|
|
1220
|
+
code: "df90837c-a426-4f93-924d-906b8697bd9a",
|
|
1221
|
+
appId: 921,
|
|
1222
|
+
appCode: "TitaFeedSystem",
|
|
1223
|
+
status: 0,
|
|
1224
|
+
color: "#ED5858",
|
|
1225
|
+
groupId: 0,
|
|
1226
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44247&roleId=",
|
|
1227
|
+
originUrl: null,
|
|
1228
|
+
domain: "",
|
|
1229
|
+
DataSource: null,
|
|
1230
|
+
defaultExpand: false,
|
|
1231
|
+
children: [],
|
|
1232
|
+
menuPoint: null
|
|
1233
1233
|
}, {
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1234
|
+
id: 44248,
|
|
1235
|
+
tenantId: 0,
|
|
1236
|
+
title: "发起审批",
|
|
1237
|
+
href: "//www.tita.gift/menuroute?menuId=44248&roleId=",
|
|
1238
|
+
iconName: "sys-icon-caidan sys-bgcolor-f5",
|
|
1239
|
+
type: "iframe",
|
|
1240
|
+
orderId: 20,
|
|
1241
|
+
code: "bebcb753-821b-49a3-9b0a-73970760255e",
|
|
1242
|
+
appId: 907,
|
|
1243
|
+
appCode: "ApprovalCentre",
|
|
1244
|
+
status: 0,
|
|
1245
|
+
color: "#F28D49",
|
|
1246
|
+
groupId: 0,
|
|
1247
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44248&roleId=",
|
|
1248
|
+
originUrl: null,
|
|
1249
|
+
domain: "",
|
|
1250
|
+
DataSource: null,
|
|
1251
|
+
defaultExpand: false,
|
|
1252
|
+
children: [{
|
|
1253
|
+
id: 6088,
|
|
1254
|
+
tenantId: 0,
|
|
1255
|
+
title: "请假",
|
|
1256
|
+
href: "//www.tita.gift/menuroute?menuId=6088&roleId=",
|
|
1257
|
+
iconName: "",
|
|
1258
|
+
type: "iframe",
|
|
1259
|
+
orderId: 10,
|
|
1260
|
+
code: "",
|
|
1261
|
+
appId: 907,
|
|
1262
|
+
appCode: "ApprovalCentre",
|
|
1263
|
+
status: 0,
|
|
1264
|
+
color: "#5B99EE",
|
|
1265
|
+
groupId: 0,
|
|
1266
|
+
signUrl: "//www.tita.gift/menuSign?menuId=6088&roleId=",
|
|
1267
|
+
originUrl: null,
|
|
1268
|
+
domain: "",
|
|
1269
|
+
DataSource: null,
|
|
1270
|
+
defaultExpand: false,
|
|
1271
|
+
children: [],
|
|
1272
|
+
menuPoint: null
|
|
1273
1273
|
}, {
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1274
|
+
id: 6089,
|
|
1275
|
+
tenantId: 0,
|
|
1276
|
+
title: "报销测试",
|
|
1277
|
+
href: "//www.tita.gift/menuroute?menuId=6089&roleId=",
|
|
1278
|
+
iconName: "",
|
|
1279
|
+
type: "iframe",
|
|
1280
|
+
orderId: 20,
|
|
1281
|
+
code: "",
|
|
1282
|
+
appId: 907,
|
|
1283
|
+
appCode: "ApprovalCentre",
|
|
1284
|
+
status: 0,
|
|
1285
|
+
color: "#9382FF",
|
|
1286
|
+
groupId: 0,
|
|
1287
|
+
signUrl: "//www.tita.gift/menuSign?menuId=6089&roleId=",
|
|
1288
|
+
originUrl: null,
|
|
1289
|
+
domain: "",
|
|
1290
|
+
DataSource: null,
|
|
1291
|
+
defaultExpand: false,
|
|
1292
|
+
children: [],
|
|
1293
|
+
menuPoint: null
|
|
1294
1294
|
}, {
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1295
|
+
id: 6090,
|
|
1296
|
+
tenantId: 0,
|
|
1297
|
+
title: "文件",
|
|
1298
|
+
href: "//www.tita.gift/menuroute?menuId=6090&roleId=",
|
|
1299
|
+
iconName: "",
|
|
1300
|
+
type: "iframe",
|
|
1301
|
+
orderId: 30,
|
|
1302
|
+
code: "",
|
|
1303
|
+
appId: 907,
|
|
1304
|
+
appCode: "ApprovalCentre",
|
|
1305
|
+
status: 0,
|
|
1306
|
+
color: "#ED5858",
|
|
1307
|
+
groupId: 0,
|
|
1308
|
+
signUrl: "//www.tita.gift/menuSign?menuId=6090&roleId=",
|
|
1309
|
+
originUrl: null,
|
|
1310
|
+
domain: "",
|
|
1311
|
+
DataSource: null,
|
|
1312
|
+
defaultExpand: false,
|
|
1313
|
+
children: [],
|
|
1314
|
+
menuPoint: null
|
|
1315
1315
|
}, {
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1316
|
+
id: 6091,
|
|
1317
|
+
tenantId: 0,
|
|
1318
|
+
title: "借款",
|
|
1319
|
+
href: "//www.tita.gift/menuroute?menuId=6091&roleId=",
|
|
1320
|
+
iconName: "",
|
|
1321
|
+
type: "iframe",
|
|
1322
|
+
orderId: 40,
|
|
1323
|
+
code: "",
|
|
1324
|
+
appId: 907,
|
|
1325
|
+
appCode: "ApprovalCentre",
|
|
1326
|
+
status: 0,
|
|
1327
|
+
color: "#F28D49",
|
|
1328
|
+
groupId: 0,
|
|
1329
|
+
signUrl: "//www.tita.gift/menuSign?menuId=6091&roleId=",
|
|
1330
|
+
originUrl: null,
|
|
1331
|
+
domain: "",
|
|
1332
|
+
DataSource: null,
|
|
1333
|
+
defaultExpand: false,
|
|
1334
|
+
children: [],
|
|
1335
|
+
menuPoint: null
|
|
1336
1336
|
}, {
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1337
|
+
id: 6092,
|
|
1338
|
+
tenantId: 0,
|
|
1339
|
+
title: "采购",
|
|
1340
|
+
href: "//www.tita.gift/menuroute?menuId=6092&roleId=",
|
|
1341
|
+
iconName: "",
|
|
1342
|
+
type: "iframe",
|
|
1343
|
+
orderId: 50,
|
|
1344
|
+
code: "",
|
|
1345
|
+
appId: 907,
|
|
1346
|
+
appCode: "ApprovalCentre",
|
|
1347
|
+
status: 0,
|
|
1348
|
+
color: "#F5D540",
|
|
1349
|
+
groupId: 0,
|
|
1350
|
+
signUrl: "//www.tita.gift/menuSign?menuId=6092&roleId=",
|
|
1351
|
+
originUrl: null,
|
|
1352
|
+
domain: "",
|
|
1353
|
+
DataSource: null,
|
|
1354
|
+
defaultExpand: false,
|
|
1355
|
+
children: [],
|
|
1356
|
+
menuPoint: null
|
|
1357
1357
|
}, {
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1358
|
+
id: 6093,
|
|
1359
|
+
tenantId: 0,
|
|
1360
|
+
title: "出差",
|
|
1361
|
+
href: "//www.tita.gift/menuroute?menuId=6093&roleId=",
|
|
1362
|
+
iconName: "",
|
|
1363
|
+
type: "iframe",
|
|
1364
|
+
orderId: 60,
|
|
1365
|
+
code: "",
|
|
1366
|
+
appId: 907,
|
|
1367
|
+
appCode: "ApprovalCentre",
|
|
1368
|
+
status: 0,
|
|
1369
|
+
color: "#38BA72",
|
|
1370
|
+
groupId: 0,
|
|
1371
|
+
signUrl: "//www.tita.gift/menuSign?menuId=6093&roleId=",
|
|
1372
|
+
originUrl: null,
|
|
1373
|
+
domain: "",
|
|
1374
|
+
DataSource: null,
|
|
1375
|
+
defaultExpand: false,
|
|
1376
|
+
children: [],
|
|
1377
|
+
menuPoint: null
|
|
1378
1378
|
}, {
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1379
|
+
id: 12558,
|
|
1380
|
+
tenantId: 0,
|
|
1381
|
+
title: "用车申请",
|
|
1382
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.CarApplicationFlow&navType=1&navCode=e24d42b2-b063-4b02-84b8-21b738c3a00d&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1383
|
+
iconName: "sys-icon-shiti sys-bgcolor-f4",
|
|
1384
|
+
type: "iframe",
|
|
1385
|
+
orderId: 70,
|
|
1386
|
+
code: "e24d42b2-b063-4b02-84b8-21b738c3a00d",
|
|
1387
|
+
appId: 907,
|
|
1388
|
+
appCode: "ApprovalCentre",
|
|
1389
|
+
status: 0,
|
|
1390
|
+
color: "#ED5858",
|
|
1391
|
+
groupId: 0,
|
|
1392
|
+
signUrl: "//www.tita.gift/menuSign?menuId=12558&roleId=",
|
|
1393
|
+
originUrl: null,
|
|
1394
|
+
domain: "",
|
|
1395
|
+
DataSource: null,
|
|
1396
|
+
defaultExpand: false,
|
|
1397
|
+
children: [],
|
|
1398
|
+
menuPoint: null
|
|
1399
1399
|
}, {
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1400
|
+
id: 11860,
|
|
1401
|
+
tenantId: 0,
|
|
1402
|
+
title: "外出",
|
|
1403
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Out&navType=1&navCode=d97eb369-87fc-45aa-b0bc-b5b03a49580f&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1404
|
+
iconName: "sys-icon-50 sys-bgcolor-f3",
|
|
1405
|
+
type: "iframe",
|
|
1406
|
+
orderId: 80,
|
|
1407
|
+
code: "d97eb369-87fc-45aa-b0bc-b5b03a49580f",
|
|
1408
|
+
appId: 907,
|
|
1409
|
+
appCode: "ApprovalCentre",
|
|
1410
|
+
status: 0,
|
|
1411
|
+
color: "#F5D540",
|
|
1412
|
+
groupId: 0,
|
|
1413
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11860&roleId=",
|
|
1414
|
+
originUrl: null,
|
|
1415
|
+
domain: "",
|
|
1416
|
+
DataSource: null,
|
|
1417
|
+
defaultExpand: false,
|
|
1418
|
+
children: [],
|
|
1419
|
+
menuPoint: null
|
|
1420
1420
|
}, {
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1421
|
+
id: 11854,
|
|
1422
|
+
tenantId: 0,
|
|
1423
|
+
title: "物品申领",
|
|
1424
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Goods&navType=1&navCode=89e62ae6-188f-4270-84d2-3313a72aa3f7&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1425
|
+
iconName: "sys-icon-12 sys-bgcolor-f2",
|
|
1426
|
+
type: "iframe",
|
|
1427
|
+
orderId: 90,
|
|
1428
|
+
code: "89e62ae6-188f-4270-84d2-3313a72aa3f7",
|
|
1429
|
+
appId: 907,
|
|
1430
|
+
appCode: "ApprovalCentre",
|
|
1431
|
+
status: 0,
|
|
1432
|
+
color: "#38BA72",
|
|
1433
|
+
groupId: 0,
|
|
1434
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11854&roleId=",
|
|
1435
|
+
originUrl: null,
|
|
1436
|
+
domain: "",
|
|
1437
|
+
DataSource: null,
|
|
1438
|
+
defaultExpand: false,
|
|
1439
|
+
children: [],
|
|
1440
|
+
menuPoint: null
|
|
1441
1441
|
}, {
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1442
|
+
id: 11861,
|
|
1443
|
+
tenantId: 0,
|
|
1444
|
+
title: "付款",
|
|
1445
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Payment&navType=1&navCode=8f6f0aa4-23cd-4d70-8861-85fa63facf67&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1446
|
+
iconName: "sys-icon-xinzibao sys-bgcolor-f2",
|
|
1447
|
+
type: "iframe",
|
|
1448
|
+
orderId: 100,
|
|
1449
|
+
code: "8f6f0aa4-23cd-4d70-8861-85fa63facf67",
|
|
1450
|
+
appId: 907,
|
|
1451
|
+
appCode: "ApprovalCentre",
|
|
1452
|
+
status: 0,
|
|
1453
|
+
color: "#38BA72",
|
|
1454
|
+
groupId: 0,
|
|
1455
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11861&roleId=",
|
|
1456
|
+
originUrl: null,
|
|
1457
|
+
domain: "",
|
|
1458
|
+
DataSource: null,
|
|
1459
|
+
defaultExpand: false,
|
|
1460
|
+
children: [],
|
|
1461
|
+
menuPoint: null
|
|
1462
1462
|
}, {
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1463
|
+
id: 11851,
|
|
1464
|
+
tenantId: 0,
|
|
1465
|
+
title: "补打卡",
|
|
1466
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.FillClock&navType=1&navCode=a66ece64-7cde-453d-9d02-57b68b51d7dc&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1467
|
+
iconName: "sys-icon-xiujia sys-bgcolor-f1",
|
|
1468
|
+
type: "iframe",
|
|
1469
|
+
orderId: 110,
|
|
1470
|
+
code: "a66ece64-7cde-453d-9d02-57b68b51d7dc",
|
|
1471
|
+
appId: 907,
|
|
1472
|
+
appCode: "ApprovalCentre",
|
|
1473
|
+
status: 0,
|
|
1474
|
+
color: "#ED5858",
|
|
1475
|
+
groupId: 0,
|
|
1476
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11851&roleId=",
|
|
1477
|
+
originUrl: null,
|
|
1478
|
+
domain: "",
|
|
1479
|
+
DataSource: null,
|
|
1480
|
+
defaultExpand: false,
|
|
1481
|
+
children: [],
|
|
1482
|
+
menuPoint: null
|
|
1483
1483
|
}, {
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1484
|
+
id: 11849,
|
|
1485
|
+
tenantId: 0,
|
|
1486
|
+
title: "加班",
|
|
1487
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.ExtraWork&navType=1&navCode=1f8ddb25-0b98-4760-ba56-c81f9991faa5&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1488
|
+
iconName: "sys-icon-banci sys-bgcolor-f5",
|
|
1489
|
+
type: "iframe",
|
|
1490
|
+
orderId: 120,
|
|
1491
|
+
code: "1f8ddb25-0b98-4760-ba56-c81f9991faa5",
|
|
1492
|
+
appId: 907,
|
|
1493
|
+
appCode: "ApprovalCentre",
|
|
1494
|
+
status: 0,
|
|
1495
|
+
color: "#5B99EE",
|
|
1496
|
+
groupId: 0,
|
|
1497
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11849&roleId=",
|
|
1498
|
+
originUrl: null,
|
|
1499
|
+
domain: "",
|
|
1500
|
+
DataSource: null,
|
|
1501
|
+
defaultExpand: false,
|
|
1502
|
+
children: [],
|
|
1503
|
+
menuPoint: null
|
|
1504
1504
|
}, {
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1505
|
+
id: 11870,
|
|
1506
|
+
tenantId: 0,
|
|
1507
|
+
title: "培训",
|
|
1508
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Training&navType=1&navCode=6bafa4d4-1454-42a5-ae5d-5db511747ddc&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1509
|
+
iconName: "sys-icon-26 sys-bgcolor-f2",
|
|
1510
|
+
type: "iframe",
|
|
1511
|
+
orderId: 130,
|
|
1512
|
+
code: "6bafa4d4-1454-42a5-ae5d-5db511747ddc",
|
|
1513
|
+
appId: 907,
|
|
1514
|
+
appCode: "ApprovalCentre",
|
|
1515
|
+
status: 0,
|
|
1516
|
+
color: "#5B99EE",
|
|
1517
|
+
groupId: 0,
|
|
1518
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11870&roleId=",
|
|
1519
|
+
originUrl: null,
|
|
1520
|
+
domain: "",
|
|
1521
|
+
DataSource: null,
|
|
1522
|
+
defaultExpand: false,
|
|
1523
|
+
children: [],
|
|
1524
|
+
menuPoint: null
|
|
1525
1525
|
}, {
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1526
|
+
id: 11863,
|
|
1527
|
+
tenantId: 0,
|
|
1528
|
+
title: "招聘需求",
|
|
1529
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.RecruitmentNeeds&navType=1&navCode=53e1952e-73c9-4c05-9078-aa629f7b2dee&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1530
|
+
iconName: "sys-icon-gongzuolvli sys-bgcolor-f3",
|
|
1531
|
+
type: "iframe",
|
|
1532
|
+
orderId: 140,
|
|
1533
|
+
code: "53e1952e-73c9-4c05-9078-aa629f7b2dee",
|
|
1534
|
+
appId: 907,
|
|
1535
|
+
appCode: "ApprovalCentre",
|
|
1536
|
+
status: 0,
|
|
1537
|
+
color: "#5B99EE",
|
|
1538
|
+
groupId: 0,
|
|
1539
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11863&roleId=",
|
|
1540
|
+
originUrl: null,
|
|
1541
|
+
domain: "",
|
|
1542
|
+
DataSource: null,
|
|
1543
|
+
defaultExpand: false,
|
|
1544
|
+
children: [],
|
|
1545
|
+
menuPoint: null
|
|
1546
1546
|
}, {
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1547
|
+
id: 11875,
|
|
1548
|
+
tenantId: 0,
|
|
1549
|
+
title: "已审批",
|
|
1550
|
+
href: "//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.MyApproval&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1551
|
+
iconName: "sys-icon-caidan sys-bgcolor-f5",
|
|
1552
|
+
type: "iframe",
|
|
1553
|
+
orderId: 150,
|
|
1554
|
+
code: "671a5839-c743-4fed-ac30-586b05b02faf",
|
|
1555
|
+
appId: 907,
|
|
1556
|
+
appCode: "ApprovalCentre",
|
|
1557
|
+
status: 0,
|
|
1558
|
+
color: "#38BA72",
|
|
1559
|
+
groupId: 0,
|
|
1560
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11875&roleId=",
|
|
1561
|
+
originUrl: null,
|
|
1562
|
+
domain: "",
|
|
1563
|
+
DataSource: null,
|
|
1564
|
+
defaultExpand: false,
|
|
1565
|
+
children: [],
|
|
1566
|
+
menuPoint: null
|
|
1567
1567
|
}, {
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1568
|
+
id: 13768,
|
|
1569
|
+
tenantId: 0,
|
|
1570
|
+
title: "客户返利",
|
|
1571
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Other4&shadow_context={appModel:\"italent\",uppid:\"\"}&navType=1&navCode=29352009-9c0a-488c-961a-0c505b542dca&navVersion=1551942530557",
|
|
1572
|
+
iconName: "sys-icon-shiti sys-bgcolor-f4",
|
|
1573
|
+
type: "iframe",
|
|
1574
|
+
orderId: 150,
|
|
1575
|
+
code: "29352009-9c0a-488c-961a-0c505b542dca",
|
|
1576
|
+
appId: 907,
|
|
1577
|
+
appCode: "ApprovalCentre",
|
|
1578
|
+
status: 0,
|
|
1579
|
+
color: "#9382FF",
|
|
1580
|
+
groupId: 0,
|
|
1581
|
+
signUrl: "//www.tita.gift/menuSign?menuId=13768&roleId=",
|
|
1582
|
+
originUrl: null,
|
|
1583
|
+
domain: "",
|
|
1584
|
+
DataSource: null,
|
|
1585
|
+
defaultExpand: false,
|
|
1586
|
+
children: [],
|
|
1587
|
+
menuPoint: null
|
|
1588
1588
|
}, {
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1589
|
+
id: 13770,
|
|
1590
|
+
tenantId: 0,
|
|
1591
|
+
title: "客户延期",
|
|
1592
|
+
href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Other5&shadow_context={appModel:\"italent\",uppid:\"\"}&navType=1&navCode=71ccd150-0470-4e3f-ab98-c055c9615463&navVersion=1551942524886",
|
|
1593
|
+
iconName: "sys-icon-shiti sys-bgcolor-f4",
|
|
1594
|
+
type: "iframe",
|
|
1595
|
+
orderId: 160,
|
|
1596
|
+
code: "71ccd150-0470-4e3f-ab98-c055c9615463",
|
|
1597
|
+
appId: 907,
|
|
1598
|
+
appCode: "ApprovalCentre",
|
|
1599
|
+
status: 0,
|
|
1600
|
+
color: "#F28D49",
|
|
1601
|
+
groupId: 0,
|
|
1602
|
+
signUrl: "//www.tita.gift/menuSign?menuId=13770&roleId=",
|
|
1603
|
+
originUrl: null,
|
|
1604
|
+
domain: "",
|
|
1605
|
+
DataSource: null,
|
|
1606
|
+
defaultExpand: false,
|
|
1607
|
+
children: [],
|
|
1608
|
+
menuPoint: null
|
|
1609
1609
|
}],
|
|
1610
|
-
|
|
1610
|
+
menuPoint: null
|
|
1611
1611
|
}, {
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1612
|
+
id: 44249,
|
|
1613
|
+
tenantId: 0,
|
|
1614
|
+
title: "全部审批",
|
|
1615
|
+
href: "//www.tita.gift/menuroute?menuId=44249&roleId=",
|
|
1616
|
+
iconName: "sys-icon-caidan sys-bgcolor-f5",
|
|
1617
|
+
type: "iframe",
|
|
1618
|
+
orderId: 30,
|
|
1619
|
+
code: "f2ad403a-4129-4d5c-adc4-0b6c34931c1e",
|
|
1620
|
+
appId: 907,
|
|
1621
|
+
appCode: "ApprovalCentre",
|
|
1622
|
+
status: 0,
|
|
1623
|
+
color: "#F5D540",
|
|
1624
|
+
groupId: 0,
|
|
1625
|
+
signUrl: "//www.tita.gift/menuSign?menuId=44249&roleId=",
|
|
1626
|
+
originUrl: null,
|
|
1627
|
+
domain: "",
|
|
1628
|
+
DataSource: null,
|
|
1629
|
+
defaultExpand: false,
|
|
1630
|
+
children: [{
|
|
1631
|
+
id: 11894,
|
|
1632
|
+
tenantId: 0,
|
|
1633
|
+
title: "我的申请",
|
|
1634
|
+
href: "//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.MyApply&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1635
|
+
iconName: "sys-icon-shenqing sys-bgcolor-f4",
|
|
1636
|
+
type: "iframe",
|
|
1637
|
+
orderId: 10,
|
|
1638
|
+
code: "76cc6569-c6f9-43e1-851f-d3d071874bef",
|
|
1639
|
+
appId: 907,
|
|
1640
|
+
appCode: "ApprovalCentre",
|
|
1641
|
+
status: 0,
|
|
1642
|
+
color: "#F28D49",
|
|
1643
|
+
groupId: 0,
|
|
1644
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11894&roleId=",
|
|
1645
|
+
originUrl: null,
|
|
1646
|
+
domain: "",
|
|
1647
|
+
DataSource: null,
|
|
1648
|
+
defaultExpand: false,
|
|
1649
|
+
children: [],
|
|
1650
|
+
menuPoint: null
|
|
1651
1651
|
}, {
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1652
|
+
id: 11878,
|
|
1653
|
+
tenantId: 0,
|
|
1654
|
+
title: "抄送我的",
|
|
1655
|
+
href: "//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.SendForMe&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1656
|
+
iconName: "sys-icon-chaosong sys-bgcolor-f3",
|
|
1657
|
+
type: "iframe",
|
|
1658
|
+
orderId: 20,
|
|
1659
|
+
code: "8fd454b4-8f62-448f-89df-6d7a47175ede",
|
|
1660
|
+
appId: 907,
|
|
1661
|
+
appCode: "ApprovalCentre",
|
|
1662
|
+
status: 0,
|
|
1663
|
+
color: "#9382FF",
|
|
1664
|
+
groupId: 0,
|
|
1665
|
+
signUrl: "//www.tita.gift/menuSign?menuId=11878&roleId=",
|
|
1666
|
+
originUrl: null,
|
|
1667
|
+
domain: "",
|
|
1668
|
+
DataSource: null,
|
|
1669
|
+
defaultExpand: false,
|
|
1670
|
+
children: [],
|
|
1671
|
+
menuPoint: null
|
|
1672
1672
|
}, {
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1673
|
+
id: 12551,
|
|
1674
|
+
tenantId: 0,
|
|
1675
|
+
title: "我的审批",
|
|
1676
|
+
href: "//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.ApprovalForTita&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}",
|
|
1677
|
+
iconName: "sys-icon-shenpi sys-bgcolor-f9",
|
|
1678
|
+
type: "iframe",
|
|
1679
|
+
orderId: 30,
|
|
1680
|
+
code: "8019131a-5682-4cb4-bc64-7a397326b07d",
|
|
1681
|
+
appId: 907,
|
|
1682
|
+
appCode: "ApprovalCentre",
|
|
1683
|
+
status: 0,
|
|
1684
|
+
color: "#ED5858",
|
|
1685
|
+
groupId: 0,
|
|
1686
|
+
signUrl: "//www.tita.gift/menuSign?menuId=12551&roleId=",
|
|
1687
|
+
originUrl: null,
|
|
1688
|
+
domain: "",
|
|
1689
|
+
DataSource: null,
|
|
1690
|
+
defaultExpand: false,
|
|
1691
|
+
children: [],
|
|
1692
|
+
menuPoint: null
|
|
1693
1693
|
}],
|
|
1694
|
-
|
|
1694
|
+
menuPoint: null
|
|
1695
1695
|
}],
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1696
|
+
menuPoint: {
|
|
1697
|
+
key: 0,
|
|
1698
|
+
value: false
|
|
1699
1699
|
}
|
|
1700
1700
|
}],
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1701
|
+
upaasQuickEntry: null,
|
|
1702
|
+
siteMap: null,
|
|
1703
|
+
userGuides: {
|
|
1704
|
+
upgradeGuide: {
|
|
1705
|
+
value: false,
|
|
1706
|
+
type: 3
|
|
1707
1707
|
},
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1708
|
+
tmUpgradeGuide: null,
|
|
1709
|
+
assessGuide: {
|
|
1710
|
+
value: true,
|
|
1711
|
+
type: 1
|
|
1712
1712
|
},
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1713
|
+
newUserGuide: {
|
|
1714
|
+
value: true,
|
|
1715
|
+
type: 2
|
|
1716
1716
|
},
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1717
|
+
externalNewUserGuide: null,
|
|
1718
|
+
summaryGuide: {
|
|
1719
|
+
value: false,
|
|
1720
|
+
type: 5
|
|
1721
1721
|
},
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1722
|
+
workGuide: {
|
|
1723
|
+
value: true,
|
|
1724
|
+
type: 7
|
|
1725
1725
|
},
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1726
|
+
projectCopyGuide: {
|
|
1727
|
+
value: true,
|
|
1728
|
+
type: 9
|
|
1729
1729
|
},
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1730
|
+
externalModify: {
|
|
1731
|
+
value: true,
|
|
1732
|
+
type: 10
|
|
1733
1733
|
},
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1734
|
+
workUpdateGuide: {
|
|
1735
|
+
value: false,
|
|
1736
|
+
type: 11
|
|
1737
1737
|
},
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1738
|
+
dailyWorkGuide: {
|
|
1739
|
+
value: false,
|
|
1740
|
+
type: 12
|
|
1741
1741
|
},
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1742
|
+
performanceGuide: {
|
|
1743
|
+
value: false,
|
|
1744
|
+
type: 16
|
|
1745
1745
|
},
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1746
|
+
versionGuide: {
|
|
1747
|
+
value: false,
|
|
1748
|
+
type: 17
|
|
1749
1749
|
}
|
|
1750
1750
|
},
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1751
|
+
medalDetail: null,
|
|
1752
|
+
ISVType: 10000,
|
|
1753
|
+
isHunter: true,
|
|
1754
|
+
isNewSetting: true,
|
|
1755
|
+
IsHonourRedirect: false,
|
|
1756
|
+
titaAppId: 100,
|
|
1757
|
+
TaskAdvancedSetting: {
|
|
1758
|
+
TaskRecommendSetting: {
|
|
1759
|
+
TaskApply: false
|
|
1760
1760
|
},
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1761
|
+
TaskFunctionSetting: {
|
|
1762
|
+
TaskWorkHour: false,
|
|
1763
|
+
TaskSMS: false,
|
|
1764
|
+
TaskEntrustPublisher: false,
|
|
1765
|
+
TaskParticipants: true,
|
|
1766
|
+
TaskFollower: false,
|
|
1767
|
+
TaskPriority: false,
|
|
1768
|
+
TaskProgress: true,
|
|
1769
|
+
TaskAutoAccept: false,
|
|
1770
|
+
TaskParticipatorUpdateStatus: false,
|
|
1771
|
+
TaskQuantify: true,
|
|
1772
|
+
TaskEstimateHours: false,
|
|
1773
|
+
TaskDefaultApprover: false
|
|
1774
1774
|
},
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1775
|
+
TaskPlanSetting: {
|
|
1776
|
+
TaskScheduleTable: false,
|
|
1777
|
+
TaskUndetermined: false,
|
|
1778
|
+
TaskSuperiorRemind: false,
|
|
1779
|
+
TaskPlanPrint: false,
|
|
1780
|
+
TaskPlanShare: false,
|
|
1781
|
+
TaskLabel: false
|
|
1782
1782
|
}
|
|
1783
1783
|
},
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1784
|
+
WorkAdvancedSetting: {
|
|
1785
|
+
WorkFunctionSetting: {
|
|
1786
|
+
WorkApply: false,
|
|
1787
|
+
WorkExternal: false,
|
|
1788
|
+
WorkFollower: false,
|
|
1789
|
+
WorkOpenGoal: false,
|
|
1790
|
+
MileStoneSet: true
|
|
1791
1791
|
}
|
|
1792
1792
|
},
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1793
|
+
DailyAdvancedSetting: {
|
|
1794
|
+
DailyFunctionSetting: {
|
|
1795
|
+
DailyRemind: false,
|
|
1796
|
+
DailyShare: false
|
|
1797
1797
|
}
|
|
1798
1798
|
},
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1799
|
+
OkrAdvancedSetting: {
|
|
1800
|
+
KRSetting: {
|
|
1801
|
+
KRDepartmentSetting: true,
|
|
1802
|
+
ObjectiveRelevanceKr: true,
|
|
1803
|
+
ShowKrInMap: true,
|
|
1804
|
+
TargetFollowers: true,
|
|
1805
|
+
ShowKrProgress: true,
|
|
1806
|
+
ShowKrDescription: true,
|
|
1807
|
+
ShowWorkDescription: true,
|
|
1808
|
+
ShowWorkExecution: true,
|
|
1809
|
+
ShowKrConfidence: true,
|
|
1810
|
+
KrWeight: true,
|
|
1811
|
+
AutomaticUpdateProgress: false,
|
|
1812
|
+
OkrClassify: true,
|
|
1813
|
+
OkrTypeSetting: true,
|
|
1814
|
+
CreateChildWork: true,
|
|
1815
|
+
CreateKrChildWork: false
|
|
1816
1816
|
}
|
|
1817
1817
|
},
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1818
|
+
FeedAdvancedSetting: {
|
|
1819
|
+
FeedAdvancedItemSetting: {
|
|
1820
|
+
FeedVisibilitySetting: false
|
|
1821
1821
|
}
|
|
1822
1822
|
},
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1823
|
+
AssessAdvancedSetting: {
|
|
1824
|
+
AssessFunctionSetting: {
|
|
1825
|
+
StartAssessByDepartmentLeader: false,
|
|
1826
|
+
StartAssessByUser: false,
|
|
1827
|
+
AssessDottedLineCanView: false
|
|
1828
1828
|
}
|
|
1829
1829
|
},
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1830
|
+
appInfo: {
|
|
1831
|
+
appId: 1,
|
|
1832
|
+
appCode: "Tita"
|
|
1833
1833
|
},
|
|
1834
|
-
|
|
1835
|
-
|
|
1834
|
+
openIds: null,
|
|
1835
|
+
openDepartmentIds: null
|
|
1836
1836
|
};
|
|
1837
1837
|
exports.BSGlobal = BSGlobal;
|