@titaui/pc 1.9.49 → 1.9.50
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/lib/components/avatar/default.js +23 -26
- package/lib/components/avatar/name-avatar/index.js +24 -27
- package/lib/components/avatar/text-avatar/index.js +9 -9
- package/lib/components/button/default-button/index.js +11 -5
- 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 +5 -5
- package/lib/components/cascader/time.js +6 -6
- package/lib/components/change-okr-modal/Filter.js +61 -61
- package/lib/components/change-okr-modal/Item.js +20 -20
- package/lib/components/change-okr-modal/constant.js +7 -7
- package/lib/components/change-okr-modal/filterTab.js +6 -6
- package/lib/components/change-okr-modal/index.js +64 -60
- package/lib/components/change-okr-modal/styledComponents.js +8 -8
- package/lib/components/checkbox/index.js +6 -4
- package/lib/components/common-share/index.js +5 -5
- package/lib/components/common-share/publishMblog.js +9 -9
- package/lib/components/common-share/request-apis.js +4 -4
- package/lib/components/communication/CommunicationAttachments.js +20 -23
- package/lib/components/communication/CommunicationRecord.js +13 -13
- package/lib/components/communication/ConvertUserName.js +3 -3
- package/lib/components/communication/index.js +12 -12
- package/lib/components/confidence/heart.js +5 -3
- package/lib/components/confidence/index.js +9 -9
- 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 -22
- package/lib/components/create-okr-modal/createSuccessCmp.js +34 -37
- package/lib/components/create-okr-modal/fields/date-cycle.js +10 -8
- package/lib/components/create-okr-modal/fields/input-with-err-popup.js +8 -2
- package/lib/components/create-okr-modal/fields/o-new-name.js +13 -11
- package/lib/components/create-okr-modal/fields/okr-case.js +6 -5
- package/lib/components/create-okr-modal/fields/okr-classify.js +9 -7
- package/lib/components/create-okr-modal/fields/okr-create-suggest.js +4 -4
- package/lib/components/create-okr-modal/fields/okr-new-user-selector.js +1 -1
- package/lib/components/create-okr-modal/fields/okr-parent.js +10 -8
- package/lib/components/create-okr-modal/fields/okr-type-detail.js +13 -11
- package/lib/components/create-okr-modal/fields/okr-type.js +12 -10
- package/lib/components/create-okr-modal/fields/okr-visibility-detail.js +15 -13
- package/lib/components/create-okr-modal/fields/okr-visibility.js +18 -16
- package/lib/components/create-okr-modal/index.js +30 -33
- package/lib/components/create-okr-modal/kr-items/kr-item-weight.js +9 -9
- package/lib/components/create-okr-modal/kr-items/krDatas.js +6 -6
- package/lib/components/create-okr-modal/kr-items/krItem.js +4 -4
- package/lib/components/create-okr-modal/objectType.js +25 -19
- package/lib/components/create-okr-modal/request-api.js +2 -2
- package/lib/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +17 -47
- package/lib/components/create-okr-modal/utils/helper.js +3 -3
- package/lib/components/date-picker/BodyItem.js +14 -14
- package/lib/components/date-picker/CalendarBody.js +13 -13
- package/lib/components/date-picker/CalendarHeader.js +17 -20
- package/lib/components/date-picker/index.js +14 -15
- package/lib/components/date-range-picker/index.js +33 -29
- package/lib/components/delete-confirm-pop/ConfirmPop.js +10 -10
- package/lib/components/dialog/index.js +12 -9
- package/lib/components/dialog-confirm/index.js +19 -15
- package/lib/components/drawer/headerAction.js +5 -5
- package/lib/components/drawer/headerDrop.js +6 -6
- package/lib/components/drawer/index.js +5 -5
- package/lib/components/drawer/utils/dom.js +2 -2
- package/lib/components/drawer/utils/useForceUpdate.js +1 -1
- package/lib/components/drawer-manager/drawerWrapper.js +12 -12
- package/lib/components/drawer-manager/index.js +4 -4
- package/lib/components/drawer-manager/utils/dom.js +2 -2
- package/lib/components/drawer-manager/utils/useForceUpdate.js +1 -1
- package/lib/components/drop-selector/icon-item.js +6 -4
- package/lib/components/drop-selector/index.css +2 -2
- package/lib/components/drop-selector/index.js +22 -21
- package/lib/components/dynamic/advertise/index.js +3 -3
- package/lib/components/dynamic/advertise/util.js +2 -2
- package/lib/components/dynamic/components/dynamic-search-input/index.js +18 -18
- package/lib/components/dynamic/components/first-level-tabs/index.js +2 -2
- package/lib/components/dynamic/components/percent/index.js +1 -1
- package/lib/components/dynamic/components/title/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 +35 -35
- package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +22 -22
- package/lib/components/dynamic/dynamic-item/dynamic-announcement/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +12 -12
- package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +11 -11
- package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +10 -10
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/constant.js +4 -4
- package/lib/components/dynamic/dynamic-item/dynamic-milestone/index.js +16 -16
- package/lib/components/dynamic/dynamic-item/dynamic-okrs-communication/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-plan-communication/index.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-progress/index.js +21 -21
- package/lib/components/dynamic/dynamic-item/dynamic-project/constant.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +13 -13
- package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +25 -25
- package/lib/components/dynamic/dynamic-item/dynamic-replay/index.js +24 -24
- package/lib/components/dynamic/dynamic-item/dynamic-report/index.js +15 -15
- package/lib/components/dynamic/dynamic-item/dynamic-reward/index.js +20 -20
- package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +9 -9
- package/lib/components/dynamic/dynamic-item/dynamic-share-to-dynamic/index.js +10 -10
- package/lib/components/dynamic/dynamic-item/dynamic-task/constant.js +7 -7
- package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +17 -17
- package/lib/components/dynamic/dynamic-item/index.js +23 -24
- package/lib/components/dynamic/dynamic-like-ranking/index.js +3 -3
- package/lib/components/dynamic/dynamic-like-ranking/item.js +14 -12
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +36 -36
- package/lib/components/dynamic/dynamic-liking/index.js +2 -2
- 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 +2 -2
- package/lib/components/dynamic/dynamic-topping/item.js +3 -3
- package/lib/components/dynamic/dynamic-topping/request-api.js +1 -1
- package/lib/components/dynamic/dynamic.js +17 -17
- package/lib/components/dynamic/index.js +1 -1
- package/lib/components/dynamic/my-team/index.js +10 -10
- 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 +3 -4
- 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 +3 -3
- package/lib/components/dynamic/quick-operation/index.js +8 -8
- package/lib/components/dynamic/request-api.js +2 -2
- package/lib/components/dynamic/util.js +17 -17
- package/lib/components/e-priority/index.js +15 -13
- package/lib/components/eReport/eReportListEmpty.js +4 -4
- package/lib/components/eReport/eReportLists/reportList.js +40 -40
- package/lib/components/eReport/eReportShare/index.js +15 -15
- package/lib/components/eReport/eReportShare/toast/index.js +5 -5
- package/lib/components/edit-kr-wight/EditKrWightModal.js +38 -38
- package/lib/components/edit-kr-wight/FormItemV2.js +9 -7
- package/lib/components/edit-kr-wight/style/index.js +2 -2
- package/lib/components/edit-kr-wight/utils.js +6 -6
- package/lib/components/emotions-selector/mockData.js +276 -276
- package/lib/components/emotions-selector/selector-content.js +17 -17
- package/lib/components/emotions-selector/selector-pop.js +6 -6
- package/lib/components/ereport-list/index.js +40 -40
- package/lib/components/error-boundary/index.js +4 -4
- package/lib/components/file-list/components/single-file/index.js +17 -18
- package/lib/components/file-list/index.js +1 -1
- package/lib/components/file-list/util.js +8 -8
- package/lib/components/firework/firework.js +5 -5
- package/lib/components/firework/index.js +5 -5
- package/lib/components/follower-visitor/index.js +3 -3
- package/lib/components/follower-visitor/request-api.js +1 -1
- package/lib/components/form/form-fields/department/department-input.js +11 -7
- package/lib/components/form/form-fields/department/index.js +11 -11
- package/lib/components/form/form-fields/dropdown/index.js +1 -1
- package/lib/components/form/form-fields/duties/duties-input.js +11 -7
- package/lib/components/form/form-fields/duties/index.js +10 -10
- package/lib/components/form/form-fields/group/index.js +3 -3
- package/lib/components/form/form-fields/input/index.js +14 -14
- package/lib/components/form/form-fields/input-verification-code/index.js +3 -3
- package/lib/components/form/form-fields/password/index.js +10 -8
- package/lib/components/form/form-fields/radios/index.js +1 -1
- package/lib/components/form/form-fields/textarea/index.js +13 -13
- package/lib/components/form/form-fields/user/index.js +20 -20
- package/lib/components/form/form-fields/user/user-input.js +7 -5
- package/lib/components/form/index.js +4 -4
- package/lib/components/form/layout/index.js +6 -4
- package/lib/components/grid-layout/commen-components/advize.js +1 -2
- package/lib/components/grid-layout/commen-components/card-title.js +1 -1
- package/lib/components/grid-layout/commen-components/data-item.js +4 -4
- package/lib/components/grid-layout/commen-components/empty-backgrounds.js +30 -29
- package/lib/components/grid-layout/commen-components/scroll-tips.js +10 -8
- package/lib/components/grid-layout/essay-component/essay-item.js +12 -12
- package/lib/components/grid-layout/essay-component/index.js +4 -4
- 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 +7 -7
- package/lib/components/grid-layout/near-visitors/visitor.js +1 -1
- package/lib/components/grid-layout/okr-align/index.js +15 -15
- package/lib/components/grid-layout/okr-progress/index.js +17 -17
- package/lib/components/grid-layout/okr-target/index.js +23 -23
- package/lib/components/grid-layout/over-view/index.js +14 -14
- package/lib/components/grid-layout/personal-info/index.js +35 -35
- package/lib/components/grid-layout/sub-employee-okr/index.js +19 -19
- package/lib/components/grid-layout/sub-employee-okr/person-okr.js +4 -4
- package/lib/components/grid-layout/util/click-link.js +5 -5
- package/lib/components/grid-layout/util/network.js +16 -16
- package/lib/components/grid-layout/week-task/index.js +12 -12
- package/lib/components/grid-layout/words-cloud/index.js +10 -10
- package/lib/components/grid-page/commen-components/scroll-tips.js +10 -8
- package/lib/components/grid-page/near-visitors/visitor.js +1 -1
- package/lib/components/grid-page/personal-info/index.js +35 -35
- package/lib/components/help-card/index.js +12 -12
- package/lib/components/help-card/request-api.js +1 -1
- package/lib/components/hr-header/index.js +30 -30
- package/lib/components/icon-button-list/index.js +8 -6
- package/lib/components/img-viewer/icon/enlarge.js +8 -6
- package/lib/components/img-viewer/icon/left-rotate.js +8 -6
- package/lib/components/img-viewer/icon/right-rotate.js +8 -6
- package/lib/components/img-viewer/icon/shrink.js +8 -6
- package/lib/components/img-viewer/index.js +24 -24
- package/lib/components/invite-people/index.js +1 -1
- package/lib/components/keyword-search/index.js +11 -10
- package/lib/components/mblog/common/index.js +19 -19
- package/lib/components/mblog/components/ConfirmPop.js +6 -6
- package/lib/components/mblog/components/MblogAction.js +19 -19
- package/lib/components/mblog/components/MblogContent.js +14 -14
- package/lib/components/mblog/index.js +38 -38
- package/lib/components/menus/components/drag-resize/index.js +14 -12
- package/lib/components/menus/components/flip-menu-card/flip-back-header.js +6 -4
- package/lib/components/menus/components/flip-menu-card/index.js +4 -4
- package/lib/components/menus/components/flip-menu-card/precls.js +1 -1
- package/lib/components/menus/components/menu-card/index.js +9 -7
- package/lib/components/menus/components/menu-close-btn/index.js +6 -4
- package/lib/components/menus/components/menu-tree/index.js +5 -3
- package/lib/components/menus/components/menu-tree/precls.js +1 -1
- package/lib/components/menus/components/menu-tree/tree-node/assess-manage.js +6 -4
- package/lib/components/menus/components/menu-tree/tree-node/assess-template.js +6 -4
- package/lib/components/menus/components/menu-tree/tree-node/avatar/index.js +10 -8
- package/lib/components/menus/components/menu-tree/tree-node/company-all.js +8 -6
- package/lib/components/menus/components/menu-tree/tree-node/compony/index.js +4 -4
- package/lib/components/menus/components/menu-tree/tree-node/depart/index.js +8 -6
- package/lib/components/menus/components/menu-tree/tree-node/follower/index.js +9 -7
- package/lib/components/menus/components/menu-tree/tree-node/group-name.js +6 -4
- package/lib/components/menus/components/menu-tree/tree-node/index.js +20 -19
- package/lib/components/menus/components/menu-tree/tree-node/loading.js +5 -3
- package/lib/components/menus/components/menu-tree/tree-node/menu-item.js +6 -4
- package/lib/components/menus/components/menu-tree/tree-node/no-follower.js +6 -4
- package/lib/components/menus/components/menu-tree/tree-node/no-subordinates.js +5 -3
- package/lib/components/menus/components/menu-tree/tree-node/parent-menu.js +6 -4
- package/lib/components/menus/components/menu-tree/tree-node/sub-menu-item.js +6 -4
- package/lib/components/menus/components/menu-tree/tree-node/user/index.js +11 -9
- package/lib/components/menus/components/menu-tree/tree-node/user-concern.js +9 -7
- package/lib/components/menus/components/search-colleague/index.js +14 -12
- package/lib/components/menus/export-modules/appraisal-menus/index.js +9 -9
- package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +1 -1
- package/lib/components/menus/export-modules/appraisal-menus/menus.js +1 -1
- package/lib/components/menus/export-modules/manage-menus/handle-highlight.js +13 -23
- package/lib/components/menus/export-modules/manage-menus/index.js +4 -4
- package/lib/components/menus/export-modules/okr-menus/depart-menus/helper.js +17 -17
- package/lib/components/menus/export-modules/okr-menus/depart-menus/index.js +24 -21
- package/lib/components/menus/export-modules/okr-menus/index.js +5 -5
- package/lib/components/menus/export-modules/okr-menus/menu-highlight.js +1 -1
- package/lib/components/menus/export-modules/okr-menus/menus.js +133 -133
- package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +4 -4
- 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 +15 -14
- package/lib/components/menus/i18n.js +7 -3
- package/lib/components/menus/index.js +8 -10
- 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 +11 -11
- package/lib/components/nav-top/components/user-message/components/empty/index.js +6 -7
- package/lib/components/nav-top/components/user-message/components/inform/index.js +4 -5
- package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +48 -66
- package/lib/components/nav-top/components/user-message/components/red-pack/index.js +1 -1
- 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 +4 -4
- package/lib/components/nav-top/components/user-message/components/remind/remind-item.js +6 -7
- package/lib/components/nav-top/components/user-message/components/reply/index.js +4 -5
- package/lib/components/nav-top/components/user-message/components/reply/reply-item.js +11 -12
- 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 -5
- 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 +21 -21
- package/lib/components/nav-top/components/user-message/msg/index.js +9 -9
- 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 +3 -3
- 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/components/version/index.js +1 -1
- package/lib/components/nav-top/constant.js +1 -1
- package/lib/components/nav-top/index.js +8 -8
- package/lib/components/nav-top/request.apis.js +2 -2
- package/lib/components/okr-detail/auth.js +5 -5
- package/lib/components/okr-detail/base-info/base-info.js +6 -4
- package/lib/components/okr-detail/base-info/o-desc/index.js +7 -7
- package/lib/components/okr-detail/base-info/other-infos/classify/index.js +5 -5
- package/lib/components/okr-detail/base-info/other-infos/common/border-wrapper/index.js +2 -2
- package/lib/components/okr-detail/base-info/other-infos/date-cycle/index.js +5 -5
- package/lib/components/okr-detail/base-info/other-infos/okr-type/index.js +6 -6
- package/lib/components/okr-detail/base-info/other-infos/other-infos.js +3 -3
- package/lib/components/okr-detail/base-info/other-infos/principal/index.js +9 -9
- package/lib/components/okr-detail/base-info/other-infos/visibility/index.js +17 -17
- package/lib/components/okr-detail/base-info/person/index.js +6 -6
- package/lib/components/okr-detail/base-info/util.js +2 -2
- package/lib/components/okr-detail/base-info/utils/setting.js +2 -3
- package/lib/components/okr-detail/components/ao-nice/index.js +13 -11
- package/lib/components/okr-detail/components/base-okr-type/confirm/buttonv2.js +11 -11
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +9 -9
- package/lib/components/okr-detail/components/base-okr-type/index.js +7 -5
- package/lib/components/okr-detail/components/base-okr-type/object-type.js +34 -28
- package/lib/components/okr-detail/components/block-line/index.js +5 -3
- package/lib/components/okr-detail/components/editable-input/index.js +11 -9
- package/lib/components/okr-detail/components/header/edit-name.js +6 -6
- package/lib/components/okr-detail/components/header/index.js +18 -23
- package/lib/components/okr-detail/components/header/o-avatar.js +6 -6
- package/lib/components/okr-detail/components/header/o-cycle.js +4 -4
- package/lib/components/okr-detail/components/header/o-name.js +3 -3
- package/lib/components/okr-detail/components/header/o-score.js +9 -9
- package/lib/components/okr-detail/components/icon-text/index.js +5 -5
- package/lib/components/okr-detail/components/o-classify.js +17 -17
- package/lib/components/okr-detail/components/o-progress-update/index.js +7 -7
- package/lib/components/okr-detail/components/okr-tree/index.js +5 -3
- 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 +5 -3
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +31 -29
- 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 +6 -4
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +14 -12
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +16 -14
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +20 -18
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +20 -18
- package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +20 -18
- 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 +16 -13
- 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 +44 -42
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.js +43 -43
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +7 -5
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.js +41 -41
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +8 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +30 -28
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.js +12 -12
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +10 -8
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/weight-input.js +6 -6
- package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +23 -21
- package/lib/components/okr-detail/components/okr-type.js +10 -11
- package/lib/components/okr-detail/components/padding-layout.js +6 -4
- package/lib/components/okr-detail/components/score/index.js +6 -6
- package/lib/components/okr-detail/components/tab-panel-content/index.js +5 -3
- 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 +12 -12
- package/lib/components/okr-detail/detail-header/actions.js +30 -30
- package/lib/components/okr-detail/detail-header/confirm.js +9 -9
- package/lib/components/okr-detail/detail-header/delete-confirm/delete-confirm.js +12 -12
- package/lib/components/okr-detail/detail-header/delete-confirm/style.js +1 -1
- package/lib/components/okr-detail/detail-header/index.js +30 -30
- package/lib/components/okr-detail/e-list/constant.js +19 -19
- package/lib/components/okr-detail/e-list/index.js +9 -7
- package/lib/components/okr-detail/e-list/precls.js +1 -1
- package/lib/components/okr-detail/e-list/search-form/fields/e-order.js +25 -23
- package/lib/components/okr-detail/e-list/search-form/fields/e-status.js +21 -20
- package/lib/components/okr-detail/e-list/search-form/fields/e-user.js +11 -9
- package/lib/components/okr-detail/e-list/search-form/index.js +10 -8
- package/lib/components/okr-detail/e-list/util.js +87 -90
- package/lib/components/okr-detail/error-page/index.js +2 -2
- package/lib/components/okr-detail/index.js +54 -54
- package/lib/components/okr-detail/loading/index.js +8 -6
- package/lib/components/okr-detail/okr-list/add-parent-okr.js +10 -8
- 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 +8 -6
- package/lib/components/okr-detail/okr-list/create-kr-item/index.js +35 -35
- package/lib/components/okr-detail/okr-list/create-kr-item/style.js +5 -5
- package/lib/components/okr-detail/okr-list/drag-order-kr.js +2 -2
- package/lib/components/okr-detail/okr-list/empty/index.js +10 -9
- package/lib/components/okr-detail/okr-list/index.js +14 -14
- package/lib/components/okr-detail/okr-list/warp-parent-okr.js +6 -6
- package/lib/components/okr-detail/request-apis.js +67 -67
- package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -3
- package/lib/components/okr-detail/schedule/components/o-progress/index.js +38 -38
- 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 +2 -2
- package/lib/components/okr-detail/schedule/util.js +3 -3
- package/lib/components/okr-filter-drawer/filter-form.js +26 -26
- package/lib/components/okr-filter-drawer/index.js +10 -4
- package/lib/components/okr-flow/child-node/fields/creator.js +3 -3
- 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 +9 -9
- package/lib/components/okr-flow/child-node/kr-node.js +7 -7
- package/lib/components/okr-flow/child-node/work-node.js +20 -20
- package/lib/components/okr-flow/empty/index.js +6 -6
- package/lib/components/okr-flow/export-modal/index.js +22 -22
- package/lib/components/okr-flow/export-modules/okr-search-panel/index.js +5 -5
- package/lib/components/okr-flow/mini-map/index.js +6 -6
- package/lib/components/okr-flow/mini-map/map.js +9 -9
- package/lib/components/okr-flow/mini-map/mini-node.js +4 -4
- package/lib/components/okr-flow/mini-map/utils.js +2 -2
- package/lib/components/okr-flow/okr-map/index.js +4 -4
- package/lib/components/okr-flow/open-data/index.js +26 -26
- package/lib/components/okr-flow/precls.js +1 -1
- package/lib/components/okr-flow/request-apis.js +14 -15
- package/lib/components/okr-flow/root-node/index.js +13 -15
- package/lib/components/okr-flow/utils/config.js +3 -3
- package/lib/components/okr-flow/utils/helper.js +1 -2
- package/lib/components/okr-flow/utils/index.js +5 -5
- package/lib/components/okr-flow/utils/tree-handler.js +31 -29
- package/lib/components/okr-period-selector/index.js +10 -8
- package/lib/components/okr-period-selector/request-apis.js +2 -2
- package/lib/components/okr-period-selector/select-cycle.js +6 -6
- package/lib/components/okr-progress/components/kr-progress/index.js +3 -3
- package/lib/components/okr-progress/components/o-progress/index.js +38 -38
- package/lib/components/okr-progress/components/o-progress-update/index.js +7 -7
- 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 +3 -3
- package/lib/components/okr-progress/request-apis.js +16 -16
- 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/index.js +1 -1
- package/lib/components/okr-progress-detail/utils.js +13 -13
- package/lib/components/okr-progress-modal/helper.js +41 -41
- package/lib/components/okr-progress-modal/index.js +36 -37
- package/lib/components/okr-progress-modal/request-apis.js +1 -1
- package/lib/components/okr-progress-modal/textarea/index.js +2 -2
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +77 -75
- package/lib/components/okr-review/ReviewPop/components/ReviewBody/style.js +1 -1
- package/lib/components/okr-review/ReviewPop/components/Toast/index.js +3 -3
- package/lib/components/okr-review/ReviewPop/index.js +33 -33
- package/lib/components/okr-review/common.js +7 -7
- package/lib/components/okr-review/components/ReviewItem/index.js +7 -7
- package/lib/components/okr-review/components/ReviewItem/style.js +4 -4
- package/lib/components/okr-review/components/confirm-pop/ConfirmPop.js +10 -10
- package/lib/components/okr-review/index.js +33 -34
- 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 +5 -5
- 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 +8 -8
- package/lib/components/okr-share/request-apis.js +4 -4
- package/lib/components/okr-share/shareCardSelector.js +12 -12
- package/lib/components/okrcase-library/index.js +58 -58
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.js +13 -13
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.js +20 -20
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-main.js +17 -11
- package/lib/components/okrcase-library/okrcases-components/caseLibrary-nav.js +13 -13
- package/lib/components/okrcase-library/okrcases-components/caseLibray-header.js +3 -3
- package/lib/components/okrcase-library/okrcases-components/submitOkr-dialog.js +57 -56
- package/lib/components/okrcase-library/server/network.js +36 -36
- package/lib/components/okrcase-library-card/index.js +21 -21
- package/lib/components/open-data-painter/index.js +13 -13
- package/lib/components/operation-records/OperationRecordItem.js +6 -6
- package/lib/components/operation-records/index.js +19 -19
- 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 +11 -9
- package/lib/components/password-input/icon/close-eye.js +8 -6
- package/lib/components/password-input/icon/open-eye.js +8 -6
- package/lib/components/password-input/index.js +10 -10
- package/lib/components/period-selector/common.js +30 -36
- package/lib/components/period-selector/components/button/index.js +4 -4
- package/lib/components/period-selector/components/selector/index.js +4 -4
- package/lib/components/period-selector/components/selector/style.js +2 -2
- package/lib/components/period-selector/helper/index.js +12 -12
- package/lib/components/period-selector/index.js +11 -9
- package/lib/components/photo-card/components/card/index.js +13 -13
- package/lib/components/photo-card/index.js +8 -8
- package/lib/components/point-demo/constant.js +1 -1
- package/lib/components/point-demo/drop-down-box/index.js +8 -8
- package/lib/components/point-demo/index.js +96 -94
- package/lib/components/point-demo/input/index.js +11 -11
- package/lib/components/point-demo/point-demo.js +9 -7
- package/lib/components/point-demo/popup/index.js +3 -3
- package/lib/components/point-demo/popup/placement.js +21 -21
- package/lib/components/popup/index.js +4 -4
- package/lib/components/popup/placement.js +21 -21
- package/lib/components/praise-record/PraiseRecordItem.js +9 -9
- package/lib/components/praise-record/index.js +9 -9
- 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 +11 -11
- package/lib/components/publish-dynamic-modal/requist-api.js +10 -10
- package/lib/components/radio/radio.js +4 -5
- package/lib/components/radio/radioGroup.js +7 -10
- package/lib/components/range-picker-pop/index.js +25 -25
- package/lib/components/range-selector-pop/RangeList.js +9 -9
- package/lib/components/range-selector-pop/RangeSelectorPop.js +5 -5
- package/lib/components/scrollbar/index.js +6 -4
- 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 +129 -128
- package/lib/components/scrollbar/simplebar-react.js +9 -9
- package/lib/components/search-dropdown/index.js +3 -3
- package/lib/components/search-input/index.js +12 -10
- package/lib/components/search-key-handle/index.js +9 -5
- package/lib/components/select/Option.js +6 -6
- package/lib/components/select/index.js +34 -34
- package/lib/components/select-layer/index.js +4 -4
- package/lib/components/select-tags/index.js +2 -2
- package/lib/components/selector-input/debounce.js +1 -2
- package/lib/components/selector-input/index.js +12 -10
- package/lib/components/slider-input/index.js +10 -8
- package/lib/components/stateless-dropdown/stateless-dropdown.js +5 -5
- package/lib/components/status-time/index.js +10 -10
- package/lib/components/stop-taking-modal/index.js +15 -5
- package/lib/components/switch/index.js +8 -6
- package/lib/components/table/index.js +16 -14
- package/lib/components/tabs/index.js +8 -8
- package/lib/components/task-relation-modal/helper.js +5 -5
- package/lib/components/task-relation-modal/index.js +16 -16
- package/lib/components/task-relation-modal/radio.js +6 -4
- package/lib/components/task-relation-modal/request-api.js +10 -10
- package/lib/components/task-relation-modal/search/category-select.js +7 -7
- package/lib/components/task-relation-modal/search/okr-status-select.js +7 -7
- package/lib/components/task-relation-modal/search/okr-type-select.js +9 -9
- package/lib/components/task-relation-modal/search/principal.js +9 -9
- package/lib/components/task-relation-modal/search/relation.js +9 -9
- package/lib/components/task-relation-modal/search/search-dropdown/index.js +2 -2
- package/lib/components/task-relation-modal/tree/category-tree/index.js +11 -11
- package/lib/components/task-relation-modal/tree/category-tree/search-form.js +4 -4
- package/lib/components/task-relation-modal/tree/okr-tree/index.js +12 -12
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +7 -7
- package/lib/components/task-relation-modal/tree/work-tree/index.js +13 -13
- package/lib/components/task-relation-modal/tree/work-tree/search-form.js +4 -4
- package/lib/components/task-relation-modal/tree-node/category-node/index.js +3 -3
- package/lib/components/task-relation-modal/tree-node/index.js +3 -2
- package/lib/components/task-relation-modal/tree-node/kr-node/index.js +3 -3
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.js +7 -7
- package/lib/components/task-relation-modal/tree-node/o-node/index.js +3 -3
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +5 -5
- package/lib/components/tita-chart/charts/img/could.js +1 -1
- package/lib/components/tita-chart/charts/liquid-ball.js +15 -15
- package/lib/components/tita-chart/charts/pie.js +37 -35
- package/lib/components/tita-chart/charts/words-cloud.js +28 -28
- package/lib/components/tita-chart/errorBoundary/index.js +9 -7
- package/lib/components/tita-chart/hooks/useChart.js +33 -33
- package/lib/components/tita-chart/plots/liquid/index.js +2 -2
- package/lib/components/tita-chart/plots/pie/index.js +2 -2
- package/lib/components/tita-chart/plots/wordscloud/index.js +2 -2
- 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 +9 -9
- package/lib/components/tooltip/error-tip.js +5 -3
- package/lib/components/tooltip/tooltip-text/index.js +6 -6
- package/lib/components/tooltip/tooltip.js +6 -4
- package/lib/components/tree/index.js +16 -15
- package/lib/components/tree/precls.js +1 -1
- package/lib/components/update-modal/index.js +6 -7
- package/lib/components/update-modal/request-api.js +3 -3
- package/lib/components/upload/components/uploadedPreview.js +55 -63
- package/lib/components/upload/index.js +34 -34
- package/lib/components/upload/util.js +20 -34
- package/lib/components/upload-photo-modal/constant.js +12 -12
- package/lib/components/upload-photo-modal/index.js +42 -38
- 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 +15 -14
- package/lib/components/upvote/request-apis.js +3 -3
- package/lib/components/upvote/selector.js +11 -11
- package/lib/components/upvote/upvoteListModal.js +3 -3
- package/lib/components/user-selector/action-btns/btn-cancel.js +6 -4
- package/lib/components/user-selector/action-btns/btn-ok.js +6 -4
- package/lib/components/user-selector/action-btns/index.js +5 -3
- package/lib/components/user-selector/category-selector-panel/depart-tree.js +8 -6
- package/lib/components/user-selector/category-selector-panel/group-tree.js +15 -14
- package/lib/components/user-selector/category-selector-panel/index.js +13 -13
- package/lib/components/user-selector/constant.js +6 -6
- package/lib/components/user-selector/empty/group.js +10 -9
- package/lib/components/user-selector/empty/index.js +7 -5
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +13 -13
- package/lib/components/user-selector/export-modules/depart-search-selector/result-part.js +5 -3
- package/lib/components/user-selector/export-modules/duties-selector/index.js +19 -19
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +10 -10
- package/lib/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.js +7 -5
- package/lib/components/user-selector/export-modules/field-tree-selector/selector-generater.js +7 -5
- package/lib/components/user-selector/export-modules/field-tree-selector/single-selector/index.js +9 -7
- 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 +8 -6
- package/lib/components/user-selector/export-modules/group-selector/index.js +5 -5
- package/lib/components/user-selector/export-modules/group-selector/searched-panel.js +6 -4
- package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.js +10 -10
- package/lib/components/user-selector/export-modules/single-selector/index.js +6 -4
- package/lib/components/user-selector/layout/index.js +5 -3
- package/lib/components/user-selector/loading/index.js +5 -3
- package/lib/components/user-selector/request-apis.js +21 -21
- package/lib/components/user-selector/searched-panel/index.js +9 -7
- package/lib/components/user-selector/searched-panel/result-part.js +5 -3
- package/lib/components/user-selector/select-tree/choose-tree/index.js +20 -22
- package/lib/components/user-selector/select-tree/selected-tree/index.js +11 -9
- package/lib/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +7 -5
- package/lib/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +5 -3
- package/lib/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +9 -7
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +17 -15
- package/lib/components/user-selector/selected-panel/index.js +16 -14
- package/lib/components/user-selector/utils.js +34 -34
- package/lib/components/version-change-modal/constant.js +6 -6
- package/lib/components/version-change-modal/index.js +4 -4
- package/lib/components/version-change-modal/request-api.js +2 -2
- package/lib/components/viewer/ImageListRender.js +10 -10
- package/lib/components/viewer/index.js +14 -14
- package/lib/components/weekly-report/board.js +8 -8
- package/lib/components/weekly-report/card.js +49 -46
- 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 +22 -22
- package/lib/components/weekly-report/statistics.js +13 -13
- package/lib/components/word-cloud/index.js +24 -22
- package/lib/components/word-cloud/request-apis.js +2 -2
- package/lib/components-v1/animate/AnimateChild.js +6 -6
- package/lib/components-v1/animate/animate.js +8 -8
- package/lib/components-v1/avatar/index.js +25 -30
- package/lib/components-v1/buttonv2/ButtonLinked.js +1 -1
- package/lib/components-v1/buttonv2/ButtonOutlined.js +4 -4
- package/lib/components-v1/buttonv2/ButtonRounded.js +6 -6
- package/lib/components-v1/buttonv2/DefaultButton.js +3 -3
- package/lib/components-v1/buttonv2/style/style.js +10 -10
- package/lib/components-v1/confirm/index.js +11 -11
- package/lib/components-v1/dom/index.js +3 -3
- package/lib/components-v1/dropDownSelector/StatelessDropdown.js +9 -9
- package/lib/components-v1/dropDownSelector/dropDownSelector.js +16 -16
- package/lib/components-v1/input/Input.js +8 -9
- package/lib/components-v1/input/InputNumber.js +9 -10
- package/lib/components-v1/placement/placement.js +8 -8
- package/lib/components-v1/placement/placementInner.js +15 -15
- package/lib/components-v1/pop/Pop.js +20 -21
- package/lib/components-v1/pop/PopInner.js +38 -38
- package/lib/components-v1/popConfirm/index.js +24 -24
- package/lib/components-v1/popConfirm/style.js +4 -4
- package/lib/components-v1/portals/Portals.js +5 -5
- package/lib/components-v1/progress/CircleProgress.js +14 -14
- package/lib/components-v1/progress/LineProgress.js +8 -8
- package/lib/components-v1/progress/index.js +7 -7
- package/lib/components-v1/radio/radio.js +3 -3
- package/lib/components-v1/radio/radioGroup.js +8 -11
- package/lib/components-v1/search/cache.js +6 -6
- package/lib/components-v1/search/index.js +13 -13
- package/lib/components-v1/select/Option.js +6 -6
- package/lib/components-v1/select/index.js +34 -34
- package/lib/components-v1/tabs/index.js +4 -4
- package/lib/components-v1/tabs/style.js +5 -5
- package/lib/components-v1/textarea/index.js +14 -14
- package/lib/components-v1/transition/index.js +14 -14
- package/lib/components-v1/userSelector/UserSelectorPop.js +15 -14
- package/lib/components-v1/userSelector/components/MultiMode/CommonList.js +10 -10
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentList.js +8 -8
- package/lib/components-v1/userSelector/components/MultiMode/DepartmentTree.js +7 -7
- package/lib/components-v1/userSelector/components/MultiMode/SubsList.js +7 -7
- package/lib/components-v1/userSelector/components/MultiMode/index.js +15 -15
- package/lib/components-v1/userSelector/components/SearchBar.js +10 -10
- package/lib/components-v1/userSelector/components/SingleMode.js +10 -10
- package/lib/components-v1/userSelector/components/UserItem.js +8 -8
- package/lib/components-v1/userSelector/index.js +15 -15
- package/lib/components-v1/userSelector/style.js +8 -8
- package/lib/components-v1/utils/animate/animate.js +9 -9
- 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 +16 -14
- package/lib/hooks/useLocalStorage.js +2 -2
- package/lib/index.js +2 -2
- package/lib/pages/aha2021/index.js +6 -6
- package/lib/pages/appointment-demo/drop-down-box/index.js +8 -8
- package/lib/pages/appointment-demo/index.js +85 -85
- package/lib/pages/appointment-demo/input/index.js +11 -11
- package/lib/pages/appointment-demo/popup/index.js +3 -3
- package/lib/pages/appointment-demo/popup/placement.js +21 -21
- package/lib/pages/dynamic/index.js +3 -3
- package/lib/pages/group-management/components/checkbox/index.js +6 -4
- package/lib/pages/group-management/components/input-form/index.js +9 -9
- package/lib/pages/group-management/components/openData/index.js +43 -46
- package/lib/pages/group-management/components/radio/index.js +5 -3
- package/lib/pages/group-management/components/table/index.js +11 -9
- package/lib/pages/group-management/groupInterface.js +32 -29
- package/lib/pages/group-management/page-view/empty.js +12 -10
- package/lib/pages/group-management/page-view/group-empty.js +7 -5
- package/lib/pages/group-management/page-view/importGroupStaff/index.js +22 -20
- package/lib/pages/group-management/page-view/index.js +23 -21
- package/lib/pages/group-management/page-view/loading/index.js +7 -5
- package/lib/pages/group-management/table/index.js +22 -21
- package/lib/pages/group-management/tree/add-group-dialog/index.js +27 -21
- package/lib/pages/group-management/tree/delete-group-dialog/index.js +12 -10
- package/lib/pages/group-management/tree/edit-group-dialog/index.js +29 -23
- package/lib/pages/group-management/tree/group-form/index.js +18 -18
- package/lib/pages/group-management/tree/index.js +21 -19
- package/lib/pages/group-management/tree/operation-panel.js +9 -7
- package/lib/pages/group-management/tree/trigger-render.js +11 -9
- package/lib/pages/home/components/data-list/index.js +29 -29
- 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 +11 -7
- package/lib/pages/home/components/data-list/table/columns/progressAndRisk.js +12 -12
- 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 +11 -11
- package/lib/pages/home/components/data-list/table/utils-function.js +24 -24
- package/lib/pages/home/components/guide/index.js +22 -23
- package/lib/pages/home/components/guide/stepItem.js +8 -8
- package/lib/pages/home/components/header/index.js +2 -2
- package/lib/pages/home/index.js +1 -1
- package/lib/pages/home-page-data-list/index.js +29 -29
- package/lib/pages/like-ranking/column.js +12 -16
- package/lib/pages/like-ranking/filter-buttons/department.js +3 -3
- package/lib/pages/like-ranking/filter-buttons/group.js +2 -2
- package/lib/pages/like-ranking/filter-buttons/modular.js +17 -17
- package/lib/pages/like-ranking/filter-buttons/name.js +5 -5
- package/lib/pages/like-ranking/filter-buttons/search-dropdown/index.js +2 -2
- package/lib/pages/like-ranking/filter-buttons/timer.js +11 -4
- package/lib/pages/like-ranking/index.js +24 -24
- package/lib/pages/like-ranking/mock.js +286 -286
- package/lib/pages/new-okr-list/header/comments.js +9 -9
- package/lib/pages/new-okr-list/header/create-okr.js +4 -4
- package/lib/pages/new-okr-list/header/depart-title.js +4 -4
- package/lib/pages/new-okr-list/header/filter.js +6 -6
- package/lib/pages/new-okr-list/header/index.js +10 -16
- 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 +18 -16
- package/lib/pages/new-okr-list/init-cycle-setting.js +6 -6
- package/lib/pages/new-okr-list/keyword-search/index.js +11 -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/new-okr-list/request-api.js +2 -2
- package/lib/pages/okr-map/export-modules/okr-map/header/index.js +29 -27
- 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 +5 -3
- package/lib/pages/okr-map/export-modules/okr-map/okr-map.js +58 -56
- package/lib/pages/okr-map/export-modules/share-okr-page/header/index.js +13 -11
- package/lib/pages/okr-map/export-modules/share-okr-page/index.js +5 -3
- package/lib/pages/okr-map/export-modules/share-okr-page/share-okr-map.js +24 -21
- package/lib/pages/okr-map/hooks/useStorage.js +4 -4
- package/lib/pages/okr-map/level2-search/depart.js +5 -3
- package/lib/pages/okr-map/level2-search/group.js +10 -8
- package/lib/pages/okr-map/level2-search/index.js +9 -7
- package/lib/pages/okr-map/level2-search/level2-input.js +9 -9
- package/lib/pages/okr-map/level2-search/user.js +6 -4
- package/lib/pages/okr-map/no-okr/index.js +6 -4
- package/lib/pages/okr-map/number-select/index.js +4 -4
- package/lib/pages/okr-map/open-data/index.js +26 -26
- 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 +17 -15
- package/lib/pages/okr-map/unsupport-ie/index.js +15 -18
- package/lib/pages/okr-map/utils.js +1 -4
- package/lib/pages/personal-info/components/base-info/index.js +7 -7
- package/lib/pages/personal-info/components/edit-base-info/index.js +20 -19
- package/lib/pages/personal-info/components/person-photo/index.js +8 -8
- package/lib/pages/personal-info/index.js +2 -2
- package/lib/pages/personal-info/request-api.js +2 -2
- package/lib/utils/auth.js +4 -4
- package/lib/utils/bs-global.js +10 -11
- 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/local-storage.js +1 -1
- package/lib/utils/mblog.js +1 -1
- package/lib/utils/mock-bsglobal.js +1637 -1637
- package/lib/utils/open-data.js +37 -39
- package/lib/utils/platform.js +12 -11
- package/lib/utils/request-v1.js +13 -13
- package/lib/utils/request.js +11 -11
- package/lib/utils/roundWeight.js +11 -16
- package/lib/utils/tools.js +8 -15
- package/package.json +3 -19
- package/src/components/avatar/default.tsx +15 -15
- package/src/components/avatar/icon-avatar/index.tsx +17 -15
- package/src/components/avatar/index.tsx +5 -5
- package/src/components/avatar/name-avatar/index.tsx +28 -33
- package/src/components/avatar/num-avatar/index.tsx +7 -5
- package/src/components/avatar/text-avatar/index.tsx +44 -42
- package/src/components/button/default-button/index.tsx +17 -16
- package/src/components/button/icon-btn/index.tsx +13 -14
- package/src/components/button/index.tsx +5 -4
- 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 +145 -174
- package/src/components/change-okr-modal/Item.tsx +87 -91
- package/src/components/change-okr-modal/constant.ts +61 -52
- package/src/components/change-okr-modal/filterTab.tsx +7 -11
- package/src/components/change-okr-modal/index.tsx +96 -135
- package/src/components/change-okr-modal/styledComponents.ts +9 -10
- package/src/components/change-okr-modal/types.ts +1 -0
- package/src/components/checkbox/index.tsx +2 -2
- package/src/components/common-share/index.tsx +35 -37
- package/src/components/common-share/publishMblog.tsx +5 -5
- package/src/components/common-share/request-apis.js +27 -11
- package/src/components/common-share/types.ts +1 -1
- package/src/components/communication/CommunicationAttachments.tsx +87 -89
- package/src/components/communication/CommunicationRecord.tsx +21 -21
- package/src/components/communication/ConvertUserName.tsx +1 -2
- package/src/components/communication/index.tsx +73 -76
- package/src/components/communication/style.ts +23 -23
- package/src/components/confidence/heart.js +12 -10
- package/src/components/confidence/index.tsx +9 -21
- package/src/components/create-okr-modal/animation/check-animation.ts +1 -1081
- package/src/components/create-okr-modal/constant.ts +16 -12
- package/src/components/create-okr-modal/createCycle.tsx +45 -56
- package/src/components/create-okr-modal/createSuccessCmp.tsx +37 -39
- package/src/components/create-okr-modal/createSuccessCmpWrapper.tsx +3 -1
- package/src/components/create-okr-modal/fields/date-cycle.tsx +14 -16
- package/src/components/create-okr-modal/fields/index.js +1 -1
- package/src/components/create-okr-modal/fields/input-with-err-popup.tsx +27 -23
- package/src/components/create-okr-modal/fields/o-new-name.tsx +29 -26
- package/src/components/create-okr-modal/fields/okr-case.tsx +4 -5
- package/src/components/create-okr-modal/fields/okr-classify.tsx +12 -10
- package/src/components/create-okr-modal/fields/okr-create-suggest.tsx +34 -31
- package/src/components/create-okr-modal/fields/okr-new-user-selector.tsx +4 -6
- package/src/components/create-okr-modal/fields/okr-parent.tsx +13 -15
- package/src/components/create-okr-modal/fields/okr-type-detail.tsx +19 -23
- package/src/components/create-okr-modal/fields/okr-type.tsx +13 -15
- package/src/components/create-okr-modal/fields/okr-visibility-detail.tsx +38 -41
- package/src/components/create-okr-modal/fields/okr-visibility.tsx +52 -50
- package/src/components/create-okr-modal/img/pack-up.tsx +8 -9
- package/src/components/create-okr-modal/index.tsx +106 -93
- package/src/components/create-okr-modal/kr-items/kr-item-weight.tsx +19 -17
- package/src/components/create-okr-modal/kr-items/krDatas.tsx +11 -12
- package/src/components/create-okr-modal/kr-items/krItem.tsx +14 -15
- package/src/components/create-okr-modal/objectType.tsx +49 -53
- package/src/components/create-okr-modal/request-api.ts +20 -15
- package/src/components/create-okr-modal/style.ts +8 -7
- package/src/components/create-okr-modal/utils/getCreateOkrSurpassPercent.js +21 -18
- package/src/components/create-okr-modal/utils/helper.ts +3 -3
- package/src/components/create-okr-modal/utils/index.tsx +3 -2
- package/src/components/date-picker/BodyItem.js +30 -36
- package/src/components/date-picker/CalendarBody.js +47 -52
- package/src/components/date-picker/CalendarHeader.js +27 -31
- package/src/components/date-picker/index.js +36 -39
- package/src/components/date-range-picker/index.js +70 -71
- package/src/components/delete-confirm-pop/ConfirmPop.tsx +22 -25
- package/src/components/delete-confirm-pop/style.ts +7 -7
- package/src/components/dialog/index.js +39 -40
- package/src/components/dialog-confirm/index.js +14 -15
- package/src/components/drawer/headerAction.tsx +6 -6
- package/src/components/drawer/headerDrop.tsx +22 -25
- package/src/components/drawer/index.tsx +20 -25
- 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 +1 -2
- package/src/components/drawer-manager/drawerWrapper.tsx +13 -14
- package/src/components/drawer-manager/index.tsx +11 -19
- 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 +21 -23
- package/src/components/drop-selector/index.js +63 -68
- package/src/components/drop-selector/index.scss +5 -5
- package/src/components/dynamic/advertise/components/next-btn/index.tsx +12 -10
- package/src/components/dynamic/advertise/components/pre-btn/index.tsx +12 -10
- package/src/components/dynamic/advertise/index.tsx +16 -14
- package/src/components/dynamic/components/dangerous-html/index.tsx +8 -5
- package/src/components/dynamic/components/dynamic-search-input/index.tsx +25 -26
- package/src/components/dynamic/components/first-level-tabs/index.tsx +20 -17
- package/src/components/dynamic/components/obj-status/index.tsx +6 -3
- 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 +72 -70
- package/src/components/dynamic/dynamic-item/dynamic-align/index.tsx +28 -30
- package/src/components/dynamic/dynamic-item/dynamic-announcement/index.tsx +23 -23
- package/src/components/dynamic/dynamic-item/dynamic-assessment/index.tsx +23 -21
- package/src/components/dynamic/dynamic-item/dynamic-create-o/index.tsx +47 -53
- package/src/components/dynamic/dynamic-item/dynamic-kr/index.tsx +30 -33
- package/src/components/dynamic/dynamic-item/dynamic-milestone/constant.ts +5 -5
- package/src/components/dynamic/dynamic-item/dynamic-milestone/index.tsx +52 -54
- package/src/components/dynamic/dynamic-item/dynamic-okrs-communication/index.tsx +24 -22
- package/src/components/dynamic/dynamic-item/dynamic-plan-communication/index.tsx +24 -22
- package/src/components/dynamic/dynamic-item/dynamic-progress/index.tsx +27 -30
- package/src/components/dynamic/dynamic-item/dynamic-project/constant.ts +8 -8
- package/src/components/dynamic/dynamic-item/dynamic-project/index.tsx +34 -39
- package/src/components/dynamic/dynamic-item/dynamic-relative/index.tsx +31 -33
- package/src/components/dynamic/dynamic-item/dynamic-replay/index.tsx +79 -79
- package/src/components/dynamic/dynamic-item/dynamic-report/index.tsx +37 -35
- 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 +35 -38
- package/src/components/dynamic/dynamic-item/index.tsx +36 -35
- package/src/components/dynamic/dynamic-like-ranking/index.tsx +26 -21
- package/src/components/dynamic/dynamic-like-ranking/item.tsx +7 -9
- package/src/components/dynamic/dynamic-like-ranking/mock.js +38 -38
- package/src/components/dynamic/dynamic-liking/index.tsx +3 -4
- 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 +14 -12
- package/src/components/dynamic/dynamic-topping/index.tsx +3 -4
- package/src/components/dynamic/dynamic-topping/interface.ts +1 -1
- package/src/components/dynamic/dynamic-topping/item.tsx +15 -17
- package/src/components/dynamic/dynamic-topping/request-api.js +15 -7
- package/src/components/dynamic/dynamic.tsx +50 -49
- 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 +16 -18
- package/src/components/dynamic/my-team/request-api.ts +29 -23
- 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 +34 -30
- 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 +38 -20
- package/src/components/dynamic/util.ts +32 -25
- package/src/components/e-priority/index.js +20 -38
- package/src/components/eReport/eReportListEmpty.tsx +7 -12
- package/src/components/eReport/eReportLists/reportList.tsx +104 -125
- package/src/components/eReport/eReportLists/style.ts +6 -6
- package/src/components/eReport/eReportShare/index.tsx +39 -46
- package/src/components/eReport/eReportShare/style.ts +5 -5
- package/src/components/eReport/eReportShare/toast/index.tsx +9 -12
- package/src/components/eReport/eReportShare/toast/style.ts +5 -5
- package/src/components/edit-kr-wight/EditKrWightModal.tsx +47 -58
- package/src/components/edit-kr-wight/FormItemV2.tsx +8 -13
- package/src/components/edit-kr-wight/style/index.ts +4 -4
- package/src/components/edit-kr-wight/utils.ts +7 -6
- 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 +59 -63
- package/src/components/emotions-selector/selector-pop.tsx +18 -20
- package/src/components/emotions-selector/style.ts +11 -11
- package/src/components/ereport-list/index.tsx +105 -126
- 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 +20 -23
- 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 +65 -61
- 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 +3 -1
- package/src/components/form/form-fields/department/department-input.tsx +23 -28
- 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 +20 -22
- package/src/components/form/form-fields/duties/index.tsx +54 -59
- package/src/components/form/form-fields/group/index.tsx +6 -4
- package/src/components/form/form-fields/input/index.tsx +63 -69
- package/src/components/form/form-fields/input-verification-code/index.tsx +16 -16
- package/src/components/form/form-fields/password/index.tsx +9 -7
- package/src/components/form/form-fields/radios/index.tsx +2 -4
- package/src/components/form/form-fields/textarea/index.tsx +31 -34
- package/src/components/form/form-fields/user/index.tsx +60 -65
- package/src/components/form/form-fields/user/user-input.tsx +22 -23
- package/src/components/form/index.tsx +11 -11
- package/src/components/form/layout/index.tsx +9 -11
- package/src/components/grid-layout/commen-components/advize.tsx +5 -11
- package/src/components/grid-layout/commen-components/card-contain.tsx +7 -8
- package/src/components/grid-layout/commen-components/card-title.tsx +10 -11
- package/src/components/grid-layout/commen-components/carditem-flexcontent.tsx +7 -8
- package/src/components/grid-layout/commen-components/data-item.tsx +20 -27
- package/src/components/grid-layout/commen-components/empty-backgrounds.tsx +28 -42
- package/src/components/grid-layout/commen-components/gap.tsx +2 -2
- package/src/components/grid-layout/commen-components/index.js +5 -4
- package/src/components/grid-layout/commen-components/scroll-tips.tsx +16 -20
- package/src/components/grid-layout/essay-component/essay-item.tsx +13 -20
- package/src/components/grid-layout/essay-component/index.tsx +15 -17
- 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 +21 -38
- package/src/components/grid-layout/near-visitors/index.tsx +29 -33
- package/src/components/grid-layout/near-visitors/visitor.tsx +6 -8
- package/src/components/grid-layout/okr-align/index.tsx +49 -52
- package/src/components/grid-layout/okr-progress/index.tsx +46 -45
- package/src/components/grid-layout/okr-target/index.tsx +64 -64
- package/src/components/grid-layout/over-view/index.tsx +54 -53
- package/src/components/grid-layout/personal-info/index.tsx +47 -52
- package/src/components/grid-layout/sub-employee-okr/index.tsx +45 -55
- package/src/components/grid-layout/sub-employee-okr/person-okr.tsx +11 -15
- package/src/components/grid-layout/util/click-link.tsx +16 -15
- package/src/components/grid-layout/util/network.ts +31 -26
- package/src/components/grid-layout/week-task/index.tsx +43 -48
- package/src/components/grid-layout/words-cloud/index.tsx +25 -24
- package/src/components/grid-page/commen-components/scroll-tips.tsx +16 -20
- package/src/components/grid-page/near-visitors/visitor.tsx +6 -8
- package/src/components/grid-page/personal-info/index.tsx +47 -52
- package/src/components/help-card/index.tsx +90 -84
- package/src/components/help-card/request-api.js +12 -10
- package/src/components/hr-header/index.tsx +50 -49
- package/src/components/icon-button-list/index.js +32 -41
- 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 +42 -40
- 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 +35 -33
- package/src/components/mblog/common/index.ts +57 -57
- package/src/components/mblog/components/ConfirmPop.tsx +11 -12
- package/src/components/mblog/components/MblogAction.tsx +68 -80
- package/src/components/mblog/components/MblogContent.tsx +73 -83
- package/src/components/mblog/context.ts +2 -3
- package/src/components/mblog/index.tsx +76 -86
- package/src/components/mblog/style.ts +20 -20
- package/src/components/menus/components/drag-resize/index.tsx +28 -30
- package/src/components/menus/components/flip-menu-card/flip-back-header.tsx +4 -4
- package/src/components/menus/components/flip-menu-card/index.tsx +19 -21
- package/src/components/menus/components/flip-menu-card/precls.ts +1 -1
- package/src/components/menus/components/menu-card/index.tsx +16 -18
- package/src/components/menus/components/menu-close-btn/index.tsx +17 -19
- package/src/components/menus/components/menu-tree/index.tsx +26 -28
- package/src/components/menus/components/menu-tree/precls.ts +1 -1
- package/src/components/menus/components/menu-tree/tree-node/assess-manage.tsx +14 -17
- package/src/components/menus/components/menu-tree/tree-node/assess-template.tsx +14 -17
- 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 +17 -19
- 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 +29 -31
- package/src/components/menus/components/menu-tree/tree-node/group-name.tsx +8 -10
- package/src/components/menus/components/menu-tree/tree-node/index.tsx +41 -40
- package/src/components/menus/components/menu-tree/tree-node/loading.tsx +9 -10
- package/src/components/menus/components/menu-tree/tree-node/menu-item.tsx +11 -13
- package/src/components/menus/components/menu-tree/tree-node/no-follower.tsx +10 -12
- package/src/components/menus/components/menu-tree/tree-node/no-subordinates.tsx +10 -11
- package/src/components/menus/components/menu-tree/tree-node/parent-menu.tsx +11 -13
- package/src/components/menus/components/menu-tree/tree-node/sub-menu-item.tsx +11 -13
- package/src/components/menus/components/menu-tree/tree-node/user/index.tsx +11 -13
- package/src/components/menus/components/menu-tree/tree-node/user-concern.tsx +38 -41
- package/src/components/menus/components/search-colleague/index.tsx +30 -31
- package/src/components/menus/context.js +2 -2
- package/src/components/menus/export-modules/appraisal-menus/index.tsx +27 -25
- package/src/components/menus/export-modules/appraisal-menus/menu-highlight.ts +22 -29
- 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 +20 -19
- 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 +54 -58
- package/src/components/menus/export-modules/okr-menus/index.tsx +16 -17
- package/src/components/menus/export-modules/okr-menus/menu-highlight.ts +4 -10
- package/src/components/menus/export-modules/okr-menus/menus.ts +152 -154
- package/src/components/menus/export-modules/okr-menus/okr-front-menus.tsx +75 -69
- package/src/components/menus/export-modules/okr-menus/subordinate-menus/helper.ts +14 -13
- package/src/components/menus/export-modules/okr-menus/subordinate-menus/index.tsx +39 -41
- package/src/components/menus/i18n.ts +41 -70
- package/src/components/menus/index.tsx +18 -20
- package/src/components/menus/precls.js +1 -1
- package/src/components/menus/request-apis.ts +55 -48
- package/src/components/menus/types.ts +10 -9
- package/src/components/menus/utils.ts +6 -7
- package/src/components/nav-top/components/menu/index.tsx +158 -154
- 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 +25 -23
- package/src/components/nav-top/components/user-message/components/red-pack/request-api.ts +3 -1
- package/src/components/nav-top/components/user-message/components/remind/index.tsx +9 -6
- package/src/components/nav-top/components/user-message/components/remind/remind-item.tsx +8 -10
- package/src/components/nav-top/components/user-message/components/reply/index.tsx +9 -8
- 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 +13 -15
- 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 +131 -123
- package/src/components/nav-top/components/user-message/msg/index.tsx +34 -32
- 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 +7 -6
- package/src/components/nav-top/components/user-own-menu/index.tsx +11 -11
- package/src/components/nav-top/components/user-own-menu/utils.ts +22 -21
- 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 +34 -18
- package/src/components/nav-top/utils.ts +8 -5
- package/src/components/okr-detail/auth.js +23 -25
- package/src/components/okr-detail/base-info/base-info.tsx +62 -56
- package/src/components/okr-detail/base-info/index.tsx +2 -2
- package/src/components/okr-detail/base-info/o-desc/index.tsx +13 -15
- package/src/components/okr-detail/base-info/other-infos/classify/index.tsx +16 -15
- 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 +19 -27
- 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 +19 -18
- package/src/components/okr-detail/base-info/other-infos/visibility/index.tsx +41 -45
- package/src/components/okr-detail/base-info/person/index.tsx +39 -40
- package/src/components/okr-detail/base-info/util.tsx +27 -19
- package/src/components/okr-detail/base-info/utils/setting.ts +4 -3
- package/src/components/okr-detail/components/ao-nice/index.js +76 -83
- package/src/components/okr-detail/components/base-okr-type/confirm/buttonv2.tsx +14 -18
- package/src/components/okr-detail/components/base-okr-type/confirm/confirm.tsx +28 -35
- package/src/components/okr-detail/components/base-okr-type/index.tsx +7 -12
- package/src/components/okr-detail/components/base-okr-type/object-type.tsx +66 -95
- package/src/components/okr-detail/components/block-line/index.js +2 -2
- package/src/components/okr-detail/components/editable-input/index.tsx +25 -29
- package/src/components/okr-detail/components/header/edit-name.tsx +9 -11
- package/src/components/okr-detail/components/header/index.js +26 -29
- package/src/components/okr-detail/components/header/o-avatar.tsx +14 -24
- package/src/components/okr-detail/components/header/o-cycle.tsx +28 -26
- package/src/components/okr-detail/components/header/o-name.tsx +4 -7
- package/src/components/okr-detail/components/header/o-score.tsx +14 -18
- package/src/components/okr-detail/components/icon-text/index.js +5 -6
- package/src/components/okr-detail/components/o-classify.tsx +23 -21
- package/src/components/okr-detail/components/o-progress-update/index.tsx +8 -11
- package/src/components/okr-detail/components/okr-tree/index.js +18 -20
- 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 +8 -10
- package/src/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +47 -48
- 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 +14 -18
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-priority-dropdown.js +20 -37
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +77 -83
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-status-dropdown.js +29 -31
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task-level2.js +45 -44
- package/src/components/okr-detail/components/okr-tree/tree-node/e-node/e-task.js +40 -39
- 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 +172 -188
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/edit-pop.tsx +90 -120
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/index.js +29 -34
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/kr-push-score.tsx +133 -162
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/kr-score-editor/style.js +6 -5
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-node/range-picker-pop.js +35 -40
- package/src/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +117 -125
- package/src/components/okr-detail/components/okr-tree/tree-node/o-child-node/edit-child-okr-weight.tsx +10 -12
- 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 +85 -95
- package/src/components/okr-detail/components/okr-type.tsx +16 -19
- package/src/components/okr-detail/components/padding-layout.js +5 -7
- package/src/components/okr-detail/components/score/index.tsx +12 -20
- package/src/components/okr-detail/components/tab-panel-content/index.js +7 -9
- package/src/components/okr-detail/context.js +3 -3
- package/src/components/okr-detail/cooperation/index.tsx +6 -9
- package/src/components/okr-detail/detail-footer/index.tsx +49 -56
- package/src/components/okr-detail/detail-header/actions.tsx +76 -75
- 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 +49 -48
- package/src/components/okr-detail/e-list/constant.ts +23 -23
- package/src/components/okr-detail/e-list/index.js +32 -28
- package/src/components/okr-detail/e-list/precls.js +1 -1
- package/src/components/okr-detail/e-list/search-form/fields/e-order.js +48 -61
- package/src/components/okr-detail/e-list/search-form/fields/e-status.js +33 -41
- package/src/components/okr-detail/e-list/search-form/fields/e-user.js +20 -25
- package/src/components/okr-detail/e-list/search-form/index.js +13 -13
- package/src/components/okr-detail/e-list/util.ts +128 -125
- package/src/components/okr-detail/error-page/index.js +10 -10
- package/src/components/okr-detail/index.js +96 -104
- package/src/components/okr-detail/interface.ts +1 -1
- package/src/components/okr-detail/loading/index.js +9 -11
- 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 +9 -15
- package/src/components/okr-detail/okr-list/create-kr-item/index.tsx +67 -71
- 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 +13 -10
- package/src/components/okr-detail/okr-list/empty/index.js +21 -23
- package/src/components/okr-detail/okr-list/index.js +60 -60
- package/src/components/okr-detail/okr-list/warp-parent-okr.js +13 -11
- package/src/components/okr-detail/request-apis.ts +371 -285
- package/src/components/okr-detail/schedule/components/detail-title/index.tsx +6 -8
- package/src/components/okr-detail/schedule/components/kr-progress/index.tsx +25 -26
- package/src/components/okr-detail/schedule/components/o-progress/index.tsx +142 -145
- package/src/components/okr-detail/schedule/components/sub-o-progress/index.tsx +28 -23
- 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 +32 -30
- package/src/components/okr-detail/schedule/util.ts +6 -4
- package/src/components/okr-filter-drawer/filter-form.tsx +34 -37
- package/src/components/okr-filter-drawer/index.tsx +17 -15
- package/src/components/okr-flow/child-node/fields/creator.js +5 -4
- 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 +24 -28
- package/src/components/okr-flow/child-node/kr-node.js +20 -28
- package/src/components/okr-flow/child-node/work-node.js +49 -49
- package/src/components/okr-flow/context.js +1 -2
- package/src/components/okr-flow/empty/index.js +7 -10
- package/src/components/okr-flow/export-modal/index.tsx +77 -79
- 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 +17 -19
- package/src/components/okr-flow/mini-map/map.js +24 -24
- package/src/components/okr-flow/mini-map/mini-node.js +8 -7
- package/src/components/okr-flow/mini-map/utils.js +7 -11
- package/src/components/okr-flow/okr-map/index.js +8 -9
- package/src/components/okr-flow/open-data/index.js +37 -29
- package/src/components/okr-flow/precls.js +1 -1
- package/src/components/okr-flow/request-apis.js +26 -19
- package/src/components/okr-flow/root-node/index.js +23 -24
- package/src/components/okr-flow/utils/config.js +3 -3
- package/src/components/okr-flow/utils/helper.js +7 -8
- package/src/components/okr-flow/utils/index.js +15 -13
- package/src/components/okr-flow/utils/tree-handler.js +50 -47
- package/src/components/okr-period-selector/index.tsx +6 -6
- package/src/components/okr-period-selector/request-apis.ts +8 -5
- package/src/components/okr-period-selector/select-cycle.tsx +13 -16
- package/src/components/okr-progress/components/detail-title/index.tsx +7 -9
- package/src/components/okr-progress/components/kr-progress/index.tsx +27 -28
- package/src/components/okr-progress/components/o-progress/index.tsx +140 -144
- package/src/components/okr-progress/components/o-progress-update/index.tsx +9 -11
- package/src/components/okr-progress/components/sub-o-progress/index.tsx +29 -24
- 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 +35 -33
- package/src/components/okr-progress/request-apis.ts +36 -27
- package/src/components/okr-progress/util.ts +7 -5
- package/src/components/okr-progress-detail/constant.ts +8 -8
- package/src/components/okr-progress-detail/index.tsx +7 -10
- package/src/components/okr-progress-detail/utils.ts +17 -16
- package/src/components/okr-progress-modal/helper.js +88 -90
- package/src/components/okr-progress-modal/index.tsx +61 -68
- package/src/components/okr-progress-modal/interface.ts +2 -2
- package/src/components/okr-progress-modal/request-apis.js +15 -7
- package/src/components/okr-progress-modal/style.ts +8 -8
- package/src/components/okr-progress-modal/textarea/index.tsx +5 -7
- package/src/components/okr-progress-modal/textarea/style.tsx +2 -2
- package/src/components/okr-review/ReviewPop/components/ReviewBody/index.tsx +222 -188
- 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 +46 -57
- 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 +16 -28
- package/src/components/okr-review/components/ReviewItem/style.ts +12 -12
- package/src/components/okr-review/components/confirm-pop/ConfirmPop.tsx +23 -26
- package/src/components/okr-review/components/confirm-pop/style.ts +7 -7
- package/src/components/okr-review/index.tsx +69 -77
- package/src/components/okr-review/style.ts +20 -20
- package/src/components/okr-share/common-painter/darwAvatar.ts +8 -7
- 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 +19 -17
- package/src/components/okr-share/index.tsx +30 -28
- package/src/components/okr-share/pink-card/card.tsx +16 -17
- 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 +5 -4
- package/src/components/okr-share/pink-card/index.ts +24 -23
- package/src/components/okr-share/publishMblog.tsx +4 -6
- package/src/components/okr-share/request-apis.js +27 -11
- package/src/components/okr-share/shareCardSelector.tsx +30 -38
- package/src/components/okr-share/types.ts +1 -1
- package/src/components/okrcase-library/index.tsx +170 -169
- package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/index.tsx +32 -45
- package/src/components/okrcase-library/okrcases-components/caseLibrary-cardList/okrcase-card.tsx +60 -85
- package/src/components/okrcase-library/okrcases-components/caseLibrary-main.tsx +40 -68
- package/src/components/okrcase-library/okrcases-components/caseLibrary-nav.tsx +35 -53
- package/src/components/okrcase-library/okrcases-components/caseLibray-header.tsx +2 -2
- package/src/components/okrcase-library/okrcases-components/submitOkr-dialog.tsx +86 -107
- package/src/components/okrcase-library/server/network.js +80 -73
- package/src/components/okrcase-library-card/index.tsx +46 -59
- package/src/components/open-data-painter/index.ts +40 -39
- package/src/components/operation-records/OperationRecordItem.tsx +12 -16
- package/src/components/operation-records/index.tsx +74 -83
- 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 +18 -24
- package/src/components/password-input/interface.ts +1 -1
- package/src/components/period-selector/common.ts +43 -42
- package/src/components/period-selector/components/button/index.tsx +6 -8
- package/src/components/period-selector/components/button/style.ts +3 -3
- package/src/components/period-selector/components/selector/index.tsx +40 -36
- package/src/components/period-selector/components/selector/style.tsx +10 -10
- package/src/components/period-selector/helper/index.ts +14 -13
- package/src/components/period-selector/index.tsx +17 -13
- 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 +24 -26
- package/src/components/photo-card/index.tsx +24 -24
- package/src/components/photo-card/request.apis.ts +16 -6
- package/src/components/photo-card/types/image.d.ts +1 -1
- package/src/components/point-demo/constant.ts +26 -22
- package/src/components/point-demo/drop-down-box/index.js +52 -50
- package/src/components/point-demo/index.js +339 -384
- package/src/components/point-demo/input/index.js +31 -33
- package/src/components/point-demo/point-demo.js +22 -23
- package/src/components/point-demo/popup/index.js +27 -31
- package/src/components/point-demo/popup/placement.js +23 -23
- package/src/components/popup/index.tsx +31 -35
- package/src/components/popup/placement.tsx +23 -23
- package/src/components/praise-record/PraiseRecordItem.tsx +16 -32
- package/src/components/praise-record/index.tsx +41 -51
- 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 +8 -6
- package/src/components/progress/line-progress/index.tsx +21 -33
- package/src/components/progress/utils.ts +26 -26
- package/src/components/publish-dynamic-modal/index.tsx +2 -3
- 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 +26 -28
- package/src/components/radio/index.tsx +4 -5
- package/src/components/radio/radio.tsx +13 -14
- package/src/components/radio/radioGroup.tsx +11 -11
- package/src/components/range-picker-pop/index.js +65 -69
- package/src/components/range-selector-pop/RangeList.tsx +9 -8
- package/src/components/range-selector-pop/RangeSelectorPop.tsx +18 -20
- package/src/components/scrollbar/index.tsx +16 -18
- package/src/components/scrollbar/simplebar/helpers.js +7 -7
- package/src/components/scrollbar/simplebar/index.js +47 -45
- package/src/components/scrollbar/simplebar/scrollbar-width.js +9 -8
- package/src/components/scrollbar/simplebar/simplebar.js +260 -233
- package/src/components/scrollbar/simplebar-react.js +23 -23
- package/src/components/search-dropdown/index.js +17 -19
- package/src/components/search-input/index.js +64 -65
- package/src/components/search-key-handle/index.tsx +5 -5
- package/src/components/select/Option.js +18 -19
- package/src/components/select/index.js +55 -65
- package/src/components/select-layer/index.tsx +22 -20
- package/src/components/select-tags/index.tsx +11 -9
- package/src/components/selector-input/debounce.js +8 -9
- package/src/components/selector-input/index.js +33 -38
- 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 +3 -4
- package/src/components/stateless-dropdown/stateless-dropdown.tsx +15 -15
- package/src/components/status-time/index.tsx +28 -33
- package/src/components/stop-taking-modal/index.tsx +25 -12
- package/src/components/switch/index.js +16 -18
- package/src/components/table/index.js +100 -108
- package/src/components/tabs/index.js +20 -25
- 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 +82 -78
- package/src/components/task-relation-modal/radio.tsx +3 -3
- package/src/components/task-relation-modal/request-api.ts +21 -17
- 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 +14 -12
- package/src/components/task-relation-modal/search/principal.tsx +38 -40
- package/src/components/task-relation-modal/search/relation.tsx +16 -15
- package/src/components/task-relation-modal/search/search-dropdown/index.tsx +3 -3
- package/src/components/task-relation-modal/tree/category-tree/index.tsx +15 -17
- package/src/components/task-relation-modal/tree/category-tree/search-form.tsx +3 -4
- package/src/components/task-relation-modal/tree/okr-tree/index.tsx +47 -44
- 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 +19 -17
- package/src/components/task-relation-modal/tree-node/category-node/index.tsx +6 -8
- package/src/components/task-relation-modal/tree-node/index.js +3 -2
- package/src/components/task-relation-modal/tree-node/kr-node/index.tsx +11 -18
- package/src/components/task-relation-modal/tree-node/milestone-node/index.tsx +14 -18
- package/src/components/task-relation-modal/tree-node/o-node/index.tsx +10 -11
- package/src/components/task-relation-modal/tree-node/work-node/index.tsx +7 -10
- 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 +48 -46
- package/src/components/tita-chart/charts/pie.tsx +46 -49
- package/src/components/tita-chart/charts/words-cloud.tsx +34 -38
- package/src/components/tita-chart/errorBoundary/index.tsx +33 -36
- package/src/components/tita-chart/hooks/useChart.ts +147 -145
- 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 +3 -7
- package/src/components/tita-chart/util/utils.ts +48 -45
- package/src/components/toast/components/SuccessRender.tsx +39 -55
- 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 +14 -16
- package/src/components/tooltip/tooltip.tsx +8 -8
- package/src/components/tree/index.js +32 -35
- package/src/components/tree/precls.js +1 -1
- package/src/components/update-modal/index.tsx +10 -13
- package/src/components/update-modal/request-api.ts +11 -9
- package/src/components/upload/components/uploadedPreview.tsx +90 -98
- package/src/components/upload/index.tsx +98 -95
- package/src/components/upload/style.ts +11 -11
- package/src/components/upload/type.ts +3 -3
- package/src/components/upload/util.ts +45 -42
- package/src/components/upload-photo-modal/constant.ts +22 -23
- package/src/components/upload-photo-modal/index.tsx +181 -182
- package/src/components/upload-photo-modal/request-api.ts +25 -14
- package/src/components/upvote/attitude.ts +34 -32
- package/src/components/upvote/index.tsx +13 -13
- package/src/components/upvote/request-apis.js +20 -10
- package/src/components/upvote/selector.tsx +34 -38
- package/src/components/upvote/upvoteListModal.tsx +40 -48
- package/src/components/user-selector/action-btns/btn-cancel.js +8 -10
- package/src/components/user-selector/action-btns/btn-ok.js +8 -10
- package/src/components/user-selector/action-btns/index.js +10 -12
- package/src/components/user-selector/category-selector-panel/depart-tree.tsx +32 -34
- package/src/components/user-selector/category-selector-panel/group-tree.tsx +28 -29
- package/src/components/user-selector/category-selector-panel/index.tsx +49 -54
- package/src/components/user-selector/constant.ts +15 -13
- package/src/components/user-selector/context.js +2 -3
- 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 +25 -29
- package/src/components/user-selector/export-modules/duties-selector/index.tsx +91 -84
- package/src/components/user-selector/export-modules/field-tree-selector/index.tsx +42 -43
- package/src/components/user-selector/export-modules/field-tree-selector/multiple-selector/index.tsx +32 -34
- package/src/components/user-selector/export-modules/field-tree-selector/selector-generater.tsx +15 -18
- package/src/components/user-selector/export-modules/field-tree-selector/single-selector/index.tsx +43 -48
- 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 +78 -82
- package/src/components/user-selector/export-modules/group-selector/searched-panel.js +20 -23
- package/src/components/user-selector/export-modules/multiple-user-selector--bak/index.js +65 -74
- package/src/components/user-selector/export-modules/single-selector/index.tsx +39 -37
- package/src/components/user-selector/index.js +14 -12
- package/src/components/user-selector/interface.ts +1 -1
- package/src/components/user-selector/layout/index.js +8 -10
- package/src/components/user-selector/loading/index.js +6 -8
- package/src/components/user-selector/request-apis.js +71 -55
- package/src/components/user-selector/searched-panel/index.js +33 -38
- package/src/components/user-selector/searched-panel/result-part.js +26 -30
- package/src/components/user-selector/select-tree/choose-tree/index.tsx +50 -51
- package/src/components/user-selector/select-tree/selected-tree/index.js +26 -28
- package/src/components/user-selector/select-tree/tree-nodes/tree-depart-node/index.js +19 -24
- package/src/components/user-selector/select-tree/tree-nodes/tree-duties-node/index.js +11 -13
- package/src/components/user-selector/select-tree/tree-nodes/tree-group-node/index.js +23 -30
- package/src/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +42 -50
- package/src/components/user-selector/selected-panel/index.tsx +33 -35
- package/src/components/user-selector/utils.js +59 -59
- package/src/components/version-change-modal/constant.ts +52 -50
- package/src/components/version-change-modal/index.tsx +17 -15
- package/src/components/version-change-modal/request-api.ts +6 -4
- package/src/components/viewer/ImageListRender.js +51 -55
- package/src/components/viewer/index.js +85 -85
- package/src/components/weekly-report/board.tsx +9 -12
- package/src/components/weekly-report/card.tsx +71 -73
- package/src/components/weekly-report/common-painter/darwAvatar.ts +15 -14
- package/src/components/weekly-report/common-painter/drawName.ts +9 -9
- package/src/components/weekly-report/common-painter/openDataPainter.ts +21 -20
- package/src/components/weekly-report/common-painter/setSize.ts +4 -4
- package/src/components/weekly-report/common-painter/utils.ts +19 -17
- package/src/components/weekly-report/index.tsx +57 -56
- package/src/components/weekly-report/interface.ts +2 -1
- package/src/components/weekly-report/statistics.tsx +18 -23
- package/src/components/word-cloud/index.js +27 -27
- package/src/components/word-cloud/request-apis.js +9 -5
- package/src/components-v1/animate/AnimateChild.js +16 -19
- package/src/components-v1/animate/animate.js +35 -42
- package/src/components-v1/animate/index.js +2 -3
- package/src/components-v1/avatar/index.tsx +19 -30
- package/src/components-v1/avatar/styles.ts +1 -2
- package/src/components-v1/buttonv2/ButtonLinked.tsx +6 -9
- package/src/components-v1/buttonv2/ButtonOutlined.tsx +8 -4
- package/src/components-v1/buttonv2/ButtonRounded.tsx +6 -10
- package/src/components-v1/buttonv2/DefaultButton.tsx +5 -10
- package/src/components-v1/buttonv2/index.tsx +5 -8
- package/src/components-v1/buttonv2/style/style.tsx +13 -14
- package/src/components-v1/confirm/index.tsx +29 -37
- 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 +20 -29
- package/src/components-v1/dropDownSelector/styles/index.tsx +1 -2
- package/src/components-v1/input/Input.tsx +20 -29
- package/src/components-v1/input/InputNumber.tsx +22 -37
- package/src/components-v1/input/style/index.ts +1 -1
- package/src/components-v1/placement/index.js +2 -3
- package/src/components-v1/placement/placement.js +14 -19
- package/src/components-v1/placement/placementInner.js +31 -41
- package/src/components-v1/pop/Pop.js +37 -42
- package/src/components-v1/pop/PopInner.js +66 -74
- package/src/components-v1/pop/index.js +2 -3
- package/src/components-v1/popConfirm/index.tsx +42 -56
- package/src/components-v1/popConfirm/style.tsx +6 -6
- package/src/components-v1/portals/Portals.tsx +12 -13
- package/src/components-v1/progress/CircleProgress.js +29 -37
- package/src/components-v1/progress/LineProgress.js +20 -29
- package/src/components-v1/progress/index.js +12 -12
- package/src/components-v1/radio/index.tsx +2 -3
- package/src/components-v1/radio/radio.tsx +9 -17
- package/src/components-v1/radio/radioGroup.tsx +8 -11
- package/src/components-v1/search/cache.ts +19 -21
- package/src/components-v1/search/index.tsx +18 -25
- package/src/components-v1/select/Option.js +18 -19
- package/src/components-v1/select/index.js +55 -65
- package/src/components-v1/tabs/index.tsx +26 -31
- package/src/components-v1/tabs/style.ts +11 -12
- package/src/components-v1/textarea/index.tsx +54 -60
- package/src/components-v1/textarea/style.ts +5 -5
- package/src/components-v1/transition/index.tsx +74 -81
- package/src/components-v1/userSelector/UserSelectorPop.tsx +36 -43
- package/src/components-v1/userSelector/components/MultiMode/CommonList.tsx +60 -81
- package/src/components-v1/userSelector/components/MultiMode/DepartmentList.tsx +16 -24
- package/src/components-v1/userSelector/components/MultiMode/DepartmentTree.tsx +19 -32
- package/src/components-v1/userSelector/components/MultiMode/SubsList.tsx +32 -52
- package/src/components-v1/userSelector/components/MultiMode/index.tsx +33 -43
- package/src/components-v1/userSelector/components/SearchBar.tsx +37 -42
- package/src/components-v1/userSelector/components/SingleMode.tsx +75 -88
- package/src/components-v1/userSelector/components/UserItem.tsx +21 -24
- package/src/components-v1/userSelector/index.tsx +24 -47
- package/src/components-v1/userSelector/style.ts +9 -10
- package/src/components-v1/userSelector/types.ts +1 -1
- package/src/components-v1/utils/animate/animate.js +42 -41
- package/src/components-v1/utils/animate/event.js +40 -39
- package/src/components-v1/utils/common/tools.ts +10 -8
- 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 +12 -11
- package/src/components-v1/utils/placement/getExpectPlacement.js +19 -18
- package/src/components-v1/utils/placement/getPlacementInContainer.js +10 -10
- package/src/components-v1/utils/placement/placement.js +31 -29
- package/src/hooks/useLocalStorage.ts +9 -8
- package/src/index.d.ts +8 -8
- package/src/index.js +7 -7
- package/src/pages/aha2021/index.tsx +15 -16
- package/src/pages/appointment-demo/drop-down-box/index.js +46 -44
- package/src/pages/appointment-demo/index.js +374 -419
- package/src/pages/appointment-demo/input/index.js +31 -33
- package/src/pages/appointment-demo/popup/index.js +27 -31
- 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 +8 -10
- package/src/pages/group-management/components/input-form/index.js +30 -32
- package/src/pages/group-management/components/openData/index.tsx +56 -53
- package/src/pages/group-management/components/radio/index.js +5 -5
- package/src/pages/group-management/components/table/index.js +57 -68
- package/src/pages/group-management/groupInterface.js +92 -71
- package/src/pages/group-management/index.js +3 -3
- package/src/pages/group-management/page-view/empty.js +40 -43
- package/src/pages/group-management/page-view/group-empty.js +17 -22
- package/src/pages/group-management/page-view/importGroupStaff/index.js +89 -90
- package/src/pages/group-management/page-view/index.js +159 -175
- package/src/pages/group-management/page-view/loading/index.js +11 -12
- package/src/pages/group-management/table/index.js +53 -59
- package/src/pages/group-management/tree/add-group-dialog/index.js +77 -73
- package/src/pages/group-management/tree/delete-group-dialog/index.js +40 -40
- package/src/pages/group-management/tree/edit-group-dialog/index.js +71 -70
- package/src/pages/group-management/tree/group-form/index.js +68 -83
- package/src/pages/group-management/tree/index.js +71 -82
- package/src/pages/group-management/tree/operation-panel.js +13 -15
- package/src/pages/group-management/tree/trigger-render.js +45 -45
- package/src/pages/home/components/data-list/index.tsx +39 -40
- package/src/pages/home/components/data-list/nav-selector/index.tsx +14 -18
- package/src/pages/home/components/data-list/table/columns/createDate.tsx +7 -6
- package/src/pages/home/components/data-list/table/columns/cycleTime.tsx +4 -3
- package/src/pages/home/components/data-list/table/columns/index.tsx +73 -78
- package/src/pages/home/components/data-list/table/columns/krName.tsx +5 -5
- package/src/pages/home/components/data-list/table/columns/link.tsx +9 -7
- package/src/pages/home/components/data-list/table/columns/okrName.tsx +12 -12
- package/src/pages/home/components/data-list/table/columns/progressAndRisk.tsx +24 -28
- package/src/pages/home/components/data-list/table/columns/tag.tsx +12 -10
- package/src/pages/home/components/data-list/table/columns/updateTime.tsx +13 -12
- package/src/pages/home/components/data-list/table/columns/user.tsx +7 -9
- 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 +44 -49
- package/src/pages/home/components/data-list/table/utils-function.ts +45 -43
- package/src/pages/home/components/guide/index.tsx +19 -20
- package/src/pages/home/components/guide/stepItem.tsx +13 -15
- 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 +11 -10
- package/src/pages/like-ranking/filter-buttons/modular.tsx +40 -37
- package/src/pages/like-ranking/filter-buttons/name.tsx +18 -16
- package/src/pages/like-ranking/filter-buttons/search-dropdown/index.tsx +2 -2
- package/src/pages/like-ranking/filter-buttons/timer.tsx +17 -14
- package/src/pages/like-ranking/index.tsx +40 -38
- package/src/pages/like-ranking/mock.js +321 -321
- package/src/pages/like-ranking/request-api.tsx +7 -5
- package/src/pages/new-okr-list/context.ts +1 -1
- package/src/pages/new-okr-list/header/comments.tsx +12 -14
- package/src/pages/new-okr-list/header/create-okr.tsx +3 -3
- package/src/pages/new-okr-list/header/depart-title.tsx +8 -9
- package/src/pages/new-okr-list/header/filter.tsx +38 -36
- 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 +38 -37
- package/src/pages/new-okr-list/init-cycle-setting.tsx +7 -6
- package/src/pages/new-okr-list/interface.tsx +2 -2
- package/src/pages/new-okr-list/keyword-search/index.tsx +35 -33
- 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 +11 -7
- package/src/pages/okr-map/export-modules/okr-map/header/index.js +38 -40
- package/src/pages/okr-map/export-modules/okr-map/header/show-kr-confirm.js +22 -26
- 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 +99 -102
- package/src/pages/okr-map/export-modules/share-okr-page/header/index.js +28 -32
- 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 +14 -11
- package/src/pages/okr-map/index.js +2 -2
- package/src/pages/okr-map/level2-search/depart.js +25 -27
- package/src/pages/okr-map/level2-search/group.js +28 -30
- package/src/pages/okr-map/level2-search/index.js +20 -22
- package/src/pages/okr-map/level2-search/level2-input.js +18 -19
- package/src/pages/okr-map/level2-search/user.js +8 -11
- package/src/pages/okr-map/no-okr/index.js +4 -4
- package/src/pages/okr-map/number-select/index.js +26 -30
- package/src/pages/okr-map/open-data/index.js +38 -29
- package/src/pages/okr-map/precls.js +1 -1
- package/src/pages/okr-map/request-apis.js +19 -11
- package/src/pages/okr-map/share-dialog/index.js +46 -50
- package/src/pages/okr-map/unsupport-ie/index.js +20 -26
- 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 +20 -21
- package/src/pages/personal-info/components/person-photo/index.tsx +39 -42
- package/src/pages/personal-info/index.tsx +4 -4
- package/src/pages/personal-info/request-api.ts +9 -5
- package/src/utils/auth.js +25 -31
- package/src/utils/bs-global.js +40 -25
- package/src/utils/constant.ts +16 -14
- package/src/utils/date-test-change.ts +45 -41
- package/src/utils/error-level.ts +1 -1
- package/src/utils/format-time.ts +51 -51
- package/src/utils/getLocale.ts +4 -2
- package/src/utils/helpers.ts +25 -20
- package/src/utils/i18n-front-translate.ts +5 -4
- package/src/utils/local-storage.js +9 -9
- package/src/utils/mblog.js +21 -20
- package/src/utils/mock-bsglobal.js +1 -614
- package/src/utils/open-data.js +69 -58
- package/src/utils/platform.tsx +12 -12
- package/src/utils/request-v1.js +15 -15
- package/src/utils/request.js +67 -59
- package/src/utils/roundWeight.ts +32 -30
- package/src/utils/tools.js +62 -57
- package/yarn-error.log +103 -0
- package/.eslintrc.js +0 -221
- package/.husky/pre-commit +0 -5
- package/.prettierignore +0 -31
- package/.prettierrc.js +0 -90
|
@@ -1,614 +1 @@
|
|
|
1
|
-
export const BSGlobal = {
|
|
2
|
-
platformNoticeHost: "//operation-cloud.italent.link",
|
|
3
|
-
root: "/",
|
|
4
|
-
start: "new Date",
|
|
5
|
-
prefillingData: "{}",
|
|
6
|
-
container: "#bs_layout_container",
|
|
7
|
-
I18NInfo: null,
|
|
8
|
-
popupStatus: "1",
|
|
9
|
-
entryPageId: "bench",
|
|
10
|
-
env: "Testing",
|
|
11
|
-
tenantInfo: {
|
|
12
|
-
Id: 500214, Name: "张昊测试租户", Logo: "//stcms.beisen.com/Image/352728/232637ab8a674427a1d6489329035d86_n.png", IsActive: true, Abbreviation: "张昊测试租户", Domain: "ceshi.com", Title: "Tita - OKR和项目管理的企业协同平台", Description: "Tita 提供企业OKR目标管理,项目管理、工作计划、绩效考核,依据PDCA质量管理理论,上线目标执行管理应用框架OKRs-E,从企业战略目标制定,到工作计划执行,为客户提供企业一体化工作协同管理解决方案。", Source: 940, IsNew: 1, HeadIcon: null, IsAuth: true, StaffCount: 0, tenantType: 0,
|
|
13
|
-
},
|
|
14
|
-
loginUserInfo: {
|
|
15
|
-
Id: 560000209,
|
|
16
|
-
Name: "张昊",
|
|
17
|
-
IsRoot: true,
|
|
18
|
-
Role: 2,
|
|
19
|
-
Email: "zhanghao@ceshi.com",
|
|
20
|
-
Avatar: "//st-web.tita.com/titacn/tita/common/images/default_man_small.jpg",
|
|
21
|
-
Mobile: "17765326473",
|
|
22
|
-
MidAvatar: "//st-web.tita.com/titacn/tita/common/images/default_man_middle.jpg",
|
|
23
|
-
Department: "请问",
|
|
24
|
-
DepartmentId: 1641,
|
|
25
|
-
Position: null,
|
|
26
|
-
UserAvatar: {
|
|
27
|
-
Original: "//st-web.tita.com/titacn/tita/common/images/default_man.jpg", Small: "//st-web.tita.com/titacn/tita/common/images/default_man_small.jpg", Medium: "//st-web.tita.com/titacn/tita/common/images/default_man_middle.jpg", Big: "", Large: "", Normal: "", HasAvatar: false, Color: "#f5b168",
|
|
28
|
-
},
|
|
29
|
-
IsLeader: true,
|
|
30
|
-
ManagerId: 0,
|
|
31
|
-
IsShowOrganization: true,
|
|
32
|
-
IsBoss: true,
|
|
33
|
-
IsFeedAndFileManager: true,
|
|
34
|
-
IsUserManager: true,
|
|
35
|
-
IsAssessManager: true,
|
|
36
|
-
IsWorkManager: true,
|
|
37
|
-
IsOkrManager: true,
|
|
38
|
-
IsPlanDailyManager: true,
|
|
39
|
-
IsSignInManager: true,
|
|
40
|
-
IsTitaFeedSystemManager: false,
|
|
41
|
-
IsUpaasManager: true,
|
|
42
|
-
IsShowChangePwd: true,
|
|
43
|
-
IsShowPopularLinks: true,
|
|
44
|
-
UserType: 3,
|
|
45
|
-
Type: 0,
|
|
46
|
-
HasSub: true,
|
|
47
|
-
JobState: 0,
|
|
48
|
-
OnlineType: 0,
|
|
49
|
-
IsUseEmailAccount: true,
|
|
50
|
-
IsHasMobile: true,
|
|
51
|
-
IsHasEmail: true,
|
|
52
|
-
},
|
|
53
|
-
tm: "//admin.tita.gift",
|
|
54
|
-
tmNewHost: "//www.tita.gift/560000209/TmHome",
|
|
55
|
-
reporthost: "/Report/Index",
|
|
56
|
-
yifangyunjs: "https://staging.fangcloud.net/assets/app/api/fangcloud.js",
|
|
57
|
-
showInvite: false,
|
|
58
|
-
titaHost: "//www.tita.gift",
|
|
59
|
-
apiPath: "//www.tita.gift",
|
|
60
|
-
inputPath: "http://qa.webapi.tita.com",
|
|
61
|
-
titaISVBuyUrl: "http://devtele-frontend.chinacloudapp.cn/Product/Details?sku=F00000610&supplierId=I00000602&variant=啊啊啊",
|
|
62
|
-
webPath: "tita.gift",
|
|
63
|
-
helpHost: "http://help.tita.gift",
|
|
64
|
-
hasPlan: false,
|
|
65
|
-
hasReadPlanHelp: true,
|
|
66
|
-
deadLineRemind: false,
|
|
67
|
-
isShowConference: false,
|
|
68
|
-
isNewFeed: true,
|
|
69
|
-
tenantAuthentication: {
|
|
70
|
-
TenantId: 500214, Version: 6, SubVersion: 3, MenuVersion: 0, Total: 100, DeadLine: "2022-03-16", StartDate: "2021-03-02", Day: 288, Month: 10, StaffCount: 0, ExpireType: 0,
|
|
71
|
-
},
|
|
72
|
-
TeamApplication: false,
|
|
73
|
-
Header: [{
|
|
74
|
-
Code: "1", Name: "工作计划", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
75
|
-
}, {
|
|
76
|
-
Code: "99", Name: "签到", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
77
|
-
}, {
|
|
78
|
-
Code: "306", Name: "祝福", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
79
|
-
}, {
|
|
80
|
-
Code: "309", Name: "勋章", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
81
|
-
}, {
|
|
82
|
-
Code: "403", Name: "轻考核", Href: "//www.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
83
|
-
}, {
|
|
84
|
-
Code: "666", Name: "考核", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
85
|
-
}, {
|
|
86
|
-
Code: "907", Name: "审批", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
87
|
-
}, {
|
|
88
|
-
Code: "921", Name: "Tita多租赁存储", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
89
|
-
}, {
|
|
90
|
-
Code: "927", Name: "租户中心", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
91
|
-
}, {
|
|
92
|
-
Code: "969", Name: "系统", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
93
|
-
}, {
|
|
94
|
-
Code: "1021", Name: "北森满意度调查", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
95
|
-
}, {
|
|
96
|
-
Code: "118", Name: "报表", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
97
|
-
}, {
|
|
98
|
-
Code: "112", Name: "项目", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
99
|
-
}, {
|
|
100
|
-
Code: "113", Name: "OKR", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
101
|
-
}, {
|
|
102
|
-
Code: "115", Name: "日报", Href: "//.tita.gift", Language: 0, Enable: true, CssStyle: null,
|
|
103
|
-
}],
|
|
104
|
-
WebHead: {
|
|
105
|
-
TenantId: 500214,
|
|
106
|
-
TenantName: "张昊测试租户",
|
|
107
|
-
UserId: "560000209",
|
|
108
|
-
UserName: "张昊",
|
|
109
|
-
UserEmail: "zhanghao@ceshi.com",
|
|
110
|
-
AppHeadEnable: false,
|
|
111
|
-
AppHead: [{
|
|
112
|
-
AppId: "1", AppType: "1", Name: "工作计划", Href: "//www.tita.gift", Display: true, MessageDisplay: true,
|
|
113
|
-
}, {
|
|
114
|
-
AppId: "99", AppType: "99", Name: "签到", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: true,
|
|
115
|
-
}, {
|
|
116
|
-
AppId: "306", AppType: "306", Name: "祝福", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: true,
|
|
117
|
-
}, {
|
|
118
|
-
AppId: "309", AppType: "309", Name: "勋章", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: true,
|
|
119
|
-
}, {
|
|
120
|
-
AppId: "403", AppType: "403", Name: "轻考核", Href: "//www.tita.gift", Display: false, MessageDisplay: true,
|
|
121
|
-
}, {
|
|
122
|
-
AppId: "666", AppType: "666", Name: "考核", Href: "//.tita.gift?hostName=tita.gift", Display: true, MessageDisplay: true,
|
|
123
|
-
}, {
|
|
124
|
-
AppId: "907", AppType: "907", Name: "审批", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: true,
|
|
125
|
-
}, {
|
|
126
|
-
AppId: "921", AppType: "921", Name: "Tita多租赁存储", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: true,
|
|
127
|
-
}, {
|
|
128
|
-
AppId: "927", AppType: "927", Name: "租户中心", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: true,
|
|
129
|
-
}, {
|
|
130
|
-
AppId: "969", AppType: "969", Name: "系统", Href: "//.tita.gift?hostName=tita.gift", Display: true, MessageDisplay: true,
|
|
131
|
-
}, {
|
|
132
|
-
AppId: "1021", AppType: "1021", Name: "北森满意度调查", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: true,
|
|
133
|
-
}, {
|
|
134
|
-
AppId: "118", AppType: "118", Name: "报表", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: false,
|
|
135
|
-
}, {
|
|
136
|
-
AppId: "112", AppType: "112", Name: "项目", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: false,
|
|
137
|
-
}, {
|
|
138
|
-
AppId: "113", AppType: "113", Name: "OKR", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: false,
|
|
139
|
-
}, {
|
|
140
|
-
AppId: "115", AppType: "115", Name: "日报", Href: "//.tita.gift?hostName=tita.gift", Display: false, MessageDisplay: false,
|
|
141
|
-
}],
|
|
142
|
-
},
|
|
143
|
-
navigations: {
|
|
144
|
-
titaHomeNavigation: [{
|
|
145
|
-
id: "fbaea0c9-45d4-4a69-b5fd-333e80d392a9",
|
|
146
|
-
navigationType: "HomeBench",
|
|
147
|
-
score: 1,
|
|
148
|
-
navigationValue: {
|
|
149
|
-
name: "工作台", url: "#bench", colour: "", className: "bench", isTita: true, isUse: true, target: null,
|
|
150
|
-
},
|
|
151
|
-
}, {
|
|
152
|
-
id: "c1a9a11b-7a61-4578-943c-25499322aeea",
|
|
153
|
-
navigationType: "HomeDynamic",
|
|
154
|
-
score: 2,
|
|
155
|
-
navigationValue: {
|
|
156
|
-
name: "动态", url: "#home", colour: "", className: "home", isTita: true, isUse: true, target: null,
|
|
157
|
-
},
|
|
158
|
-
}, {
|
|
159
|
-
id: "3c788377-b9d2-45b0-a8b0-e4947a030a38",
|
|
160
|
-
navigationType: "HomePlan",
|
|
161
|
-
score: 3,
|
|
162
|
-
navigationValue: {
|
|
163
|
-
name: "计划", url: "#plan", colour: "", className: "plan", isTita: true, isUse: true, target: null,
|
|
164
|
-
},
|
|
165
|
-
}, {
|
|
166
|
-
id: "6a647758-3bdb-4669-8ad8-5526a535e176",
|
|
167
|
-
navigationType: "HomeWork",
|
|
168
|
-
score: 4,
|
|
169
|
-
navigationValue: {
|
|
170
|
-
name: "项目", url: "#work", colour: "", className: "work", isTita: true, isUse: true, target: null,
|
|
171
|
-
},
|
|
172
|
-
}, {
|
|
173
|
-
id: "559c85b1-a151-4722-bb06-888e29629d34",
|
|
174
|
-
navigationType: "HomeDaily",
|
|
175
|
-
score: 5,
|
|
176
|
-
navigationValue: {
|
|
177
|
-
name: "日报", url: "#daily", colour: "", className: "daily", isTita: true, isUse: true, target: null,
|
|
178
|
-
},
|
|
179
|
-
}, {
|
|
180
|
-
id: "07fbd0bb-0b1e-412c-901b-9d1ef67ac123",
|
|
181
|
-
navigationType: "Assess",
|
|
182
|
-
score: 6,
|
|
183
|
-
navigationValue: {
|
|
184
|
-
name: "考核", url: "//www.tita.gift/560000209/OkrHome", colour: "", className: "okr", isTita: false, isUse: true, target: null,
|
|
185
|
-
},
|
|
186
|
-
}, {
|
|
187
|
-
id: "FC775CE7-D580-403B-8DB4-FBA5C5ED715A",
|
|
188
|
-
navigationType: "Management",
|
|
189
|
-
score: 6,
|
|
190
|
-
navigationValue: {
|
|
191
|
-
name: "工作管理", url: "#management", colour: "", className: "management", isTita: true, isUse: true, target: null,
|
|
192
|
-
},
|
|
193
|
-
}, {
|
|
194
|
-
id: "6db951ce-677d-4e3d-907d-67956828a312",
|
|
195
|
-
navigationType: "HomePlanStatistic",
|
|
196
|
-
score: 7,
|
|
197
|
-
navigationValue: {
|
|
198
|
-
name: "报表", url: "#report", colour: "", className: "report", isTita: true, isUse: true, target: null,
|
|
199
|
-
},
|
|
200
|
-
}, {
|
|
201
|
-
id: "ebdd2fc3-fba3-41bf-8d13-9121b0921cd3",
|
|
202
|
-
navigationType: "HomeStaff",
|
|
203
|
-
score: 8,
|
|
204
|
-
navigationValue: {
|
|
205
|
-
name: "同事", url: "#staff?name=staffs", colour: "", className: "staff", isTita: true, isUse: true, target: null,
|
|
206
|
-
},
|
|
207
|
-
}, {
|
|
208
|
-
id: "3f538e12-5b69-4e36-80c1-fc1c92cc56db",
|
|
209
|
-
navigationType: "HomeDocument",
|
|
210
|
-
score: 9,
|
|
211
|
-
navigationValue: {
|
|
212
|
-
name: "文件", url: "#document", colour: "", className: "document", isTita: true, isUse: true, target: null,
|
|
213
|
-
},
|
|
214
|
-
}, {
|
|
215
|
-
id: "dc494344-3747-4a1b-ae1a-b5981f49c4cc",
|
|
216
|
-
navigationType: "HomeApp",
|
|
217
|
-
score: 10,
|
|
218
|
-
navigationValue: {
|
|
219
|
-
name: "应用", url: "#app", colour: "", className: "app", isTita: true, isUse: true, target: null,
|
|
220
|
-
},
|
|
221
|
-
}, {
|
|
222
|
-
id: "d1e0dff7-3e8e-4364-9c20-36420669ebf0",
|
|
223
|
-
navigationType: "Position",
|
|
224
|
-
score: 10,
|
|
225
|
-
navigationValue: {
|
|
226
|
-
name: "职位", url: "#work?app_id=203&app_type=203", colour: "", className: "position", isTita: true, isUse: false, target: null,
|
|
227
|
-
},
|
|
228
|
-
}, {
|
|
229
|
-
id: "e2dd3dbc-0d8d-479c-a376-a4564ece1e1b",
|
|
230
|
-
navigationType: "HomeFanWei",
|
|
231
|
-
score: 11,
|
|
232
|
-
navigationValue: {
|
|
233
|
-
name: "泛微", url: "/FanWei/LinkFWSystem", colour: "", className: "huatong", isTita: false, isUse: false, target: "null",
|
|
234
|
-
},
|
|
235
|
-
}],
|
|
236
|
-
italentNavigation: null,
|
|
237
|
-
titaWorkDetailNavigation: [{
|
|
238
|
-
id: "d00e0948-9e13-47f7-9d57-c1ff45175958",
|
|
239
|
-
navigationType: "WorkDetailNavigationFeed",
|
|
240
|
-
score: 0,
|
|
241
|
-
navigationValue: {
|
|
242
|
-
name: "动态", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
243
|
-
},
|
|
244
|
-
}, {
|
|
245
|
-
id: "8585a42b-4847-46d0-b785-57758a6aeb9d",
|
|
246
|
-
navigationType: "WorkDetailNavigationTask",
|
|
247
|
-
score: 1,
|
|
248
|
-
navigationValue: {
|
|
249
|
-
name: "任务", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
250
|
-
},
|
|
251
|
-
}, {
|
|
252
|
-
id: "f96cbe4d-5d55-40c7-839e-6ac6666c34af",
|
|
253
|
-
navigationType: "WorkDetailNavigationGantt",
|
|
254
|
-
score: 2,
|
|
255
|
-
navigationValue: {
|
|
256
|
-
name: "甘特图", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
257
|
-
},
|
|
258
|
-
}, {
|
|
259
|
-
id: "6f47f19d-015e-44e3-974b-6c7a0305f707",
|
|
260
|
-
navigationType: "WorkDetailNavigationStatistics",
|
|
261
|
-
score: 3,
|
|
262
|
-
navigationValue: {
|
|
263
|
-
name: "统计", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
264
|
-
},
|
|
265
|
-
}, {
|
|
266
|
-
id: "A8CA4101-201E-4AF2-A98F-FA787AE7211F",
|
|
267
|
-
navigationType: "WorkDetailNavigationProgress",
|
|
268
|
-
score: 4,
|
|
269
|
-
navigationValue: {
|
|
270
|
-
name: "进度", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
271
|
-
},
|
|
272
|
-
}, {
|
|
273
|
-
id: "1d701194-4cf1-45ea-91b1-20371a39a41f",
|
|
274
|
-
navigationType: "WorkDetailNavigationStaff",
|
|
275
|
-
score: 7,
|
|
276
|
-
navigationValue: {
|
|
277
|
-
name: "内部成员", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
278
|
-
},
|
|
279
|
-
}, {
|
|
280
|
-
id: "37096DCE-3B17-4EAD-BAD5-FEDD52DDDF68",
|
|
281
|
-
navigationType: "WorkDetailNavigationExternal",
|
|
282
|
-
score: 8,
|
|
283
|
-
navigationValue: {
|
|
284
|
-
name: "外部成员", url: "", colour: "", className: "", isTita: true, isUse: false, target: null,
|
|
285
|
-
},
|
|
286
|
-
}, {
|
|
287
|
-
id: "d76a9f61-4730-48a9-87e0-de438c8380fb",
|
|
288
|
-
navigationType: "WorkDetailNavigationDocument",
|
|
289
|
-
score: 9,
|
|
290
|
-
navigationValue: {
|
|
291
|
-
name: "文件", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
292
|
-
},
|
|
293
|
-
}, {
|
|
294
|
-
id: "8A152EAF-35C7-4372-A8DF-98CE80B61DD8",
|
|
295
|
-
navigationType: "WorkDetailNavigationWorkInfo",
|
|
296
|
-
score: 10,
|
|
297
|
-
navigationValue: {
|
|
298
|
-
name: "基本信息", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
299
|
-
},
|
|
300
|
-
}, {
|
|
301
|
-
id: "49e95712-e509-4842-806f-3b6c280c4c3d",
|
|
302
|
-
navigationType: "WorkDetailNavigationOperatingRecord",
|
|
303
|
-
score: 11,
|
|
304
|
-
navigationValue: {
|
|
305
|
-
name: "操作记录", url: "", colour: "", className: "", isTita: true, isUse: true, target: null,
|
|
306
|
-
},
|
|
307
|
-
}, {
|
|
308
|
-
id: "F892C629-0A62-4532-B6AF-80391590E623",
|
|
309
|
-
navigationType: "WorkDetailNavigationApproval",
|
|
310
|
-
score: 5,
|
|
311
|
-
navigationValue: {
|
|
312
|
-
name: "审批", url: "", colour: "", className: "", isTita: true, isUse: false, target: null,
|
|
313
|
-
},
|
|
314
|
-
}, {
|
|
315
|
-
id: "36dc413a-8a56-4bf3-a516-df80fb40c9ca",
|
|
316
|
-
navigationType: "WorkDetailNavigationMileStone",
|
|
317
|
-
score: 6,
|
|
318
|
-
navigationValue: {
|
|
319
|
-
name: "里程碑", url: "", colour: "", className: "", isTita: true, isUse: false, target: null,
|
|
320
|
-
},
|
|
321
|
-
}],
|
|
322
|
-
},
|
|
323
|
-
channelList: {
|
|
324
|
-
channels: [{
|
|
325
|
-
id: 1,
|
|
326
|
-
name: "我的动态",
|
|
327
|
-
code: "",
|
|
328
|
-
type: 0,
|
|
329
|
-
subChannels: [{
|
|
330
|
-
id: 2, name: "全部", code: null, type: 0, subChannels: null,
|
|
331
|
-
}, {
|
|
332
|
-
id: 1007, name: "下属动态", code: null, type: 0, subChannels: null,
|
|
333
|
-
}, {
|
|
334
|
-
id: 3, name: "@我的", code: null, type: 0, subChannels: null,
|
|
335
|
-
}, {
|
|
336
|
-
id: 4, name: "回复我的", code: null, type: 0, subChannels: null,
|
|
337
|
-
}, {
|
|
338
|
-
id: 5, name: "我收藏的", code: null, type: 0, subChannels: null,
|
|
339
|
-
}, {
|
|
340
|
-
id: 6, name: "我发布的", code: null, type: 0, subChannels: null,
|
|
341
|
-
}, {
|
|
342
|
-
id: 7, name: "部门动态", code: null, type: 0, subChannels: null,
|
|
343
|
-
}],
|
|
344
|
-
}, {
|
|
345
|
-
id: 51,
|
|
346
|
-
name: "公开动态",
|
|
347
|
-
code: "",
|
|
348
|
-
type: 0,
|
|
349
|
-
subChannels: [{
|
|
350
|
-
id: 52, name: "全部", code: null, type: 0, subChannels: null,
|
|
351
|
-
}, {
|
|
352
|
-
id: 54, name: "祝福", code: null, type: 0, subChannels: null,
|
|
353
|
-
}, {
|
|
354
|
-
id: 55, name: "分享", code: null, type: 0, subChannels: null,
|
|
355
|
-
}],
|
|
356
|
-
}, {
|
|
357
|
-
id: 1000, name: "按标签查看", code: "viewbytag", type: 0, subChannels: null,
|
|
358
|
-
}, {
|
|
359
|
-
id: 1004, name: "小T热区", code: "", type: 0, subChannels: null,
|
|
360
|
-
}, {
|
|
361
|
-
id: 10017, name: "OKRs-E", code: "", type: 0, subChannels: null,
|
|
362
|
-
}, {
|
|
363
|
-
id: 50,
|
|
364
|
-
name: "",
|
|
365
|
-
code: "",
|
|
366
|
-
type: 1,
|
|
367
|
-
subChannels: [{
|
|
368
|
-
id: 101,
|
|
369
|
-
name: "工作计划",
|
|
370
|
-
code: "",
|
|
371
|
-
type: 0,
|
|
372
|
-
subChannels: [{
|
|
373
|
-
id: 102, name: "全部", code: null, type: 0, subChannels: null,
|
|
374
|
-
}, {
|
|
375
|
-
id: 103, name: "计划", code: null, type: 0, subChannels: null,
|
|
376
|
-
}, {
|
|
377
|
-
id: 104, name: "总结", code: null, type: 0, subChannels: null,
|
|
378
|
-
}, {
|
|
379
|
-
id: 105, name: "考核", code: null, type: 0, subChannels: null,
|
|
380
|
-
}, {
|
|
381
|
-
id: 106, name: "分享", code: null, type: 0, subChannels: null,
|
|
382
|
-
}, {
|
|
383
|
-
id: 107, name: "签到", code: null, type: 0, subChannels: null,
|
|
384
|
-
}],
|
|
385
|
-
}, {
|
|
386
|
-
id: 503, name: "审批中心", code: "", type: 0, subChannels: null,
|
|
387
|
-
}],
|
|
388
|
-
}],
|
|
389
|
-
},
|
|
390
|
-
IMPassword: null,
|
|
391
|
-
BSi18n: {
|
|
392
|
-
home_1: "动态", plan_1: "计划表", work_1: "项目", document_1: "文件", workmate_1: "同事", app_1: "应用", task_1: "任务", schedule_1: "日程", share_1: "分享", sharing: "分享", publishshare_1: "发分享", publishtask_1: "派任务", myfollowfeed_1: "与我相关", mypublishfeed_1: "我发表的", myleavefeed_1: "@我的", myreplayfeed_1: "回复我的", mycollectfeed_1: "我收藏的", myallfeed_1: "所有动态", message_1: "通知", remind_1: "提醒", myschedule_1: "我的日程", href_1: "常用链接", invitemate_1: "邀请同事", helpcenter_1: "帮助中心", onlineuser_1: "在线同事", follow_1: "立即关注", following_1: "正在关注", cancelfollow_1: "取消关注", myfollowmate_1: "我关注的", myfans_1: "我的粉丝", fans_1: "粉丝", bench_1: "工作台", mydocument_1: "我的文件", companydocument_1: "企业文件", ok_1: "测试", daily_1: "日报",
|
|
393
|
-
},
|
|
394
|
-
IsOpenCustomerService: true,
|
|
395
|
-
IsOpenSign: true,
|
|
396
|
-
IsUseTitaManage: true,
|
|
397
|
-
IsCancelUser: true,
|
|
398
|
-
IsOpenTms: false,
|
|
399
|
-
tenantBehavior: {
|
|
400
|
-
TaskPushlishPrivateType: 2, TenantSetBehavior: false, WorkExceptionSendEmail: false, LookUpUserRemindMinSetting: "20_true", LookUpUserRemindMaxSetting: "50_true", OpenTalentTagVisibility: true, ReportinglinePermissionSetting: 1, TalentVsPermissionSetting: 1, OpenDepartmenVisibility: true, TalentOrg: true, LookUpUserRemindRateSetting: "5_true", PlatformInfo: "{\"title\":\"中国人才管理一体化平台\",\"description\":\"拥有国内唯一覆盖工作管理、招聘、测评、360评估、绩效、继任及员工调查等业务的一体化人才管理软件平台。\"}",
|
|
401
|
-
},
|
|
402
|
-
tenant_function: {
|
|
403
|
-
IsOpenCustomerService: true, IsUseCancelUser: true, IsUseTitaManage: true, IsUseWork: false, IsUseHelpPage: true, IsUseBusinessTrip: false, IsUseMeet: false, social: true, AppFunction_Team: false, IsUseTitaManage: true, IsUseTitaInvite: true, IsUseSetOrg: true, IsUsePlanDaily: true, IsUseWorkLable: true, IsUseDottedLineReporting: true, IsOpenImportTasks: false,
|
|
404
|
-
},
|
|
405
|
-
usingNewMenu: true,
|
|
406
|
-
newNavigation: [{
|
|
407
|
-
id: 44229, tenantId: 0, title: "首页动态", href: "#home", iconName: "sys-icon-dongtai", type: "hash", orderId: 2, code: "", appId: 100, appCode: null, status: 0, color: "#38BA72", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44229&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: { key: 0, value: false },
|
|
408
|
-
}, {
|
|
409
|
-
id: 44230,
|
|
410
|
-
tenantId: 0,
|
|
411
|
-
title: "OKRs-E",
|
|
412
|
-
href: "",
|
|
413
|
-
iconName: "tu-icon-mubiao-s",
|
|
414
|
-
type: "hash",
|
|
415
|
-
orderId: 3,
|
|
416
|
-
code: "",
|
|
417
|
-
appId: 113,
|
|
418
|
-
appCode: null,
|
|
419
|
-
status: 0,
|
|
420
|
-
color: "#53C6C6",
|
|
421
|
-
groupId: 0,
|
|
422
|
-
signUrl: "//www.tita.gift/menuSign?menuId=44230&roleId=",
|
|
423
|
-
originUrl: null,
|
|
424
|
-
domain: "",
|
|
425
|
-
DataSource: null,
|
|
426
|
-
defaultExpand: true,
|
|
427
|
-
children: [{
|
|
428
|
-
id: 44231, tenantId: 0, title: "OKR 目标", href: "#okr/manage", iconName: "tu-icon-OKRmubiao", type: "hash", orderId: 1, code: "tita-okrmanage", appId: 113, appCode: null, status: 0, color: "#5B99EE", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44231&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
429
|
-
}, {
|
|
430
|
-
id: 44232, tenantId: 0, title: "OKR 地图", href: "#okr/map", iconName: "tu-icon-OKR-ditu", type: "hash", orderId: 2, code: "", appId: 113, appCode: null, status: 0, color: "#9382FF", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44232&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
431
|
-
}, {
|
|
432
|
-
id: 44233, tenantId: 0, title: "OKR 工作法", href: "#okr/panel", iconName: "tu-icon-OKRgongzuofa", type: "hash", orderId: 3, code: "tita-okrpanel", appId: 113, appCode: null, status: 0, color: "#ED5858", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44233&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
433
|
-
}, {
|
|
434
|
-
id: 44269, tenantId: 0, title: "OKR 仪表盘", href: "//www.tita.gift/menuroute?menuId=44269&roleId=", iconName: "tu-icon-OKR-yibiaopan", type: "iframe", orderId: 40, code: "", appId: 113, appCode: null, status: 0, color: "#F28D49", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44269&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
435
|
-
}, {
|
|
436
|
-
id: 44280, tenantId: 0, title: "OKR 案例库", href: "#okr/cases", iconName: "", type: "hash", orderId: 200, code: null, appId: 113, appCode: null, status: 0, color: "#5B99EE", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44280&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
437
|
-
}],
|
|
438
|
-
menuPoint: { key: 0, value: false },
|
|
439
|
-
}, {
|
|
440
|
-
id: 44235,
|
|
441
|
-
tenantId: 0,
|
|
442
|
-
title: "E项目管理",
|
|
443
|
-
href: "",
|
|
444
|
-
iconName: "sys-icon-gongzuotai",
|
|
445
|
-
type: "hash",
|
|
446
|
-
orderId: 4,
|
|
447
|
-
code: "",
|
|
448
|
-
appId: 1,
|
|
449
|
-
appCode: "",
|
|
450
|
-
status: 0,
|
|
451
|
-
color: "#F5D540",
|
|
452
|
-
groupId: 0,
|
|
453
|
-
signUrl: "//www.tita.gift/menuSign?menuId=44235&roleId=",
|
|
454
|
-
originUrl: null,
|
|
455
|
-
domain: "",
|
|
456
|
-
DataSource: null,
|
|
457
|
-
defaultExpand: true,
|
|
458
|
-
children: [{
|
|
459
|
-
id: 44237, tenantId: 0, title: "项目管理", href: "#work", iconName: "sys-icon-xiangmu", type: "hash", orderId: 1, code: "tita-work", appId: 1, appCode: "", status: 0, color: "#53C6C6", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44237&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
460
|
-
}, {
|
|
461
|
-
id: 44236, tenantId: 0, title: "计划表", href: "#plan", iconName: "sys-icon-jihua", type: "hash", orderId: 2, code: "tita-plan", appId: 1, appCode: "", status: 0, color: "#38BA72", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44236&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
462
|
-
}, {
|
|
463
|
-
id: 44238, tenantId: 0, title: "日报总结", href: "#daily", iconName: "sys-icon-ribao", type: "hash", orderId: 3, code: "tita-daily", appId: 1, appCode: "", status: 0, color: "#5B99EE", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44238&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
464
|
-
}],
|
|
465
|
-
menuPoint: { key: 0, value: false },
|
|
466
|
-
}, {
|
|
467
|
-
id: 44270, tenantId: 0, title: "绩效考核", href: "#performance?reactRouterName=self", iconName: "sys-icon-kaohe", type: "hash", orderId: 5, code: null, appId: 666, appCode: "", status: 0, color: "#F5D540", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44270&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: { key: 0, value: false },
|
|
468
|
-
}, {
|
|
469
|
-
id: 44241, tenantId: 0, title: "通讯录", href: "//www.tita.gift/menuroute?menuId=44241&roleId=", iconName: "sys-icon-tongshi", type: "iframe", orderId: 6, code: "", appId: 100, appCode: null, status: 0, color: "#F28D49", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44241&roleId=", originUrl: null, domain: "//account.italent.link", DataSource: null, defaultExpand: false, children: [], menuPoint: { key: 0, value: false },
|
|
470
|
-
}, {
|
|
471
|
-
id: 44243, tenantId: 0, title: "工作报表", href: "#report", iconName: "tu-icon-shujubaobiao", type: "hash", orderId: 7, code: "", appId: 118, appCode: null, status: 0, color: "#38BA72", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44243&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: { key: 0, value: false },
|
|
472
|
-
}, {
|
|
473
|
-
id: 44246,
|
|
474
|
-
tenantId: 0,
|
|
475
|
-
title: "审批中心",
|
|
476
|
-
href: "//www.tita.gift/menuroute?menuId=44246&roleId=",
|
|
477
|
-
iconName: "sys-icon-caidan sys-bgcolor-f5",
|
|
478
|
-
type: "iframe",
|
|
479
|
-
orderId: 8,
|
|
480
|
-
code: "0602d1b7-3091-4b4d-8933-fb96033599b3",
|
|
481
|
-
appId: 907,
|
|
482
|
-
appCode: "ApprovalCentre",
|
|
483
|
-
status: 0,
|
|
484
|
-
color: "#9382FF",
|
|
485
|
-
groupId: 0,
|
|
486
|
-
signUrl: "//www.tita.gift/menuSign?menuId=44246&roleId=",
|
|
487
|
-
originUrl: null,
|
|
488
|
-
domain: "",
|
|
489
|
-
DataSource: null,
|
|
490
|
-
defaultExpand: false,
|
|
491
|
-
children: [{
|
|
492
|
-
id: 44247, tenantId: 0, title: "项目预算", href: "//www.tita.gift/menuroute?menuId=44247&roleId=", iconName: "sys-icon-shiti sys-bgcolor-f4", type: "iframe", orderId: 10, code: "df90837c-a426-4f93-924d-906b8697bd9a", appId: 921, appCode: "TitaFeedSystem", status: 0, color: "#ED5858", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=44247&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
493
|
-
}, {
|
|
494
|
-
id: 44248,
|
|
495
|
-
tenantId: 0,
|
|
496
|
-
title: "发起审批",
|
|
497
|
-
href: "//www.tita.gift/menuroute?menuId=44248&roleId=",
|
|
498
|
-
iconName: "sys-icon-caidan sys-bgcolor-f5",
|
|
499
|
-
type: "iframe",
|
|
500
|
-
orderId: 20,
|
|
501
|
-
code: "bebcb753-821b-49a3-9b0a-73970760255e",
|
|
502
|
-
appId: 907,
|
|
503
|
-
appCode: "ApprovalCentre",
|
|
504
|
-
status: 0,
|
|
505
|
-
color: "#F28D49",
|
|
506
|
-
groupId: 0,
|
|
507
|
-
signUrl: "//www.tita.gift/menuSign?menuId=44248&roleId=",
|
|
508
|
-
originUrl: null,
|
|
509
|
-
domain: "",
|
|
510
|
-
DataSource: null,
|
|
511
|
-
defaultExpand: false,
|
|
512
|
-
children: [{
|
|
513
|
-
id: 6088, tenantId: 0, title: "请假", href: "//www.tita.gift/menuroute?menuId=6088&roleId=", iconName: "", type: "iframe", orderId: 10, code: "", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#5B99EE", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=6088&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
514
|
-
}, {
|
|
515
|
-
id: 6089, tenantId: 0, title: "报销测试", href: "//www.tita.gift/menuroute?menuId=6089&roleId=", iconName: "", type: "iframe", orderId: 20, code: "", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#9382FF", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=6089&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
516
|
-
}, {
|
|
517
|
-
id: 6090, tenantId: 0, title: "文件", href: "//www.tita.gift/menuroute?menuId=6090&roleId=", iconName: "", type: "iframe", orderId: 30, code: "", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#ED5858", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=6090&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
518
|
-
}, {
|
|
519
|
-
id: 6091, tenantId: 0, title: "借款", href: "//www.tita.gift/menuroute?menuId=6091&roleId=", iconName: "", type: "iframe", orderId: 40, code: "", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#F28D49", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=6091&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
520
|
-
}, {
|
|
521
|
-
id: 6092, tenantId: 0, title: "采购", href: "//www.tita.gift/menuroute?menuId=6092&roleId=", iconName: "", type: "iframe", orderId: 50, code: "", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#F5D540", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=6092&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
522
|
-
}, {
|
|
523
|
-
id: 6093, tenantId: 0, title: "出差", href: "//www.tita.gift/menuroute?menuId=6093&roleId=", iconName: "", type: "iframe", orderId: 60, code: "", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#38BA72", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=6093&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
524
|
-
}, {
|
|
525
|
-
id: 12558, tenantId: 0, title: "用车申请", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.CarApplicationFlow&navType=1&navCode=e24d42b2-b063-4b02-84b8-21b738c3a00d&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-shiti sys-bgcolor-f4", type: "iframe", orderId: 70, code: "e24d42b2-b063-4b02-84b8-21b738c3a00d", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#ED5858", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=12558&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
526
|
-
}, {
|
|
527
|
-
id: 11860, tenantId: 0, title: "外出", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Out&navType=1&navCode=d97eb369-87fc-45aa-b0bc-b5b03a49580f&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-50 sys-bgcolor-f3", type: "iframe", orderId: 80, code: "d97eb369-87fc-45aa-b0bc-b5b03a49580f", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#F5D540", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11860&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
528
|
-
}, {
|
|
529
|
-
id: 11854, tenantId: 0, title: "物品申领", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Goods&navType=1&navCode=89e62ae6-188f-4270-84d2-3313a72aa3f7&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-12 sys-bgcolor-f2", type: "iframe", orderId: 90, code: "89e62ae6-188f-4270-84d2-3313a72aa3f7", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#38BA72", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11854&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
530
|
-
}, {
|
|
531
|
-
id: 11861, tenantId: 0, title: "付款", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Payment&navType=1&navCode=8f6f0aa4-23cd-4d70-8861-85fa63facf67&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-xinzibao sys-bgcolor-f2", type: "iframe", orderId: 100, code: "8f6f0aa4-23cd-4d70-8861-85fa63facf67", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#38BA72", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11861&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
532
|
-
}, {
|
|
533
|
-
id: 11851, tenantId: 0, title: "补打卡", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.FillClock&navType=1&navCode=a66ece64-7cde-453d-9d02-57b68b51d7dc&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-xiujia sys-bgcolor-f1", type: "iframe", orderId: 110, code: "a66ece64-7cde-453d-9d02-57b68b51d7dc", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#ED5858", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11851&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
534
|
-
}, {
|
|
535
|
-
id: 11849, tenantId: 0, title: "加班", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.ExtraWork&navType=1&navCode=1f8ddb25-0b98-4760-ba56-c81f9991faa5&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-banci sys-bgcolor-f5", type: "iframe", orderId: 120, code: "1f8ddb25-0b98-4760-ba56-c81f9991faa5", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#5B99EE", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11849&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
536
|
-
}, {
|
|
537
|
-
id: 11870, tenantId: 0, title: "培训", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Training&navType=1&navCode=6bafa4d4-1454-42a5-ae5d-5db511747ddc&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-26 sys-bgcolor-f2", type: "iframe", orderId: 130, code: "6bafa4d4-1454-42a5-ae5d-5db511747ddc", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#5B99EE", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11870&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
538
|
-
}, {
|
|
539
|
-
id: 11863, tenantId: 0, title: "招聘需求", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.RecruitmentNeeds&navType=1&navCode=53e1952e-73c9-4c05-9078-aa629f7b2dee&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-gongzuolvli sys-bgcolor-f3", type: "iframe", orderId: 140, code: "53e1952e-73c9-4c05-9078-aa629f7b2dee", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#5B99EE", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11863&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
540
|
-
}, {
|
|
541
|
-
id: 11875, tenantId: 0, title: "已审批", href: "//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.MyApproval&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-caidan sys-bgcolor-f5", type: "iframe", orderId: 150, code: "671a5839-c743-4fed-ac30-586b05b02faf", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#38BA72", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11875&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
542
|
-
}, {
|
|
543
|
-
id: 13768, tenantId: 0, title: "客户返利", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Other4&shadow_context={appModel:\"italent\",uppid:\"\"}&navType=1&navCode=29352009-9c0a-488c-961a-0c505b542dca&navVersion=1551942530557", iconName: "sys-icon-shiti sys-bgcolor-f4", type: "iframe", orderId: 150, code: "29352009-9c0a-488c-961a-0c505b542dca", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#9382FF", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=13768&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
544
|
-
}, {
|
|
545
|
-
id: 13770, tenantId: 0, title: "客户延期", href: "//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Other5&shadow_context={appModel:\"italent\",uppid:\"\"}&navType=1&navCode=71ccd150-0470-4e3f-ab98-c055c9615463&navVersion=1551942524886", iconName: "sys-icon-shiti sys-bgcolor-f4", type: "iframe", orderId: 160, code: "71ccd150-0470-4e3f-ab98-c055c9615463", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#F28D49", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=13770&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
546
|
-
}],
|
|
547
|
-
menuPoint: null,
|
|
548
|
-
}, {
|
|
549
|
-
id: 44249,
|
|
550
|
-
tenantId: 0,
|
|
551
|
-
title: "全部审批",
|
|
552
|
-
href: "//www.tita.gift/menuroute?menuId=44249&roleId=",
|
|
553
|
-
iconName: "sys-icon-caidan sys-bgcolor-f5",
|
|
554
|
-
type: "iframe",
|
|
555
|
-
orderId: 30,
|
|
556
|
-
code: "f2ad403a-4129-4d5c-adc4-0b6c34931c1e",
|
|
557
|
-
appId: 907,
|
|
558
|
-
appCode: "ApprovalCentre",
|
|
559
|
-
status: 0,
|
|
560
|
-
color: "#F5D540",
|
|
561
|
-
groupId: 0,
|
|
562
|
-
signUrl: "//www.tita.gift/menuSign?menuId=44249&roleId=",
|
|
563
|
-
originUrl: null,
|
|
564
|
-
domain: "",
|
|
565
|
-
DataSource: null,
|
|
566
|
-
defaultExpand: false,
|
|
567
|
-
children: [{
|
|
568
|
-
id: 11894, tenantId: 0, title: "我的申请", href: "//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.MyApply&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-shenqing sys-bgcolor-f4", type: "iframe", orderId: 10, code: "76cc6569-c6f9-43e1-851f-d3d071874bef", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#F28D49", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11894&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
569
|
-
}, {
|
|
570
|
-
id: 11878, tenantId: 0, title: "抄送我的", href: "//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.SendForMe&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-chaosong sys-bgcolor-f3", type: "iframe", orderId: 20, code: "8fd454b4-8f62-448f-89df-6d7a47175ede", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#9382FF", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=11878&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
571
|
-
}, {
|
|
572
|
-
id: 12551, tenantId: 0, title: "我的审批", href: "//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.ApprovalForTita&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}", iconName: "sys-icon-shenpi sys-bgcolor-f9", type: "iframe", orderId: 30, code: "8019131a-5682-4cb4-bc64-7a397326b07d", appId: 907, appCode: "ApprovalCentre", status: 0, color: "#ED5858", groupId: 0, signUrl: "//www.tita.gift/menuSign?menuId=12551&roleId=", originUrl: null, domain: "", DataSource: null, defaultExpand: false, children: [], menuPoint: null,
|
|
573
|
-
}],
|
|
574
|
-
menuPoint: null,
|
|
575
|
-
}],
|
|
576
|
-
menuPoint: { key: 0, value: false },
|
|
577
|
-
}],
|
|
578
|
-
upaasQuickEntry: null,
|
|
579
|
-
siteMap: null,
|
|
580
|
-
userGuides: {
|
|
581
|
-
upgradeGuide: { value: false, type: 3 }, tmUpgradeGuide: null, assessGuide: { value: true, type: 1 }, newUserGuide: { value: true, type: 2 }, externalNewUserGuide: null, summaryGuide: { value: false, type: 5 }, workGuide: { value: true, type: 7 }, projectCopyGuide: { value: true, type: 9 }, externalModify: { value: true, type: 10 }, workUpdateGuide: { value: false, type: 11 }, dailyWorkGuide: { value: false, type: 12 }, performanceGuide: { value: false, type: 16 }, versionGuide: { value: false, type: 17 },
|
|
582
|
-
},
|
|
583
|
-
medalDetail: null,
|
|
584
|
-
ISVType: 10000,
|
|
585
|
-
isHunter: true,
|
|
586
|
-
isNewSetting: true,
|
|
587
|
-
IsHonourRedirect: false,
|
|
588
|
-
titaAppId: 100,
|
|
589
|
-
TaskAdvancedSetting: {
|
|
590
|
-
TaskRecommendSetting: { TaskApply: false },
|
|
591
|
-
TaskFunctionSetting: {
|
|
592
|
-
TaskWorkHour: false, TaskSMS: false, TaskEntrustPublisher: false, TaskParticipants: true, TaskFollower: false, TaskPriority: false, TaskProgress: true, TaskAutoAccept: false, TaskParticipatorUpdateStatus: false, TaskQuantify: true, TaskEstimateHours: false, TaskDefaultApprover: false,
|
|
593
|
-
},
|
|
594
|
-
TaskPlanSetting: {
|
|
595
|
-
TaskScheduleTable: false, TaskUndetermined: false, TaskSuperiorRemind: false, TaskPlanPrint: false, TaskPlanShare: false, TaskLabel: false,
|
|
596
|
-
},
|
|
597
|
-
},
|
|
598
|
-
WorkAdvancedSetting: {
|
|
599
|
-
WorkFunctionSetting: {
|
|
600
|
-
WorkApply: false, WorkExternal: false, WorkFollower: false, WorkOpenGoal: false, MileStoneSet: true,
|
|
601
|
-
},
|
|
602
|
-
},
|
|
603
|
-
DailyAdvancedSetting: { DailyFunctionSetting: { DailyRemind: false, DailyShare: false } },
|
|
604
|
-
OkrAdvancedSetting: {
|
|
605
|
-
KRSetting: {
|
|
606
|
-
KRDepartmentSetting: true, ObjectiveRelevanceKr: true, ShowKrInMap: true, TargetFollowers: true, ShowKrProgress: true, ShowKrDescription: true, ShowWorkDescription: true, ShowWorkExecution: true, ShowKrConfidence: true, KrWeight: true, AutomaticUpdateProgress: false, OkrClassify: true, OkrTypeSetting: true, CreateChildWork: true, CreateKrChildWork: false,
|
|
607
|
-
},
|
|
608
|
-
},
|
|
609
|
-
FeedAdvancedSetting: { FeedAdvancedItemSetting: { FeedVisibilitySetting: false } },
|
|
610
|
-
AssessAdvancedSetting: { AssessFunctionSetting: { StartAssessByDepartmentLeader: false, StartAssessByUser: false, AssessDottedLineCanView: false } },
|
|
611
|
-
appInfo: { appId: 1, appCode: "Tita" },
|
|
612
|
-
openIds: null,
|
|
613
|
-
openDepartmentIds: null,
|
|
614
|
-
};
|
|
1
|
+
export const BSGlobal = {"platformNoticeHost":"//operation-cloud.italent.link","root":"/","start":"new Date","prefillingData":"{}","container":"#bs_layout_container","I18NInfo":null,"popupStatus":"1","entryPageId":"bench","env":"Testing","tenantInfo":{"Id":500214,"Name":"张昊测试租户","Logo":"//stcms.beisen.com/Image/352728/232637ab8a674427a1d6489329035d86_n.png","IsActive":true,"Abbreviation":"张昊测试租户","Domain":"ceshi.com","Title":"Tita - OKR和项目管理的企业协同平台","Description":"Tita 提供企业OKR目标管理,项目管理、工作计划、绩效考核,依据PDCA质量管理理论,上线目标执行管理应用框架OKRs-E,从企业战略目标制定,到工作计划执行,为客户提供企业一体化工作协同管理解决方案。","Source":940,"IsNew":1,"HeadIcon":null,"IsAuth":true,"StaffCount":0,"tenantType":0},"loginUserInfo":{"Id":560000209,"Name":"张昊","IsRoot":true,"Role":2,"Email":"zhanghao@ceshi.com","Avatar":"//st-web.tita.com/titacn/tita/common/images/default_man_small.jpg","Mobile":"17765326473","MidAvatar":"//st-web.tita.com/titacn/tita/common/images/default_man_middle.jpg","Department":"请问","DepartmentId":1641,"Position":null,"UserAvatar":{"Original":"//st-web.tita.com/titacn/tita/common/images/default_man.jpg","Small":"//st-web.tita.com/titacn/tita/common/images/default_man_small.jpg","Medium":"//st-web.tita.com/titacn/tita/common/images/default_man_middle.jpg","Big":"","Large":"","Normal":"","HasAvatar":false,"Color":"#f5b168"},"IsLeader":true,"ManagerId":0,"IsShowOrganization":true,"IsBoss":true,"IsFeedAndFileManager":true,"IsUserManager":true,"IsAssessManager":true,"IsWorkManager":true,"IsOkrManager":true,"IsPlanDailyManager":true,"IsSignInManager":true,"IsTitaFeedSystemManager":false,"IsUpaasManager":true,"IsShowChangePwd":true,"IsShowPopularLinks":true,"UserType":3,"Type":0,"HasSub":true,"JobState":0,"OnlineType":0,"IsUseEmailAccount":true,"IsHasMobile":true,"IsHasEmail":true},"tm":"//admin.tita.gift","tmNewHost":"//www.tita.gift/560000209/TmHome","reporthost":"/Report/Index","yifangyunjs":"https://staging.fangcloud.net/assets/app/api/fangcloud.js","showInvite":false,"titaHost":"//www.tita.gift","apiPath":"//www.tita.gift","inputPath":"http://qa.webapi.tita.com","titaISVBuyUrl":"http://devtele-frontend.chinacloudapp.cn/Product/Details?sku=F00000610&supplierId=I00000602&variant=啊啊啊","webPath":"tita.gift","helpHost":"http://help.tita.gift","hasPlan":false,"hasReadPlanHelp":true,"deadLineRemind":false,"isShowConference":false,"isNewFeed":true,"tenantAuthentication":{"TenantId":500214,"Version":6,"SubVersion":3,"MenuVersion":0,"Total":100,"DeadLine":"2022-03-16","StartDate":"2021-03-02","Day":288,"Month":10,"StaffCount":0,"ExpireType":0},"TeamApplication":false,"Header":[{"Code":"1","Name":"工作计划","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"99","Name":"签到","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"306","Name":"祝福","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"309","Name":"勋章","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"403","Name":"轻考核","Href":"//www.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"666","Name":"考核","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"907","Name":"审批","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"921","Name":"Tita多租赁存储","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"927","Name":"租户中心","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"969","Name":"系统","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"1021","Name":"北森满意度调查","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"118","Name":"报表","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"112","Name":"项目","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"113","Name":"OKR","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null},{"Code":"115","Name":"日报","Href":"//.tita.gift","Language":0,"Enable":true,"CssStyle":null}],"WebHead":{"TenantId":500214,"TenantName":"张昊测试租户","UserId":"560000209","UserName":"张昊","UserEmail":"zhanghao@ceshi.com","AppHeadEnable":false,"AppHead":[{"AppId":"1","AppType":"1","Name":"工作计划","Href":"//www.tita.gift","Display":true,"MessageDisplay":true},{"AppId":"99","AppType":"99","Name":"签到","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":true},{"AppId":"306","AppType":"306","Name":"祝福","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":true},{"AppId":"309","AppType":"309","Name":"勋章","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":true},{"AppId":"403","AppType":"403","Name":"轻考核","Href":"//www.tita.gift","Display":false,"MessageDisplay":true},{"AppId":"666","AppType":"666","Name":"考核","Href":"//.tita.gift?hostName=tita.gift","Display":true,"MessageDisplay":true},{"AppId":"907","AppType":"907","Name":"审批","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":true},{"AppId":"921","AppType":"921","Name":"Tita多租赁存储","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":true},{"AppId":"927","AppType":"927","Name":"租户中心","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":true},{"AppId":"969","AppType":"969","Name":"系统","Href":"//.tita.gift?hostName=tita.gift","Display":true,"MessageDisplay":true},{"AppId":"1021","AppType":"1021","Name":"北森满意度调查","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":true},{"AppId":"118","AppType":"118","Name":"报表","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":false},{"AppId":"112","AppType":"112","Name":"项目","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":false},{"AppId":"113","AppType":"113","Name":"OKR","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":false},{"AppId":"115","AppType":"115","Name":"日报","Href":"//.tita.gift?hostName=tita.gift","Display":false,"MessageDisplay":false}]},"navigations":{"titaHomeNavigation":[{"id":"fbaea0c9-45d4-4a69-b5fd-333e80d392a9","navigationType":"HomeBench","score":1,"navigationValue":{"name":"工作台","url":"#bench","colour":"","className":"bench","isTita":true,"isUse":true,"target":null}},{"id":"c1a9a11b-7a61-4578-943c-25499322aeea","navigationType":"HomeDynamic","score":2,"navigationValue":{"name":"动态","url":"#home","colour":"","className":"home","isTita":true,"isUse":true,"target":null}},{"id":"3c788377-b9d2-45b0-a8b0-e4947a030a38","navigationType":"HomePlan","score":3,"navigationValue":{"name":"计划","url":"#plan","colour":"","className":"plan","isTita":true,"isUse":true,"target":null}},{"id":"6a647758-3bdb-4669-8ad8-5526a535e176","navigationType":"HomeWork","score":4,"navigationValue":{"name":"项目","url":"#work","colour":"","className":"work","isTita":true,"isUse":true,"target":null}},{"id":"559c85b1-a151-4722-bb06-888e29629d34","navigationType":"HomeDaily","score":5,"navigationValue":{"name":"日报","url":"#daily","colour":"","className":"daily","isTita":true,"isUse":true,"target":null}},{"id":"07fbd0bb-0b1e-412c-901b-9d1ef67ac123","navigationType":"Assess","score":6,"navigationValue":{"name":"考核","url":"//www.tita.gift/560000209/OkrHome","colour":"","className":"okr","isTita":false,"isUse":true,"target":null}},{"id":"FC775CE7-D580-403B-8DB4-FBA5C5ED715A","navigationType":"Management","score":6,"navigationValue":{"name":"工作管理","url":"#management","colour":"","className":"management","isTita":true,"isUse":true,"target":null}},{"id":"6db951ce-677d-4e3d-907d-67956828a312","navigationType":"HomePlanStatistic","score":7,"navigationValue":{"name":"报表","url":"#report","colour":"","className":"report","isTita":true,"isUse":true,"target":null}},{"id":"ebdd2fc3-fba3-41bf-8d13-9121b0921cd3","navigationType":"HomeStaff","score":8,"navigationValue":{"name":"同事","url":"#staff?name=staffs","colour":"","className":"staff","isTita":true,"isUse":true,"target":null}},{"id":"3f538e12-5b69-4e36-80c1-fc1c92cc56db","navigationType":"HomeDocument","score":9,"navigationValue":{"name":"文件","url":"#document","colour":"","className":"document","isTita":true,"isUse":true,"target":null}},{"id":"dc494344-3747-4a1b-ae1a-b5981f49c4cc","navigationType":"HomeApp","score":10,"navigationValue":{"name":"应用","url":"#app","colour":"","className":"app","isTita":true,"isUse":true,"target":null}},{"id":"d1e0dff7-3e8e-4364-9c20-36420669ebf0","navigationType":"Position","score":10,"navigationValue":{"name":"职位","url":"#work?app_id=203&app_type=203","colour":"","className":"position","isTita":true,"isUse":false,"target":null}},{"id":"e2dd3dbc-0d8d-479c-a376-a4564ece1e1b","navigationType":"HomeFanWei","score":11,"navigationValue":{"name":"泛微","url":"/FanWei/LinkFWSystem","colour":"","className":"huatong","isTita":false,"isUse":false,"target":"null"}}],"italentNavigation":null,"titaWorkDetailNavigation":[{"id":"d00e0948-9e13-47f7-9d57-c1ff45175958","navigationType":"WorkDetailNavigationFeed","score":0,"navigationValue":{"name":"动态","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"8585a42b-4847-46d0-b785-57758a6aeb9d","navigationType":"WorkDetailNavigationTask","score":1,"navigationValue":{"name":"任务","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"f96cbe4d-5d55-40c7-839e-6ac6666c34af","navigationType":"WorkDetailNavigationGantt","score":2,"navigationValue":{"name":"甘特图","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"6f47f19d-015e-44e3-974b-6c7a0305f707","navigationType":"WorkDetailNavigationStatistics","score":3,"navigationValue":{"name":"统计","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"A8CA4101-201E-4AF2-A98F-FA787AE7211F","navigationType":"WorkDetailNavigationProgress","score":4,"navigationValue":{"name":"进度","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"1d701194-4cf1-45ea-91b1-20371a39a41f","navigationType":"WorkDetailNavigationStaff","score":7,"navigationValue":{"name":"内部成员","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"37096DCE-3B17-4EAD-BAD5-FEDD52DDDF68","navigationType":"WorkDetailNavigationExternal","score":8,"navigationValue":{"name":"外部成员","url":"","colour":"","className":"","isTita":true,"isUse":false,"target":null}},{"id":"d76a9f61-4730-48a9-87e0-de438c8380fb","navigationType":"WorkDetailNavigationDocument","score":9,"navigationValue":{"name":"文件","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"8A152EAF-35C7-4372-A8DF-98CE80B61DD8","navigationType":"WorkDetailNavigationWorkInfo","score":10,"navigationValue":{"name":"基本信息","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"49e95712-e509-4842-806f-3b6c280c4c3d","navigationType":"WorkDetailNavigationOperatingRecord","score":11,"navigationValue":{"name":"操作记录","url":"","colour":"","className":"","isTita":true,"isUse":true,"target":null}},{"id":"F892C629-0A62-4532-B6AF-80391590E623","navigationType":"WorkDetailNavigationApproval","score":5,"navigationValue":{"name":"审批","url":"","colour":"","className":"","isTita":true,"isUse":false,"target":null}},{"id":"36dc413a-8a56-4bf3-a516-df80fb40c9ca","navigationType":"WorkDetailNavigationMileStone","score":6,"navigationValue":{"name":"里程碑","url":"","colour":"","className":"","isTita":true,"isUse":false,"target":null}}]},"channelList":{"channels":[{"id":1,"name":"我的动态","code":"","type":0,"subChannels":[{"id":2,"name":"全部","code":null,"type":0,"subChannels":null},{"id":1007,"name":"下属动态","code":null,"type":0,"subChannels":null},{"id":3,"name":"@我的","code":null,"type":0,"subChannels":null},{"id":4,"name":"回复我的","code":null,"type":0,"subChannels":null},{"id":5,"name":"我收藏的","code":null,"type":0,"subChannels":null},{"id":6,"name":"我发布的","code":null,"type":0,"subChannels":null},{"id":7,"name":"部门动态","code":null,"type":0,"subChannels":null}]},{"id":51,"name":"公开动态","code":"","type":0,"subChannels":[{"id":52,"name":"全部","code":null,"type":0,"subChannels":null},{"id":54,"name":"祝福","code":null,"type":0,"subChannels":null},{"id":55,"name":"分享","code":null,"type":0,"subChannels":null}]},{"id":1000,"name":"按标签查看","code":"viewbytag","type":0,"subChannels":null},{"id":1004,"name":"小T热区","code":"","type":0,"subChannels":null},{"id":10017,"name":"OKRs-E","code":"","type":0,"subChannels":null},{"id":50,"name":"","code":"","type":1,"subChannels":[{"id":101,"name":"工作计划","code":"","type":0,"subChannels":[{"id":102,"name":"全部","code":null,"type":0,"subChannels":null},{"id":103,"name":"计划","code":null,"type":0,"subChannels":null},{"id":104,"name":"总结","code":null,"type":0,"subChannels":null},{"id":105,"name":"考核","code":null,"type":0,"subChannels":null},{"id":106,"name":"分享","code":null,"type":0,"subChannels":null},{"id":107,"name":"签到","code":null,"type":0,"subChannels":null}]},{"id":503,"name":"审批中心","code":"","type":0,"subChannels":null}]}]},"IMPassword":null,"BSi18n":{"home_1":"动态","plan_1":"计划表","work_1":"项目","document_1":"文件","workmate_1":"同事","app_1":"应用","task_1":"任务","schedule_1":"日程","share_1":"分享","sharing":"分享","publishshare_1":"发分享","publishtask_1":"派任务","myfollowfeed_1":"与我相关","mypublishfeed_1":"我发表的","myleavefeed_1":"@我的","myreplayfeed_1":"回复我的","mycollectfeed_1":"我收藏的","myallfeed_1":"所有动态","message_1":"通知","remind_1":"提醒","myschedule_1":"我的日程","href_1":"常用链接","invitemate_1":"邀请同事","helpcenter_1":"帮助中心","onlineuser_1":"在线同事","follow_1":"立即关注","following_1":"正在关注","cancelfollow_1":"取消关注","myfollowmate_1":"我关注的","myfans_1":"我的粉丝","fans_1":"粉丝","bench_1":"工作台","mydocument_1":"我的文件","companydocument_1":"企业文件","ok_1":"测试","daily_1":"日报"},"IsOpenCustomerService":true,"IsOpenSign":true,"IsUseTitaManage":true,"IsCancelUser":true,"IsOpenTms":false,"tenantBehavior":{"TaskPushlishPrivateType":2,"TenantSetBehavior":false,"WorkExceptionSendEmail":false,"LookUpUserRemindMinSetting":"20_true","LookUpUserRemindMaxSetting":"50_true","OpenTalentTagVisibility":true,"ReportinglinePermissionSetting":1,"TalentVsPermissionSetting":1,"OpenDepartmenVisibility":true,"TalentOrg":true,"LookUpUserRemindRateSetting":"5_true","PlatformInfo":"{\"title\":\"中国人才管理一体化平台\",\"description\":\"拥有国内唯一覆盖工作管理、招聘、测评、360评估、绩效、继任及员工调查等业务的一体化人才管理软件平台。\"}"},"tenant_function":{"IsOpenCustomerService":true,"IsUseCancelUser":true,"IsUseTitaManage":true,"IsUseWork":false,"IsUseHelpPage":true,"IsUseBusinessTrip":false,"IsUseMeet":false,"social":true,"AppFunction_Team":false,"IsUseTitaManage":true,"IsUseTitaInvite":true,"IsUseSetOrg":true,"IsUsePlanDaily":true,"IsUseWorkLable":true,"IsUseDottedLineReporting":true,"IsOpenImportTasks":false},"usingNewMenu":true,"newNavigation":[{"id":44229,"tenantId":0,"title":"首页动态","href":"#home","iconName":"sys-icon-dongtai","type":"hash","orderId":2,"code":"","appId":100,"appCode":null,"status":0,"color":"#38BA72","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44229&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":{"key":0,"value":false}},{"id":44230,"tenantId":0,"title":"OKRs-E","href":"","iconName":"tu-icon-mubiao-s","type":"hash","orderId":3,"code":"","appId":113,"appCode":null,"status":0,"color":"#53C6C6","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44230&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":true,"children":[{"id":44231,"tenantId":0,"title":"OKR 目标","href":"#okr/manage","iconName":"tu-icon-OKRmubiao","type":"hash","orderId":1,"code":"tita-okrmanage","appId":113,"appCode":null,"status":0,"color":"#5B99EE","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44231&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":44232,"tenantId":0,"title":"OKR 地图","href":"#okr/map","iconName":"tu-icon-OKR-ditu","type":"hash","orderId":2,"code":"","appId":113,"appCode":null,"status":0,"color":"#9382FF","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44232&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":44233,"tenantId":0,"title":"OKR 工作法","href":"#okr/panel","iconName":"tu-icon-OKRgongzuofa","type":"hash","orderId":3,"code":"tita-okrpanel","appId":113,"appCode":null,"status":0,"color":"#ED5858","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44233&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":44269,"tenantId":0,"title":"OKR 仪表盘","href":"//www.tita.gift/menuroute?menuId=44269&roleId=","iconName":"tu-icon-OKR-yibiaopan","type":"iframe","orderId":40,"code":"","appId":113,"appCode":null,"status":0,"color":"#F28D49","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44269&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":44280,"tenantId":0,"title":"OKR 案例库","href":"#okr/cases","iconName":"","type":"hash","orderId":200,"code":null,"appId":113,"appCode":null,"status":0,"color":"#5B99EE","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44280&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null}],"menuPoint":{"key":0,"value":false}},{"id":44235,"tenantId":0,"title":"E项目管理","href":"","iconName":"sys-icon-gongzuotai","type":"hash","orderId":4,"code":"","appId":1,"appCode":"","status":0,"color":"#F5D540","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44235&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":true,"children":[{"id":44237,"tenantId":0,"title":"项目管理","href":"#work","iconName":"sys-icon-xiangmu","type":"hash","orderId":1,"code":"tita-work","appId":1,"appCode":"","status":0,"color":"#53C6C6","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44237&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":44236,"tenantId":0,"title":"计划表","href":"#plan","iconName":"sys-icon-jihua","type":"hash","orderId":2,"code":"tita-plan","appId":1,"appCode":"","status":0,"color":"#38BA72","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44236&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":44238,"tenantId":0,"title":"日报总结","href":"#daily","iconName":"sys-icon-ribao","type":"hash","orderId":3,"code":"tita-daily","appId":1,"appCode":"","status":0,"color":"#5B99EE","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44238&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null}],"menuPoint":{"key":0,"value":false}},{"id":44270,"tenantId":0,"title":"绩效考核","href":"#performance?reactRouterName=self","iconName":"sys-icon-kaohe","type":"hash","orderId":5,"code":null,"appId":666,"appCode":"","status":0,"color":"#F5D540","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44270&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":{"key":0,"value":false}},{"id":44241,"tenantId":0,"title":"通讯录","href":"//www.tita.gift/menuroute?menuId=44241&roleId=","iconName":"sys-icon-tongshi","type":"iframe","orderId":6,"code":"","appId":100,"appCode":null,"status":0,"color":"#F28D49","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44241&roleId=","originUrl":null,"domain":"//account.italent.link","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":{"key":0,"value":false}},{"id":44243,"tenantId":0,"title":"工作报表","href":"#report","iconName":"tu-icon-shujubaobiao","type":"hash","orderId":7,"code":"","appId":118,"appCode":null,"status":0,"color":"#38BA72","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44243&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":{"key":0,"value":false}},{"id":44246,"tenantId":0,"title":"审批中心","href":"//www.tita.gift/menuroute?menuId=44246&roleId=","iconName":"sys-icon-caidan sys-bgcolor-f5","type":"iframe","orderId":8,"code":"0602d1b7-3091-4b4d-8933-fb96033599b3","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#9382FF","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44246&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[{"id":44247,"tenantId":0,"title":"项目预算","href":"//www.tita.gift/menuroute?menuId=44247&roleId=","iconName":"sys-icon-shiti sys-bgcolor-f4","type":"iframe","orderId":10,"code":"df90837c-a426-4f93-924d-906b8697bd9a","appId":921,"appCode":"TitaFeedSystem","status":0,"color":"#ED5858","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44247&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":44248,"tenantId":0,"title":"发起审批","href":"//www.tita.gift/menuroute?menuId=44248&roleId=","iconName":"sys-icon-caidan sys-bgcolor-f5","type":"iframe","orderId":20,"code":"bebcb753-821b-49a3-9b0a-73970760255e","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#F28D49","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44248&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[{"id":6088,"tenantId":0,"title":"请假","href":"//www.tita.gift/menuroute?menuId=6088&roleId=","iconName":"","type":"iframe","orderId":10,"code":"","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#5B99EE","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=6088&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":6089,"tenantId":0,"title":"报销测试","href":"//www.tita.gift/menuroute?menuId=6089&roleId=","iconName":"","type":"iframe","orderId":20,"code":"","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#9382FF","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=6089&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":6090,"tenantId":0,"title":"文件","href":"//www.tita.gift/menuroute?menuId=6090&roleId=","iconName":"","type":"iframe","orderId":30,"code":"","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#ED5858","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=6090&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":6091,"tenantId":0,"title":"借款","href":"//www.tita.gift/menuroute?menuId=6091&roleId=","iconName":"","type":"iframe","orderId":40,"code":"","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#F28D49","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=6091&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":6092,"tenantId":0,"title":"采购","href":"//www.tita.gift/menuroute?menuId=6092&roleId=","iconName":"","type":"iframe","orderId":50,"code":"","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#F5D540","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=6092&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":6093,"tenantId":0,"title":"出差","href":"//www.tita.gift/menuroute?menuId=6093&roleId=","iconName":"","type":"iframe","orderId":60,"code":"","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#38BA72","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=6093&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":12558,"tenantId":0,"title":"用车申请","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.CarApplicationFlow&navType=1&navCode=e24d42b2-b063-4b02-84b8-21b738c3a00d&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-shiti sys-bgcolor-f4","type":"iframe","orderId":70,"code":"e24d42b2-b063-4b02-84b8-21b738c3a00d","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#ED5858","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=12558&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11860,"tenantId":0,"title":"外出","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Out&navType=1&navCode=d97eb369-87fc-45aa-b0bc-b5b03a49580f&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-50 sys-bgcolor-f3","type":"iframe","orderId":80,"code":"d97eb369-87fc-45aa-b0bc-b5b03a49580f","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#F5D540","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11860&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11854,"tenantId":0,"title":"物品申领","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Goods&navType=1&navCode=89e62ae6-188f-4270-84d2-3313a72aa3f7&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-12 sys-bgcolor-f2","type":"iframe","orderId":90,"code":"89e62ae6-188f-4270-84d2-3313a72aa3f7","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#38BA72","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11854&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11861,"tenantId":0,"title":"付款","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Payment&navType=1&navCode=8f6f0aa4-23cd-4d70-8861-85fa63facf67&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-xinzibao sys-bgcolor-f2","type":"iframe","orderId":100,"code":"8f6f0aa4-23cd-4d70-8861-85fa63facf67","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#38BA72","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11861&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11851,"tenantId":0,"title":"补打卡","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.FillClock&navType=1&navCode=a66ece64-7cde-453d-9d02-57b68b51d7dc&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-xiujia sys-bgcolor-f1","type":"iframe","orderId":110,"code":"a66ece64-7cde-453d-9d02-57b68b51d7dc","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#ED5858","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11851&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11849,"tenantId":0,"title":"加班","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.ExtraWork&navType=1&navCode=1f8ddb25-0b98-4760-ba56-c81f9991faa5&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-banci sys-bgcolor-f5","type":"iframe","orderId":120,"code":"1f8ddb25-0b98-4760-ba56-c81f9991faa5","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#5B99EE","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11849&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11870,"tenantId":0,"title":"培训","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Training&navType=1&navCode=6bafa4d4-1454-42a5-ae5d-5db511747ddc&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-26 sys-bgcolor-f2","type":"iframe","orderId":130,"code":"6bafa4d4-1454-42a5-ae5d-5db511747ddc","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#5B99EE","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11870&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11863,"tenantId":0,"title":"招聘需求","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.RecruitmentNeeds&navType=1&navCode=53e1952e-73c9-4c05-9078-aa629f7b2dee&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-gongzuolvli sys-bgcolor-f3","type":"iframe","orderId":140,"code":"53e1952e-73c9-4c05-9078-aa629f7b2dee","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#5B99EE","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11863&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11875,"tenantId":0,"title":"已审批","href":"//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.MyApproval&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-caidan sys-bgcolor-f5","type":"iframe","orderId":150,"code":"671a5839-c743-4fed-ac30-586b05b02faf","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#38BA72","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11875&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":13768,"tenantId":0,"title":"客户返利","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Other4&shadow_context={appModel:\"italent\",uppid:\"\"}&navType=1&navCode=29352009-9c0a-488c-961a-0c505b542dca&navVersion=1551942530557","iconName":"sys-icon-shiti sys-bgcolor-f4","type":"iframe","orderId":150,"code":"29352009-9c0a-488c-961a-0c505b542dca","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#9382FF","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=13768&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":13770,"tenantId":0,"title":"客户延期","href":"//approval.italent.link/#indexPage?metaObjName=ApprovalCentre.Other5&shadow_context={appModel:\"italent\",uppid:\"\"}&navType=1&navCode=71ccd150-0470-4e3f-ab98-c055c9615463&navVersion=1551942524886","iconName":"sys-icon-shiti sys-bgcolor-f4","type":"iframe","orderId":160,"code":"71ccd150-0470-4e3f-ab98-c055c9615463","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#F28D49","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=13770&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null}],"menuPoint":null},{"id":44249,"tenantId":0,"title":"全部审批","href":"//www.tita.gift/menuroute?menuId=44249&roleId=","iconName":"sys-icon-caidan sys-bgcolor-f5","type":"iframe","orderId":30,"code":"f2ad403a-4129-4d5c-adc4-0b6c34931c1e","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#F5D540","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=44249&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[{"id":11894,"tenantId":0,"title":"我的申请","href":"//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.MyApply&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-shenqing sys-bgcolor-f4","type":"iframe","orderId":10,"code":"76cc6569-c6f9-43e1-851f-d3d071874bef","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#F28D49","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11894&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":11878,"tenantId":0,"title":"抄送我的","href":"//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.SendForMe&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-chaosong sys-bgcolor-f3","type":"iframe","orderId":20,"code":"8fd454b4-8f62-448f-89df-6d7a47175ede","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#9382FF","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=11878&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null},{"id":12551,"tenantId":0,"title":"我的审批","href":"//approval.italent.link/#/IndexPage?navViewName=ApprovalCentre.ApprovalForTita&metaObjName=ApprovalCentre.ApprovalObject&app=ApprovalCentre&shadow_context={appModel:\"italent\",uppid:\"\"}","iconName":"sys-icon-shenpi sys-bgcolor-f9","type":"iframe","orderId":30,"code":"8019131a-5682-4cb4-bc64-7a397326b07d","appId":907,"appCode":"ApprovalCentre","status":0,"color":"#ED5858","groupId":0,"signUrl":"//www.tita.gift/menuSign?menuId=12551&roleId=","originUrl":null,"domain":"","DataSource":null,"defaultExpand":false,"children":[],"menuPoint":null}],"menuPoint":null}],"menuPoint":{"key":0,"value":false}}],"upaasQuickEntry":null,"siteMap":null,"userGuides":{"upgradeGuide":{"value":false,"type":3},"tmUpgradeGuide":null,"assessGuide":{"value":true,"type":1},"newUserGuide":{"value":true,"type":2},"externalNewUserGuide":null,"summaryGuide":{"value":false,"type":5},"workGuide":{"value":true,"type":7},"projectCopyGuide":{"value":true,"type":9},"externalModify":{"value":true,"type":10},"workUpdateGuide":{"value":false,"type":11},"dailyWorkGuide":{"value":false,"type":12},"performanceGuide":{"value":false,"type":16},"versionGuide":{"value":false,"type":17}},"medalDetail":null,"ISVType":10000,"isHunter":true,"isNewSetting":true,"IsHonourRedirect":false,"titaAppId":100,"TaskAdvancedSetting":{"TaskRecommendSetting":{"TaskApply":false},"TaskFunctionSetting":{"TaskWorkHour":false,"TaskSMS":false,"TaskEntrustPublisher":false,"TaskParticipants":true,"TaskFollower":false,"TaskPriority":false,"TaskProgress":true,"TaskAutoAccept":false,"TaskParticipatorUpdateStatus":false,"TaskQuantify":true,"TaskEstimateHours":false,"TaskDefaultApprover":false},"TaskPlanSetting":{"TaskScheduleTable":false,"TaskUndetermined":false,"TaskSuperiorRemind":false,"TaskPlanPrint":false,"TaskPlanShare":false,"TaskLabel":false}},"WorkAdvancedSetting":{"WorkFunctionSetting":{"WorkApply":false,"WorkExternal":false,"WorkFollower":false,"WorkOpenGoal":false,"MileStoneSet":true}},"DailyAdvancedSetting":{"DailyFunctionSetting":{"DailyRemind":false,"DailyShare":false}},"OkrAdvancedSetting":{"KRSetting":{"KRDepartmentSetting":true,"ObjectiveRelevanceKr":true,"ShowKrInMap":true,"TargetFollowers":true,"ShowKrProgress":true,"ShowKrDescription":true,"ShowWorkDescription":true,"ShowWorkExecution":true,"ShowKrConfidence":true,"KrWeight":true,"AutomaticUpdateProgress":false,"OkrClassify":true,"OkrTypeSetting":true,"CreateChildWork":true,"CreateKrChildWork":false}},"FeedAdvancedSetting":{"FeedAdvancedItemSetting":{"FeedVisibilitySetting":false}},"AssessAdvancedSetting":{"AssessFunctionSetting":{"StartAssessByDepartmentLeader":false,"StartAssessByUser":false,"AssessDottedLineCanView":false}},"appInfo":{"appId":1,"appCode":"Tita"},"openIds":null,"openDepartmentIds":null}
|