@titaui/pc 1.12.0-beta.2 → 1.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/button/images/blue.svg +21 -0
- package/lib/components/button/images/red.svg +21 -0
- package/lib/components/button/images/white.svg +19 -0
- package/lib/components/button/rect-btn/index.js +3 -3
- package/lib/components/checkbox/index.css +4 -0
- package/lib/components/contact-kefu/index.css +10 -0
- package/lib/components/contact-kefu/index.js +8 -2
- package/lib/components/create-okr-modal/index.js +3 -1
- package/lib/components/dynamic/constant.js +1 -1
- package/lib/components/dynamic/dynamic-list/index.js +14 -7
- package/lib/components/dynamic/index.js +9 -12
- package/lib/components/dynamic/request-api.js +7 -68
- package/lib/components/nav-top/components/menu/index.js +16 -14
- package/lib/components/nav-top/index.js +2 -2
- package/lib/components/okr-detail/components/base-okr-type/confirm/confirm.js +1 -1
- package/lib/components/okr-detail/e-list/index.js +2 -2
- package/lib/components/period-selector/interface.js +7 -0
- package/lib/components/publish-dynamic-modal/publish-dynamic-modal.js +16 -10
- package/lib/components/search-input/index.css +1 -1
- package/lib/components/select-layer/index.css +1 -1
- package/lib/components/task-relation-modal/helper.js +139 -2
- package/lib/components/task-relation-modal/image/loading.gif +0 -0
- package/lib/components/task-relation-modal/index.js +9 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.css +18 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/index.js +262 -0
- package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +135 -0
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.css +0 -0
- package/lib/components/task-relation-modal/okr-relation/relation-work-model/index.js +129 -0
- package/lib/components/task-relation-modal/okr-relation/request-api.js +106 -0
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.css +120 -0
- package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +185 -0
- package/lib/components/task-relation-modal/request-api.js +28 -2
- package/lib/components/task-relation-modal/search/okr-status-select.js +3 -3
- package/lib/components/task-relation-modal/search/principal.js +36 -19
- package/lib/components/task-relation-modal/search/search-dropdown/index.css +2 -1
- package/lib/components/task-relation-modal/search/search-dropdown/index.js +1 -1
- package/lib/components/{dynamic/dynamic-topping/index.js → task-relation-modal/search/task-relation.js} +45 -44
- package/lib/components/task-relation-modal/search/task-status-select.js +87 -0
- package/lib/components/{dynamic/dynamic-liking/index.js → task-relation-modal/search/work-relation.js} +43 -39
- package/lib/components/task-relation-modal/search/work-status-select.js +74 -0
- package/lib/components/task-relation-modal/tree/category-tree/index.css +3 -3
- package/lib/components/task-relation-modal/tree/okr-tree/index.css +1 -1
- package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +16 -2
- package/lib/components/task-relation-modal/tree/task-list/index.css +0 -0
- package/lib/components/task-relation-modal/tree/task-list/index.js +1 -0
- package/lib/components/task-relation-modal/tree/work-list/index.css +14 -0
- package/lib/components/task-relation-modal/tree/work-list/index.js +176 -0
- package/lib/components/task-relation-modal/tree/work-list/search-form.js +123 -0
- package/lib/components/task-relation-modal/tree/work-tree/index.css +1 -1
- package/lib/components/task-relation-modal/tree-node/category-node/index.css +1 -1
- package/lib/components/task-relation-modal/tree-node/work-node/index.js +3 -1
- package/lib/components/task-relation-modal/work-relation/index.css +0 -0
- package/lib/components/task-relation-modal/work-relation/index.js +256 -0
- package/lib/components/tooltip/index.js +3 -0
- package/lib/components/tooltip/tooltip-rows/index.css +26 -0
- package/lib/components/{dynamic/advertise → tooltip/tooltip-rows}/index.js +65 -85
- package/lib/components/user-selector/category-selector-panel/index.js +6 -1
- package/lib/components/{dynamic/quick-operation/components/create-task/index.js → user-selector/category-selector-panel/subordinate-tree.js} +37 -20
- package/lib/components/user-selector/constant.js +10 -2
- package/lib/components/user-selector/export-modules/depart-search-selector/index.js +0 -3
- package/lib/components/user-selector/export-modules/field-tree-selector/index.js +3 -1
- package/lib/components/user-selector/request-apis.js +28 -9
- package/lib/components/user-selector/searched-panel/index.js +21 -8
- package/lib/components/user-selector/select-tree/tree-nodes/tree-person-node/index.js +46 -18
- package/lib/utils/planDataJson.js +11115 -0
- package/package.json +2 -2
- package/lib/components/dynamic/advertise/components/next-btn/index.css +0 -27
- package/lib/components/dynamic/advertise/components/next-btn/index.js +0 -32
- package/lib/components/dynamic/advertise/components/pre-btn/index.css +0 -26
- package/lib/components/dynamic/advertise/components/pre-btn/index.js +0 -32
- package/lib/components/dynamic/advertise/index.css +0 -21
- package/lib/components/dynamic/advertise/interface.js +0 -5
- package/lib/components/dynamic/advertise/util.js +0 -28
- package/lib/components/dynamic/components/dynamic-search-input/index.css +0 -81
- package/lib/components/dynamic/components/dynamic-search-input/index.js +0 -203
- package/lib/components/dynamic/components/first-level-tabs/index.css +0 -101
- package/lib/components/dynamic/components/first-level-tabs/index.js +0 -131
- package/lib/components/dynamic/dynamic-like-ranking/image/like-ranking.svg +0 -23
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-1.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-2.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-3.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/image/ranking-empty.png +0 -0
- package/lib/components/dynamic/dynamic-like-ranking/index.css +0 -146
- package/lib/components/dynamic/dynamic-like-ranking/index.js +0 -180
- package/lib/components/dynamic/dynamic-like-ranking/item.js +0 -105
- package/lib/components/dynamic/dynamic-like-ranking/mock.js +0 -84
- package/lib/components/dynamic/dynamic-liking/image/like-dynamic.svg +0 -30
- package/lib/components/dynamic/dynamic-liking/index.css +0 -81
- package/lib/components/dynamic/dynamic-liking/item.js +0 -75
- package/lib/components/dynamic/dynamic-liking/mock.js +0 -83
- package/lib/components/dynamic/dynamic-topping/image/quotation-mark.svg +0 -16
- package/lib/components/dynamic/dynamic-topping/image/top-icon.svg +0 -30
- package/lib/components/dynamic/dynamic-topping/index.css +0 -141
- package/lib/components/dynamic/dynamic-topping/interface.js +0 -5
- package/lib/components/dynamic/dynamic-topping/item.js +0 -153
- package/lib/components/dynamic/dynamic-topping/request-api.js +0 -36
- package/lib/components/dynamic/dynamic.css +0 -173
- package/lib/components/dynamic/dynamic.js +0 -428
- package/lib/components/dynamic/export-module/index.js +0 -37
- package/lib/components/dynamic/img/dynamic-top.svg +0 -14
- package/lib/components/dynamic/my-team/img/add-subordinate.png +0 -0
- package/lib/components/dynamic/my-team/img/line.png +0 -0
- package/lib/components/dynamic/my-team/img/team.png +0 -0
- package/lib/components/dynamic/my-team/index.css +0 -184
- package/lib/components/dynamic/my-team/index.js +0 -263
- package/lib/components/dynamic/my-team/request-api.js +0 -52
- package/lib/components/dynamic/my-team/util.js +0 -20
- package/lib/components/dynamic/new-ui.css +0 -192
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.css +0 -58
- package/lib/components/dynamic/online-broadcast/components/broadcast-item/index.js +0 -68
- package/lib/components/dynamic/online-broadcast/data.js +0 -95
- package/lib/components/dynamic/online-broadcast/img/broadcast.svg +0 -14
- package/lib/components/dynamic/online-broadcast/img/new.png +0 -0
- package/lib/components/dynamic/online-broadcast/img/preview.png +0 -0
- package/lib/components/dynamic/online-broadcast/index.css +0 -46
- package/lib/components/dynamic/online-broadcast/index.js +0 -61
- package/lib/components/dynamic/online-broadcast/interfact.js +0 -5
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-announcement/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-okr/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-okr/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-share/index.css +0 -25
- package/lib/components/dynamic/quick-operation/components/create-share/index.js +0 -39
- package/lib/components/dynamic/quick-operation/components/create-task/index.css +0 -25
- package/lib/components/dynamic/quick-operation/img/new-announcement.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-okr.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-share.png +0 -0
- package/lib/components/dynamic/quick-operation/img/new-task.png +0 -0
- package/lib/components/dynamic/quick-operation/index.css +0 -51
- package/lib/components/dynamic/quick-operation/index.js +0 -120
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _pagination = _interopRequireDefault(require("../../../pagination"));
|
|
13
|
+
|
|
14
|
+
var _helper = require("../../helper");
|
|
15
|
+
|
|
16
|
+
var _searchForm = _interopRequireDefault(require("./search-form"));
|
|
17
|
+
|
|
18
|
+
var _taskTree = require("../../okr-relation/tree/task-tree");
|
|
19
|
+
|
|
20
|
+
var _loading = _interopRequireDefault(require("../../image/loading.gif"));
|
|
21
|
+
|
|
22
|
+
var _requestApi = require("../../request-api");
|
|
23
|
+
|
|
24
|
+
require("./index.css");
|
|
25
|
+
|
|
26
|
+
var _excluded = ["selected", "setSelected", "multiple"];
|
|
27
|
+
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
|
+
|
|
30
|
+
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); }
|
|
31
|
+
|
|
32
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
33
|
+
|
|
34
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
35
|
+
|
|
36
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
37
|
+
|
|
38
|
+
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; }
|
|
39
|
+
|
|
40
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
41
|
+
|
|
42
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
43
|
+
|
|
44
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
45
|
+
|
|
46
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
47
|
+
|
|
48
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
49
|
+
|
|
50
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
51
|
+
|
|
52
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
53
|
+
|
|
54
|
+
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; }
|
|
55
|
+
|
|
56
|
+
var preCls = 'relation-work';
|
|
57
|
+
|
|
58
|
+
function WorkList(props) {
|
|
59
|
+
var selected = props.selected,
|
|
60
|
+
setSelected = props.setSelected,
|
|
61
|
+
_props$multiple = props.multiple,
|
|
62
|
+
multiple = _props$multiple === void 0 ? true : _props$multiple,
|
|
63
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
64
|
+
|
|
65
|
+
var _useState = (0, _react.useState)([]),
|
|
66
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
67
|
+
taskData = _useState2[0],
|
|
68
|
+
setTaskData = _useState2[1]; // const [selected, setSelected] = useState(lastSelected)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
var _useState3 = (0, _react.useState)({}),
|
|
72
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
73
|
+
query = _useState4[0],
|
|
74
|
+
setQuery = _useState4[1];
|
|
75
|
+
|
|
76
|
+
var _useState5 = (0, _react.useState)(1),
|
|
77
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
78
|
+
total = _useState6[0],
|
|
79
|
+
setTotal = _useState6[1];
|
|
80
|
+
|
|
81
|
+
var _useState7 = (0, _react.useState)(10),
|
|
82
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
83
|
+
pageSize = _useState8[0],
|
|
84
|
+
setPageSize = _useState8[1];
|
|
85
|
+
|
|
86
|
+
var _useState9 = (0, _react.useState)(1),
|
|
87
|
+
_useState10 = _slicedToArray(_useState9, 2),
|
|
88
|
+
pageNum = _useState10[0],
|
|
89
|
+
setPageNum = _useState10[1];
|
|
90
|
+
|
|
91
|
+
var _useState11 = (0, _react.useState)(false),
|
|
92
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
93
|
+
isQuery = _useState12[0],
|
|
94
|
+
setIsQuery = _useState12[1];
|
|
95
|
+
|
|
96
|
+
var _useState13 = (0, _react.useState)(false),
|
|
97
|
+
_useState14 = _slicedToArray(_useState13, 2),
|
|
98
|
+
lodaing = _useState14[0],
|
|
99
|
+
setLoading = _useState14[1];
|
|
100
|
+
|
|
101
|
+
var formatData = function formatData(data) {
|
|
102
|
+
var newData = [];
|
|
103
|
+
data.forEach(function (item) {
|
|
104
|
+
var obj = {};
|
|
105
|
+
obj['id'] = item === null || item === void 0 ? void 0 : item.workId;
|
|
106
|
+
obj['name'] = item === null || item === void 0 ? void 0 : item.workName;
|
|
107
|
+
obj['status'] = (0, _helper.workStatus)()[item === null || item === void 0 ? void 0 : item.status] || (item === null || item === void 0 ? void 0 : item.status);
|
|
108
|
+
obj['principalUser'] = item === null || item === void 0 ? void 0 : item.principalUser;
|
|
109
|
+
obj['startDate'] = item === null || item === void 0 ? void 0 : item.startDate;
|
|
110
|
+
obj['endDate'] = item === null || item === void 0 ? void 0 : item.endDate;
|
|
111
|
+
newData.push(obj);
|
|
112
|
+
});
|
|
113
|
+
return newData || [];
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
var onPageChangeHandler = function onPageChangeHandler(current, pageSize) {
|
|
117
|
+
setSelected([]);
|
|
118
|
+
setPageNum(current);
|
|
119
|
+
setPageSize(pageSize);
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
var getWorkData = function getWorkData() {
|
|
123
|
+
setLoading(true);
|
|
124
|
+
(0, _requestApi.workData)(query, pageNum, pageSize).then(function (res) {
|
|
125
|
+
setLoading(false);
|
|
126
|
+
|
|
127
|
+
if (!!res.Code) {
|
|
128
|
+
var _res$Data = res.Data,
|
|
129
|
+
works = _res$Data.works,
|
|
130
|
+
_total = _res$Data.total;
|
|
131
|
+
var newData = formatData(works);
|
|
132
|
+
setTaskData(newData);
|
|
133
|
+
setTotal(_total);
|
|
134
|
+
}
|
|
135
|
+
});
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
(0, _react.useEffect)(function () {
|
|
139
|
+
isQuery && getWorkData();
|
|
140
|
+
}, [query, pageNum, pageSize]);
|
|
141
|
+
|
|
142
|
+
var onQueryChangeHandler = function onQueryChangeHandler(values) {
|
|
143
|
+
setIsQuery(true);
|
|
144
|
+
setPageNum(1);
|
|
145
|
+
setQuery(_objectSpread(_objectSpread({}, query), values));
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_searchForm["default"], {
|
|
149
|
+
onChange: onQueryChangeHandler
|
|
150
|
+
}), lodaing ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
151
|
+
className: "".concat(preCls, "__content-empty")
|
|
152
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
153
|
+
src: _loading["default"],
|
|
154
|
+
alt: ""
|
|
155
|
+
})) : /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
156
|
+
className: "".concat(preCls, "__content-tree")
|
|
157
|
+
}, /*#__PURE__*/_react["default"].createElement(_taskTree.TaskTree, {
|
|
158
|
+
selected: selected,
|
|
159
|
+
setSelected: setSelected,
|
|
160
|
+
data: taskData,
|
|
161
|
+
multiple: multiple,
|
|
162
|
+
isWork: true,
|
|
163
|
+
pageSize: pageSize
|
|
164
|
+
})), !!total && /*#__PURE__*/_react["default"].createElement("div", {
|
|
165
|
+
className: "".concat(preCls, "__content-pagination")
|
|
166
|
+
}, /*#__PURE__*/_react["default"].createElement(_pagination["default"], {
|
|
167
|
+
size: "sm",
|
|
168
|
+
total: total,
|
|
169
|
+
onChange: onPageChangeHandler,
|
|
170
|
+
current: pageNum,
|
|
171
|
+
pageSize: pageSize
|
|
172
|
+
}))));
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
var _default = WorkList;
|
|
176
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _getLocale = require("../../../../utils/getLocale");
|
|
13
|
+
|
|
14
|
+
var _searchInput = _interopRequireDefault(require("../../../search-input"));
|
|
15
|
+
|
|
16
|
+
var _okrStatusSelect = _interopRequireDefault(require("../../search/okr-status-select"));
|
|
17
|
+
|
|
18
|
+
var _principal = _interopRequireDefault(require("../../search/principal"));
|
|
19
|
+
|
|
20
|
+
var _helpers = require("../../../../utils/helpers");
|
|
21
|
+
|
|
22
|
+
var _workRelation = _interopRequireDefault(require("../../search/work-relation"));
|
|
23
|
+
|
|
24
|
+
require("./index.css");
|
|
25
|
+
|
|
26
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
27
|
+
|
|
28
|
+
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); }
|
|
29
|
+
|
|
30
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
31
|
+
|
|
32
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
33
|
+
|
|
34
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
35
|
+
|
|
36
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
37
|
+
|
|
38
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
39
|
+
|
|
40
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
41
|
+
|
|
42
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
43
|
+
|
|
44
|
+
function SearchForm(props) {
|
|
45
|
+
var _loginUser$UserAvatar;
|
|
46
|
+
|
|
47
|
+
var loginUser = (0, _helpers.getLoginUserInfo)();
|
|
48
|
+
var user = {
|
|
49
|
+
userId: loginUser.Id,
|
|
50
|
+
name: loginUser.Name,
|
|
51
|
+
avatar: {
|
|
52
|
+
original: loginUser === null || loginUser === void 0 ? void 0 : (_loginUser$UserAvatar = loginUser.UserAvatar) === null || _loginUser$UserAvatar === void 0 ? void 0 : _loginUser$UserAvatar.Original,
|
|
53
|
+
color: '#bc97eb'
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
var onChange = props.onChange;
|
|
57
|
+
|
|
58
|
+
var _useState = (0, _react.useState)(0),
|
|
59
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
60
|
+
status = _useState2[0],
|
|
61
|
+
setStatus = _useState2[1];
|
|
62
|
+
|
|
63
|
+
var _useState3 = (0, _react.useState)([user]),
|
|
64
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
65
|
+
users = _useState4[0],
|
|
66
|
+
setUsers = _useState4[1];
|
|
67
|
+
|
|
68
|
+
var _useState5 = (0, _react.useState)(""),
|
|
69
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
70
|
+
keyWords = _useState6[0],
|
|
71
|
+
setKeyWords = _useState6[1];
|
|
72
|
+
|
|
73
|
+
var _useState7 = (0, _react.useState)(0),
|
|
74
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
75
|
+
relation = _useState8[0],
|
|
76
|
+
setRelation = _useState8[1];
|
|
77
|
+
|
|
78
|
+
var _useState9 = (0, _react.useState)([user]),
|
|
79
|
+
_useState10 = _slicedToArray(_useState9, 1),
|
|
80
|
+
initPerson = _useState10[0];
|
|
81
|
+
|
|
82
|
+
(0, _react.useEffect)(function () {
|
|
83
|
+
onChange({
|
|
84
|
+
status: status,
|
|
85
|
+
keyWords: keyWords,
|
|
86
|
+
userIds: users.reduce(function (res, cur, index) {
|
|
87
|
+
return "".concat(res).concat(index == 0 ? "" : ",").concat(cur.userId);
|
|
88
|
+
}, ""),
|
|
89
|
+
relation: relation
|
|
90
|
+
});
|
|
91
|
+
}, [status, keyWords, relation, users]);
|
|
92
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
93
|
+
className: "rel-work-tree__search-item"
|
|
94
|
+
}, /*#__PURE__*/_react["default"].createElement(_okrStatusSelect["default"], {
|
|
95
|
+
onChange: setStatus,
|
|
96
|
+
initValue: status
|
|
97
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
98
|
+
className: "rel-work-tree__search-item"
|
|
99
|
+
}, /*#__PURE__*/_react["default"].createElement(_principal["default"], {
|
|
100
|
+
multiple: false,
|
|
101
|
+
onChange: setUsers,
|
|
102
|
+
position: "bottomLeft",
|
|
103
|
+
initValue: initPerson,
|
|
104
|
+
setRelation: setRelation
|
|
105
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
106
|
+
className: "rel-okr-tree__search-item"
|
|
107
|
+
}, /*#__PURE__*/_react["default"].createElement(_workRelation["default"], {
|
|
108
|
+
onChange: setRelation,
|
|
109
|
+
initValue: relation
|
|
110
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
111
|
+
className: "rel-work-tree__search-item-keyword"
|
|
112
|
+
}, /*#__PURE__*/_react["default"].createElement(_searchInput["default"], {
|
|
113
|
+
onSearch: setKeyWords,
|
|
114
|
+
placeholder: (0, _getLocale.getLocale)("Mod_Enterkeywords"),
|
|
115
|
+
style: {
|
|
116
|
+
height: 32,
|
|
117
|
+
width: 240
|
|
118
|
+
}
|
|
119
|
+
})));
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
var _default = SearchForm;
|
|
123
|
+
exports["default"] = _default;
|
|
@@ -21,6 +21,8 @@ var _openData = require("../../../../utils/open-data");
|
|
|
21
21
|
|
|
22
22
|
var _tools = require("../../../../utils/tools");
|
|
23
23
|
|
|
24
|
+
var _helpers = require("../../../../utils/helpers");
|
|
25
|
+
|
|
24
26
|
var _getLocale = require("../../../../utils/getLocale");
|
|
25
27
|
|
|
26
28
|
require("./index.css");
|
|
@@ -49,7 +51,7 @@ function WorkNode(props) {
|
|
|
49
51
|
removeSelected = _useContext.removeSelected;
|
|
50
52
|
|
|
51
53
|
var gotoWorkDetail = function gotoWorkDetail() {
|
|
52
|
-
window.open("#work?work_id=".concat(data.WorkId, "&to_user_id=
|
|
54
|
+
window.open("#work?work_id=".concat(data.WorkId, "&to_user_id=").concat((0, _helpers.getLoginUserInfo)().Id, "&status=1"));
|
|
53
55
|
};
|
|
54
56
|
|
|
55
57
|
var onCheckHandler = function onCheckHandler(checked) {
|
|
File without changes
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _dialog = _interopRequireDefault(require("../../dialog"));
|
|
13
|
+
|
|
14
|
+
var _toast = _interopRequireDefault(require("../../toast"));
|
|
15
|
+
|
|
16
|
+
var _okrTree = _interopRequireDefault(require("../tree/okr-tree"));
|
|
17
|
+
|
|
18
|
+
var _helper = require("../helper");
|
|
19
|
+
|
|
20
|
+
var _context3 = require("../context");
|
|
21
|
+
|
|
22
|
+
var _requestApi = require("../request-api");
|
|
23
|
+
|
|
24
|
+
var _getLocale = require("../../../utils/getLocale");
|
|
25
|
+
|
|
26
|
+
require("./index.css");
|
|
27
|
+
|
|
28
|
+
var _excluded = ["defaultVisible", "multiple", "onOk", "onCancel", "taskId", "isRelationOther", "lastSelected"];
|
|
29
|
+
|
|
30
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
31
|
+
|
|
32
|
+
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); }
|
|
33
|
+
|
|
34
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
35
|
+
|
|
36
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
37
|
+
|
|
38
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
39
|
+
|
|
40
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
41
|
+
|
|
42
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
43
|
+
|
|
44
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
45
|
+
|
|
46
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
47
|
+
|
|
48
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
49
|
+
|
|
50
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
51
|
+
|
|
52
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
53
|
+
|
|
54
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
55
|
+
|
|
56
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
57
|
+
|
|
58
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
59
|
+
|
|
60
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
61
|
+
|
|
62
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
63
|
+
|
|
64
|
+
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; }
|
|
65
|
+
|
|
66
|
+
function WorkRelationModal(props) {
|
|
67
|
+
var _props$defaultVisible = props.defaultVisible,
|
|
68
|
+
defaultVisible = _props$defaultVisible === void 0 ? false : _props$defaultVisible,
|
|
69
|
+
_props$multiple = props.multiple,
|
|
70
|
+
multiple = _props$multiple === void 0 ? true : _props$multiple,
|
|
71
|
+
onOk = props.onOk,
|
|
72
|
+
_props$onCancel = props.onCancel,
|
|
73
|
+
onCancel = _props$onCancel === void 0 ? function () {} : _props$onCancel,
|
|
74
|
+
_props$taskId = props.taskId,
|
|
75
|
+
taskId = _props$taskId === void 0 ? 0 : _props$taskId,
|
|
76
|
+
_props$isRelationOthe = props.isRelationOther,
|
|
77
|
+
isRelationOther = _props$isRelationOthe === void 0 ? false : _props$isRelationOthe,
|
|
78
|
+
_props$lastSelected = props.lastSelected,
|
|
79
|
+
lastSelected = _props$lastSelected === void 0 ? [] : _props$lastSelected,
|
|
80
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
81
|
+
|
|
82
|
+
var _useState = (0, _react.useState)(defaultVisible),
|
|
83
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
84
|
+
visible = _useState2[0],
|
|
85
|
+
setVisible = _useState2[1];
|
|
86
|
+
|
|
87
|
+
var _useState3 = (0, _react.useState)(lastSelected),
|
|
88
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
89
|
+
selected = _useState4[0],
|
|
90
|
+
setSelected = _useState4[1];
|
|
91
|
+
|
|
92
|
+
var _useState5 = (0, _react.useState)([]),
|
|
93
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
94
|
+
selectedRoots = _useState6[0],
|
|
95
|
+
setSelectedRoots = _useState6[1];
|
|
96
|
+
|
|
97
|
+
(0, _react.useEffect)(function () {
|
|
98
|
+
var roots = selected.reduce(function (res, cur) {
|
|
99
|
+
return [].concat(_toConsumableArray(res), [cur.workId]);
|
|
100
|
+
}, []);
|
|
101
|
+
setSelectedRoots(roots);
|
|
102
|
+
}, [selected]);
|
|
103
|
+
|
|
104
|
+
var updateRelationOthers = /*#__PURE__*/function () {
|
|
105
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
106
|
+
var _yield$relationWorks, Message;
|
|
107
|
+
|
|
108
|
+
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
109
|
+
while (1) {
|
|
110
|
+
switch (_context.prev = _context.next) {
|
|
111
|
+
case 0:
|
|
112
|
+
_context.next = 2;
|
|
113
|
+
return (0, _requestApi.relationWorks)({
|
|
114
|
+
TaskId: taskId,
|
|
115
|
+
taskRelationModels: selected.map(function (item) {
|
|
116
|
+
return {
|
|
117
|
+
WorkId: item.workId,
|
|
118
|
+
KrId: item.krId
|
|
119
|
+
};
|
|
120
|
+
})
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
case 2:
|
|
124
|
+
_yield$relationWorks = _context.sent;
|
|
125
|
+
Message = _yield$relationWorks.Message;
|
|
126
|
+
|
|
127
|
+
if (Message) {
|
|
128
|
+
_toast["default"].Error(Message);
|
|
129
|
+
} else {
|
|
130
|
+
_toast["default"].Success((0, _getLocale.getLocale)("Mod_Successfuloperat"));
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
case 5:
|
|
134
|
+
case "end":
|
|
135
|
+
return _context.stop();
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}, _callee);
|
|
139
|
+
}));
|
|
140
|
+
|
|
141
|
+
return function updateRelationOthers() {
|
|
142
|
+
return _ref.apply(this, arguments);
|
|
143
|
+
};
|
|
144
|
+
}();
|
|
145
|
+
|
|
146
|
+
var updateRelation = /*#__PURE__*/function () {
|
|
147
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
148
|
+
var _selected, node, _yield$updateLable, Message;
|
|
149
|
+
|
|
150
|
+
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
151
|
+
while (1) {
|
|
152
|
+
switch (_context2.prev = _context2.next) {
|
|
153
|
+
case 0:
|
|
154
|
+
if (!(selected.length > 0)) {
|
|
155
|
+
_context2.next = 7;
|
|
156
|
+
break;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
_selected = _slicedToArray(selected, 1), node = _selected[0];
|
|
160
|
+
_context2.next = 4;
|
|
161
|
+
return (0, _requestApi.updateLable)({
|
|
162
|
+
task_id: taskId,
|
|
163
|
+
lab_id: node.workId,
|
|
164
|
+
// 目标id 、项目id、分类id
|
|
165
|
+
lab_type: _helper.lableTypeMap[node.type],
|
|
166
|
+
mileStoneId: node.krId // kr | 里程碑id
|
|
167
|
+
|
|
168
|
+
});
|
|
169
|
+
|
|
170
|
+
case 4:
|
|
171
|
+
_yield$updateLable = _context2.sent;
|
|
172
|
+
Message = _yield$updateLable.Message;
|
|
173
|
+
|
|
174
|
+
if (Message) {
|
|
175
|
+
_toast["default"].Error(Message);
|
|
176
|
+
} else {
|
|
177
|
+
_toast["default"].Success((0, _getLocale.getLocale)("Mod_Successfuloperat"));
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
case 7:
|
|
181
|
+
case "end":
|
|
182
|
+
return _context2.stop();
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}, _callee2);
|
|
186
|
+
}));
|
|
187
|
+
|
|
188
|
+
return function updateRelation() {
|
|
189
|
+
return _ref2.apply(this, arguments);
|
|
190
|
+
};
|
|
191
|
+
}();
|
|
192
|
+
|
|
193
|
+
var onOkHandler = function onOkHandler() {
|
|
194
|
+
if (taskId) {
|
|
195
|
+
isRelationOther && updateRelationOthers();
|
|
196
|
+
!isRelationOther && updateRelation();
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
setVisible(false);
|
|
200
|
+
onOk && onOk(selected);
|
|
201
|
+
setSelected([]);
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
var onCancelHandler = function onCancelHandler() {
|
|
205
|
+
setVisible(false);
|
|
206
|
+
onCancel && onCancel();
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
var addSelected = function addSelected(node) {
|
|
210
|
+
if (multiple) {
|
|
211
|
+
setSelected([].concat(_toConsumableArray(selected), [node]));
|
|
212
|
+
} else {
|
|
213
|
+
setSelected([node]);
|
|
214
|
+
}
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
var removeSelected = function removeSelected(id) {
|
|
218
|
+
var newSelected = selected.filter(function (item) {
|
|
219
|
+
return item.id !== id;
|
|
220
|
+
});
|
|
221
|
+
setSelected(_toConsumableArray(newSelected));
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
return /*#__PURE__*/_react["default"].createElement(_dialog["default"], _extends({
|
|
225
|
+
title: '关联 OKR',
|
|
226
|
+
visible: visible,
|
|
227
|
+
onOk: onOkHandler,
|
|
228
|
+
onCancel: onCancelHandler,
|
|
229
|
+
onClose: onCancelHandler,
|
|
230
|
+
style: {
|
|
231
|
+
height: "590px"
|
|
232
|
+
},
|
|
233
|
+
width: 840,
|
|
234
|
+
noFooterLine: true // getContainer={getContainer}
|
|
235
|
+
,
|
|
236
|
+
extraClass: ["pull-screen-ignore", "tita-user-pop"],
|
|
237
|
+
destroyOnClose: false
|
|
238
|
+
}, restProps), /*#__PURE__*/_react["default"].createElement(_context3.Context.Provider, {
|
|
239
|
+
value: {
|
|
240
|
+
multiple: multiple,
|
|
241
|
+
selected: selected,
|
|
242
|
+
selectedRoots: selectedRoots,
|
|
243
|
+
addSelected: addSelected,
|
|
244
|
+
removeSelected: removeSelected
|
|
245
|
+
}
|
|
246
|
+
}, /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
247
|
+
className: "".concat(_helper.preCls, "__content")
|
|
248
|
+
}, /*#__PURE__*/_react["default"].createElement(_okrTree["default"], null)), selected.length > 0 && multiple && /*#__PURE__*/_react["default"].createElement("div", {
|
|
249
|
+
className: "".concat(_helper.preCls, "__select")
|
|
250
|
+
}, "\u5DF2\u9009", /*#__PURE__*/_react["default"].createElement("span", {
|
|
251
|
+
className: "".concat(_helper.preCls, "__select-count")
|
|
252
|
+
}, selected.length), "\u9879"))));
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
var _default = WorkRelationModal;
|
|
256
|
+
exports["default"] = _default;
|
|
@@ -11,11 +11,14 @@ var _tooltip = _interopRequireDefault(require("./tooltip"));
|
|
|
11
11
|
|
|
12
12
|
var _tooltipText = _interopRequireDefault(require("./tooltip-text"));
|
|
13
13
|
|
|
14
|
+
var _tooltipRows = _interopRequireDefault(require("./tooltip-rows"));
|
|
15
|
+
|
|
14
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
17
|
|
|
16
18
|
// export const TooltipText = _TooltipText;
|
|
17
19
|
// export const ErrorToolTip = _ErrorTip;
|
|
18
20
|
_tooltip["default"].Text = _tooltipText["default"];
|
|
19
21
|
_tooltip["default"].Error = _errorTip["default"];
|
|
22
|
+
_tooltip["default"].Rows = _tooltipRows["default"];
|
|
20
23
|
var _default = _tooltip["default"];
|
|
21
24
|
exports["default"] = _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
.tooltip-rows {
|
|
2
|
+
width: 100%;
|
|
3
|
+
position: relative;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.tooltip-rows-wrapper {
|
|
7
|
+
width: 100%;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.tooltip-rows-wrapper--hidden {
|
|
12
|
+
position: absolute;
|
|
13
|
+
visibility: hidden;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.tooltip-rows-wrapper--normal-chirdren {
|
|
17
|
+
margin-right: 4px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.tooltip-rows-wrapper-suffix {
|
|
21
|
+
position: absolute;
|
|
22
|
+
bottom: 0;
|
|
23
|
+
right: 0;
|
|
24
|
+
padding: 0 4px 0 14px;
|
|
25
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
|
|
26
|
+
}
|