"use strict"; (self["webpackChunk"] = self["webpackChunk"] || []).push([[92823],{ /***/ 99611: /*!****************************************************************************!*\ !*** ./node_modules/@ant-design/icons/es/icons/EyeOutlined.js + 1 modules ***! \****************************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ icons_EyeOutlined; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(87462); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); ;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.js // This icon file is generated automatically. var EyeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" } }] }, "name": "eye", "theme": "outlined" }; /* harmony default export */ var asn_EyeOutlined = (EyeOutlined); // EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 8 modules var AntdIcon = __webpack_require__(74643); ;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/EyeOutlined.js // GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY var EyeOutlined_EyeOutlined = function EyeOutlined(props, ref) { return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { ref: ref, icon: asn_EyeOutlined })); }; if (false) {} /* harmony default export */ var icons_EyeOutlined = (/*#__PURE__*/react.forwardRef(EyeOutlined_EyeOutlined)); /***/ }), /***/ 12653: /*!**********************************************************************!*\ !*** ./src/pages/Engineering/Navigation/Home/index.tsx + 12 modules ***! \**********************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "default": function() { return /* binding */ Home; } }); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/objectSpread2.js var objectSpread2 = __webpack_require__(42122); var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./src/.umi-production/exports.ts + 8 modules var _umi_production_exports = __webpack_require__(89214); // EXTERNAL MODULE: ./node_modules/antd/es/spin/index.js + 1 modules var spin = __webpack_require__(57953); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/slicedToArray.js var slicedToArray = __webpack_require__(27424); var slicedToArray_default = /*#__PURE__*/__webpack_require__.n(slicedToArray); ;// CONCATENATED MODULE: ./src/pages/Engineering/Navigation/Home/Header/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var Headermodules = ({"headerTabBarContainer":"headerTabBarContainer___Nq0Dm","userInfo":"userInfo___R_AXo","img":"img___XUouS","detail":"detail___k89kc","space":"space___zTuz_","school":"school___bCCy2","headerContainer":"headerContainer___zNlzC","listItemWrap":"listItemWrap___SpIzT","listItem":"listItem___cFJUj","nameContainer":"nameContainer___fQG64","iconWrap":"iconWrap___wK4NI"}); ;// CONCATENATED MODULE: ./src/pages/Engineering/components/Navigation/StyleWrap/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var StyleWrapmodules = ({"styleWrapContainer":"styleWrapContainer___fTNBN","default":"default___lObcd","header":"header___oOyPW","tabBarContainer":"tabBarContainer___EWE_7","large":"large___Ael5K","middle":"middle___PPMC_","title":"title___XNXFq","tabBarText":"tabBarText___aN99K","small":"small___Oo9S7"}); // EXTERNAL MODULE: ./node_modules/react/jsx-runtime.js var jsx_runtime = __webpack_require__(85893); ;// CONCATENATED MODULE: ./src/pages/Engineering/components/Navigation/StyleWrap/index.tsx /* * @Author: dengcheng * @Date: 2022-03-28 16:15:58 * @Last Modified by: dengcheng * @Last Modified time: 2022-03-31 15:41:11 * @description: 认证导航的边框包裹组件 */ /** * @param title 标题名称 * @param titleSmall 标题小字号显示 * @param type 样式类型 default-默认 large-顶部的大样式 middle-右侧的中等样式 small-底部的小样式 * @param style 自定义样式 * @param tabBarContent 右侧状态栏的显示数据 * @param onTabBarClick 右侧状态栏点击事件 */ var StyleWrap = function StyleWrap(_ref) { var children = _ref.children, _ref$style = _ref.style, style = _ref$style === void 0 ? {} : _ref$style, title = _ref.title, _ref$type = _ref.type, type = _ref$type === void 0 ? 'default' : _ref$type, tabBarContent = _ref.tabBarContent, onTabBarClick = _ref.onTabBarClick; return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: "".concat(StyleWrapmodules.styleWrapContainer, " ").concat(StyleWrapmodules[type]), style: style, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: StyleWrapmodules.header, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: StyleWrapmodules.title, children: title }), type === 'large' && tabBarContent, type === 'default' && /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: StyleWrapmodules.tabBarContainer, children: tabBarContent.map(function (item, index) { return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { onClick: function onClick() { return onTabBarClick ? onTabBarClick(item.value) : {}; }, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont ".concat(item.icon) }) }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { children: item.label })] }, index); }) }), type === 'middle' && /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: StyleWrapmodules.tabBarText, children: tabBarContent })] }), children] }); }; /* harmony default export */ var Navigation_StyleWrap = (StyleWrap); ;// CONCATENATED MODULE: ./src/pages/Engineering/components/Navigation/index.ts // 边框样式 // EXTERNAL MODULE: ./node_modules/antd/es/select/index.js + 42 modules var es_select = __webpack_require__(79035); // EXTERNAL MODULE: ./node_modules/antd/es/message/index.js + 4 modules var message = __webpack_require__(2453); // EXTERNAL MODULE: ./node_modules/antd/es/input/index.js + 5 modules var input = __webpack_require__(79531); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(87462); ;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/UserOutlined.js // This icon file is generated automatically. var UserOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z" } }] }, "name": "user", "theme": "outlined" }; /* harmony default export */ var asn_UserOutlined = (UserOutlined); // EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 8 modules var AntdIcon = __webpack_require__(74643); ;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/UserOutlined.js // GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY var UserOutlined_UserOutlined = function UserOutlined(props, ref) { return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { ref: ref, icon: asn_UserOutlined })); }; if (false) {} /* harmony default export */ var icons_UserOutlined = (/*#__PURE__*/react.forwardRef(UserOutlined_UserOutlined)); // EXTERNAL MODULE: ./src/models/engineering/evaluateList.ts var evaluateList = __webpack_require__(78431); // EXTERNAL MODULE: ./src/utils/env.ts + 1 modules var env = __webpack_require__(59758); ;// CONCATENATED MODULE: ./src/pages/Engineering/Navigation/Home/Header/index.tsx var Option = es_select/* default.Option */.Z.Option; var inputRef = /*#__PURE__*/react.createRef(); var Header = function Header(_ref) { var _user$userInfo2; var loading = _ref.loading, headerData = _ref.headerData, user = _ref.user, dispatch = _ref.dispatch; var _useState = (0,react.useState)({ status: false, oldValue: '', newValue: '' }), _useState2 = slicedToArray_default()(_useState, 2), editData = _useState2[0], setEditData = _useState2[1]; // 头像加载失败 var _useState3 = (0,react.useState)(false), _useState4 = slicedToArray_default()(_useState3, 2), imgError = _useState4[0], setImgError = _useState4[1]; var firstEnter = (0,react.useRef)(true); (0,react.useEffect)(function () { var _user$userInfo; if (user !== null && user !== void 0 && (_user$userInfo = user.userInfo) !== null && _user$userInfo !== void 0 && _user$userInfo.school_id) { onEditClose(); setImgError(false); dispatch({ type: 'engineeringNavigtion/getMajorList' }); } return function () { dispatch({ type: 'engineeringNavigtion/setMajorOrYearActive', payload: { key: evaluateList/* evaluateListHeaderKey.0 */.k[0], value: '' } }); dispatch({ type: 'engineeringNavigtion/setMajorOrYearActive', payload: { key: evaluateList/* evaluateListHeaderKey.1 */.k[1], value: '' } }); }; }, [user === null || user === void 0 ? void 0 : (_user$userInfo2 = user.userInfo) === null || _user$userInfo2 === void 0 ? void 0 : _user$userInfo2.school_id]); // 监听认证专业的值 (0,react.useEffect)(function () { if (headerData.active[evaluateList/* evaluateListHeaderKey.0 */.k[0]]) { dispatch({ type: 'engineeringNavigtion/getYearList', payload: { id: headerData.active[evaluateList/* evaluateListHeaderKey.0 */.k[0]], firstEnter: firstEnter.current } }); firstEnter.current = false; } // 清除届别的值与数据源 dispatch({ type: 'engineeringNavigtion/setMajorOrYearDataSource', payload: { key: evaluateList/* evaluateListHeaderKey.1 */.k[1], value: [] } }); dispatch({ type: 'engineeringNavigtion/setMajorOrYearActive', payload: { key: evaluateList/* evaluateListHeaderKey.1 */.k[1], value: '' } }); }, [headerData.active[evaluateList/* evaluateListHeaderKey.0 */.k[0]]]); //监听认证届别的值 (0,react.useEffect)(function () { dispatch({ type: 'engineeringNavigtion/getTopPage' }); onEditClose(); }, [headerData.active[evaluateList/* evaluateListHeaderKey.1 */.k[1]]]); /** * 筛选器的change事件 * @param key 目标键 * @param value 改变后的值 */ var onSelectChange = function onSelectChange(key, value) { dispatch({ type: 'engineeringNavigtion/setMajorOrYearActive', payload: { key: key, value: value } }); }; /** * 编辑点击修改事件 */ var onEditClick = function onEditClick() { setEditData({ status: true, oldValue: headerData.name, newValue: headerData.name }); setTimeout(function () { if (inputRef && inputRef.current) { inputRef.current.focus(); } }, 100); }; /** * 编辑change事件 * @param value 编辑后的值 */ var onEditChange = function onEditChange(value) { setEditData(objectSpread2_default()(objectSpread2_default()({}, editData), {}, { newValue: value })); }; /** * 编辑保存事件 */ var onEditSave = function onEditSave() { var newValue = editData.newValue.trim(); var oldValue = editData.oldValue.trim(); if (!newValue) { message/* default.warning */.ZP.warning('请填写名称'); return false; } if (newValue !== oldValue) { dispatch({ type: 'engineeringNavigtion/putTopPageName', payload: { id: headerData.active[evaluateList/* evaluateListHeaderKey.1 */.k[1]], name: newValue }, callback: function callback(_ref2) { var status = _ref2.status, msg = _ref2.message; if (status === 0) { message/* default.success */.ZP.success('保存成功'); dispatch({ type: 'engineeringNavigtion/getTopPage' }); } else { message/* default.error */.ZP.error(msg); } onEditClose(); } }); } else { onEditClose(); } }; /** * 编辑关闭事件 */ var onEditClose = function onEditClose() { setEditData({ status: false, oldValue: '', newValue: '' }); }; /** * 渲染右侧导航视图 * @returns */ var renderTabBar = function renderTabBar() { var _user$userInfo3, _user$userInfo4, _user$userInfo4$ec_us, _user$userInfo5, _user$userInfo5$ec_us, _user$userInfo6, _user$userInfo6$ec_us, _user$userInfo7, _user$userInfo7$ec_us; return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.headerTabBarContainer, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.userInfo, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.img, children: [imgError && /*#__PURE__*/(0,jsx_runtime.jsx)(icons_UserOutlined, {}), !imgError && /*#__PURE__*/(0,jsx_runtime.jsx)("img", { src: "".concat(env/* default */.Z === null || env/* default */.Z === void 0 ? void 0 : env/* default.IMG_SERVER */.Z.IMG_SERVER, "/images/").concat((_user$userInfo3 = user.userInfo) === null || _user$userInfo3 === void 0 ? void 0 : _user$userInfo3.image_url), onError: function onError() { return setImgError(true); } })] }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.detail, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { children: (_user$userInfo4 = user.userInfo) === null || _user$userInfo4 === void 0 ? void 0 : (_user$userInfo4$ec_us = _user$userInfo4.ec_user_info) === null || _user$userInfo4$ec_us === void 0 ? void 0 : _user$userInfo4$ec_us.user_name }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { children: (_user$userInfo5 = user.userInfo) === null || _user$userInfo5 === void 0 ? void 0 : (_user$userInfo5$ec_us = _user$userInfo5.ec_user_info) === null || _user$userInfo5$ec_us === void 0 ? void 0 : _user$userInfo5$ec_us.user_type })] })] }), ((_user$userInfo6 = user.userInfo) === null || _user$userInfo6 === void 0 ? void 0 : (_user$userInfo6$ec_us = _user$userInfo6.ec_user_info) === null || _user$userInfo6$ec_us === void 0 ? void 0 : _user$userInfo6$ec_us.user_school) && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: Headermodules.space }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.school, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont icon-daxue" }) }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { children: (_user$userInfo7 = user.userInfo) === null || _user$userInfo7 === void 0 ? void 0 : (_user$userInfo7$ec_us = _user$userInfo7.ec_user_info) === null || _user$userInfo7$ec_us === void 0 ? void 0 : _user$userInfo7$ec_us.user_school })] })] })] }); }; return /*#__PURE__*/(0,jsx_runtime.jsx)(Navigation_StyleWrap, { title: headerData.title, type: "large", tabBarContent: renderTabBar(), children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.headerContainer, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: Headermodules.listItemWrap, children: Object.entries(headerData.dataSource).map(function (_ref3) { var _ref4 = slicedToArray_default()(_ref3, 2), key = _ref4[0], list = _ref4[1]; return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.listItem, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { children: key }), /*#__PURE__*/(0,jsx_runtime.jsx)(es_select/* default */.Z, { style: { width: list.width }, value: headerData.active[key] || undefined, bordered: false, placeholder: list.placeholder, loading: loading.effects[list.loading], onChange: function onChange(value) { return onSelectChange(key, value); }, children: list.dataList.map(function (item) { return /*#__PURE__*/(0,jsx_runtime.jsx)(Option, { value: item.value, children: item.label }, item.value); }) })] }, key); }) }), headerData.name && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.nameContainer, children: [!editData.status && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { children: headerData.name }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { onClick: onEditClick, children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont icon-bianji7" }) })] }), editData.status && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, { children: [/*#__PURE__*/(0,jsx_runtime.jsx)(input/* default */.Z, { ref: inputRef, value: editData.newValue, style: { width: 280, marginRight: 15, height: 38 }, onChange: function onChange(event) { return onEditChange(event.target.value); } }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Headermodules.iconWrap, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { onClick: onEditSave, children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont icon-baocun1" }) }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { onClick: onEditClose, children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont icon-quxiao" }) })] })] })] })] }) }); }; /* harmony default export */ var Home_Header = ((0,_umi_production_exports.connect)(function (_ref5) { var user = _ref5.user, loading = _ref5.loading, engineeringNavigtion = _ref5.engineeringNavigtion; return objectSpread2_default()({ user: user, loading: loading }, engineeringNavigtion); })(Header)); ;// CONCATENATED MODULE: ./src/pages/Engineering/Navigation/Home/CardList/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var CardListmodules = ({"cardListContainer":"cardListContainer___cOvhW","left":"left___aHG_T","leftList":"leftList____UVAt","resultWrap":"resultWrap___EMouZ","reusltContainer":"reusltContainer___rkPOf","success":"success___B8bZK","spheric":"spheric___si9yt","listItemWrap":"listItemWrap___AZiiY","listItem":"listItem___x5794","content":"content___nMJwb","label":"label___IKiST","total":"total___NvRmD","right":"right___iac1g","rightList":"rightList___RJ6cd","emptyContaioner":"emptyContaioner___famIv"}); // EXTERNAL MODULE: ./node_modules/antd/es/empty/index.js + 3 modules var empty = __webpack_require__(32983); ;// CONCATENATED MODULE: ./src/pages/Engineering/Navigation/Home/CardList/index.tsx var CardList = function CardList(_ref) { var appraiseData = _ref.appraiseData, teamData = _ref.teamData, active = _ref.active; return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: CardListmodules.cardListContainer, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: CardListmodules.left, children: Object.entries(appraiseData).map(function (_ref2, index) { var _ref3 = slicedToArray_default()(_ref2, 2), key = _ref3[0], list = _ref3[1]; return /*#__PURE__*/(0,jsx_runtime.jsx)(Navigation_StyleWrap, { title: list.title, tabBarContent: list.tabBarContent, style: { marginBottom: index === 1 ? 0 : 20, height: 350 }, onTabBarClick: function onTabBarClick(k) { var url = active['认证届别'] ? "".concat(k, "?ec_major_school_id=").concat(active['认证专业'], "&ec_year_id=").concat(active['认证届别']) : k; _umi_production_exports.history.push(url); }, children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: CardListmodules.leftList, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: CardListmodules.resultWrap, children: /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: "".concat(CardListmodules.reusltContainer, " ").concat(list.result === '达成' ? CardListmodules.success : ''), children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: CardListmodules.spheric, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { children: list.result }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { children: "\u8BC4\u4EF7\u7ED3\u679C" })] }) }) }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: CardListmodules.listItemWrap, children: list.listData.map(function (item, index) { return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: CardListmodules.listItem, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { style: { background: item.backgroundColor, color: item.textColor }, children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont ".concat(item.icon) }) }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: CardListmodules.content, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: CardListmodules.label, children: item.label }), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: CardListmodules.total, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { children: item.value }), /*#__PURE__*/(0,jsx_runtime.jsx)("span", { children: item.unit })] })] })] }, index); }) })] }) }, key); }) }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: CardListmodules.right, children: Object.entries(teamData).map(function (_ref4, index) { var _ref5 = slicedToArray_default()(_ref4, 2), key = _ref5[0], list = _ref5[1]; return /*#__PURE__*/(0,jsx_runtime.jsx)(Navigation_StyleWrap, { type: "middle", title: list.title, tabBarContent: list.tabBarContent, style: { marginBottom: index === 1 ? 0 : 20, height: 350 }, children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: CardListmodules.rightList, children: [list.listData.length === 0 && /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: CardListmodules.emptyContaioner, children: /*#__PURE__*/(0,jsx_runtime.jsx)(empty/* default */.Z, { image: empty/* default.PRESENTED_IMAGE_SIMPLE */.Z.PRESENTED_IMAGE_SIMPLE }) }), list.listData.length > 0 && list.listData.map(function (item, index) { return /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: CardListmodules.listItem, children: item }, index); })] }) }, key); }) })] }); }; /* harmony default export */ var Home_CardList = ((0,_umi_production_exports.connect)(function (_ref6) { var user = _ref6.user, engineeringNavigtion = _ref6.engineeringNavigtion; return objectSpread2_default()(objectSpread2_default()({ user: user }, engineeringNavigtion.headerData), engineeringNavigtion.cardListData); })(CardList)); ;// CONCATENATED MODULE: ./src/pages/Engineering/Navigation/Home/TotalList/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var TotalListmodules = ({"totalListContainer":"totalListContainer___GwKjh","listItem":"listItem___Gj5yg","total":"total___DzDtA","icon":"icon___YtvQo"}); ;// CONCATENATED MODULE: ./src/pages/Engineering/Navigation/Home/TotalList/index.tsx var TotalList = function TotalList(_ref) { var totalListData = _ref.totalListData; return /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: TotalListmodules.totalListContainer, children: totalListData.map(function (list) { return /*#__PURE__*/(0,jsx_runtime.jsx)(Navigation_StyleWrap, { title: list.title, tabBarContent: null, type: "small", style: { width: 'calc((100% - 40px) / 3)', height: 160 }, children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: TotalListmodules.listItem, children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: TotalListmodules.total, children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", { children: list.value }), "\u4EBA"] }), /*#__PURE__*/(0,jsx_runtime.jsx)("div", { className: TotalListmodules.icon, style: { backgroundColor: list.backgroundColor }, children: /*#__PURE__*/(0,jsx_runtime.jsx)("i", { className: "iconfont ".concat(list.icon), style: { color: list.textColor } }) })] }) }, list.title); }) }); }; /* harmony default export */ var Home_TotalList = ((0,_umi_production_exports.connect)(function (_ref2) { var engineeringNavigtion = _ref2.engineeringNavigtion; return objectSpread2_default()({}, engineeringNavigtion); })(TotalList)); ;// CONCATENATED MODULE: ./src/pages/Engineering/Navigation/Home/index.less?modules // extracted by mini-css-extract-plugin /* harmony default export */ var Homemodules = ({"navigationHomeContainer":"navigationHomeContainer___fTEXn"}); ;// CONCATENATED MODULE: ./src/pages/Engineering/Navigation/Home/index.tsx var Navigation = function Navigation(_ref) { var loading = _ref.loading; return /*#__PURE__*/(0,jsx_runtime.jsx)(spin/* default */.Z, { spinning: loading.effects['engineeringNavigtion/getTopPage'], children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", { className: Homemodules.navigationHomeContainer, children: [/*#__PURE__*/(0,jsx_runtime.jsx)(Home_Header, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Home_CardList, {}), /*#__PURE__*/(0,jsx_runtime.jsx)(Home_TotalList, {})] }) }); }; /* harmony default export */ var Home = ((0,_umi_production_exports.connect)(function (_ref2) { var loading = _ref2.loading, engineeringNavigtion = _ref2.engineeringNavigtion; return objectSpread2_default()({ loading: loading }, engineeringNavigtion); })(Navigation)); /***/ }), /***/ 79531: /*!*********************************************************!*\ !*** ./node_modules/antd/es/input/index.js + 5 modules ***! \*********************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { // EXPORTS __webpack_require__.d(__webpack_exports__, { "Z": function() { return /* binding */ input; } }); // EXTERNAL MODULE: ./node_modules/classnames/index.js var classnames = __webpack_require__(94184); var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames); // EXTERNAL MODULE: ./node_modules/react/index.js var react = __webpack_require__(67294); // EXTERNAL MODULE: ./node_modules/antd/es/config-provider/context.js var context = __webpack_require__(53124); // EXTERNAL MODULE: ./node_modules/antd/es/form/context.js var form_context = __webpack_require__(65223); // EXTERNAL MODULE: ./node_modules/antd/es/input/style/index.js var style = __webpack_require__(47673); ;// CONCATENATED MODULE: ./node_modules/antd/es/input/Group.js const Group = props => { const { getPrefixCls, direction } = (0,react.useContext)(context/* ConfigContext */.E_); const { prefixCls: customizePrefixCls, className } = props; const prefixCls = getPrefixCls('input-group', customizePrefixCls); const inputPrefixCls = getPrefixCls('input'); const [wrapSSR, hashId] = (0,style/* default */.ZP)(inputPrefixCls); const cls = classnames_default()(prefixCls, { [`${prefixCls}-lg`]: props.size === 'large', [`${prefixCls}-sm`]: props.size === 'small', [`${prefixCls}-compact`]: props.compact, [`${prefixCls}-rtl`]: direction === 'rtl' }, hashId, className); const formItemContext = (0,react.useContext)(form_context/* FormItemInputContext */.aM); const groupFormItemContext = (0,react.useMemo)(() => Object.assign(Object.assign({}, formItemContext), { isFormItemInput: false }), [formItemContext]); if (false) {} return wrapSSR( /*#__PURE__*/react.createElement("span", { className: cls, style: props.style, onMouseEnter: props.onMouseEnter, onMouseLeave: props.onMouseLeave, onFocus: props.onFocus, onBlur: props.onBlur }, /*#__PURE__*/react.createElement(form_context/* FormItemInputContext.Provider */.aM.Provider, { value: groupFormItemContext }, props.children))); }; /* harmony default export */ var input_Group = (Group); // EXTERNAL MODULE: ./node_modules/antd/es/input/Input.js + 1 modules var Input = __webpack_require__(82586); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(87462); ;// CONCATENATED MODULE: ./node_modules/@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.js // This icon file is generated automatically. var EyeInvisibleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z" } }, { "tag": "path", "attrs": { "d": "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z" } }] }, "name": "eye-invisible", "theme": "outlined" }; /* harmony default export */ var asn_EyeInvisibleOutlined = (EyeInvisibleOutlined); // EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/components/AntdIcon.js + 8 modules var AntdIcon = __webpack_require__(74643); ;// CONCATENATED MODULE: ./node_modules/@ant-design/icons/es/icons/EyeInvisibleOutlined.js // GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY var EyeInvisibleOutlined_EyeInvisibleOutlined = function EyeInvisibleOutlined(props, ref) { return /*#__PURE__*/react.createElement(AntdIcon/* default */.Z, (0,esm_extends/* default */.Z)({}, props, { ref: ref, icon: asn_EyeInvisibleOutlined })); }; if (false) {} /* harmony default export */ var icons_EyeInvisibleOutlined = (/*#__PURE__*/react.forwardRef(EyeInvisibleOutlined_EyeInvisibleOutlined)); // EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/icons/EyeOutlined.js + 1 modules var EyeOutlined = __webpack_require__(99611); // EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-util/es/omit.js var omit = __webpack_require__(10366); // EXTERNAL MODULE: ./node_modules/antd/node_modules/rc-util/es/ref.js var es_ref = __webpack_require__(17799); // EXTERNAL MODULE: ./node_modules/antd/es/input/hooks/useRemovePasswordTimeout.js var useRemovePasswordTimeout = __webpack_require__(72922); ;// CONCATENATED MODULE: ./node_modules/antd/es/input/Password.js var __rest = undefined && undefined.__rest || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; const defaultIconRender = visible => visible ? /*#__PURE__*/react.createElement(EyeOutlined/* default */.Z, null) : /*#__PURE__*/react.createElement(icons_EyeInvisibleOutlined, null); const ActionMap = { click: 'onClick', hover: 'onMouseOver' }; const Password = /*#__PURE__*/react.forwardRef((props, ref) => { const { visibilityToggle = true } = props; const visibilityControlled = typeof visibilityToggle === 'object' && visibilityToggle.visible !== undefined; const [visible, setVisible] = (0,react.useState)(() => visibilityControlled ? visibilityToggle.visible : false); const inputRef = (0,react.useRef)(null); react.useEffect(() => { if (visibilityControlled) { setVisible(visibilityToggle.visible); } }, [visibilityControlled, visibilityToggle]); // Remove Password value const removePasswordTimeout = (0,useRemovePasswordTimeout/* default */.Z)(inputRef); const onVisibleChange = () => { const { disabled } = props; if (disabled) { return; } if (visible) { removePasswordTimeout(); } setVisible(prevState => { var _a; const newState = !prevState; if (typeof visibilityToggle === 'object') { (_a = visibilityToggle.onVisibleChange) === null || _a === void 0 ? void 0 : _a.call(visibilityToggle, newState); } return newState; }); }; const getIcon = prefixCls => { const { action = 'click', iconRender = defaultIconRender } = props; const iconTrigger = ActionMap[action] || ''; const icon = iconRender(visible); const iconProps = { [iconTrigger]: onVisibleChange, className: `${prefixCls}-icon`, key: 'passwordIcon', onMouseDown: e => { // Prevent focused state lost // https://github.com/ant-design/ant-design/issues/15173 e.preventDefault(); }, onMouseUp: e => { // Prevent caret position change // https://github.com/ant-design/ant-design/issues/23524 e.preventDefault(); } }; return /*#__PURE__*/react.cloneElement( /*#__PURE__*/react.isValidElement(icon) ? icon : /*#__PURE__*/react.createElement("span", null, icon), iconProps); }; const { className, prefixCls: customizePrefixCls, inputPrefixCls: customizeInputPrefixCls, size } = props, restProps = __rest(props, ["className", "prefixCls", "inputPrefixCls", "size"]); const { getPrefixCls } = react.useContext(context/* ConfigContext */.E_); const inputPrefixCls = getPrefixCls('input', customizeInputPrefixCls); const prefixCls = getPrefixCls('input-password', customizePrefixCls); const suffixIcon = visibilityToggle && getIcon(prefixCls); const inputClassName = classnames_default()(prefixCls, className, { [`${prefixCls}-${size}`]: !!size }); const omittedProps = Object.assign(Object.assign({}, (0,omit/* default */.Z)(restProps, ['suffix', 'iconRender', 'visibilityToggle'])), { type: visible ? 'text' : 'password', className: inputClassName, prefixCls: inputPrefixCls, suffix: suffixIcon }); if (size) { omittedProps.size = size; } return /*#__PURE__*/react.createElement(Input/* default */.Z, Object.assign({ ref: (0,es_ref/* composeRef */.sQ)(ref, inputRef) }, omittedProps)); }); if (false) {} /* harmony default export */ var input_Password = (Password); // EXTERNAL MODULE: ./node_modules/@ant-design/icons/es/icons/SearchOutlined.js + 1 modules var SearchOutlined = __webpack_require__(68795); // EXTERNAL MODULE: ./node_modules/antd/es/_util/reactNode.js var reactNode = __webpack_require__(96159); // EXTERNAL MODULE: ./node_modules/antd/es/button/index.js var es_button = __webpack_require__(71577); // EXTERNAL MODULE: ./node_modules/antd/es/config-provider/hooks/useSize.js var useSize = __webpack_require__(98675); // EXTERNAL MODULE: ./node_modules/antd/es/space/Compact.js var Compact = __webpack_require__(4173); ;// CONCATENATED MODULE: ./node_modules/antd/es/input/Search.js var Search_rest = undefined && undefined.__rest || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; const Search = /*#__PURE__*/react.forwardRef((props, ref) => { const { prefixCls: customizePrefixCls, inputPrefixCls: customizeInputPrefixCls, className, size: customizeSize, suffix, enterButton = false, addonAfter, loading, disabled, onSearch: customOnSearch, onChange: customOnChange, onCompositionStart, onCompositionEnd } = props, restProps = Search_rest(props, ["prefixCls", "inputPrefixCls", "className", "size", "suffix", "enterButton", "addonAfter", "loading", "disabled", "onSearch", "onChange", "onCompositionStart", "onCompositionEnd"]); const { getPrefixCls, direction } = react.useContext(context/* ConfigContext */.E_); const composedRef = react.useRef(false); const prefixCls = getPrefixCls('input-search', customizePrefixCls); const inputPrefixCls = getPrefixCls('input', customizeInputPrefixCls); const { compactSize } = (0,Compact/* useCompactItemContext */.ri)(prefixCls, direction); const size = (0,useSize/* default */.Z)(ctx => { var _a; return (_a = customizeSize !== null && customizeSize !== void 0 ? customizeSize : compactSize) !== null && _a !== void 0 ? _a : ctx; }); const inputRef = react.useRef(null); const onChange = e => { if (e && e.target && e.type === 'click' && customOnSearch) { customOnSearch(e.target.value, e); } if (customOnChange) { customOnChange(e); } }; const onMouseDown = e => { var _a; if (document.activeElement === ((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input)) { e.preventDefault(); } }; const onSearch = e => { var _a, _b; if (customOnSearch) { customOnSearch((_b = (_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.input) === null || _b === void 0 ? void 0 : _b.value, e); } }; const onPressEnter = e => { if (composedRef.current || loading) { return; } onSearch(e); }; const searchIcon = typeof enterButton === 'boolean' ? /*#__PURE__*/react.createElement(SearchOutlined/* default */.Z, null) : null; const btnClassName = `${prefixCls}-button`; let button; const enterButtonAsElement = enterButton || {}; const isAntdButton = enterButtonAsElement.type && enterButtonAsElement.type.__ANT_BUTTON === true; if (isAntdButton || enterButtonAsElement.type === 'button') { button = (0,reactNode/* cloneElement */.Tm)(enterButtonAsElement, Object.assign({ onMouseDown, onClick: e => { var _a, _b; (_b = (_a = enterButtonAsElement === null || enterButtonAsElement === void 0 ? void 0 : enterButtonAsElement.props) === null || _a === void 0 ? void 0 : _a.onClick) === null || _b === void 0 ? void 0 : _b.call(_a, e); onSearch(e); }, key: 'enterButton' }, isAntdButton ? { className: btnClassName, size } : {})); } else { button = /*#__PURE__*/react.createElement(es_button/* default */.ZP, { className: btnClassName, type: enterButton ? 'primary' : undefined, size: size, disabled: disabled, key: "enterButton", onMouseDown: onMouseDown, onClick: onSearch, loading: loading, icon: searchIcon }, enterButton); } if (addonAfter) { button = [button, (0,reactNode/* cloneElement */.Tm)(addonAfter, { key: 'addonAfter' })]; } const cls = classnames_default()(prefixCls, { [`${prefixCls}-rtl`]: direction === 'rtl', [`${prefixCls}-${size}`]: !!size, [`${prefixCls}-with-button`]: !!enterButton }, className); const handleOnCompositionStart = e => { composedRef.current = true; onCompositionStart === null || onCompositionStart === void 0 ? void 0 : onCompositionStart(e); }; const handleOnCompositionEnd = e => { composedRef.current = false; onCompositionEnd === null || onCompositionEnd === void 0 ? void 0 : onCompositionEnd(e); }; return /*#__PURE__*/react.createElement(Input/* default */.Z, Object.assign({ ref: (0,es_ref/* composeRef */.sQ)(inputRef, ref), onPressEnter: onPressEnter }, restProps, { size: size, onCompositionStart: handleOnCompositionStart, onCompositionEnd: handleOnCompositionEnd, prefixCls: inputPrefixCls, addonAfter: button, suffix: suffix, onChange: onChange, className: cls, disabled: disabled })); }); if (false) {} /* harmony default export */ var input_Search = (Search); // EXTERNAL MODULE: ./node_modules/antd/es/input/TextArea.js var TextArea = __webpack_require__(96330); ;// CONCATENATED MODULE: ./node_modules/antd/es/input/index.js 'use client'; const input_Input = Input/* default */.Z; if (false) {} input_Input.Group = input_Group; input_Input.Search = input_Search; input_Input.TextArea = TextArea/* default */.Z; input_Input.Password = input_Password; /* harmony default export */ var input = (input_Input); /***/ }) }]);