@titaui/pc 1.12.7 → 1.12.8

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 (79) hide show
  1. package/lib/components/change-okr-modal/Item.js +19 -18
  2. package/lib/components/change-okr-modal/styledComponents.js +9 -9
  3. package/lib/components/create-okr-modal/createSuccessCmp.js +47 -19
  4. package/lib/components/create-okr-modal/fields/index.css +14 -3
  5. package/lib/components/create-okr-modal/fields/o-new-name.js +31 -20
  6. package/lib/components/create-okr-modal/fields/okr-parent.js +7 -5
  7. package/lib/components/create-okr-modal/index.js +197 -132
  8. package/lib/components/create-okr-modal/kr-items/index.css +23 -13
  9. package/lib/components/create-okr-modal/kr-items/krDatas.js +95 -76
  10. package/lib/components/create-okr-modal/kr-items/krItem.js +54 -57
  11. package/lib/components/create-okr-modal/style.js +5 -5
  12. package/lib/components/dynamic/components/title/index.js +1 -1
  13. package/lib/components/dynamic/dynamic-item/components/feed-operate/index.js +7 -7
  14. package/lib/components/dynamic/dynamic-item/dynamic-align/index.js +7 -7
  15. package/lib/components/dynamic/dynamic-item/dynamic-create-o/index.js +17 -17
  16. package/lib/components/dynamic/dynamic-item/dynamic-kr/index.js +3 -1
  17. package/lib/components/dynamic/dynamic-item/dynamic-relative/index.js +9 -9
  18. package/lib/components/dynamic/dynamic-item/dynamic-reply/index.js +3 -1
  19. package/lib/components/dynamic/dynamic-item/dynamic-task/index.js +3 -1
  20. package/lib/components/eReport/eReportLists/reportList.js +29 -30
  21. package/lib/components/eReport/eReportShare/style.js +1 -1
  22. package/lib/components/edit-kr-wight/EditKrWightModal.js +11 -9
  23. package/lib/components/nav-top/components/menu/index.js +3 -3
  24. package/lib/components/nav-top/components/user-message/components/inform/inform-item.js +1 -1
  25. package/lib/components/nav-top/components/user-message/components/todos/todo-item.js +3 -3
  26. package/lib/components/okr-detail/components/ao-nice/index.css +0 -1
  27. package/lib/components/okr-detail/components/header/edit-name.js +76 -39
  28. package/lib/components/okr-detail/components/header/index.css +122 -41
  29. package/lib/components/okr-detail/components/header/index.js +45 -48
  30. package/lib/components/okr-detail/components/header/o-classify.js +154 -0
  31. package/lib/components/okr-detail/components/header/o-name.js +7 -5
  32. package/lib/components/okr-detail/components/o-progress-update/index.js +2 -2
  33. package/lib/components/okr-detail/components/okr-tree/tree-node/e-kr-node/index.js +3 -1
  34. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.css +66 -4
  35. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-node/index.js +174 -64
  36. package/lib/components/okr-detail/components/okr-tree/tree-node/o-child-node/index.js +9 -9
  37. package/lib/components/okr-detail/components/okr-tree/tree-node/o-parent-node/index.js +15 -13
  38. package/lib/components/okr-detail/components/tab-panel-content/index.css +1 -0
  39. package/lib/components/okr-detail/detail-header/index.js +11 -5
  40. package/lib/components/okr-detail/okr-list/create-kr-item/index.css +17 -0
  41. package/lib/components/okr-detail/okr-list/create-kr-item/index.js +75 -53
  42. package/lib/components/okr-detail/okr-list/index.css +9 -0
  43. package/lib/components/okr-detail/okr-list/index.js +25 -25
  44. package/lib/components/okr-detail/request-apis.js +73 -69
  45. package/lib/components/okr-detail/schedule/components/kr-progress/index.js +3 -1
  46. package/lib/components/okr-detail/schedule/components/o-progress/index.js +34 -32
  47. package/lib/components/okr-detail/schedule/components/sub-o-progress/index.js +3 -1
  48. package/lib/components/okr-flow/child-node/kr-node.js +3 -1
  49. package/lib/components/okr-flow/child-node/work-node.js +3 -1
  50. package/lib/components/okr-flow/export-modal/index.js +6 -6
  51. package/lib/components/okr-progress/components/kr-progress/index.js +5 -3
  52. package/lib/components/okr-progress/components/o-progress/index.js +3 -1
  53. package/lib/components/okr-progress/components/o-progress-update/index.js +2 -2
  54. package/lib/components/okr-progress/components/sub-o-progress/index.js +3 -1
  55. package/lib/components/okr-review/ReviewPop/components/ReviewBody/index.js +3 -3
  56. package/lib/components/okr-share/common-painter/openDataPainter.js +9 -6
  57. package/lib/components/okr-share/common-painter/utils.js +187 -36
  58. package/lib/components/okr-share/index.css +5 -4
  59. package/lib/components/okr-share/pink-card/card.js +3 -3
  60. package/lib/components/okr-share/pink-card/drawKrs.js +97 -18
  61. package/lib/components/okr-share/pink-card/index.js +20 -12
  62. package/lib/components/open-data-painter/index.js +6 -5
  63. package/lib/components/search-key-handle/index.js +12 -10
  64. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +2 -2
  65. package/lib/components/task-relation-modal/tree-node/kr-node/index.js +4 -4
  66. package/lib/components/task-relation-modal/tree-node/o-node/index.js +8 -8
  67. package/lib/components/upload/components/uploadedPreview.js +17 -17
  68. package/lib/components/upload/index.js +23 -23
  69. package/lib/components/user-selector/export-modules/field-tree-selector/index.js +14 -14
  70. package/lib/components/user-selector/searched-panel/index.js +4 -4
  71. package/lib/components/wechat-btn/index.css +5 -1
  72. package/lib/components-v1/userSelector/components/SingleMode.js +7 -5
  73. package/lib/pages/home/components/data-list/table/columns/krName.js +3 -1
  74. package/lib/pages/home/components/data-list/table/columns/okrName.js +4 -2
  75. package/lib/pages/new-okr-list/header/index.js +15 -15
  76. package/lib/utils/hooks.js +5 -5
  77. package/lib/utils/open-data.js +216 -66
  78. package/lib/utils/tita-okr-cycle.js +3 -3
  79. package/package.json +2 -1
@@ -47,7 +47,7 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
47
47
 
48
48
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
49
49
 
50
- var prefix = "titaui-dynamic-create-o-item";
50
+ var prefix = 'titaui-dynamic-create-o-item';
51
51
 
52
52
  var DynamicCreateO = function DynamicCreateO(_ref) {
53
53
  var data = _ref.data,
@@ -72,39 +72,39 @@ var DynamicCreateO = function DynamicCreateO(_ref) {
72
72
  searchKeyWord = _useContext.searchKeyWord;
73
73
 
74
74
  var handleClickOTitle = function handleClickOTitle() {
75
- _drawerManager["default"].open("okrDetail", {
75
+ _drawerManager["default"].open('okrDetail', {
76
76
  okrId: okrId
77
77
  });
78
78
  };
79
79
 
80
80
  var handleClickKrTitle = function handleClickKrTitle(id) {
81
- _drawerManager["default"].open("krDetail", {
81
+ _drawerManager["default"].open('krDetail', {
82
82
  krId: id
83
83
  });
84
84
  };
85
85
 
86
86
  var okrTypeMap = {
87
87
  1: {
88
- icon: "tu-icon-liebiao-geren",
89
- text: (0, _getLocale.getLocale)("OKR_MyO_Pop_Individual")
88
+ icon: 'tu-icon-liebiao-geren',
89
+ text: (0, _getLocale.getLocale)('OKR_MyO_Pop_Individual')
90
90
  },
91
91
  // 个人
92
92
  2: {
93
- icon: "tu-icon-liebiao-xiashu",
94
- text: okrTypeId === -1 ? "默认部门" : /*#__PURE__*/_react["default"].createElement(_openData.OpenDepartmentName, {
93
+ icon: 'tu-icon-liebiao-xiashu',
94
+ text: okrTypeId === -1 ? '默认部门' : /*#__PURE__*/_react["default"].createElement(_openData.OpenDepartmentName, {
95
95
  id: okrTypeId,
96
96
  name: okrTypeName
97
97
  })
98
98
  },
99
99
  // 部门
100
100
  3: {
101
- icon: "tu-icon-gong_si",
102
- text: (0, _getLocale.getLocale)("OKR_MyO_Pop_Company")
101
+ icon: 'tu-icon-gong_si',
102
+ text: (0, _getLocale.getLocale)('OKR_MyO_Pop_Company')
103
103
  },
104
104
  // 公司
105
105
  4: {
106
- icon: "tu-icon-liebiao-tuandui",
107
- text: okrTypeName || (0, _getLocale.getLocale)("OKR_MyO_Text_Team")
106
+ icon: 'tu-icon-liebiao-tuandui',
107
+ text: okrTypeName || (0, _getLocale.getLocale)('OKR_MyO_Text_Team')
108
108
  } // 团队
109
109
 
110
110
  };
@@ -112,15 +112,15 @@ var DynamicCreateO = function DynamicCreateO(_ref) {
112
112
 
113
113
  if (!okrTypeInfo) {
114
114
  okrTypeInfo = {
115
- icon: "tu-icon-liebiao-geren",
116
- text: (0, _getLocale.getLocale)("OKR_Menu_Title_Others")
115
+ icon: 'tu-icon-liebiao-geren',
116
+ text: (0, _getLocale.getLocale)('OKR_Menu_Title_Others')
117
117
  };
118
118
  }
119
119
 
120
120
  var renderDesc = (0, _react.useMemo)(function () {
121
121
  return /*#__PURE__*/_react["default"].createElement("span", {
122
122
  className: "".concat(prefix, "__operate-desc")
123
- }, (0, _getLocale.getLocale)("Mod_InChargeof"), (0, _getLocale.getLocale)("Mod_Objective"));
123
+ }, (0, _getLocale.getLocale)('Mod_InChargeof'), (0, _getLocale.getLocale)('Mod_Objective'));
124
124
  }, []);
125
125
  return /*#__PURE__*/_react["default"].createElement("div", {
126
126
  className: prefix
@@ -136,9 +136,9 @@ var DynamicCreateO = function DynamicCreateO(_ref) {
136
136
  }, /*#__PURE__*/_react["default"].createElement(_progress["default"].Circle, {
137
137
  linear: true,
138
138
  linearId: data.feedId,
139
- linearStartColor: (0, _util.getProcessColor)(okrStatus, riskLevel, "linearStartColor"),
140
- linearEndColor: (0, _util.getProcessColor)(okrStatus, riskLevel, "linearEndColor"),
141
- backgroundColor: (0, _util.getProcessColor)(okrStatus, riskLevel, "backgroundColor"),
139
+ linearStartColor: (0, _util.getProcessColor)(okrStatus, riskLevel, 'linearStartColor'),
140
+ linearEndColor: (0, _util.getProcessColor)(okrStatus, riskLevel, 'linearEndColor'),
141
+ backgroundColor: (0, _util.getProcessColor)(okrStatus, riskLevel, 'backgroundColor'),
142
142
  percent: Number.parseInt(okrProgress || 0, 10),
143
143
  showTextContent: true,
144
144
  size: 48,
@@ -25,6 +25,8 @@ var _context = require("../../context");
25
25
 
26
26
  var _tools = require("../../../../utils/tools");
27
27
 
28
+ var _openData = require("../../../../utils/open-data");
29
+
28
30
  require("./index.css");
29
31
 
30
32
  var _excluded = ["data"];
@@ -75,7 +77,7 @@ var DynamicKr = function DynamicKr(_ref) {
75
77
  className: "".concat(prefix, "__object-name"),
76
78
  onClick: handleClickOTitle
77
79
  }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
78
- text: (0, _tools.htmlDecodeByRegExp)(data.obj.objName),
80
+ text: (0, _openData.parseString)((0, _tools.htmlDecodeByRegExp)(data.obj.objName)),
79
81
  isPercent: true
80
82
  })), (0, _getLocale.getLocale)('Mod_skeyresults')));
81
83
  }, []);
@@ -69,7 +69,7 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
69
69
 
70
70
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
71
71
 
72
- var prefix = "titaui-dynamic-relative-item";
72
+ var prefix = 'titaui-dynamic-relative-item';
73
73
 
74
74
  var DynamicRelative = function DynamicRelative(_ref) {
75
75
  var _classNames, _classNames2;
@@ -99,13 +99,13 @@ var DynamicRelative = function DynamicRelative(_ref) {
99
99
 
100
100
  var handleClickTitle = function handleClickTitle(id, type) {
101
101
  if (type === _constant.EObjType.Kr) {
102
- _drawerManager["default"].open("krDetail", {
102
+ _drawerManager["default"].open('krDetail', {
103
103
  krId: id
104
104
  });
105
105
  }
106
106
 
107
107
  if (type === _constant.EObjType.O) {
108
- _drawerManager["default"].open("okrDetail", {
108
+ _drawerManager["default"].open('okrDetail', {
109
109
  okrId: id
110
110
  });
111
111
  }
@@ -115,7 +115,7 @@ var DynamicRelative = function DynamicRelative(_ref) {
115
115
  }
116
116
 
117
117
  if (type === _constant.EObjType.Task) {
118
- window.Talent.app.vent.trigger("global-pull-screen", id, "task");
118
+ window.Talent.app.vent.trigger('global-pull-screen', id, 'task');
119
119
  }
120
120
  };
121
121
 
@@ -123,15 +123,15 @@ var DynamicRelative = function DynamicRelative(_ref) {
123
123
  var text;
124
124
 
125
125
  if (relateObjType === _constant.EObjType.Kr) {
126
- text = "".concat((0, _getLocale.getLocale)("Mod_Connected")).concat((0, _getLocale.getLocale)("Mod_KeyResults"));
126
+ text = "".concat((0, _getLocale.getLocale)('Mod_Connected')).concat((0, _getLocale.getLocale)('Mod_KeyResults'));
127
127
  }
128
128
 
129
129
  if (relateObjType === _constant.EObjType.O) {
130
- text = "".concat((0, _getLocale.getLocale)("Mod_Connected")).concat((0, _getLocale.getLocale)("Mod_Objective"));
130
+ text = "".concat((0, _getLocale.getLocale)('Mod_Connected')).concat((0, _getLocale.getLocale)('Mod_Objective'));
131
131
  }
132
132
 
133
133
  if (relateObjType === _constant.EObjType.Project) {
134
- text = "".concat((0, _getLocale.getLocale)("Mod_Connected")).concat((0, _getLocale.getLocale)("Feed_Set_Project"));
134
+ text = "".concat((0, _getLocale.getLocale)('Mod_Connected')).concat((0, _getLocale.getLocale)('Feed_Set_Project'));
135
135
  }
136
136
 
137
137
  return /*#__PURE__*/_react["default"].createElement("span", {
@@ -165,7 +165,7 @@ var DynamicRelative = function DynamicRelative(_ref) {
165
165
  }, /*#__PURE__*/_react["default"].createElement("img", {
166
166
  alt: "",
167
167
  className: "".concat(prefix, "__obj-base-info-left-img"),
168
- src: relatedImgUrl || ""
168
+ src: relatedImgUrl || ''
169
169
  })), /*#__PURE__*/_react["default"].createElement("div", {
170
170
  className: "".concat(prefix, "__obj-base-info-right")
171
171
  }, /*#__PURE__*/_react["default"].createElement("span", {
@@ -213,7 +213,7 @@ var DynamicRelative = function DynamicRelative(_ref) {
213
213
  }
214
214
  }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
215
215
  isPercent: true,
216
- text: (0, _tools.htmlDecodeByRegExp)(objName)
216
+ text: (0, _openData.parseString)((0, _tools.htmlDecodeByRegExp)(objName))
217
217
  })), /*#__PURE__*/_react["default"].createElement("div", {
218
218
  className: "".concat(prefix, "__obj-other-info")
219
219
  }, /*#__PURE__*/_react["default"].createElement("span", {
@@ -29,6 +29,8 @@ var _getLocale = require("../../../../utils/getLocale");
29
29
 
30
30
  var _tools = require("../../../../utils/tools");
31
31
 
32
+ var _openData = require("../../../../utils/open-data");
33
+
32
34
  require("./index.css");
33
35
 
34
36
  var _excluded = ["data"];
@@ -95,7 +97,7 @@ var DynamicReply = function DynamicReply(_ref) {
95
97
  className: "".concat(prefix, "__object-name"),
96
98
  onClick: handleClickOTitle
97
99
  }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
98
- text: (0, _tools.htmlDecodeByRegExp)(data.obj.objName),
100
+ text: (0, _openData.parseString)((0, _tools.htmlDecodeByRegExp)(data.obj.objName)),
99
101
  isPercent: true
100
102
  })), "\u4E0B\u5173\u952E\u6210\u679C\u7684\u590D\u76D8");
101
103
  }
@@ -29,6 +29,8 @@ var _getLocale = require("../../../../utils/getLocale");
29
29
 
30
30
  var _mblog = require("../../../../utils/mblog");
31
31
 
32
+ var _openData = require("../../../../utils/open-data");
33
+
32
34
  require("./index.css");
33
35
 
34
36
  var _excluded = ["data"];
@@ -118,7 +120,7 @@ var DynamicTask = function DynamicTask(_ref) {
118
120
  className: "".concat(prefix, "__object-name"),
119
121
  onClick: handleClickTitle
120
122
  }, /*#__PURE__*/_react["default"].createElement(_tooltip["default"].Text, {
121
- text: (0, _mblog.htmlDecodeByRegExp)(obj.objName),
123
+ text: (0, _openData.parseString)((0, _mblog.htmlDecodeByRegExp)(obj.objName)),
122
124
  isPercent: true
123
125
  })), (0, _getLocale.getLocale)('Mod_stask'));
124
126
  }
@@ -64,7 +64,7 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
64
64
  }
65
65
 
66
66
  return _possibleConstructorReturn(_this, (_this = _super.call.apply(_super, [this].concat(args)), _this.state = {
67
- selectedPeriodValue: "",
67
+ selectedPeriodValue: '',
68
68
  showDatePick: false,
69
69
  eReportWeekList: [],
70
70
  timePickRef: /*#__PURE__*/_react["default"].createRef(),
@@ -73,25 +73,25 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
73
73
  timePickResultsEmpty: false,
74
74
  isShowEReportSharePop: false,
75
75
  eReportId: 0,
76
- eReportDate: "",
76
+ eReportDate: '',
77
77
  isShowToast: false,
78
- submitStatus: ""
78
+ submitStatus: ''
79
79
  }, _this.setIsTimeSelected = function (v) {
80
80
  _this.setState({
81
81
  selectedPeriodValue: v
82
82
  });
83
83
  }, _this.handleClickReportListsDiv = function (e) {
84
84
  _this.setState({
85
- showDatePick: e.target.getAttribute("data-name") === "time-pick"
85
+ showDatePick: e.target.getAttribute('data-name') === 'time-pick'
86
86
  });
87
87
  }, _this.handleTimePickConfirm = function (_ref) {
88
88
  var startDate = _ref.startDate,
89
89
  endDate = _ref.endDate;
90
90
  // 将2019-12-3改为2019年12月3日
91
- var start = startDate.substring(0, startDate.indexOf("T"));
92
- var end = endDate.substring(0, endDate.indexOf("T"));
93
- start = start.replace(/-/i, "").replace(/-/i, "") + (0, _getLocale.getLocale)("Mod_Sun");
94
- end = end.replace(/-/i, "").replace(/-/i, "") + (0, _getLocale.getLocale)("Mod_Sun");
91
+ var start = startDate.substring(0, startDate.indexOf('T'));
92
+ var end = endDate.substring(0, endDate.indexOf('T'));
93
+ start = start.replace(/-/i, '').replace(/-/i, '') + (0, _getLocale.getLocale)('Mod_Sun');
94
+ end = end.replace(/-/i, '').replace(/-/i, '') + (0, _getLocale.getLocale)('Mod_Sun');
95
95
 
96
96
  _this.setState({
97
97
  selectedPeriodValue: "".concat(start, " - ").concat(end),
@@ -102,7 +102,7 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
102
102
 
103
103
  var okrId = _this.props.okrId;
104
104
  var url = (0, _requestV.getApiUrl)("okr/weekStatistics/list?okrId=".concat(okrId, "&startDate=").concat(start, "&endDate=").concat(end));
105
- (0, _requestV.taker)(url, "get", null, {}).then(function (res) {
105
+ (0, _requestV.taker)(url, 'get', null, {}).then(function (res) {
106
106
  _this.setState({
107
107
  eReportWeekList: res.Data
108
108
  });
@@ -113,15 +113,15 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
113
113
  });
114
114
 
115
115
  var url = (0, _requestV.getApiUrl)("okr/weekStatistics/info?id=".concat(id));
116
- (0, _requestV.taker)(url, "get", null).then(function (res) {
116
+ (0, _requestV.taker)(url, 'get', null).then(function (res) {
117
117
  window.open();
118
118
  });
119
119
  }, _this.handlerEReportShareSubmit = function (submitStatus, eReportId, startDate, endDate) {
120
- if (submitStatus === "success") {
120
+ if (submitStatus === 'success') {
121
121
  _this.setState({
122
122
  isShowEReportSharePop: false,
123
123
  isShowToast: true,
124
- submitStatus: "success"
124
+ submitStatus: 'success'
125
125
  });
126
126
 
127
127
  setTimeout(function () {
@@ -129,11 +129,11 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
129
129
  isShowToast: false
130
130
  });
131
131
  }, 2000);
132
- } else if (submitStatus === "failed") {
132
+ } else if (submitStatus === 'failed') {
133
133
  _this.setState({
134
134
  isShowEReportSharePop: false,
135
135
  isShowToast: true,
136
- submitStatus: "error"
136
+ submitStatus: 'error'
137
137
  });
138
138
 
139
139
  setTimeout(function () {
@@ -141,11 +141,11 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
141
141
  isShowToast: false
142
142
  });
143
143
  }, 2000);
144
- } else if (submitStatus === "cancel") {
144
+ } else if (submitStatus === 'cancel') {
145
145
  _this.setState({
146
146
  isShowEReportSharePop: false
147
147
  });
148
- } else if (submitStatus === "showEReportShare") {
148
+ } else if (submitStatus === 'showEReportShare') {
149
149
  _this.setState({
150
150
  isShowEReportSharePop: true,
151
151
  eReportId: eReportId || 0,
@@ -157,6 +157,8 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
157
157
  isVisible = _this$props.isVisible,
158
158
  okrName = _this$props.okrName,
159
159
  okrId = _this$props.okrId;
160
+ var StrRreg = /@\$(userName|departmentName)\=(.+?)\$/g;
161
+ var workName = okrName === null || okrName === void 0 ? void 0 : okrName.replace(StrRreg, '');
160
162
  return /*#__PURE__*/_react["default"].createElement(_Portals["default"], null, /*#__PURE__*/_react["default"].createElement(_transition["default"], {
161
163
  visible: showShare,
162
164
  animate: true,
@@ -168,7 +170,7 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
168
170
  }, /*#__PURE__*/_react["default"].createElement(_eReportShare["default"], {
169
171
  className: "ereport__share__wrapper",
170
172
  isVisible: isVisible,
171
- workName: okrName,
173
+ workName: workName,
172
174
  workId: okrId,
173
175
  eReportId: id,
174
176
  eReportDate: date,
@@ -186,7 +188,7 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
186
188
 
187
189
  var okrId = this.props.okrId;
188
190
  var url = (0, _requestV.getApiUrl)("okr/weekStatistics/list?okrId=".concat(okrId));
189
- (0, _requestV.taker)(url, "get", null, {}).then(function (res) {
191
+ (0, _requestV.taker)(url, 'get', null, {}).then(function (res) {
190
192
  _this2.setState({
191
193
  eReportWeekList: res.Data || [],
192
194
  timePick: _this2.state.timePickRef.current
@@ -204,22 +206,19 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
204
206
  key: v.id
205
207
  }, /*#__PURE__*/_react["default"].createElement(_style.ItemTimeDivStyle, null, /*#__PURE__*/_react["default"].createElement(_style.ItemTimeBackgroundStyle, {
206
208
  className: "tu-icon-OKRs-E"
207
- }), /*#__PURE__*/_react["default"].createElement(_style.ItemTimeTextStyle, null, "(", "".concat(v.startDate, "-").concat(v.endDate), ")")), /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsActionsDivStyle, null, /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsChildsDivStyle, null, /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsShareBackgroundStyle, {
209
+ }), /*#__PURE__*/_react["default"].createElement(_style.ItemTimeTextStyle, null, "(", "".concat(v.startDate, "-").concat(v.endDate), ")")), /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsActionsDivStyle, null, /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsChildsDivStyle, {
208
210
  onClick: function onClick() {
209
- return _this3.handlerEReportShareSubmit("showEReportShare", v.id, v.startDate, v.endDate);
210
- },
211
- className: "tu-icon-share1"
212
- }), /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsShareTextStyle, {
213
- onClick: function onClick() {
214
- return _this3.handlerEReportShareSubmit("showEReportShare", v.id, v.startDate, v.endDate);
211
+ return _this3.handlerEReportShareSubmit('showEReportShare', v.id, v.startDate, v.endDate);
215
212
  }
216
- }, (0, _getLocale.getLocale)("OKR_MyO_Share"))), /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsChildsDivStyle, null, /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsMoreInfoTextStyle, {
213
+ }, /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsShareBackgroundStyle, {
214
+ className: "tu-icon-share1 hahahahaha"
215
+ }), /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsShareTextStyle, null, (0, _getLocale.getLocale)('OKR_MyO_Share'))), /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsChildsDivStyle, null, /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsMoreInfoTextStyle, {
217
216
  target: "_new",
218
217
  onClick: function onClick() {
219
218
  return window.open("".concat(location.pathname, "#okr/eReport?okrId=").concat(v.id, "&work_id=").concat(okrId));
220
219
  },
221
220
  href: void 0
222
- }, (0, _getLocale.getLocale)("Mod_Checkdetails")), /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsMoreInfoBackgroundStyle, {
221
+ }, (0, _getLocale.getLocale)('Mod_Checkdetails')), /*#__PURE__*/_react["default"].createElement(_style.ItemOptionsMoreInfoBackgroundStyle, {
223
222
  onClick: function onClick() {
224
223
  window.open("".concat(location.pathname, "#okr/eReport?okrId=").concat(v.id, "&work_id=").concat(okrId));
225
224
  },
@@ -239,7 +238,7 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
239
238
  value: function getTimePick() {
240
239
  return /*#__PURE__*/_react["default"].createElement(_style.ListTopDivStyle, {
241
240
  ref: this.state.timePickRef
242
- }, /*#__PURE__*/_react["default"].createElement(_style.ListTopLabelStyle, null, (0, _getLocale.getLocale)("OKR_MyO_Ew_List")), /*#__PURE__*/_react["default"].createElement(_style.ListTopTimePickDivStyle, null, /*#__PURE__*/_react["default"].createElement(_style.TimePickStyle, {
241
+ }, /*#__PURE__*/_react["default"].createElement(_style.ListTopLabelStyle, null, (0, _getLocale.getLocale)('OKR_MyO_Ew_List')), /*#__PURE__*/_react["default"].createElement(_style.ListTopTimePickDivStyle, null, /*#__PURE__*/_react["default"].createElement(_style.TimePickStyle, {
243
242
  "data-name": "time-pick",
244
243
  className: "tu-icon-schedule"
245
244
  }), /*#__PURE__*/_react["default"].createElement(_rangePickerPop["default"], {
@@ -250,7 +249,7 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
250
249
  onConfirm: this.handleTimePickConfirm
251
250
  }, /*#__PURE__*/_react["default"].createElement(_style.TimePickTextStyle, {
252
251
  "data-name": "time-pick"
253
- }, this.state.selectedPeriodValue || (0, _getLocale.getLocale)("OKR_MyO_Ew_Butt_Filterbytime")))));
252
+ }, this.state.selectedPeriodValue || (0, _getLocale.getLocale)('OKR_MyO_Ew_Butt_Filterbytime')))));
254
253
  }
255
254
  }, {
256
255
  key: "render",
@@ -267,7 +266,7 @@ var EReportList = /*#__PURE__*/function (_React$Component) {
267
266
  return timePickResultsEmpty ? /*#__PURE__*/_react["default"].createElement(_style.ListStyle, {
268
267
  onClick: this.handleClickReportListsDiv
269
268
  }, this.getTimePick(), eReportWeekList.length === 0 ? /*#__PURE__*/_react["default"].createElement(_eReportListEmpty["default"], {
270
- text: (0, _getLocale.getLocale)("Mod_ lookingfor")
269
+ text: (0, _getLocale.getLocale)('Mod_ lookingfor')
271
270
  }) : this.getListItem(eReportWeekList), this.getShare(isShowEReportSharePop, eReportId, eReportDate), this.getToast(isShowToast, submitStatus)) : eReportWeekList.length === 0 ? /*#__PURE__*/_react["default"].createElement(_eReportListEmpty["default"], {
272
271
  text: "\u8FD8\u672A\u5230E-\u5468\u62A5\u751F\u6210\u65F6\u95F4\u54E6~"
273
272
  }) : /*#__PURE__*/_react["default"].createElement(_style.ListStyle, {
@@ -17,7 +17,7 @@ var ModalWrapper = _styledComponents["default"].div(_templateObject || (_templat
17
17
 
18
18
  exports.ModalWrapper = ModalWrapper;
19
19
 
20
- var ModalContainer = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: ", ";\n height: 223px;\n padding: 20px 30px 10px;\n box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);\n border-radius: 4px;\n background: #FFFFFF;\n"])), function (p) {
20
+ var ModalContainer = _styledComponents["default"].div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: ", ";\n height: 223px;\n padding: 20px 30px 10px;\n box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);\n border-radius: 12px;\n background: #FFFFFF;\n"])), function (p) {
21
21
  return p.width;
22
22
  });
23
23
 
@@ -27,6 +27,8 @@ var _utils = require("./utils");
27
27
 
28
28
  var _getLocale = require("../../utils/getLocale");
29
29
 
30
+ var _openData = require("../../utils/open-data");
31
+
30
32
  require("./style/style.css");
31
33
 
32
34
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
@@ -110,7 +112,7 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
110
112
 
111
113
  _this.handleOk = function () {
112
114
  if (!_this.state.isValid) {
113
- _toast["default"].Warning("关键成果总权重须等于100%");
115
+ _toast["default"].Warning('关键成果总权重须等于100%');
114
116
 
115
117
  return;
116
118
  }
@@ -126,10 +128,10 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
126
128
  };
127
129
  });
128
130
 
129
- (0, _requestV.taker)((0, _requestV.getApiUrl)(url), "post", data).then(function (res) {
131
+ (0, _requestV.taker)((0, _requestV.getApiUrl)(url), 'post', data).then(function (res) {
130
132
  _this.props.onOk && _this.props.onOk(); // @ts-ignore
131
133
 
132
- window.Talent.app.vent.trigger("updateProgress:Project-Progress-View", {});
134
+ window.Talent.app.vent.trigger('updateProgress:Project-Progress-View', {});
133
135
  });
134
136
  };
135
137
 
@@ -295,7 +297,7 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
295
297
  isValid = _this$state.isValid,
296
298
  isDone = _this$state.isDone;
297
299
  return /*#__PURE__*/_react["default"].createElement(_dialog["default"], {
298
- title: (0, _getLocale.getLocale)("OKR_MyO_Text_krweightsetting"),
300
+ title: (0, _getLocale.getLocale)('OKR_MyO_Text_krweightsetting'),
299
301
  noFooterLine: true,
300
302
  visible: !isDone && isShowModal,
301
303
  width: "570px",
@@ -324,19 +326,19 @@ var EditKrWightModal = /*#__PURE__*/function (_Component) {
324
326
  }, /*#__PURE__*/_react["default"].createElement(_style.KrCounter, null, /*#__PURE__*/_react["default"].createElement("div", {
325
327
  className: "kr-counter"
326
328
  }, "KR".concat(index + 1))), /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
327
- title: mileStoneName,
329
+ title: (0, _openData.parseString)(mileStoneName),
328
330
  overlayStyle: mileStoneName.length > 18 ? {
329
331
  zIndex: 99999
330
332
  } : {}
331
- }, /*#__PURE__*/_react["default"].createElement(_style.KrTitle, null, mileStoneName)), /*#__PURE__*/_react["default"].createElement(_style.FormItemWrapper, {
333
+ }, /*#__PURE__*/_react["default"].createElement(_style.KrTitle, null, (0, _openData.parseString)(mileStoneName))), /*#__PURE__*/_react["default"].createElement(_style.FormItemWrapper, {
332
334
  style: {
333
335
  width: 140
334
336
  }
335
- }, /*#__PURE__*/_react["default"].createElement(_style.FormItemLabel, null, (0, _getLocale.getLocale)("OKR_MyO_Text_Weights")), /*#__PURE__*/_react["default"].createElement(_FormItemV["default"], {
337
+ }, /*#__PURE__*/_react["default"].createElement(_style.FormItemLabel, null, (0, _getLocale.getLocale)('OKR_MyO_Text_Weights')), /*#__PURE__*/_react["default"].createElement(_FormItemV["default"], {
336
338
  isDirty: data.isDirty,
337
- errorText: (0, _getLocale.getLocale)("OKR_MyO_KRP_Please0and100")
339
+ errorText: (0, _getLocale.getLocale)('OKR_MyO_KRP_Please0and100')
338
340
  }, /*#__PURE__*/_react["default"].createElement(_Input["default"], {
339
- suffixIcon: (0, _getLocale.getLocale)("OKR_MyO_Pop_Upd_Percentage"),
341
+ suffixIcon: (0, _getLocale.getLocale)('OKR_MyO_Pop_Upd_Percentage'),
340
342
  value: krWeight,
341
343
  onChange: function onChange(value) {
342
344
  return _this4.handleWeightChange(value, feedId);
@@ -106,9 +106,9 @@ var Menu = function Menu(_ref) {
106
106
  };
107
107
 
108
108
  (0, _react.useEffect)(function () {
109
- var isKnow = localStorage.getItem("isNewMenuItem__".concat(userId));
109
+ var cacheIsKnow = localStorage.getItem("isNewMenuItem__".concat(userId));
110
110
 
111
- if (isKnow) {
111
+ if (cacheIsKnow) {
112
112
  setIsKonw(true);
113
113
  }
114
114
  }, []);
@@ -147,7 +147,7 @@ var Menu = function Menu(_ref) {
147
147
  mask: false,
148
148
  action: ["focus"],
149
149
  popupAlign: NewFeatureGuidePopupAlign,
150
- zIndex: 1201
150
+ zIndex: 1000
151
151
  }, /*#__PURE__*/_react["default"].createElement("a", {
152
152
  className: (0, _classnames["default"])("".concat(prefix, "__menu-show"), _defineProperty({}, "".concat(prefix, "__menu-show--active"), activeMenuId === menu.id)),
153
153
  href: href,
@@ -260,7 +260,7 @@ function Inform(props) {
260
260
  className: (0, _classnames["default"])("".concat(preCls, "__item-right-content"))
261
261
  }, /*#__PURE__*/_react["default"].createElement(_tooltipText["default"], {
262
262
  overlayClassName: "".concat(preCls, "__item-right-content-tooltip"),
263
- text: (0, _openData.parseString)((0, _utils.deleteText)((0, _utils.htmlToText)(item.content))),
263
+ text: (0, _openData.parseString)((0, _utils.deleteText)(item.content)),
264
264
  isPercent: true,
265
265
  mouseEnterDelay: 0.8
266
266
  })), /*#__PURE__*/_react["default"].createElement("div", {
@@ -23,7 +23,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
23
23
 
24
24
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
25
 
26
- var preCls = "titaui-user-message-msg-todos";
26
+ var preCls = 'titaui-user-message-msg-todos';
27
27
 
28
28
  var TodoItem = function TodoItem(props) {
29
29
  var item = props.item,
@@ -34,7 +34,7 @@ var TodoItem = function TodoItem(props) {
34
34
  onItemClick && onItemClick(false);
35
35
 
36
36
  if (item.objType === 7) {
37
- window.Talent.app.vent.trigger("global-pull-screen", item.objId, "task");
37
+ window.Talent.app.vent.trigger('global-pull-screen', item.objId, 'task');
38
38
  } else {
39
39
  (0, _tools.openPage)(item.objUrl);
40
40
  }
@@ -78,7 +78,7 @@ var TodoItem = function TodoItem(props) {
78
78
  className: (0, _classnames["default"])("".concat(preCls, "__item-right-content"))
79
79
  }, /*#__PURE__*/_react["default"].createElement(_tooltipText["default"], {
80
80
  overlayClassName: "".concat(preCls, "__item-right-content-tooltip"),
81
- text: (0, _openData.parseString)((0, _utils.deleteText)((0, _utils.htmlToText)(item.content))),
81
+ text: (0, _openData.parseString)((0, _utils.deleteText)(item.content)),
82
82
  isPercent: true,
83
83
  mouseEnterDelay: 0.8
84
84
  })), /*#__PURE__*/_react["default"].createElement("div", {
@@ -1,5 +1,4 @@
1
1
  .titaui-okr-detail-ao-nice {
2
- padding-top: 50px;
3
2
  padding-bottom: 75px;
4
3
  }
5
4