@titaui/pc 1.12.14 → 1.12.17-beta.1

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.
Files changed (318) hide show
  1. package/lib/components/attachments-preview/index.css +11 -0
  2. package/lib/components/attachments-preview/index.js +112 -0
  3. package/lib/components/auto-save/img/failed.svg +17 -0
  4. package/lib/components/auto-save/img/success.svg +16 -0
  5. package/lib/components/auto-save/index.css +39 -0
  6. package/lib/components/auto-save/index.js +78 -0
  7. package/lib/components/auto-save/interface.js +5 -0
  8. package/lib/components/color-date-picker/index.css +72 -0
  9. package/lib/components/color-date-picker/index.js +129 -0
  10. package/lib/components/color-date-picker/interface.js +14 -0
  11. package/lib/components/communication/index.js +6 -0
  12. package/lib/components/dialog-confirm/index.css +1 -0
  13. package/lib/components/dialog-confirm/index.js +5 -3
  14. package/lib/components/dialog-upload/img/doc.svg +1 -0
  15. package/lib/components/dialog-upload/img/other.svg +1 -0
  16. package/lib/components/dialog-upload/img/pdf.svg +1 -0
  17. package/lib/components/dialog-upload/img/ppt.svg +1 -0
  18. package/lib/components/dialog-upload/img/radio.svg +1 -0
  19. package/lib/components/dialog-upload/img/video.svg +1 -0
  20. package/lib/components/dialog-upload/img/xls.svg +1 -0
  21. package/lib/components/dialog-upload/index.css +77 -0
  22. package/lib/components/dialog-upload/index.js +332 -0
  23. package/lib/components/dialog-upload/type.js +35 -0
  24. package/lib/components/dialog-upload/uploaded-preview.css +77 -0
  25. package/lib/components/dialog-upload/uploaded-preview.js +132 -0
  26. package/lib/components/dialog-upload/util.js +131 -0
  27. package/lib/components/drawer/index.css +14 -5
  28. package/lib/components/drawer/index.js +5 -2
  29. package/lib/components/dynamic/dynamic-item/components/comments-dialog/api.js +27 -0
  30. package/lib/components/dynamic/dynamic-item/components/comments-dialog/encourage.js +119 -0
  31. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/APP-shoucang-m.png +0 -0
  32. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/ascore.png +0 -0
  33. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curEfforts.png +0 -0
  34. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGood.png +0 -0
  35. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/curGreat.png +0 -0
  36. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/efforts.png +0 -0
  37. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/good.png +0 -0
  38. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/great.png +0 -0
  39. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/halfscore.png +0 -0
  40. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/loading.gif +0 -0
  41. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/score.png +0 -0
  42. package/lib/components/dynamic/dynamic-item/components/comments-dialog/img/top.svg +14 -0
  43. package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.css +75 -0
  44. package/lib/components/dynamic/dynamic-item/components/comments-dialog/index.js +195 -0
  45. package/lib/components/dynamic/dynamic-item/components/comments-dialog/rate.js +143 -0
  46. package/lib/components/dynamic/dynamic-item/components/header/img/evalute.png +0 -0
  47. package/lib/components/dynamic/dynamic-item/components/header/img/fighting.png +0 -0
  48. package/lib/components/dynamic/dynamic-item/components/header/img/happy.png +0 -0
  49. package/lib/components/dynamic/dynamic-item/components/header/img/long-story.png +0 -0
  50. package/lib/components/dynamic/dynamic-item/components/header/img/pressure.png +0 -0
  51. package/lib/components/dynamic/dynamic-item/components/header/index.js +1 -5
  52. package/lib/components/dynamic/dynamic-item/components/okr-progress/constant.js +31 -0
  53. package/lib/components/dynamic/dynamic-item/components/okr-progress/index.css +171 -0
  54. package/lib/components/dynamic/dynamic-item/components/okr-progress/index.js +152 -0
  55. package/lib/components/dynamic/dynamic-item/components/okr-progress/interface.js +5 -0
  56. package/lib/components/dynamic/dynamic-item/components/okr-progress/request-api.js +10 -0
  57. package/lib/components/dynamic/dynamic-item/components/okr-progress/utils.js +10 -0
  58. package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.css +8 -0
  59. package/lib/components/dynamic/dynamic-item/components/progress/components/kr-progress/index.js +26 -0
  60. package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.css +8 -0
  61. package/lib/components/dynamic/dynamic-item/components/progress/components/o-progress/index.js +26 -0
  62. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.css +197 -0
  63. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/index.js +222 -0
  64. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/request-api.js +20 -0
  65. package/lib/components/dynamic/dynamic-item/components/progress/components/okr-progress/util.js +134 -0
  66. package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.css +10 -0
  67. package/lib/components/dynamic/dynamic-item/components/progress/components/task-progress/index.js +60 -0
  68. package/lib/components/dynamic/dynamic-item/components/progress/index.css +25 -0
  69. package/lib/components/dynamic/dynamic-item/components/progress/index.js +71 -0
  70. package/lib/components/dynamic/dynamic-item/components/progress/interface.js +5 -0
  71. package/lib/components/dynamic/dynamic-item/components/schedule/index.css +35 -0
  72. package/lib/components/dynamic/dynamic-item/components/schedule/index.js +55 -0
  73. package/lib/components/dynamic/dynamic-item/components/schedule/interface.js +5 -0
  74. package/lib/components/dynamic/dynamic-item/components/summary-header/constant.js +45 -0
  75. package/lib/components/dynamic/dynamic-item/components/summary-header/img/evalute.png +0 -0
  76. package/lib/components/dynamic/dynamic-item/components/summary-header/img/fighting.png +0 -0
  77. package/lib/components/dynamic/dynamic-item/components/summary-header/img/happy.png +0 -0
  78. package/lib/components/dynamic/dynamic-item/components/summary-header/img/long-story.png +0 -0
  79. package/lib/components/dynamic/dynamic-item/components/summary-header/img/pressure.png +0 -0
  80. package/lib/components/dynamic/dynamic-item/components/summary-header/index.css +166 -0
  81. package/lib/components/dynamic/dynamic-item/components/summary-header/index.js +359 -0
  82. package/lib/components/dynamic/dynamic-item/components/summary-header/operate-record.js +49 -0
  83. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.css +24 -0
  84. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/index.js +52 -0
  85. package/lib/components/dynamic/dynamic-item/components/table-row-o-project/interface.js +5 -0
  86. package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.css +50 -0
  87. package/lib/components/dynamic/dynamic-item/components/table-row-okr/index.js +65 -0
  88. package/lib/components/dynamic/dynamic-item/components/table-row-okr/interface.js +5 -0
  89. package/lib/components/dynamic/dynamic-item/components/task-progress/constant.js +16 -0
  90. package/lib/components/dynamic/dynamic-item/components/task-progress/index.css +201 -0
  91. package/lib/components/dynamic/dynamic-item/components/task-progress/index.js +170 -0
  92. package/lib/components/dynamic/dynamic-item/components/task-progress/interface.js +5 -0
  93. package/lib/components/dynamic/dynamic-item/components/task-progress/utils.js +27 -0
  94. package/lib/components/dynamic/dynamic-item/dynamic-assessment/index.js +1 -1
  95. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +3 -2
  96. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-big.png +0 -0
  97. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/come-on-small.png +0 -0
  98. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/evaluate-big.png +0 -0
  99. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-big.png +0 -0
  100. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/nice-small.png +0 -0
  101. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-big.png +0 -0
  102. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/img/very-good-small.png +0 -0
  103. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.css +68 -0
  104. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/evalute/index.js +50 -0
  105. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.css +43 -0
  106. package/lib/components/dynamic/dynamic-item/dynamic-new-report/components/remind-user-view/index.js +87 -0
  107. package/lib/components/dynamic/dynamic-item/dynamic-new-report/constant.js +45 -0
  108. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/evalute.png +0 -0
  109. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/fighting.png +0 -0
  110. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/happy.png +0 -0
  111. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/long-story.png +0 -0
  112. package/lib/components/dynamic/dynamic-item/dynamic-new-report/img/pressure.png +0 -0
  113. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.css +184 -0
  114. package/lib/components/dynamic/dynamic-item/dynamic-new-report/index.js +267 -0
  115. package/lib/components/dynamic/dynamic-item/dynamic-new-report/util.js +30 -0
  116. package/lib/components/dynamic/dynamic-item/dynamic-project/index.js +3 -2
  117. package/lib/components/dynamic/dynamic-item/index.css +1 -0
  118. package/lib/components/dynamic/dynamic-item/index.js +27 -6
  119. package/lib/components/dynamic/dynamic-list/index.js +22 -5
  120. package/lib/components/form/form-fields/date/index.js +8 -7
  121. package/lib/components/help-card/image/liaojie1.svg +50 -0
  122. package/lib/components/help-card/index.css +4 -4
  123. package/lib/components/import-modal/helper.js +225 -0
  124. package/lib/components/import-modal/image/loading.gif +0 -0
  125. package/lib/components/import-modal/import-okr-modal/index.css +18 -0
  126. package/lib/components/import-modal/import-okr-modal/index.js +137 -0
  127. package/lib/components/import-modal/import-task-modal/index.css +18 -0
  128. package/lib/components/import-modal/import-task-modal/index.js +243 -0
  129. package/lib/components/import-modal/import-task-modal/search-form.js +141 -0
  130. package/lib/components/import-modal/index.css +30 -0
  131. package/lib/components/import-modal/index.js +20 -0
  132. package/lib/components/import-modal/radio.js +62 -0
  133. package/lib/components/import-modal/request-api.js +204 -0
  134. package/lib/components/import-modal/search/category-select.js +74 -0
  135. package/lib/components/import-modal/search/okr-classify-select.js +74 -0
  136. package/lib/components/import-modal/search/okr-status-select.js +74 -0
  137. package/lib/components/import-modal/search/okr-type-select.js +87 -0
  138. package/lib/components/import-modal/search/principal.js +135 -0
  139. package/lib/components/import-modal/search/relation.js +80 -0
  140. package/lib/components/import-modal/search/search-dropdown/index.css +50 -0
  141. package/lib/components/import-modal/search/search-dropdown/index.js +32 -0
  142. package/lib/components/import-modal/search/task-relation.js +80 -0
  143. package/lib/components/import-modal/search/task-status-select.js +87 -0
  144. package/lib/components/import-modal/search/work-relation.js +83 -0
  145. package/lib/components/import-modal/search/work-status-select.js +74 -0
  146. package/lib/components/import-modal/tree/okr-tree/index.css +61 -0
  147. package/lib/components/import-modal/tree/okr-tree/index.js +269 -0
  148. package/lib/components/import-modal/tree/okr-tree/search-form.js +169 -0
  149. package/lib/components/import-modal/tree/task-work-tree/index.css +124 -0
  150. package/lib/components/import-modal/tree/task-work-tree/index.js +190 -0
  151. package/lib/components/import-modal/tree-node/index.css +0 -0
  152. package/lib/components/import-modal/tree-node/index.js +51 -0
  153. package/lib/components/import-modal/tree-node/kr-node/index.css +65 -0
  154. package/lib/components/import-modal/tree-node/kr-node/index.js +112 -0
  155. package/lib/components/import-modal/tree-node/milestone-node/index.css +61 -0
  156. package/lib/components/import-modal/tree-node/milestone-node/index.js +118 -0
  157. package/lib/components/import-modal/tree-node/o-node/index.css +53 -0
  158. package/lib/components/import-modal/tree-node/o-node/index.js +142 -0
  159. package/lib/components/import-modal/tree-node/work-node/index.css +51 -0
  160. package/lib/components/import-modal/tree-node/work-node/index.js +108 -0
  161. package/lib/components/menus/components/menu-tree/images/summary-menu/caidan-enjoy.svg +14 -0
  162. package/lib/components/menus/components/menu-tree/images/summary-menu/my-setup.svg +18 -0
  163. package/lib/components/menus/components/menu-tree/images/summary-menu/my-zongjie.svg +15 -0
  164. package/lib/components/menus/components/menu-tree/images/summary-menu/zongjie-s.svg +15 -0
  165. package/lib/components/menus/components/menu-tree/tree-node/index.css +120 -0
  166. package/lib/components/menus/components/menu-tree/tree-node/index.js +22 -2
  167. package/lib/components/menus/components/menu-tree/tree-node/subordinates.js +78 -0
  168. package/lib/components/menus/components/menu-tree/tree-node/summary-share.js +78 -0
  169. package/lib/components/menus/export-modules/appraisal-menus/index.js +32 -14
  170. package/lib/components/menus/export-modules/appraisal-menus/menu-highlight.js +22 -6
  171. package/lib/components/menus/export-modules/appraisal-menus/menus.js +148 -47
  172. package/lib/components/menus/export-modules/interview-menus/constant.js +12 -12
  173. package/lib/components/menus/export-modules/okr-menus/index.js +6 -6
  174. package/lib/components/menus/export-modules/okr-menus/menus.js +64 -61
  175. package/lib/components/menus/export-modules/okr-menus/okr-front-menus.js +2 -2
  176. package/lib/components/menus/export-modules/summary-menus/depart-menus/helper.js +56 -0
  177. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.css +32 -0
  178. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +231 -0
  179. package/lib/components/menus/export-modules/summary-menus/index.css +9 -0
  180. package/lib/components/menus/export-modules/summary-menus/index.js +136 -0
  181. package/lib/components/menus/export-modules/summary-menus/menu-highlight.js +76 -0
  182. package/lib/components/menus/export-modules/summary-menus/menus.js +189 -0
  183. package/lib/components/menus/export-modules/summary-menus/request-api.js +17 -0
  184. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/helper.js +28 -0
  185. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.css +14 -0
  186. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +201 -0
  187. package/lib/components/menus/export-modules/summary-menus/summary-front-menus.js +242 -0
  188. package/lib/components/menus/i18n.js +8 -0
  189. package/lib/components/menus/index.js +6 -0
  190. package/lib/components/menus/request-apis.js +8 -2
  191. package/lib/components/nav-top/components/app-center/images/chart.svg +22 -0
  192. package/lib/components/nav-top/components/app-center/images/file.svg +20 -0
  193. package/lib/components/nav-top/components/app-center/images/interview.svg +20 -0
  194. package/lib/components/nav-top/components/app-center/images/learning.svg +23 -0
  195. package/lib/components/nav-top/components/app-center/images/okr.svg +22 -0
  196. package/lib/components/nav-top/components/app-center/images/performance.svg +22 -0
  197. package/lib/components/nav-top/components/app-center/images/plan.svg +22 -0
  198. package/lib/components/nav-top/components/app-center/images/project.svg +23 -0
  199. package/lib/components/nav-top/components/app-center/images/summary.svg +23 -0
  200. package/lib/components/nav-top/components/app-center/images/yuyue.png +0 -0
  201. package/lib/components/nav-top/components/app-center/index.css +170 -0
  202. package/lib/components/nav-top/components/app-center/index.js +211 -0
  203. package/lib/components/nav-top/components/app-center/interface.js +19 -0
  204. package/lib/components/nav-top/components/menu/index.js +13 -13
  205. package/lib/components/nav-top/components/user-message/images/bell-1.svg +13 -0
  206. package/lib/components/nav-top/components/user-message/index.js +2 -2
  207. package/lib/components/nav-top/images/app-center.png +0 -0
  208. package/lib/components/nav-top/images/home.svg +16 -0
  209. package/lib/components/nav-top/index.css +61 -8
  210. package/lib/components/nav-top/index.js +74 -53
  211. package/lib/components/nav-top/utils.js +464 -1
  212. package/lib/components/new-confidence/constant.js +53 -0
  213. package/lib/components/new-confidence/img/1.svg +40 -0
  214. package/lib/components/new-confidence/img/10.svg +33 -0
  215. package/lib/components/new-confidence/img/2.svg +40 -0
  216. package/lib/components/new-confidence/img/3.svg +40 -0
  217. package/lib/components/new-confidence/img/4.svg +40 -0
  218. package/lib/components/new-confidence/img/5.svg +40 -0
  219. package/lib/components/new-confidence/img/6.svg +40 -0
  220. package/lib/components/new-confidence/img/7.svg +40 -0
  221. package/lib/components/new-confidence/img/8.svg +40 -0
  222. package/lib/components/new-confidence/img/9.svg +40 -0
  223. package/lib/components/new-confidence/index.css +62 -0
  224. package/lib/components/new-confidence/index.js +115 -0
  225. package/lib/components/new-confidence/interface.js +5 -0
  226. package/lib/components/okr-detail/components/header/o-avatar.js +12 -6
  227. package/lib/components/okr-flow/export-modal/color.png +0 -0
  228. package/lib/components/okr-flow/export-modal/index.css +28 -13
  229. package/lib/components/okr-flow/export-modal/index.js +82 -34
  230. package/lib/components/okr-flow/export-modal/trans1.png +0 -0
  231. package/lib/components/order-have-award/img/award.png +0 -0
  232. package/lib/components/order-have-award/index.css +5 -0
  233. package/lib/components/order-have-award/index.js +83 -0
  234. package/lib/components/order-have-award/interface.js +19 -0
  235. package/lib/components/period-selector/components/button/style.js +6 -6
  236. package/lib/components/period-selector/index.css +1 -0
  237. package/lib/components/period-selector/index.js +7 -2
  238. package/lib/components/picker/components/cross.svg +17 -0
  239. package/lib/components/picker/components/panels/date-panel/date-body.js +31 -19
  240. package/lib/components/picker/components/panels/date-panel/date-head.js +8 -8
  241. package/lib/components/picker/components/panels/date-panel/index.js +1 -1
  242. package/lib/components/picker/components/panels/month-panel/index.css +5 -0
  243. package/lib/components/picker/components/panels/month-panel/index.js +34 -4
  244. package/lib/components/picker/components/panels/month-panel/month-body.js +4 -5
  245. package/lib/components/picker/components/panels/month-panel/month-head.js +1 -1
  246. package/lib/components/picker/components/panels/week-panel/index.css +42 -0
  247. package/lib/components/picker/components/panels/week-panel/index.js +49 -0
  248. package/lib/components/picker/components/panels/week-panel/utils.js +124 -0
  249. package/lib/components/picker/components/panels/week-panel/week-body.js +71 -0
  250. package/lib/components/picker/components/panels/week-panel/week-head.js +80 -0
  251. package/lib/components/picker/components/panels/year-panel/index.css +5 -0
  252. package/lib/components/picker/components/panels/year-panel/index.js +34 -3
  253. package/lib/components/picker/components/panels/year-panel/year-body.js +10 -3
  254. package/lib/components/picker/components/picker-trigger/index.css +6 -1
  255. package/lib/components/picker/components/picker-trigger/index.js +16 -11
  256. package/lib/components/picker/context.js +17 -2
  257. package/lib/components/picker/index.css +29 -1
  258. package/lib/components/picker/index.js +3 -0
  259. package/lib/components/picker/picker-panels.js +98 -61
  260. package/lib/components/picker/picker.js +44 -30
  261. package/lib/components/picker/range-picker/components/picker-trigger/index.css +97 -0
  262. package/lib/components/picker/range-picker/components/picker-trigger/index.js +109 -0
  263. package/lib/components/picker/range-picker/components/placeholder/index.js +91 -0
  264. package/lib/components/picker/range-picker/components/select-input/index.js +72 -0
  265. package/lib/components/picker/range-picker/components/shortcuts/index.js +45 -0
  266. package/lib/components/picker/range-picker/index.css +158 -0
  267. package/lib/components/picker/range-picker/index.js +263 -0
  268. package/lib/components/picker/utils.js +168 -11
  269. package/lib/components/promise-confirm/index.css +0 -0
  270. package/lib/components/promise-confirm/index.js +117 -0
  271. package/lib/components/promise-confirm/interface.js +5 -0
  272. package/lib/components/rate/index.css +111 -0
  273. package/lib/components/rate/index.js +52 -0
  274. package/lib/components/regulation-setting-item/index.css +33 -0
  275. package/lib/components/regulation-setting-item/index.js +37 -0
  276. package/lib/components/rich-editor/schemas/list.js +0 -1
  277. package/lib/components/rich-editor-at/components/index.css +66 -0
  278. package/lib/components/rich-editor-at/components/index.js +189 -0
  279. package/lib/components/rich-editor-at/index.css +40 -0
  280. package/lib/components/rich-editor-at/index.js +113 -0
  281. package/lib/components/rich-editor-upload/index.css +11 -0
  282. package/lib/components/rich-editor-upload/index.js +87 -0
  283. package/lib/components/search-input/index.js +5 -0
  284. package/lib/components/select-layer/index.js +22 -8
  285. package/lib/components/select-tags/index.js +7 -1
  286. package/lib/components/task-relation-modal/helper.js +7 -62
  287. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +1 -4
  288. package/lib/components/task-relation-modal/okr-relation/request-api.js +2 -6
  289. package/lib/components/task-relation-modal/request-api.js +14 -11
  290. package/lib/components/task-relation-modal/tree/work-tree/index.js +27 -31
  291. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +26 -7
  292. package/lib/components/task-relation-modal/tree-node/work-node/index.js +16 -16
  293. package/lib/components/textarea/index.js +7 -5
  294. package/lib/components/tooltip/tooltip.js +10 -5
  295. package/lib/components/user-selector/category-selector-panel/depart-tree.js +3 -1
  296. package/lib/components/user-selector/export-modules/field-tree-selector/index.css +11 -1
  297. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +21 -3
  298. package/lib/components/user-selector/export-modules/multiple-user-selector--bak/index.css +4 -4
  299. package/lib/components/user-selector/request-apis.js +52 -22
  300. package/lib/components/user-selector/searched-panel/index.js +7 -1
  301. package/lib/components/write-summary-modal/index.css +79 -0
  302. package/lib/components/write-summary-modal/index.js +167 -0
  303. package/lib/components/write-summary-modal/interface.js +19 -0
  304. package/lib/components/write-summary-modal/request-api.js +18 -0
  305. package/lib/components/write-summary-modal/utils.js +31 -0
  306. package/lib/index.js +56 -0
  307. package/lib/pages/aha2021/index.css +7 -0
  308. package/lib/pages/aha2021/index.js +17 -11
  309. package/lib/pages/aha2021/new-menu-switcher/index.css +44 -0
  310. package/lib/pages/aha2021/new-menu-switcher/index.js +85 -0
  311. package/lib/pages/aha2021/new-menu-switcher/new-menu-bg.png +0 -0
  312. package/lib/pages/aha2021/request-api.js +15 -0
  313. package/lib/pages/okr-map/level2-search/user.js +1 -0
  314. package/lib/utils/bs-global.js +1 -1
  315. package/lib/utils/constant.js +14 -2
  316. package/lib/utils/helpers.js +56 -11
  317. package/lib/utils/planDataJson.js +1 -11115
  318. package/package.json +2 -1
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.defaultRefObject = exports["default"] = exports.PAGE_TEMPLATE_APPRAISAL = exports.PAGE_SUBORDINATE_APPRAISAL = exports.PAGE_SCORE_APPRAISAL = exports.PAGE_MY_APPRAISAL = exports.PAGE_MANAGE_APPRAISAL = exports.PAGE_LIBRARY_APPRAISAL = exports.PAGE_HELP_APPRAISAL = exports.PAGE_EVALUATE_APPRAISAL = exports.PAGE_DEPART_APPRAISAL = void 0;
6
+ exports.defaultRefObject = exports["default"] = exports.PAGE_TEMPLATE_APPRAISAL = exports.PAGE_SUBORDINATE_APPRAISAL = exports.PAGE_STATISTICS_APPRAISAL = exports.PAGE_SCORE_APPRAISAL = exports.PAGE_MY_APPRAISAL = exports.PAGE_MANAGE_APPRAISAL = exports.PAGE_LIBRARY_APPRAISAL = exports.PAGE_HELP_APPRAISAL = exports.PAGE_EVALUATE_APPRAISAL = exports.PAGE_DEPART_APPRAISAL = exports.PAGE_DASHBOARD_APPRAISAL = void 0;
7
7
 
8
8
  var _bsGlobal = require("../../../../utils/bs-global");
9
9
 
@@ -25,7 +25,7 @@ var defaultRefObject = {
25
25
  };
26
26
  exports.defaultRefObject = defaultRefObject;
27
27
 
28
- var _getBSGlobal = (0, _bsGlobal.getBSGlobal)("AssessAdvancedSetting"),
28
+ var _getBSGlobal = (0, _bsGlobal.getBSGlobal)('AssessAdvancedSetting'),
29
29
  _getBSGlobal$AssessFu = _getBSGlobal.AssessFunctionSetting,
30
30
  StartAssessByDepartmentLeader = _getBSGlobal$AssessFu.StartAssessByDepartmentLeader,
31
31
  StartAssessByUser = _getBSGlobal$AssessFu.StartAssessByUser,
@@ -42,127 +42,228 @@ var _getUserInfo = (0, _bsGlobal.getUserInfo)(),
42
42
 
43
43
  var performanceManageAuthority = IsAssessManager || IsLeader && StartAssessByDepartmentLeader || StartAssessByUser || IsHrbp && StartAssessByHrbp;
44
44
  var performanceStatisticsAuthority = IsAssessManager || IsBoss || IsRoot && Role !== 4 || IsLeader || IsHrbp;
45
- var PAGE_MY_APPRAISAL = "my-appraisal";
45
+ var PAGE_MY_APPRAISAL = 'my-appraisal';
46
46
  exports.PAGE_MY_APPRAISAL = PAGE_MY_APPRAISAL;
47
- var PAGE_EVALUATE_APPRAISAL = "evaluate-appraisal";
47
+ var PAGE_EVALUATE_APPRAISAL = 'evaluate-appraisal';
48
48
  exports.PAGE_EVALUATE_APPRAISAL = PAGE_EVALUATE_APPRAISAL;
49
- var PAGE_SUBORDINATE_APPRAISAL = "subordinate-appraisal";
49
+ var PAGE_SUBORDINATE_APPRAISAL = 'subordinate-appraisal';
50
50
  exports.PAGE_SUBORDINATE_APPRAISAL = PAGE_SUBORDINATE_APPRAISAL;
51
- var PAGE_DEPART_APPRAISAL = "depart-appraisal";
51
+ var PAGE_DEPART_APPRAISAL = 'depart-appraisal';
52
52
  exports.PAGE_DEPART_APPRAISAL = PAGE_DEPART_APPRAISAL;
53
- var PAGE_MANAGE_APPRAISAL = "manage-appraisal";
53
+ var PAGE_MANAGE_APPRAISAL = 'manage-appraisal';
54
54
  exports.PAGE_MANAGE_APPRAISAL = PAGE_MANAGE_APPRAISAL;
55
- var PAGE_TEMPLATE_APPRAISAL = "template-appraisal";
55
+ var PAGE_TEMPLATE_APPRAISAL = 'template-appraisal';
56
56
  exports.PAGE_TEMPLATE_APPRAISAL = PAGE_TEMPLATE_APPRAISAL;
57
- var PAGE_LIBRARY_APPRAISAL = "library-appraisal";
57
+ var PAGE_LIBRARY_APPRAISAL = 'library-appraisal';
58
58
  exports.PAGE_LIBRARY_APPRAISAL = PAGE_LIBRARY_APPRAISAL;
59
- var PAGE_SCORE_APPRAISAL = "score-appraisal";
59
+ var PAGE_SCORE_APPRAISAL = 'score-appraisal';
60
60
  exports.PAGE_SCORE_APPRAISAL = PAGE_SCORE_APPRAISAL;
61
- var PAGE_HELP_APPRAISAL = "help-appraisal";
61
+ var PAGE_HELP_APPRAISAL = 'help-appraisal';
62
62
  exports.PAGE_HELP_APPRAISAL = PAGE_HELP_APPRAISAL;
63
+ var PAGE_DASHBOARD_APPRAISAL = 'dashboard-appraisal';
64
+ exports.PAGE_DASHBOARD_APPRAISAL = PAGE_DASHBOARD_APPRAISAL;
65
+ var PAGE_STATISTICS_APPRAISAL = 'statistics-appraisal';
66
+ exports.PAGE_STATISTICS_APPRAISAL = PAGE_STATISTICS_APPRAISAL;
63
67
 
64
68
  var AppraisalMenus = /*#__PURE__*/function () {
65
69
  function AppraisalMenus() {
66
70
  _classCallCheck(this, AppraisalMenus);
67
71
 
68
72
  this.menus = [{
69
- icon: "kaohe",
73
+ icon: 'kaohe',
70
74
  label: _i18n.locale.menu_myass,
71
75
  key: PAGE_MY_APPRAISAL,
72
- href: "#/performance?reactRouterName=self",
76
+ href: '#/performance?reactRouterName=self',
73
77
  isShow: true
74
78
  }, {
75
- icon: "mypingjia",
79
+ icon: 'mypingjia',
76
80
  label: _i18n.locale.menu_evaluated_ass,
77
81
  key: PAGE_EVALUATE_APPRAISAL,
78
- href: "#/performance?reactRouterName=evaluated",
82
+ href: '#/performance?reactRouterName=evaluated',
79
83
  isShow: true
80
84
  }, {
81
- icon: "caidan-xiashu",
85
+ icon: 'caidan-xiashu',
82
86
  label: _i18n.locale.menu_subordinate_ass,
83
87
  key: PAGE_SUBORDINATE_APPRAISAL,
84
- href: "#/performance?reactRouterName=subordinate",
88
+ href: '#/performance?reactRouterName=subordinate',
85
89
  isShow: HasSub
86
90
  }, {
87
- icon: "bumen",
91
+ icon: 'bumen',
88
92
  label: _i18n.locale.menu_department_ass,
89
93
  key: PAGE_DEPART_APPRAISAL,
90
- href: "#/performance?reactRouterName=department",
94
+ href: '#/performance?reactRouterName=department',
91
95
  isShow: IsLeader || IsHrbp
92
96
  }, {
93
- icon: "",
97
+ icon: '',
94
98
  label: _i18n.locale.menu_management_ass,
95
- key: "manage-appraisal-group",
99
+ key: 'manage-appraisal-group',
96
100
  type: _index.GROUP_NAME_NODE,
97
- href: "",
101
+ href: '',
98
102
  isShow: performanceManageAuthority || performanceStatisticsAuthority
99
103
  }, {
100
- icon: "uniEA10",
104
+ icon: 'uniEA10',
101
105
  label: _i18n.locale.menu_template_ass,
102
106
  key: PAGE_TEMPLATE_APPRAISAL,
103
107
  type: _index.MENU_ASSESS_TEMPLATE,
104
- href: "#/performance?reactRouterName=template",
108
+ href: '#/performance?reactRouterName=template',
105
109
  isShow: performanceManageAuthority
106
110
  }, {
107
- icon: "untitled",
111
+ icon: 'untitled',
108
112
  label: _i18n.locale.menu_management_ass,
109
113
  key: PAGE_MANAGE_APPRAISAL,
110
114
  type: _index.MENU_ASSESS_MANAGE,
111
- href: "#/performance?reactRouterName=manage",
115
+ href: '#/performance?reactRouterName=manage',
112
116
  isShow: performanceManageAuthority
113
117
  }, {
114
- icon: "yibiao",
118
+ icon: 'yibiao',
115
119
  label: _i18n.locale.menu_dashboard_ass,
116
- key: "dashboard-appraisal",
117
- href: "#/performance?reactRouterName=dashboard",
120
+ key: PAGE_DASHBOARD_APPRAISAL,
121
+ href: '#/performance?reactRouterName=dashboard',
118
122
  isShow: performanceStatisticsAuthority
119
123
  }, {
120
- icon: "baobiao",
124
+ icon: 'baobiao',
121
125
  label: _i18n.locale.menu_statistics_ass,
122
- key: "statistics-appraisal",
123
- href: "#/performance?reactRouterName=report",
126
+ key: PAGE_STATISTICS_APPRAISAL,
127
+ href: '#/performance?reactRouterName=report',
124
128
  isShow: performanceStatisticsAuthority
125
129
  }, {
126
- icon: "",
130
+ icon: '',
127
131
  label: _i18n.locale.menu_basesetting,
128
- key: "base-appraisal-group",
132
+ key: 'base-appraisal-group',
129
133
  type: _index.GROUP_NAME_NODE,
130
- href: "",
134
+ href: '',
131
135
  isShow: performanceManageAuthority || IsAssessManager
132
136
  }, {
133
- icon: "ZBmuban",
137
+ icon: 'ZBmuban',
134
138
  label: _i18n.locale.menu_library_ass,
135
139
  key: PAGE_LIBRARY_APPRAISAL,
136
- href: "#/performance?reactRouterName=templateLibrary",
140
+ href: '#/performance?reactRouterName=templateLibrary',
137
141
  isShow: performanceManageAuthority
138
142
  }, {
139
- icon: "PF-shezhi",
143
+ icon: 'PF-shezhi',
140
144
  label: _i18n.locale.menu_score_ass,
141
145
  key: PAGE_SCORE_APPRAISAL,
142
- href: "#/performance?reactRouterName=setting",
146
+ href: '#/performance?reactRouterName=setting',
143
147
  isShow: IsAssessManager
144
148
  }, {
145
- icon: "KH-help",
149
+ icon: 'KH-help',
146
150
  label: _i18n.locale.menu_help_ass,
147
151
  key: PAGE_HELP_APPRAISAL,
148
- href: "#/performance?reactRouterName=help",
152
+ href: '#/performance?reactRouterName=help',
149
153
  isShow: IsAssessManager
150
154
  }];
155
+ this.newMenus = {
156
+ myPerformance: [{
157
+ icon: 'kaohe',
158
+ label: _i18n.locale.menu_myass,
159
+ key: PAGE_MY_APPRAISAL,
160
+ href: '#/performance/my?reactRouterName=self',
161
+ isShow: true
162
+ }, {
163
+ icon: 'mypingjia',
164
+ label: _i18n.locale.menu_evaluated_ass,
165
+ key: PAGE_EVALUATE_APPRAISAL,
166
+ href: '#/performance/my?reactRouterName=evaluated',
167
+ isShow: true
168
+ }, {
169
+ icon: 'caidan-xiashu',
170
+ label: _i18n.locale.menu_subordinate_ass,
171
+ key: PAGE_SUBORDINATE_APPRAISAL,
172
+ href: '#/performance/my?reactRouterName=subordinate',
173
+ isShow: HasSub
174
+ }, {
175
+ icon: 'bumen',
176
+ label: _i18n.locale.menu_department_ass,
177
+ key: PAGE_DEPART_APPRAISAL,
178
+ href: '#/performance/my?reactRouterName=department',
179
+ isShow: IsLeader || IsHrbp
180
+ }],
181
+ performanceManage: [{
182
+ icon: 'uniEA10',
183
+ label: _i18n.locale.menu_template_ass,
184
+ key: PAGE_TEMPLATE_APPRAISAL,
185
+ type: _index.MENU_ASSESS_TEMPLATE,
186
+ href: '#/performance/manage?reactRouterName=template',
187
+ isShow: performanceManageAuthority
188
+ }, {
189
+ icon: 'untitled',
190
+ label: _i18n.locale.menu_management_ass,
191
+ key: PAGE_MANAGE_APPRAISAL,
192
+ type: _index.MENU_ASSESS_MANAGE,
193
+ href: '#/performance/manage?reactRouterName=manage',
194
+ isShow: performanceManageAuthority
195
+ }, {
196
+ icon: '',
197
+ label: _i18n.locale.menu_basesetting,
198
+ key: 'base-appraisal-group',
199
+ type: _index.GROUP_NAME_NODE,
200
+ href: '',
201
+ isShow: performanceManageAuthority || IsAssessManager
202
+ }, {
203
+ icon: 'ZBmuban',
204
+ label: _i18n.locale.menu_library_ass,
205
+ key: PAGE_LIBRARY_APPRAISAL,
206
+ href: '#/performance/manage?reactRouterName=templateLibrary',
207
+ isShow: performanceManageAuthority
208
+ }, {
209
+ icon: 'PF-shezhi',
210
+ label: _i18n.locale.menu_score_ass,
211
+ key: PAGE_SCORE_APPRAISAL,
212
+ href: '#/performance/manage?reactRouterName=setting',
213
+ isShow: IsAssessManager
214
+ }, {
215
+ icon: 'KH-help',
216
+ label: _i18n.locale.menu_help_ass,
217
+ key: PAGE_HELP_APPRAISAL,
218
+ href: '#/performance?reactRouterName=help',
219
+ isShow: IsAssessManager
220
+ }],
221
+ performanceDashboard: [{
222
+ icon: 'yibiao',
223
+ label: _i18n.locale.menu_dashboard_ass,
224
+ key: 'dashboard-appraisal',
225
+ href: '#/performance/dashboard?reactRouterName=dashboard',
226
+ isShow: performanceStatisticsAuthority
227
+ }, {
228
+ icon: 'baobiao',
229
+ label: _i18n.locale.menu_statistics_ass,
230
+ key: 'statistics-appraisal',
231
+ href: '#/performance/dashboard?reactRouterName=report',
232
+ isShow: performanceStatisticsAuthority
233
+ }]
234
+ };
151
235
  }
152
236
 
153
237
  _createClass(AppraisalMenus, [{
154
238
  key: "getMenus",
155
239
  value: function getMenus() {
156
- var menus = this.formateToTreeNodeData();
157
- return menus;
158
- }
240
+ var isUseNewMenu = window.BSGlobal.isUseNewMenu;
241
+ var menus = this.menus;
242
+
243
+ if (isUseNewMenu) {
244
+ var hash = window.location.hash.split('?')[0] || '';
245
+
246
+ if (hash) {
247
+ if (hash.includes('performance/my')) {
248
+ menus = this.newMenus.myPerformance;
249
+ } else if (hash.includes('performance/manage')) {
250
+ menus = this.newMenus.performanceManage;
251
+ } else {
252
+ menus = this.newMenus.performanceDashboard;
253
+ }
254
+ }
255
+ }
256
+
257
+ return this.formateToTreeNodeData(menus);
258
+ } // eslint-disable-next-line class-methods-use-this
259
+
159
260
  }, {
160
261
  key: "formateToTreeNodeData",
161
- value: function formateToTreeNodeData() {
262
+ value: function formateToTreeNodeData(menus) {
162
263
  var treeNodes = [];
163
264
 
164
- for (var i = 0; i < this.menus.length; i += 1) {
165
- var menu = this.menus[i];
265
+ for (var i = 0; i < menus.length; i += 1) {
266
+ var menu = menus[i];
166
267
 
167
268
  if (menu.isShow) {
168
269
  treeNodes.push({
@@ -10,20 +10,20 @@ var _getLocale = require("../../../../utils/getLocale");
10
10
  // import { GROUP_NAME_NODE } from '../../components/menu-tree/tree-node'
11
11
  var getMenus = function getMenus() {
12
12
  return [{
13
- icon: "my-interview",
14
- label: (0, _getLocale.getLocale)("Ooo_Mo_My1on1"),
15
- key: "myInterview",
16
- href: "#/interview?reactRouterName=myInterview"
13
+ icon: 'my-interview',
14
+ label: (0, _getLocale.getLocale)('Ooo_Mo_My1on1'),
15
+ key: 'myInterview',
16
+ href: '#/interview?reactRouterName=myInterview'
17
17
  }, {
18
- icon: "todo",
19
- label: (0, _getLocale.getLocale)("Ooo_Tas_ActionPlans"),
20
- key: "todos",
21
- href: "#/interview?reactRouterName=todos"
18
+ icon: 'todo',
19
+ label: (0, _getLocale.getLocale)('Ooo_Tas_ActionPlans'),
20
+ key: 'todos',
21
+ href: '#/interview?reactRouterName=todos'
22
22
  }, {
23
- icon: "template",
24
- label: (0, _getLocale.getLocale)("Ooo_Mo_Templates"),
25
- key: "template",
26
- href: "#/interview?reactRouterName=template"
23
+ icon: 'template',
24
+ label: (0, _getLocale.getLocale)('Ooo_Mo_Templates'),
25
+ key: 'template',
26
+ href: '#/interview?reactRouterName=template'
27
27
  } // {
28
28
  // icon: '',
29
29
  // label: '管理',
@@ -61,7 +61,7 @@ function OkrMenus(props) {
61
61
  flipOptions = _useState2[0],
62
62
  setFlipOptions = _useState2[1];
63
63
 
64
- var _useState3 = (0, _react.useState)(""),
64
+ var _useState3 = (0, _react.useState)(''),
65
65
  _useState4 = _slicedToArray(_useState3, 2),
66
66
  flipBackType = _useState4[0],
67
67
  setFlipBackType = _useState4[1];
@@ -85,9 +85,9 @@ function OkrMenus(props) {
85
85
 
86
86
  var collapseMenu = function collapseMenu(isHide) {
87
87
  if (isHide) {
88
- menuRef.current.style.width = "0px";
88
+ menuRef.current.style.width = '0px';
89
89
  } else {
90
- menuRef.current.style.width = "";
90
+ menuRef.current.style.width = '';
91
91
  }
92
92
  };
93
93
 
@@ -97,7 +97,7 @@ function OkrMenus(props) {
97
97
  okrFrontMenu.current.setSelectedMenuKeys([]);
98
98
  setTimeout(function () {
99
99
  return (// 正面时销毁背面
100
- setFlipBackType("")
100
+ setFlipBackType('')
101
101
  );
102
102
  }, 600);
103
103
  }
@@ -126,8 +126,8 @@ function OkrMenus(props) {
126
126
  onSelect: onSelect,
127
127
  history: history
128
128
  })), /*#__PURE__*/_react["default"].createElement("div", {
129
- className: (0, _classnames["default"])("".concat(_precls["default"], "-okr-menus-back"), "tita-bootstrap__scrollbar")
130
- }, flipBackType == "depart" && /*#__PURE__*/_react["default"].createElement(_departMenus["default"], null), flipBackType == "subordinate" && /*#__PURE__*/_react["default"].createElement(_subordinateMenus["default"], flipOptions)))));
129
+ className: (0, _classnames["default"])("".concat(_precls["default"], "-okr-menus-back"), 'tita-bootstrap__scrollbar')
130
+ }, flipBackType == 'depart' && /*#__PURE__*/_react["default"].createElement(_departMenus["default"], null), flipBackType == 'subordinate' && /*#__PURE__*/_react["default"].createElement(_subordinateMenus["default"], flipOptions)))));
131
131
  } // @ts-ignore
132
132
 
133
133
 
@@ -43,24 +43,24 @@ var defaultRefObject = {
43
43
  addConcerner: function addConcerner() {},
44
44
  removeConcerner: function removeConcerner() {},
45
45
  // 'showSubordinateMenu': () => { },
46
- USERCONCERN: "",
47
- SUBORDINATES: "",
48
- MYOKR: ""
46
+ USERCONCERN: '',
47
+ SUBORDINATES: '',
48
+ MYOKR: ''
49
49
  };
50
50
  exports.defaultRefObject = defaultRefObject;
51
- var PAGE_MY_OWNER_OKR = "myownerokr";
51
+ var PAGE_MY_OWNER_OKR = 'myownerokr';
52
52
  exports.PAGE_MY_OWNER_OKR = PAGE_MY_OWNER_OKR;
53
- var PAGE_MY_PART_OKR = "mypartokr";
53
+ var PAGE_MY_PART_OKR = 'mypartokr';
54
54
  exports.PAGE_MY_PART_OKR = PAGE_MY_PART_OKR;
55
- var PAGE_MY_TARGET_OKR = "mytargetokr";
55
+ var PAGE_MY_TARGET_OKR = 'mytargetokr';
56
56
  exports.PAGE_MY_TARGET_OKR = PAGE_MY_TARGET_OKR;
57
- var PAGE_OKR_MAP = "map";
57
+ var PAGE_OKR_MAP = 'map';
58
58
  exports.PAGE_OKR_MAP = PAGE_OKR_MAP;
59
- var PAGE_OKR_DASHBOARD = "panzi";
59
+ var PAGE_OKR_DASHBOARD = 'panzi';
60
60
  exports.PAGE_OKR_DASHBOARD = PAGE_OKR_DASHBOARD;
61
- var PAGE_OKR_FUNCTION = "panel";
61
+ var PAGE_OKR_FUNCTION = 'panel';
62
62
  exports.PAGE_OKR_FUNCTION = PAGE_OKR_FUNCTION;
63
- var PAGE_OKR_CASES = "cases";
63
+ var PAGE_OKR_CASES = 'cases';
64
64
  exports.PAGE_OKR_CASES = PAGE_OKR_CASES;
65
65
 
66
66
  var okrMenus = /*#__PURE__*/function () {
@@ -69,8 +69,8 @@ var okrMenus = /*#__PURE__*/function () {
69
69
 
70
70
  this.COMPANYALL = _index.COMPANY_ALL_NODE;
71
71
  this.USERCONCERN = _index.USER_CONCERN_NODE;
72
- this.MYOKR = "myokr";
73
- this.SUBORDINATES = "subordinates";
72
+ this.MYOKR = 'myokr';
73
+ this.SUBORDINATES = 'subordinates';
74
74
  var hasDashboardAuth = false;
75
75
  var baseAuth = new _auth.BaseAuth();
76
76
 
@@ -78,80 +78,83 @@ var okrMenus = /*#__PURE__*/function () {
78
78
  hasDashboardAuth = true;
79
79
  }
80
80
 
81
+ var isUseNewMenu = window.BSGlobal.isUseNewMenu;
81
82
  this.menus = [{
82
- icon: "okr",
83
+ icon: 'okr',
83
84
  label: _i18n.locale.menu_myokr,
84
85
  key: this.MYOKR,
85
- href: "",
86
+ href: '',
86
87
  children: [{
87
- icon: "",
88
+ icon: '',
88
89
  label: _i18n.locale.menu_responsible,
89
90
  key: PAGE_MY_OWNER_OKR,
90
- href: "#/okr/manage?relation=1"
91
+ href: '#/okr/manage?relation=1'
91
92
  }, {
92
- icon: "",
93
+ icon: '',
93
94
  label: _i18n.locale.menu_participated,
94
95
  key: PAGE_MY_PART_OKR,
95
- href: "#/okr/manage?relation=2"
96
+ href: '#/okr/manage?relation=2'
96
97
  }, {
97
- icon: "",
98
+ icon: '',
98
99
  label: _i18n.locale.menu_concerned,
99
100
  key: PAGE_MY_TARGET_OKR,
100
- href: "#/okr/manage?relation=3"
101
+ href: '#/okr/manage?relation=3'
101
102
  }]
102
103
  }, {
103
- icon: "caidan-xiashu",
104
+ icon: 'caidan-xiashu',
104
105
  label: _i18n.locale.menu_subordinate,
105
106
  key: this.SUBORDINATES,
106
107
  isLeaf: false,
107
108
  children: [],
108
- href: "",
109
+ href: '',
109
110
  isShow: window.BSGlobal.loginUserInfo.HasSub
110
111
  }, {
111
- icon: "guanzhu",
112
+ icon: 'guanzhu',
112
113
  label: _i18n.locale.menu_concerned_user,
113
114
  key: this.USERCONCERN,
114
115
  type: this.USERCONCERN,
115
116
  isLeaf: false,
116
117
  children: [],
117
- href: ""
118
+ href: ''
118
119
  }, {
119
- icon: "okr-gongsi-m",
120
+ icon: 'okr-gongsi-m',
120
121
  label: _i18n.locale.menu_alldeparment,
121
122
  key: this.COMPANYALL,
122
123
  type: this.COMPANYALL,
123
- href: ""
124
+ href: ''
124
125
  }, {
125
- icon: "",
126
+ icon: '',
126
127
  label: _i18n.locale.menu_other,
127
- key: "other",
128
+ key: 'other',
128
129
  type: _index.GROUP_NAME_NODE,
129
- href: ""
130
+ href: ''
130
131
  }, {
131
- icon: "ditu",
132
+ icon: 'ditu',
132
133
  label: _i18n.locale.menu_okrmap,
133
134
  key: PAGE_OKR_MAP,
134
135
  type: _index.MENU_ITEM_NOE,
135
- href: "#/okr/map"
136
+ href: '#/okr/map',
137
+ isShow: !isUseNewMenu
136
138
  }, {
137
- icon: "panel",
139
+ icon: 'panel',
138
140
  label: _i18n.locale.menu_okr_working_method,
139
141
  type: _index.MENU_ITEM_NOE,
140
142
  key: PAGE_OKR_FUNCTION,
141
- href: "#/okr/panel"
143
+ href: '#/okr/panel',
144
+ isShow: !isUseNewMenu
142
145
  }, {
143
- icon: "yibiao",
146
+ icon: 'yibiao',
144
147
  label: _i18n.locale.menu_okrdashboard,
145
148
  key: PAGE_OKR_DASHBOARD,
146
149
  type: _index.MENU_ITEM_NOE,
147
- href: "#/okr/chart?iTalentFrameType=iframe&iTalentFrame=%2F%2Fwww.tita.gift%2Fmenuroute%3FmenuId%3D44269%26roleId%3D",
148
- isShow: hasDashboardAuth
150
+ href: '#/okr/chart?iTalentFrameType=iframe&iTalentFrame=%2F%2Fwww.tita.gift%2Fmenuroute%3FmenuId%3D44269%26roleId%3D',
151
+ isShow: hasDashboardAuth && !isUseNewMenu
149
152
  }, {
150
- icon: "cases",
153
+ icon: 'cases',
151
154
  label: _i18n.locale.menu_okrcases,
152
155
  type: _index.MENU_ITEM_NOE,
153
156
  key: PAGE_OKR_CASES,
154
- href: "#/okr/cases",
157
+ href: '#/okr/cases',
155
158
  isShow: !(0, _helpers.isLocal)()
156
159
  }];
157
160
  } // showSubordinateMenu() {
@@ -183,11 +186,11 @@ var okrMenus = /*#__PURE__*/function () {
183
186
 
184
187
  if (loading) {
185
188
  this.menus[2].children.push({
186
- icon: "",
187
- label: "loading",
188
- key: "loading-concern",
189
+ icon: '',
190
+ label: 'loading',
191
+ key: 'loading-concern',
189
192
  type: _index.LOADING_NODE,
190
- href: "",
193
+ href: '',
191
194
  data: {}
192
195
  });
193
196
  }
@@ -199,11 +202,11 @@ var okrMenus = /*#__PURE__*/function () {
199
202
 
200
203
  if (loading) {
201
204
  this.menus[1].children.push({
202
- icon: "",
203
- label: "loading",
204
- key: "loading-subordinates",
205
+ icon: '',
206
+ label: 'loading',
207
+ key: 'loading-subordinates',
205
208
  type: _index.LOADING_NODE,
206
- href: "",
209
+ href: '',
207
210
  data: {}
208
211
  });
209
212
  }
@@ -223,11 +226,11 @@ var okrMenus = /*#__PURE__*/function () {
223
226
  var user = users[i];
224
227
  if (this.checkConcernExist(user)) continue;
225
228
  treeNodeUsers.push({
226
- icon: "",
229
+ icon: '',
227
230
  label: user.name,
228
231
  key: "concern-".concat(user.userId),
229
232
  type: _index.FOLLOWER_NODE,
230
- href: "",
233
+ href: '',
231
234
  data: user
232
235
  });
233
236
  }
@@ -241,11 +244,11 @@ var okrMenus = /*#__PURE__*/function () {
241
244
 
242
245
  if (empty) {
243
246
  this.menus[2].children.push({
244
- icon: "",
245
- label: "empty-concerners",
246
- key: "empty-concerners",
247
+ icon: '',
248
+ label: 'empty-concerners',
249
+ key: 'empty-concerners',
247
250
  type: _index.NO_FOLLOWER_NODE,
248
- href: "",
251
+ href: '',
249
252
  data: {}
250
253
  });
251
254
  }
@@ -253,16 +256,16 @@ var okrMenus = /*#__PURE__*/function () {
253
256
  }, {
254
257
  key: "addConcerner",
255
258
  value: function addConcerner(user) {
256
- if (this.menus[2].children.length && this.menus[2].children[0].key == "empty-concerners") {
259
+ if (this.menus[2].children.length && this.menus[2].children[0].key == 'empty-concerners') {
257
260
  this.menus[2].children = [];
258
261
  }
259
262
 
260
263
  this.menus[2].children.push({
261
- icon: "",
264
+ icon: '',
262
265
  label: user.name,
263
266
  key: "concern-".concat(user.userId),
264
267
  type: _index.FOLLOWER_NODE,
265
- href: "",
268
+ href: '',
266
269
  data: user
267
270
  });
268
271
  }
@@ -284,11 +287,11 @@ var okrMenus = /*#__PURE__*/function () {
284
287
  value: function insertSubordinates(users) {
285
288
  if (!users || !users.length) {
286
289
  this.menus[1].children = [{
287
- icon: "",
288
- label: "empty-subordinates",
289
- key: "empty-subordinates",
290
+ icon: '',
291
+ label: 'empty-subordinates',
292
+ key: 'empty-subordinates',
290
293
  type: _index.NO_SUBORDINATES_NODE,
291
- href: "",
294
+ href: '',
292
295
  data: {}
293
296
  }];
294
297
  return;
@@ -299,11 +302,11 @@ var okrMenus = /*#__PURE__*/function () {
299
302
  for (var i = 0; i < users.length; i++) {
300
303
  var user = users[i];
301
304
  treeNodeUsers.push({
302
- icon: "",
305
+ icon: '',
303
306
  label: user.name,
304
307
  key: "".concat(user.userId),
305
308
  type: _index.USER_NODE,
306
- href: "",
309
+ href: '',
307
310
  data: user
308
311
  });
309
312
  }
@@ -61,7 +61,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
61
61
  maxHeight = _useState2[0],
62
62
  setMaxHeight = _useState2[1];
63
63
 
64
- var _useState3 = (0, _react.useState)(["myokr"]),
64
+ var _useState3 = (0, _react.useState)(['myokr']),
65
65
  _useState4 = _slicedToArray(_useState3, 2),
66
66
  expandedKeys = _useState4[0],
67
67
  setExpandedKeys = _useState4[1];
@@ -140,7 +140,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
140
140
  resolve(true); // 获取数据
141
141
 
142
142
  (0, _requestApis.getSubordinates)({
143
- relationIds: "1,2"
143
+ relationIds: '1,2'
144
144
  }, {
145
145
  disabledDottedSubordinatesDig: true
146
146
  }).then(function (users) {