@titaui/pc 1.10.81-beta.2 → 1.10.82-beta.3

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.
@@ -19,6 +19,8 @@ var _actions = require("./actions");
19
19
 
20
20
  var _confirm = _interopRequireDefault(require("./confirm"));
21
21
 
22
+ var _wechatBtn = _interopRequireDefault(require("../../wechat-btn"));
23
+
22
24
  var _toast = _interopRequireDefault(require("../../toast"));
23
25
 
24
26
  var _requestApis = require("../request-apis");
@@ -109,7 +111,7 @@ function OkrDetailHeader(_ref) {
109
111
  }));
110
112
 
111
113
  case 3:
112
- _toast["default"].Success((0, _getLocale.getLocale)("Mod_Successfuloperat"));
114
+ _toast["default"].Success((0, _getLocale.getLocale)('Mod_Successfuloperat'));
113
115
 
114
116
  context.setGeneralVisibility({
115
117
  visibility: visibility,
@@ -132,229 +134,232 @@ function OkrDetailHeader(_ref) {
132
134
  setShareVisible(false);
133
135
  }, []);
134
136
  var actions = (0, _react.useMemo)(function () {
135
- if (!detailInfo) return [];
136
- return (0, _actions.getOkrHeadActions)({
137
- roleType: context.generalRoleType,
138
- principalUser: context.generalPrincipalUser,
139
- visibility: context.generalVisibility.visibility,
140
- detailInfo: detailInfo,
141
- openShareModal: function () {
142
- var _openShareModal = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
143
- var krss;
144
- return regeneratorRuntime.wrap(function _callee2$(_context2) {
145
- while (1) {
146
- switch (_context2.prev = _context2.next) {
147
- case 0:
148
- _context2.next = 2;
149
- return (0, _requestApis.getKrs)({
150
- okrId: detailInfo.workId
151
- });
152
-
153
- case 2:
154
- krss = _context2.sent;
155
- setKrs(krss);
156
- setShareVisible(true);
157
-
158
- case 5:
159
- case "end":
160
- return _context2.stop();
137
+ if (!detailInfo) {
138
+ return [];
139
+ } else {
140
+ return (0, _actions.getOkrHeadActions)({
141
+ roleType: context.generalRoleType,
142
+ principalUser: context.generalPrincipalUser,
143
+ visibility: context.generalVisibility.visibility,
144
+ detailInfo: detailInfo,
145
+ openShareModal: function () {
146
+ var _openShareModal = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
147
+ var krss;
148
+ return regeneratorRuntime.wrap(function _callee2$(_context2) {
149
+ while (1) {
150
+ switch (_context2.prev = _context2.next) {
151
+ case 0:
152
+ _context2.next = 2;
153
+ return (0, _requestApis.getKrs)({
154
+ okrId: detailInfo.workId
155
+ });
156
+
157
+ case 2:
158
+ krss = _context2.sent;
159
+ setKrs(krss);
160
+ setShareVisible(true);
161
+
162
+ case 5:
163
+ case "end":
164
+ return _context2.stop();
165
+ }
161
166
  }
162
- }
163
- }, _callee2);
164
- }));
165
-
166
- function openShareModal() {
167
- return _openShareModal.apply(this, arguments);
168
- }
167
+ }, _callee2);
168
+ }));
169
169
 
170
- return openShareModal;
171
- }(),
172
- changeVisiblilty: function changeVisiblilty(visibility) {
173
- if (visibility === 4) {
174
- if (userSelectRef.current) {
175
- userSelectRef.current.open();
170
+ function openShareModal() {
171
+ return _openShareModal.apply(this, arguments);
176
172
  }
177
173
 
178
- return;
179
- }
180
-
181
- changVisiblity(detailInfo.workId, visibility);
182
- },
183
- onDeleteOkr: function onDeleteOkr(e) {
184
- popRef.current.getRef().show(e.target);
185
- },
186
- onCopyOkr: function onCopyOkr() {
187
- // @ts-ignore
188
- window.openCopyOkrModal({
189
- okrId: detailInfo.workId,
190
- okrType: detailInfo.okrType
191
- });
192
- },
193
- onChangeOkrFollow: function () {
194
- var _onChangeOkrFollow = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(follow) {
195
- var res;
196
- return regeneratorRuntime.wrap(function _callee3$(_context3) {
197
- while (1) {
198
- switch (_context3.prev = _context3.next) {
199
- case 0:
200
- _context3.next = 2;
201
- return (0, _confirm["default"])(follow ? (0, _getLocale.getLocale)("OKR_MyO_Err_Focuson") : (0, _getLocale.getLocale)("OKR_MyO_Err_Unfollow"), follow ? (0, _getLocale.getLocale)("OKR_MyO_Err_Payatten") : (0, _getLocale.getLocale)("OKR_MyO_Err_Progress"));
202
-
203
- case 2:
204
- res = _context3.sent;
174
+ return openShareModal;
175
+ }(),
176
+ changeVisiblilty: function changeVisiblilty(visibility) {
177
+ if (visibility === 4) {
178
+ if (userSelectRef.current) {
179
+ userSelectRef.current.open();
180
+ }
205
181
 
206
- if (!res) {
207
- _context3.next = 14;
208
- break;
209
- }
182
+ return;
183
+ }
210
184
 
211
- if (!follow) {
212
- _context3.next = 9;
185
+ changVisiblity(detailInfo.workId, visibility);
186
+ },
187
+ onDeleteOkr: function onDeleteOkr(e) {
188
+ popRef.current.getRef().show(e.target);
189
+ },
190
+ onCopyOkr: function onCopyOkr() {
191
+ // @ts-ignore
192
+ window.openCopyOkrModal({
193
+ okrId: detailInfo.workId,
194
+ okrType: detailInfo.okrType
195
+ });
196
+ },
197
+ onChangeOkrFollow: function () {
198
+ var _onChangeOkrFollow = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(follow) {
199
+ var res;
200
+ return regeneratorRuntime.wrap(function _callee3$(_context3) {
201
+ while (1) {
202
+ switch (_context3.prev = _context3.next) {
203
+ case 0:
204
+ _context3.next = 2;
205
+ return (0, _confirm["default"])(follow ? (0, _getLocale.getLocale)('OKR_MyO_Err_Focuson') : (0, _getLocale.getLocale)('OKR_MyO_Err_Unfollow'), follow ? (0, _getLocale.getLocale)('OKR_MyO_Err_Payatten') : (0, _getLocale.getLocale)('OKR_MyO_Err_Progress'));
206
+
207
+ case 2:
208
+ res = _context3.sent;
209
+
210
+ if (!res) {
211
+ _context3.next = 14;
212
+ break;
213
+ }
214
+
215
+ if (!follow) {
216
+ _context3.next = 9;
217
+ break;
218
+ }
219
+
220
+ _context3.next = 7;
221
+ return (0, _requestApis.addUser)(loginUserId, detailInfo.workId, 3);
222
+
223
+ case 7:
224
+ _context3.next = 11;
213
225
  break;
214
- }
215
-
216
- _context3.next = 7;
217
- return (0, _requestApis.addUser)(loginUserId, detailInfo.workId, 3);
218
226
 
219
- case 7:
220
- _context3.next = 11;
221
- break;
227
+ case 9:
228
+ _context3.next = 11;
229
+ return (0, _requestApis.deleteUser)(loginUserId, detailInfo.workId, 3);
222
230
 
223
- case 9:
224
- _context3.next = 11;
225
- return (0, _requestApis.deleteUser)(loginUserId, detailInfo.workId, 3);
231
+ case 11:
232
+ context.setGeneralRoleType(follow ? 3 : 0); // 关注
226
233
 
227
- case 11:
228
- context.setGeneralRoleType(follow ? 3 : 0); // 关注
234
+ _toast["default"].Success((0, _getLocale.getLocale)('Mod_Successfuloperat'));
229
235
 
230
- _toast["default"].Success((0, _getLocale.getLocale)("Mod_Successfuloperat"));
236
+ if (!follow) {
237
+ commonContext.refreshAll();
238
+ }
231
239
 
232
- if (!follow) {
233
- commonContext.refreshAll();
234
- }
235
-
236
- case 14:
237
- case "end":
238
- return _context3.stop();
240
+ case 14:
241
+ case "end":
242
+ return _context3.stop();
243
+ }
239
244
  }
240
- }
241
- }, _callee3);
242
- }));
243
-
244
- function onChangeOkrFollow(_x3) {
245
- return _onChangeOkrFollow.apply(this, arguments);
246
- }
245
+ }, _callee3);
246
+ }));
247
247
 
248
- return onChangeOkrFollow;
249
- }(),
250
- onFinishOrReOpen: function () {
251
- var _onFinishOrReOpen = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee4(isFinish) {
252
- var res;
253
- return regeneratorRuntime.wrap(function _callee4$(_context4) {
254
- while (1) {
255
- switch (_context4.prev = _context4.next) {
256
- case 0:
257
- _context4.next = 2;
258
- return (0, _confirm["default"])(isFinish ? (0, _getLocale.getLocale)("OKR_MyO_Areycloseobjective") : (0, _getLocale.getLocale)("OKR_MyO_Err_Restart"));
259
-
260
- case 2:
261
- res = _context4.sent;
262
-
263
- if (!res) {
264
- _context4.next = 13;
265
- break;
266
- }
248
+ function onChangeOkrFollow(_x3) {
249
+ return _onChangeOkrFollow.apply(this, arguments);
250
+ }
267
251
 
268
- if (!isFinish) {
269
- _context4.next = 9;
252
+ return onChangeOkrFollow;
253
+ }(),
254
+ onFinishOrReOpen: function () {
255
+ var _onFinishOrReOpen = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee4(isFinish) {
256
+ var res;
257
+ return regeneratorRuntime.wrap(function _callee4$(_context4) {
258
+ while (1) {
259
+ switch (_context4.prev = _context4.next) {
260
+ case 0:
261
+ _context4.next = 2;
262
+ return (0, _confirm["default"])(isFinish ? (0, _getLocale.getLocale)('OKR_MyO_Areycloseobjective') : (0, _getLocale.getLocale)('OKR_MyO_Err_Restart'));
263
+
264
+ case 2:
265
+ res = _context4.sent;
266
+
267
+ if (!res) {
268
+ _context4.next = 13;
269
+ break;
270
+ }
271
+
272
+ if (!isFinish) {
273
+ _context4.next = 9;
274
+ break;
275
+ }
276
+
277
+ _context4.next = 7;
278
+ return (0, _requestApis.close)(detailInfo.workId);
279
+
280
+ case 7:
281
+ _context4.next = 11;
270
282
  break;
271
- }
272
-
273
- _context4.next = 7;
274
- return (0, _requestApis.close)(detailInfo.workId);
275
283
 
276
- case 7:
277
- _context4.next = 11;
278
- break;
284
+ case 9:
285
+ _context4.next = 11;
286
+ return (0, _requestApis.start)(detailInfo.workId);
279
287
 
280
- case 9:
281
- _context4.next = 11;
282
- return (0, _requestApis.start)(detailInfo.workId);
288
+ case 11:
289
+ commonContext.refreshAll(); // 刷新
283
290
 
284
- case 11:
285
- commonContext.refreshAll(); // 刷新
291
+ _toast["default"].Success((0, _getLocale.getLocale)('Mod_Successfuloperat'));
286
292
 
287
- _toast["default"].Success((0, _getLocale.getLocale)("Mod_Successfuloperat"));
288
-
289
- case 13:
290
- case "end":
291
- return _context4.stop();
293
+ case 13:
294
+ case "end":
295
+ return _context4.stop();
296
+ }
292
297
  }
293
- }
294
- }, _callee4);
295
- }));
298
+ }, _callee4);
299
+ }));
296
300
 
297
- function onFinishOrReOpen(_x4) {
298
- return _onFinishOrReOpen.apply(this, arguments);
299
- }
300
-
301
- return onFinishOrReOpen;
302
- }(),
303
- onQuit: function () {
304
- var _onQuit = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee5() {
305
- var res;
306
- return regeneratorRuntime.wrap(function _callee5$(_context5) {
307
- while (1) {
308
- switch (_context5.prev = _context5.next) {
309
- case 0:
310
- _context5.next = 2;
311
- return (0, _confirm["default"])((0, _getLocale.getLocale)("OKR_MyO_Err_Quit"), (0, _getLocale.getLocale)("OKR_MyO_Err_Inchargec"));
312
-
313
- case 2:
314
- res = _context5.sent;
315
-
316
- if (!res) {
317
- _context5.next = 8;
318
- break;
319
- }
320
-
321
- _context5.next = 6;
322
- return (0, _requestApis.deleteUser)(loginUserId, detailInfo.workId, 2);
323
-
324
- case 6:
325
- // context.setGeneralRoleType(0)
326
- commonContext.refreshAll(); // 刷新
327
-
328
- _toast["default"].Success((0, _getLocale.getLocale)("Mod_Successfuloperat"));
301
+ function onFinishOrReOpen(_x4) {
302
+ return _onFinishOrReOpen.apply(this, arguments);
303
+ }
329
304
 
330
- case 8:
331
- case "end":
332
- return _context5.stop();
305
+ return onFinishOrReOpen;
306
+ }(),
307
+ onQuit: function () {
308
+ var _onQuit = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee5() {
309
+ var res;
310
+ return regeneratorRuntime.wrap(function _callee5$(_context5) {
311
+ while (1) {
312
+ switch (_context5.prev = _context5.next) {
313
+ case 0:
314
+ _context5.next = 2;
315
+ return (0, _confirm["default"])((0, _getLocale.getLocale)('OKR_MyO_Err_Quit'), (0, _getLocale.getLocale)('OKR_MyO_Err_Inchargec'));
316
+
317
+ case 2:
318
+ res = _context5.sent;
319
+
320
+ if (!res) {
321
+ _context5.next = 8;
322
+ break;
323
+ }
324
+
325
+ _context5.next = 6;
326
+ return (0, _requestApis.deleteUser)(loginUserId, detailInfo.workId, 2);
327
+
328
+ case 6:
329
+ // context.setGeneralRoleType(0)
330
+ commonContext.refreshAll(); // 刷新
331
+
332
+ _toast["default"].Success((0, _getLocale.getLocale)('Mod_Successfuloperat'));
333
+
334
+ case 8:
335
+ case "end":
336
+ return _context5.stop();
337
+ }
333
338
  }
334
- }
335
- }, _callee5);
336
- }));
339
+ }, _callee5);
340
+ }));
337
341
 
338
- function onQuit() {
339
- return _onQuit.apply(this, arguments);
340
- }
342
+ function onQuit() {
343
+ return _onQuit.apply(this, arguments);
344
+ }
341
345
 
342
- return onQuit;
343
- }()
344
- });
346
+ return onQuit;
347
+ }()
348
+ });
349
+ }
345
350
  }, [detailInfo, context.generalRoleType, context.generalPrincipalUser, context.generalVisibility.visibility]);
346
351
  var parent = null;
347
352
 
348
353
  if (context.generalParent) {
349
354
  if (context.generalParent.parentKr) {
350
355
  parent = {
351
- type: "kr",
356
+ type: 'kr',
352
357
  id: context.generalParent.parentKr.mileStoneId,
353
358
  name: context.generalParent.parentKr.mileStoneName
354
359
  };
355
360
  } else if (context.generalParent.parentOkr) {
356
361
  parent = {
357
- type: "okr",
362
+ type: 'okr',
358
363
  id: context.generalParent.parentOkr.workId,
359
364
  name: context.generalParent.parentOkr.workName
360
365
  };
@@ -363,19 +368,24 @@ function OkrDetailHeader(_ref) {
363
368
 
364
369
  return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_drawer["default"].Header, {
365
370
  actions: actions,
371
+ actionComponent: /*#__PURE__*/_react["default"].createElement(_wechatBtn["default"], {
372
+ id: detailInfo.workId,
373
+ objType: 62,
374
+ name: detailInfo.workName
375
+ }),
366
376
  content: parent ? /*#__PURE__*/_react["default"].createElement("span", {
367
377
  className: "okr-detail-head-parent"
368
378
  }, /*#__PURE__*/_react["default"].createElement("i", {
369
379
  className: "tu-icon-liebiao-duiqinubiao"
370
380
  }), /*#__PURE__*/_react["default"].createElement("span", {
371
381
  onClick: function onClick() {
372
- return parent.type === "okr" ? _drawerManager["default"].open("okrDetail", {
382
+ return parent.type === 'okr' ? _drawerManager["default"].open('okrDetail', {
373
383
  okrId: parent.id
374
- }) : _drawerManager["default"].open("krDetail", {
384
+ }) : _drawerManager["default"].open('krDetail', {
375
385
  krId: parent.id
376
386
  });
377
387
  }
378
- }, /*#__PURE__*/_react["default"].createElement("span", null, parent.type === "okr" ? "O " : "KR "), parent.name)) : null
388
+ }, /*#__PURE__*/_react["default"].createElement("span", null, parent.type === 'okr' ? 'O ' : 'KR '), parent.name)) : null
379
389
  }), /*#__PURE__*/_react["default"].createElement(_okrShare["default"], {
380
390
  visible: shareVisible,
381
391
  onClose: closeShareModal,
@@ -412,7 +422,7 @@ function OkrDetailHeader(_ref) {
412
422
  });
413
423
 
414
424
  case 2:
415
- _toast["default"].Success((0, _getLocale.getLocale)("Pro_detail_Deletsuccess"));
425
+ _toast["default"].Success((0, _getLocale.getLocale)('Pro_detail_Deletsuccess'));
416
426
 
417
427
  setTimeout(function () {
418
428
  commonContext.refreshAll();
@@ -436,7 +446,7 @@ function OkrDetailHeader(_ref) {
436
446
  })
437
447
  }, /*#__PURE__*/_react["default"].createElement("span", null)), /*#__PURE__*/_react["default"].createElement("div", {
438
448
  style: {
439
- textAlign: "right",
449
+ textAlign: 'right',
440
450
  height: 0
441
451
  }
442
452
  }, /*#__PURE__*/_react["default"].createElement(_userSelector["default"], {
@@ -450,9 +460,9 @@ function OkrDetailHeader(_ref) {
450
460
  selectNodes: context.generalVisibility.visibilityScope || {},
451
461
  trigger: /*#__PURE__*/_react["default"].createElement("div", {
452
462
  style: {
453
- visibility: "hidden",
463
+ visibility: 'hidden',
454
464
  zIndex: -1,
455
- display: "inline-block",
465
+ display: 'inline-block',
456
466
  height: 0
457
467
  }
458
468
  }, "empty select")
@@ -17,6 +17,8 @@ var _header = _interopRequireDefault(require("./components/header"));
17
17
 
18
18
  var _tabs = _interopRequireWildcard(require("../tabs"));
19
19
 
20
+ var _request = require("../../utils/request");
21
+
20
22
  var _tabPanelContent = _interopRequireDefault(require("./components/tab-panel-content"));
21
23
 
22
24
  var _baseInfo = _interopRequireDefault(require("./base-info"));
@@ -0,0 +1,14 @@
1
+ .titaui-wechat-btn {
2
+ font-size: 18px;
3
+ color: #a4acb9;
4
+ margin: 0 8px;
5
+ cursor: pointer;
6
+ }
7
+
8
+ .titaui-wechat-btn:hover {
9
+ color: #2879ff;
10
+ }
11
+
12
+ .titaui-wechat-btn__chat {
13
+ color: #2879ff;
14
+ }