@bit-sun/business-component 2.0.19 → 2.0.20
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/dist/index.d.ts +0 -1
- package/dist/index.esm.js +10 -211
- package/dist/index.js +8 -211
- package/package.json +2 -3
- package/src/assets/exportFail.svg +35 -25
- package/src/assets/exportProcessing.svg +29 -19
- package/src/assets/exportSuccess.svg +33 -23
- package/src/assets/upExport.svg +8 -8
- package/src/components/Functional/AddSelect/index.tsx +1 -1
- package/src/components/Functional/DataImport/index.tsx +1 -1
- package/src/components/Functional/DataValidation/index.tsx +1 -1
- package/src/components/Functional/ExportFunctions/ExportIcon/index.tsx +17 -21
- package/src/components/Functional/SearchSelect/index.tsx +1 -1
- package/src/index.ts +0 -1
- package/dist/components/Functional/ExportFunctions/ExportHistoryDrawer/index.d.ts +0 -2
- package/dist/utils/utils.d.ts +0 -2
- package/src/components/Functional/ExportFunctions/ExportHistoryDrawer/index.less +0 -24
- package/src/components/Functional/ExportFunctions/ExportHistoryDrawer/index.tsx +0 -150
- package/src/utils/utils.ts +0 -22
package/dist/index.d.ts
CHANGED
|
@@ -14,4 +14,3 @@ export { default as BusinessTreeSearchSelect } from './components/Business/TreeS
|
|
|
14
14
|
export { default as StateFlow } from './components/Business/StateFlow';
|
|
15
15
|
export { default as GuideWrapper } from './components/Business/CommonGuideWrapper';
|
|
16
16
|
export { default as ExportIcon } from './components/Functional/ExportFunctions/ExportIcon';
|
|
17
|
-
export { default as ExportHistoryIcon } from './components/Functional/ExportFunctions/ExportHistoryDrawer';
|
package/dist/index.esm.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import React, { createContext, useContext, useEffect, forwardRef, createElement, useState, useImperativeHandle, useRef, useMemo, Component } from 'react';
|
|
3
|
-
import { message, Menu, Space, Dropdown, Tooltip, Button, Checkbox, Input, Modal, Select, Form, Divider, Spin, Table, TreeSelect, Tag, InputNumber, Popover
|
|
3
|
+
import { message, Menu, Space, Dropdown, Tooltip, Button, Checkbox, Input, Modal, Select, Form, Divider, Spin, Table, TreeSelect, Tag, InputNumber, Popover } from 'antd';
|
|
4
4
|
import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
|
|
5
5
|
import classNames from 'classnames';
|
|
6
|
-
import _ from '
|
|
6
|
+
import _ from 'lodash';
|
|
7
7
|
import { useDebounceFn } from 'ahooks';
|
|
8
8
|
import { stringify } from 'querystring';
|
|
9
9
|
import { Resizable } from 'react-resizable';
|
|
10
|
-
import dayjs from 'dayjs';
|
|
11
10
|
|
|
12
11
|
var resposne = JSON.parse(localStorage.getItem('userInfo') || '{}');
|
|
13
12
|
function handleRequestAuthHeader(config) {
|
|
@@ -8991,13 +8990,16 @@ var ExportIcon = function ExportIcon(_ref) {
|
|
|
8991
8990
|
style: {
|
|
8992
8991
|
cursor: 'pointer'
|
|
8993
8992
|
}
|
|
8994
|
-
}, /*#__PURE__*/React.createElement(
|
|
8995
|
-
title:
|
|
8996
|
-
|
|
8993
|
+
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
8994
|
+
title: "\u5BFC\u51FA\u6570\u636E"
|
|
8995
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
8996
|
+
width: 32,
|
|
8997
|
+
src: exportlogo,
|
|
8998
|
+
onClick: function onClick() {
|
|
8997
8999
|
axios(_objectSpread2({
|
|
8998
9000
|
url: url,
|
|
8999
9001
|
method: 'POST',
|
|
9000
|
-
data: (params === null || params === void 0 ? void 0 : params.current) || params()
|
|
9002
|
+
data: (params === null || params === void 0 ? void 0 : params.current) || (typeof params == 'function' ? params() : params)
|
|
9001
9003
|
}, otherParams)).then(function (result) {
|
|
9002
9004
|
result = result.data;
|
|
9003
9005
|
|
|
@@ -9011,210 +9013,7 @@ var ExportIcon = function ExportIcon(_ref) {
|
|
|
9011
9013
|
message.success('任务已排入导出队列');
|
|
9012
9014
|
});
|
|
9013
9015
|
}
|
|
9014
|
-
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
9015
|
-
title: "\u5BFC\u51FA\u6570\u636E"
|
|
9016
|
-
}, /*#__PURE__*/React.createElement("img", {
|
|
9017
|
-
width: 32,
|
|
9018
|
-
src: exportlogo
|
|
9019
|
-
}))));
|
|
9020
|
-
};
|
|
9021
|
-
|
|
9022
|
-
var upExport = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3Exinglan-icon-message%E5%A4%87%E4%BB%BD%205%3C%2Ftitle%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%3E%3C%2Frect%3E%20%20%20%20%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD-%E5%AF%BC%E5%87%BA%E6%95%B0%E6%8D%AE%E8%BD%AC%E5%85%A5%E5%90%8E%E5%8F%B0%E6%8F%90%E7%A4%BA%22%20transform%3D%22translate%28-1659.000000%2C%20-18.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%85%A5%E3%80%81%E5%AF%BC%E5%87%BA%E8%AE%B0%E5%BD%95icon%22%20transform%3D%22translate%281659.000000%2C%2018.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22xinglan-icon-message%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22responsetime%22%20mask%3D%22url%28%23mask-2%29%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%283.000000%2C%202.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.21516417%2C6.74357406%20L4.07552238%2C7.8711358%20L0%2C3.83881343%20L3.87940299%2C0%20L5.02011939%2C1.12756173%20L3.05785074%2C3.06796734%20L9.4438209%2C3.06903059%20C14.112%2C3.06903059%2017.9075821%2C6.76802848%2017.9978507%2C11.3659924%20L18%2C11.5345153%20C18%2C16.2095638%2014.1689552%2C20%209.4438209%2C20%20C4.71814925%2C20%200.887104494%2C16.2095638%200.887104469%2C11.5345153%20L2.49904477%2C11.5345153%20C2.49904477%2C15.3292044%205.6084776%2C18.4051461%209.4438209%2C18.4051461%20C13.2786269%2C18.4051461%2016.3880597%2C15.3292044%2016.3880597%2C11.5345153%20C16.3880597%2C7.73982616%2013.2786269%2C4.66388453%209.4438209%2C4.66388453%20L3.11265671%2C4.66335292%20L5.21516417%2C6.74357406%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.4%2C7.2%20L10.399%2C12.381%20L12.4660494%2C10.315207%20L13.6934831%2C11.5426407%20L9.55833777%2C15.677786%20L5.2%2C11.5508424%20L6.44018239%2C10.31066%20L8.599%2C12.309%20L8.6%2C7.2%20L10.4%2C7.2%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%E7%BB%93%E5%90%88%22%20transform%3D%22translate%289.446742%2C%2011.438893%29%20scale%281%2C%20-1%29%20translate%28-9.446742%2C%20-11.438893%29%20%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
9023
|
-
|
|
9024
|
-
var exportProcessing = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2240px%22%20height%3D%2242px%22%20viewBox%3D%220%200%2040%2042%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3E%E7%BC%96%E7%BB%84%2017%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-13%22%20transform%3D%22translate%28-14.000000%2C%20-74.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-21%E5%A4%87%E4%BB%BD-20%22%20transform%3D%22translate%280.000000%2C%2064.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-17%22%20transform%3D%22translate%2814.000000%2C%2010.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23979797%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2241%22%3E%3C%2Frect%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%20transform%3D%22translate%286.000000%2C%206.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C28%20L4%2C2%20C4%2C0.8954305%204.8954305%2C-1.91384796e-17%206%2C0%20L20.1028879%2C0%20L20.1028879%2C0%20L28%2C7.2545499%20L28%2C28%20C28%2C29.1045695%2027.1045695%2C30%2026%2C30%20L6%2C30%20C4.8954305%2C30%204%2C29.1045695%204%2C28%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84-6%22%20fill%3D%22%231B79FF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-2%22%20transform%3D%22translate%280.000000%2C%209.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%2C0.5%20C11.4142136%2C0.5%2011.7892136%2C0.667893219%2012.0606602%2C0.939339828%20C12.3321068%2C1.21078644%2012.5%2C1.58578644%2012.5%2C2%20L12.5%2C2%20L12.5%2C11%20C12.5%2C11.4142136%2012.3321068%2C11.7892136%2012.0606602%2C12.0606602%20C11.7892136%2C12.3321068%2011.4142136%2C12.5%2011%2C12.5%20L11%2C12.5%20L2%2C12.5%20C1.58578644%2C12.5%201.21078644%2C12.3321068%200.939339828%2C12.0606602%20C0.667893219%2C11.7892136%200.5%2C11.4142136%200.5%2C11%20L0.5%2C11%20L0.5%2C2%20C0.5%2C1.58578644%200.667893219%2C1.21078644%200.939339828%2C0.939339828%20C1.21078644%2C0.667893219%201.58578644%2C0.5%202%2C0.5%20L2%2C0.5%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23005CFF%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22X%22%20transform%3D%22translate%283.986000%2C%204.100000%29%22%20fill%3D%22%23005CFF%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%223.598%204.9%202.583%203.381%201.582%204.9%200%204.9%201.785%202.422%200.077%200%201.638%200%202.618%201.414%203.584%200%205.082%200%203.374%202.366%205.194%204.9%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C10%20L18%2C10%20C18.5522847%2C10%2019%2C10.4477153%2019%2C11%20L19%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20L15%2C13%20C14.4477153%2C13%2014%2C12.5522847%2014%2C12%20L14%2C11%20C14%2C10.4477153%2014.4477153%2C10%2015%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-7%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C10%20L24%2C10%20C24.5522847%2C10%2025%2C10.4477153%2025%2C11%20L25%2C12%20C25%2C12.5522847%2024.5522847%2C13%2024%2C13%20L21%2C13%20C20.4477153%2C13%2020%2C12.5522847%2020%2C12%20L20%2C11%20C20%2C10.4477153%2020.4477153%2C10%2021%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-18%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C14%20L18%2C14%20C18.5522847%2C14%2019%2C14.4477153%2019%2C15%20L19%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20L15%2C17%20C14.4477153%2C17%2014%2C16.5522847%2014%2C16%20L14%2C15%20C14%2C14.4477153%2014.4477153%2C14%2015%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-20%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C14%20L24%2C14%20C24.5522847%2C14%2025%2C14.4477153%2025%2C15%20L25%2C16%20C25%2C16.5522847%2024.5522847%2C17%2024%2C17%20L21%2C17%20C20.4477153%2C17%2020%2C16.5522847%2020%2C16%20L20%2C15%20C20%2C14.4477153%2020.4477153%2C14%2021%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-19%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C18%20L18%2C18%20C18.5522847%2C18%2019%2C18.4477153%2019%2C19%20L19%2C20%20C19%2C20.5522847%2018.5522847%2C21%2018%2C21%20L15%2C21%20C14.4477153%2C21%2014%2C20.5522847%2014%2C20%20L14%2C19%20C14%2C18.4477153%2014.4477153%2C18%2015%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-22%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C18%20L24%2C18%20C24.5522847%2C18%2025%2C18.4477153%2025%2C19%20L25%2C20%20C25%2C20.5522847%2024.5522847%2C21%2024%2C21%20L21%2C21%20C20.4477153%2C21%2020%2C20.5522847%2020%2C20%20L20%2C19%20C20%2C18.4477153%2020.4477153%2C18%2021%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-21%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84-19%22%20fill%3D%22%23005CFF%22%20points%3D%2220.1168478%200%2020.1168478%207.2545499%2028%207.2545499%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
9025
|
-
|
|
9026
|
-
var exportSuccess = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2240px%22%20height%3D%2242px%22%20viewBox%3D%220%200%2040%2042%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3E%E7%BC%96%E7%BB%84%2019%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-13%22%20transform%3D%22translate%28-14.000000%2C%20-200.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-21%E5%A4%87%E4%BB%BD-22%22%20transform%3D%22translate%280.000000%2C%20188.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-19%22%20transform%3D%22translate%2814.000000%2C%2012.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23979797%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2241%22%3E%3C%2Frect%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-16%22%20transform%3D%22translate%286.000000%2C%204.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C28%20L4%2C2%20C4%2C0.8954305%204.8954305%2C-1.91384796e-17%206%2C0%20L20.1028879%2C0%20L20.1028879%2C0%20L28%2C7.2545499%20L28%2C28%20C28%2C29.1045695%2027.1045695%2C30%2026%2C30%20L6%2C30%20C4.8954305%2C30%204%2C29.1045695%204%2C28%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84-6%22%20fill%3D%22%231B79FF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-2%22%20transform%3D%22translate%280.000000%2C%209.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%2C0.5%20C11.4142136%2C0.5%2011.7892136%2C0.667893219%2012.0606602%2C0.939339828%20C12.3321068%2C1.21078644%2012.5%2C1.58578644%2012.5%2C2%20L12.5%2C2%20L12.5%2C11%20C12.5%2C11.4142136%2012.3321068%2C11.7892136%2012.0606602%2C12.0606602%20C11.7892136%2C12.3321068%2011.4142136%2C12.5%2011%2C12.5%20L11%2C12.5%20L2%2C12.5%20C1.58578644%2C12.5%201.21078644%2C12.3321068%200.939339828%2C12.0606602%20C0.667893219%2C11.7892136%200.5%2C11.4142136%200.5%2C11%20L0.5%2C11%20L0.5%2C2%20C0.5%2C1.58578644%200.667893219%2C1.21078644%200.939339828%2C0.939339828%20C1.21078644%2C0.667893219%201.58578644%2C0.5%202%2C0.5%20L2%2C0.5%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23005CFF%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22X%22%20transform%3D%22translate%283.986000%2C%204.100000%29%22%20fill%3D%22%23005CFF%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%223.598%204.9%202.583%203.381%201.582%204.9%200%204.9%201.785%202.422%200.077%200%201.638%200%202.618%201.414%203.584%200%205.082%200%203.374%202.366%205.194%204.9%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C10%20L18%2C10%20C18.5522847%2C10%2019%2C10.4477153%2019%2C11%20L19%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20L15%2C13%20C14.4477153%2C13%2014%2C12.5522847%2014%2C12%20L14%2C11%20C14%2C10.4477153%2014.4477153%2C10%2015%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-7%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C10%20L24%2C10%20C24.5522847%2C10%2025%2C10.4477153%2025%2C11%20L25%2C12%20C25%2C12.5522847%2024.5522847%2C13%2024%2C13%20L21%2C13%20C20.4477153%2C13%2020%2C12.5522847%2020%2C12%20L20%2C11%20C20%2C10.4477153%2020.4477153%2C10%2021%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-18%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C14%20L18%2C14%20C18.5522847%2C14%2019%2C14.4477153%2019%2C15%20L19%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20L15%2C17%20C14.4477153%2C17%2014%2C16.5522847%2014%2C16%20L14%2C15%20C14%2C14.4477153%2014.4477153%2C14%2015%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-20%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C14%20L24%2C14%20C24.5522847%2C14%2025%2C14.4477153%2025%2C15%20L25%2C16%20C25%2C16.5522847%2024.5522847%2C17%2024%2C17%20L21%2C17%20C20.4477153%2C17%2020%2C16.5522847%2020%2C16%20L20%2C15%20C20%2C14.4477153%2020.4477153%2C14%2021%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-19%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C18%20L18%2C18%20C18.5522847%2C18%2019%2C18.4477153%2019%2C19%20L19%2C20%20C19%2C20.5522847%2018.5522847%2C21%2018%2C21%20L15%2C21%20C14.4477153%2C21%2014%2C20.5522847%2014%2C20%20L14%2C19%20C14%2C18.4477153%2014.4477153%2C18%2015%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-22%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C18%20L24%2C18%20C24.5522847%2C18%2025%2C18.4477153%2025%2C19%20L25%2C20%20C25%2C20.5522847%2024.5522847%2C21%2024%2C21%20L21%2C21%20C20.4477153%2C21%2020%2C20.5522847%2020%2C20%20L20%2C19%20C20%2C18.4477153%2020.4477153%2C18%2021%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-21%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84-19%22%20fill%3D%22%23005CFF%22%20points%3D%2220.1168478%200%2020.1168478%207.2545499%2028%207.2545499%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-8%22%20transform%3D%22translate%2817.000000%2C%2019.000000%29%22%20stroke%3D%22%23FFFFFF%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22%E6%A4%AD%E5%9C%86%E5%BD%A2%22%20fill%3D%22%2314C255%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%3E%3C%2Fcircle%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22%E8%B7%AF%E5%BE%84-20%22%20stroke-width%3D%221.13795117%22%20stroke-linecap%3D%22round%22%20points%3D%224%207.78993765%207.25875897%2011%2012%205%22%3E%3C%2Fpolyline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
9027
|
-
|
|
9028
|
-
var exportFail = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2240px%22%20height%3D%2242px%22%20viewBox%3D%220%200%2040%2042%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3E%E7%BC%96%E7%BB%84%2018%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-13%22%20transform%3D%22translate%28-14.000000%2C%20-138.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-21%E5%A4%87%E4%BB%BD-21%22%20transform%3D%22translate%280.000000%2C%20126.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-18%22%20transform%3D%22translate%2814.000000%2C%2012.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23979797%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2241%22%3E%3C%2Frect%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-10%22%20transform%3D%22translate%286.000000%2C%204.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C28%20L4%2C2%20C4%2C0.8954305%204.8954305%2C-1.91384796e-17%206%2C0%20L20.1028879%2C0%20L20.1028879%2C0%20L28%2C7.2545499%20L28%2C28%20C28%2C29.1045695%2027.1045695%2C30%2026%2C30%20L6%2C30%20C4.8954305%2C30%204%2C29.1045695%204%2C28%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84-6%22%20fill%3D%22%231B79FF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-2%22%20transform%3D%22translate%280.000000%2C%209.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%2C0.5%20C11.4142136%2C0.5%2011.7892136%2C0.667893219%2012.0606602%2C0.939339828%20C12.3321068%2C1.21078644%2012.5%2C1.58578644%2012.5%2C2%20L12.5%2C2%20L12.5%2C11%20C12.5%2C11.4142136%2012.3321068%2C11.7892136%2012.0606602%2C12.0606602%20C11.7892136%2C12.3321068%2011.4142136%2C12.5%2011%2C12.5%20L11%2C12.5%20L2%2C12.5%20C1.58578644%2C12.5%201.21078644%2C12.3321068%200.939339828%2C12.0606602%20C0.667893219%2C11.7892136%200.5%2C11.4142136%200.5%2C11%20L0.5%2C11%20L0.5%2C2%20C0.5%2C1.58578644%200.667893219%2C1.21078644%200.939339828%2C0.939339828%20C1.21078644%2C0.667893219%201.58578644%2C0.5%202%2C0.5%20L2%2C0.5%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23005CFF%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22X%22%20transform%3D%22translate%283.986000%2C%204.100000%29%22%20fill%3D%22%23005CFF%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%223.598%204.9%202.583%203.381%201.582%204.9%200%204.9%201.785%202.422%200.077%200%201.638%200%202.618%201.414%203.584%200%205.082%200%203.374%202.366%205.194%204.9%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C10%20L18%2C10%20C18.5522847%2C10%2019%2C10.4477153%2019%2C11%20L19%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20L15%2C13%20C14.4477153%2C13%2014%2C12.5522847%2014%2C12%20L14%2C11%20C14%2C10.4477153%2014.4477153%2C10%2015%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-7%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C10%20L24%2C10%20C24.5522847%2C10%2025%2C10.4477153%2025%2C11%20L25%2C12%20C25%2C12.5522847%2024.5522847%2C13%2024%2C13%20L21%2C13%20C20.4477153%2C13%2020%2C12.5522847%2020%2C12%20L20%2C11%20C20%2C10.4477153%2020.4477153%2C10%2021%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-18%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C14%20L18%2C14%20C18.5522847%2C14%2019%2C14.4477153%2019%2C15%20L19%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20L15%2C17%20C14.4477153%2C17%2014%2C16.5522847%2014%2C16%20L14%2C15%20C14%2C14.4477153%2014.4477153%2C14%2015%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-20%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C14%20L24%2C14%20C24.5522847%2C14%2025%2C14.4477153%2025%2C15%20L25%2C16%20C25%2C16.5522847%2024.5522847%2C17%2024%2C17%20L21%2C17%20C20.4477153%2C17%2020%2C16.5522847%2020%2C16%20L20%2C15%20C20%2C14.4477153%2020.4477153%2C14%2021%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-19%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C18%20L18%2C18%20C18.5522847%2C18%2019%2C18.4477153%2019%2C19%20L19%2C20%20C19%2C20.5522847%2018.5522847%2C21%2018%2C21%20L15%2C21%20C14.4477153%2C21%2014%2C20.5522847%2014%2C20%20L14%2C19%20C14%2C18.4477153%2014.4477153%2C18%2015%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-22%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C18%20L24%2C18%20C24.5522847%2C18%2025%2C18.4477153%2025%2C19%20L25%2C20%20C25%2C20.5522847%2024.5522847%2C21%2024%2C21%20L21%2C21%20C20.4477153%2C21%2020%2C20.5522847%2020%2C20%20L20%2C19%20C20%2C18.4477153%2020.4477153%2C18%2021%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-21%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84-19%22%20fill%3D%22%23005CFF%22%20points%3D%2220.1168478%200%2020.1168478%207.2545499%2028%207.2545499%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-8%22%20transform%3D%22translate%2817.000000%2C%2019.000000%29%22%20stroke%3D%22%23FFFFFF%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22%E6%A4%AD%E5%9C%86%E5%BD%A2%22%20fill%3D%22%23FE0300%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%3E%3C%2Fcircle%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-9%22%20transform%3D%22translate%285.000000%2C%205.000000%29%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.13795117%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22%E8%B7%AF%E5%BE%84-20%22%20transform%3D%22translate%283.181981%2C%203.181981%29%20rotate%28-315.000000%29%20translate%28-3.181981%2C%20-3.181981%29%20%22%20points%3D%223.18198052%207.18198052%203.18198052%201.99975567%203.18198052%20-0.818019485%22%3E%3C%2Fpolyline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22%E8%B7%AF%E5%BE%84-20%E5%A4%87%E4%BB%BD%22%20transform%3D%22translate%283.181981%2C%203.181981%29%20scale%28-1%2C%201%29%20rotate%28-315.000000%29%20translate%28-3.181981%2C%20-3.181981%29%20%22%20points%3D%223.18198052%207.18198052%203.18198052%201.99975567%203.18198052%20-0.818019485%22%3E%3C%2Fpolyline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
9029
|
-
|
|
9030
|
-
var css_248z$8 = ".pictureWrap {\n position: relative;\n width: 44px;\n}\n.pictureWrap::before {\n content: '';\n width: 1px;\n height: 27px;\n position: absolute;\n right: 0;\n top: 10px;\n background-color: #CACACA;\n}\n.tableWrapper :global .ant-table-thead {\n display: none;\n}\n.tableWrapper :global .bs_table_styl {\n padding: 0!important;\n}\n";
|
|
9031
|
-
styleInject(css_248z$8);
|
|
9032
|
-
|
|
9033
|
-
function downloadExcel(data, fileName, isResUrl) {
|
|
9034
|
-
var resUrl = isResUrl ? data : window.URL.createObjectURL(new Blob([data], {
|
|
9035
|
-
type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
|
|
9036
|
-
}));
|
|
9037
|
-
var save_link = document.createElement('a');
|
|
9038
|
-
save_link.href = resUrl;
|
|
9039
|
-
|
|
9040
|
-
if (fileName) {
|
|
9041
|
-
save_link.download = fileName; /// 设置下载文件名
|
|
9042
|
-
}
|
|
9043
|
-
|
|
9044
|
-
save_link.click();
|
|
9045
|
-
}
|
|
9046
|
-
function handleCommonTimeRender(text, format) {
|
|
9047
|
-
var formatType = format || 'YYYY-MM-DD HH:mm:ss';
|
|
9048
|
-
return text && dayjs(text).format(formatType);
|
|
9049
|
-
}
|
|
9050
|
-
|
|
9051
|
-
var ExportHistoryIcon = function ExportHistoryIcon() {
|
|
9052
|
-
var _useState = useState({
|
|
9053
|
-
visible: false,
|
|
9054
|
-
title: '导出列表',
|
|
9055
|
-
width: '420',
|
|
9056
|
-
placement: 'right',
|
|
9057
|
-
onClose: function onClose() {
|
|
9058
|
-
return setExportHistoryParams(_objectSpread2(_objectSpread2({}, exportHistoryParams), {}, {
|
|
9059
|
-
visible: false
|
|
9060
|
-
}));
|
|
9061
|
-
}
|
|
9062
|
-
}),
|
|
9063
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
9064
|
-
exportHistoryParams = _useState2[0],
|
|
9065
|
-
setExportHistoryParams = _useState2[1];
|
|
9066
|
-
|
|
9067
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
9068
|
-
style: {
|
|
9069
|
-
cursor: 'pointer'
|
|
9070
|
-
}
|
|
9071
|
-
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
9072
|
-
title: "\u5BFC\u51FA\u8BB0\u5F55"
|
|
9073
|
-
}, /*#__PURE__*/React.createElement("img", {
|
|
9074
|
-
width: 24,
|
|
9075
|
-
src: upExport,
|
|
9076
|
-
onClick: function onClick() {
|
|
9077
|
-
return setExportHistoryParams(_objectSpread2(_objectSpread2({}, exportHistoryParams), {}, {
|
|
9078
|
-
visible: true
|
|
9079
|
-
}));
|
|
9080
|
-
}
|
|
9081
|
-
})), exportHistoryParams.visible && /*#__PURE__*/React.createElement(ExportHistoryDrawer, _objectSpread2({}, exportHistoryParams)));
|
|
9082
|
-
};
|
|
9083
|
-
|
|
9084
|
-
var ExportHistoryDrawer = function ExportHistoryDrawer(props) {
|
|
9085
|
-
var _useState3 = useState([]),
|
|
9086
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
|
9087
|
-
dataSource = _useState4[0],
|
|
9088
|
-
setDataSource = _useState4[1];
|
|
9089
|
-
|
|
9090
|
-
var _useState5 = useState({
|
|
9091
|
-
current: 1,
|
|
9092
|
-
pageSize: 20,
|
|
9093
|
-
total: undefined
|
|
9094
|
-
}),
|
|
9095
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
9096
|
-
pagination = _useState6[0],
|
|
9097
|
-
setPagination = _useState6[1];
|
|
9098
|
-
|
|
9099
|
-
var remoteData = function remoteData(pag) {
|
|
9100
|
-
axios({
|
|
9101
|
-
url: '/oms-ops/businessImport',
|
|
9102
|
-
method: 'get',
|
|
9103
|
-
params: {
|
|
9104
|
-
'qp-type-eq': 100,
|
|
9105
|
-
currentPage: (pag === null || pag === void 0 ? void 0 : pag.current) || pagination.current,
|
|
9106
|
-
pageSize: (pag === null || pag === void 0 ? void 0 : pag.pageSize) || pagination.pageSize
|
|
9107
|
-
}
|
|
9108
|
-
}).then(function (result) {
|
|
9109
|
-
var _result$data, _result$data$data, _result$data2, _result$data2$data, _result$data3, _result$data3$data, _result$data4, _result$data4$data;
|
|
9110
|
-
|
|
9111
|
-
setDataSource(result === null || result === void 0 ? void 0 : (_result$data = result.data) === null || _result$data === void 0 ? void 0 : (_result$data$data = _result$data.data) === null || _result$data$data === void 0 ? void 0 : _result$data$data.items);
|
|
9112
|
-
setPagination({
|
|
9113
|
-
current: result === null || result === void 0 ? void 0 : (_result$data2 = result.data) === null || _result$data2 === void 0 ? void 0 : (_result$data2$data = _result$data2.data) === null || _result$data2$data === void 0 ? void 0 : _result$data2$data.page,
|
|
9114
|
-
pageSize: result === null || result === void 0 ? void 0 : (_result$data3 = result.data) === null || _result$data3 === void 0 ? void 0 : (_result$data3$data = _result$data3.data) === null || _result$data3$data === void 0 ? void 0 : _result$data3$data.size,
|
|
9115
|
-
total: result === null || result === void 0 ? void 0 : (_result$data4 = result.data) === null || _result$data4 === void 0 ? void 0 : (_result$data4$data = _result$data4.data) === null || _result$data4$data === void 0 ? void 0 : _result$data4$data.total
|
|
9116
|
-
});
|
|
9117
|
-
});
|
|
9118
|
-
};
|
|
9119
|
-
|
|
9120
|
-
useEffect(function () {
|
|
9121
|
-
remoteData();
|
|
9122
|
-
}, []);
|
|
9123
|
-
var columns = [{
|
|
9124
|
-
title: false,
|
|
9125
|
-
key: 'name',
|
|
9126
|
-
dataIndex: 'name',
|
|
9127
|
-
render: function render(text, record) {
|
|
9128
|
-
var importStatus = record.importStatus,
|
|
9129
|
-
createTime = record.createTime;
|
|
9130
|
-
var resultIcon;
|
|
9131
|
-
|
|
9132
|
-
switch (importStatus) {
|
|
9133
|
-
case '10':
|
|
9134
|
-
resultIcon = /*#__PURE__*/React.createElement("img", {
|
|
9135
|
-
src: exportProcessing
|
|
9136
|
-
});
|
|
9137
|
-
break;
|
|
9138
|
-
|
|
9139
|
-
case '20':
|
|
9140
|
-
resultIcon = /*#__PURE__*/React.createElement("img", {
|
|
9141
|
-
src: exportSuccess
|
|
9142
|
-
});
|
|
9143
|
-
break;
|
|
9144
|
-
|
|
9145
|
-
case '30':
|
|
9146
|
-
resultIcon = /*#__PURE__*/React.createElement("img", {
|
|
9147
|
-
src: exportFail
|
|
9148
|
-
});
|
|
9149
|
-
}
|
|
9150
|
-
|
|
9151
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
9152
|
-
style: {
|
|
9153
|
-
display: 'flex'
|
|
9154
|
-
}
|
|
9155
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
9156
|
-
className: css_248z$8.pictureWrap
|
|
9157
|
-
}, resultIcon), /*#__PURE__*/React.createElement("div", {
|
|
9158
|
-
style: {
|
|
9159
|
-
marginLeft: '4px'
|
|
9160
|
-
}
|
|
9161
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
9162
|
-
style: {
|
|
9163
|
-
fontSize: '14px',
|
|
9164
|
-
marginBottom: '-3px'
|
|
9165
|
-
}
|
|
9166
|
-
}, text), /*#__PURE__*/React.createElement("div", {
|
|
9167
|
-
style: {
|
|
9168
|
-
color: '#BFBFBF',
|
|
9169
|
-
fontSize: '12px',
|
|
9170
|
-
lineHeight: '16px'
|
|
9171
|
-
}
|
|
9172
|
-
}, (record === null || record === void 0 ? void 0 : record.importStatus) === '10' ? '导出进行中...' : handleCommonTimeRender(createTime))));
|
|
9173
|
-
}
|
|
9174
|
-
}, {
|
|
9175
|
-
title: false,
|
|
9176
|
-
dataIndex: '2',
|
|
9177
|
-
render: function render(text, record) {
|
|
9178
|
-
return /*#__PURE__*/React.createElement(Space, null, record.importStatus == 20 && /*#__PURE__*/React.createElement(Button, {
|
|
9179
|
-
style: {
|
|
9180
|
-
padding: 0
|
|
9181
|
-
},
|
|
9182
|
-
type: 'link',
|
|
9183
|
-
onClick: function onClick() {
|
|
9184
|
-
downloadExcel(record.importUrl, record.name, true);
|
|
9185
|
-
}
|
|
9186
|
-
}, "\u4E0B\u8F7D"), record.importStatus !== 10 && /*#__PURE__*/React.createElement(Popconfirm, {
|
|
9187
|
-
title: '确定要删除吗?',
|
|
9188
|
-
onConfirm: function onConfirm() {
|
|
9189
|
-
axios({
|
|
9190
|
-
url: "/oms-ops/businessImport/".concat(record.id),
|
|
9191
|
-
method: 'DELETE'
|
|
9192
|
-
}).then(function (result) {
|
|
9193
|
-
message.success('删除成功');
|
|
9194
|
-
remoteData();
|
|
9195
|
-
});
|
|
9196
|
-
}
|
|
9197
|
-
}, /*#__PURE__*/React.createElement(Button, {
|
|
9198
|
-
style: {
|
|
9199
|
-
padding: 0
|
|
9200
|
-
},
|
|
9201
|
-
type: 'link',
|
|
9202
|
-
danger: true
|
|
9203
|
-
}, "\u5220\u9664")));
|
|
9204
|
-
}
|
|
9205
|
-
}];
|
|
9206
|
-
return /*#__PURE__*/React.createElement(Drawer, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
9207
|
-
bodyStyle: {
|
|
9208
|
-
padding: 0
|
|
9209
|
-
}
|
|
9210
|
-
}), /*#__PURE__*/React.createElement("div", {
|
|
9211
|
-
className: css_248z$8.tableWrapper
|
|
9212
|
-
}, /*#__PURE__*/React.createElement(Table, {
|
|
9213
|
-
columns: columns,
|
|
9214
|
-
dataSource: dataSource,
|
|
9215
|
-
pagination: pagination,
|
|
9216
|
-
onChange: remoteData
|
|
9217
9016
|
})));
|
|
9218
9017
|
};
|
|
9219
9018
|
|
|
9220
|
-
export { AddSelect, AddSkuSelect, BillEntry, BusinessSearchSelect$1 as BusinessSearchSelect, index$1 as BusinessTreeSearchSelect, index as CheckOneUser, CommodityEntry, DataImport, DataValidation,
|
|
9019
|
+
export { AddSelect, AddSkuSelect, BillEntry, BusinessSearchSelect$1 as BusinessSearchSelect, index$1 as BusinessTreeSearchSelect, index as CheckOneUser, CommodityEntry, DataImport, DataValidation, ExportIcon, GuideWrapper, QueryMutipleInput, SearchSelect, index$2 as StateFlow, TreeSearchSelect };
|
package/dist/index.js
CHANGED
|
@@ -7,11 +7,10 @@ var React = require('react');
|
|
|
7
7
|
var antd = require('antd');
|
|
8
8
|
var reactBeautifulDnd = require('react-beautiful-dnd');
|
|
9
9
|
var classNames = require('classnames');
|
|
10
|
-
var _ = require('
|
|
10
|
+
var _ = require('lodash');
|
|
11
11
|
var ahooks = require('ahooks');
|
|
12
12
|
var querystring = require('querystring');
|
|
13
13
|
var reactResizable = require('react-resizable');
|
|
14
|
-
var dayjs = require('dayjs');
|
|
15
14
|
|
|
16
15
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
17
16
|
|
|
@@ -19,7 +18,6 @@ var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
|
19
18
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
20
19
|
var classNames__default = /*#__PURE__*/_interopDefaultLegacy(classNames);
|
|
21
20
|
var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
22
|
-
var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
|
|
23
21
|
|
|
24
22
|
var resposne = JSON.parse(localStorage.getItem('userInfo') || '{}');
|
|
25
23
|
function handleRequestAuthHeader(config) {
|
|
@@ -9003,13 +9001,16 @@ var ExportIcon = function ExportIcon(_ref) {
|
|
|
9003
9001
|
style: {
|
|
9004
9002
|
cursor: 'pointer'
|
|
9005
9003
|
}
|
|
9006
|
-
}, /*#__PURE__*/React__default['default'].createElement(antd.
|
|
9007
|
-
title:
|
|
9008
|
-
|
|
9004
|
+
}, /*#__PURE__*/React__default['default'].createElement(antd.Tooltip, {
|
|
9005
|
+
title: "\u5BFC\u51FA\u6570\u636E"
|
|
9006
|
+
}, /*#__PURE__*/React__default['default'].createElement("img", {
|
|
9007
|
+
width: 32,
|
|
9008
|
+
src: exportlogo,
|
|
9009
|
+
onClick: function onClick() {
|
|
9009
9010
|
axios__default['default'](_objectSpread2({
|
|
9010
9011
|
url: url,
|
|
9011
9012
|
method: 'POST',
|
|
9012
|
-
data: (params === null || params === void 0 ? void 0 : params.current) || params()
|
|
9013
|
+
data: (params === null || params === void 0 ? void 0 : params.current) || (typeof params == 'function' ? params() : params)
|
|
9013
9014
|
}, otherParams)).then(function (result) {
|
|
9014
9015
|
result = result.data;
|
|
9015
9016
|
|
|
@@ -9023,209 +9024,6 @@ var ExportIcon = function ExportIcon(_ref) {
|
|
|
9023
9024
|
antd.message.success('任务已排入导出队列');
|
|
9024
9025
|
});
|
|
9025
9026
|
}
|
|
9026
|
-
}, /*#__PURE__*/React__default['default'].createElement(antd.Tooltip, {
|
|
9027
|
-
title: "\u5BFC\u51FA\u6570\u636E"
|
|
9028
|
-
}, /*#__PURE__*/React__default['default'].createElement("img", {
|
|
9029
|
-
width: 32,
|
|
9030
|
-
src: exportlogo
|
|
9031
|
-
}))));
|
|
9032
|
-
};
|
|
9033
|
-
|
|
9034
|
-
var upExport = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3Exinglan-icon-message%E5%A4%87%E4%BB%BD%205%3C%2Ftitle%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%3E%3C%2Frect%3E%20%20%20%20%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD-%E5%AF%BC%E5%87%BA%E6%95%B0%E6%8D%AE%E8%BD%AC%E5%85%A5%E5%90%8E%E5%8F%B0%E6%8F%90%E7%A4%BA%22%20transform%3D%22translate%28-1659.000000%2C%20-18.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%85%A5%E3%80%81%E5%AF%BC%E5%87%BA%E8%AE%B0%E5%BD%95icon%22%20transform%3D%22translate%281659.000000%2C%2018.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22xinglan-icon-message%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22responsetime%22%20mask%3D%22url%28%23mask-2%29%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%283.000000%2C%202.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.21516417%2C6.74357406%20L4.07552238%2C7.8711358%20L0%2C3.83881343%20L3.87940299%2C0%20L5.02011939%2C1.12756173%20L3.05785074%2C3.06796734%20L9.4438209%2C3.06903059%20C14.112%2C3.06903059%2017.9075821%2C6.76802848%2017.9978507%2C11.3659924%20L18%2C11.5345153%20C18%2C16.2095638%2014.1689552%2C20%209.4438209%2C20%20C4.71814925%2C20%200.887104494%2C16.2095638%200.887104469%2C11.5345153%20L2.49904477%2C11.5345153%20C2.49904477%2C15.3292044%205.6084776%2C18.4051461%209.4438209%2C18.4051461%20C13.2786269%2C18.4051461%2016.3880597%2C15.3292044%2016.3880597%2C11.5345153%20C16.3880597%2C7.73982616%2013.2786269%2C4.66388453%209.4438209%2C4.66388453%20L3.11265671%2C4.66335292%20L5.21516417%2C6.74357406%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.4%2C7.2%20L10.399%2C12.381%20L12.4660494%2C10.315207%20L13.6934831%2C11.5426407%20L9.55833777%2C15.677786%20L5.2%2C11.5508424%20L6.44018239%2C10.31066%20L8.599%2C12.309%20L8.6%2C7.2%20L10.4%2C7.2%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%E7%BB%93%E5%90%88%22%20transform%3D%22translate%289.446742%2C%2011.438893%29%20scale%281%2C%20-1%29%20translate%28-9.446742%2C%20-11.438893%29%20%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
9035
|
-
|
|
9036
|
-
var exportProcessing = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2240px%22%20height%3D%2242px%22%20viewBox%3D%220%200%2040%2042%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3E%E7%BC%96%E7%BB%84%2017%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-13%22%20transform%3D%22translate%28-14.000000%2C%20-74.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-21%E5%A4%87%E4%BB%BD-20%22%20transform%3D%22translate%280.000000%2C%2064.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-17%22%20transform%3D%22translate%2814.000000%2C%2010.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23979797%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2241%22%3E%3C%2Frect%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%20transform%3D%22translate%286.000000%2C%206.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C28%20L4%2C2%20C4%2C0.8954305%204.8954305%2C-1.91384796e-17%206%2C0%20L20.1028879%2C0%20L20.1028879%2C0%20L28%2C7.2545499%20L28%2C28%20C28%2C29.1045695%2027.1045695%2C30%2026%2C30%20L6%2C30%20C4.8954305%2C30%204%2C29.1045695%204%2C28%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84-6%22%20fill%3D%22%231B79FF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-2%22%20transform%3D%22translate%280.000000%2C%209.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%2C0.5%20C11.4142136%2C0.5%2011.7892136%2C0.667893219%2012.0606602%2C0.939339828%20C12.3321068%2C1.21078644%2012.5%2C1.58578644%2012.5%2C2%20L12.5%2C2%20L12.5%2C11%20C12.5%2C11.4142136%2012.3321068%2C11.7892136%2012.0606602%2C12.0606602%20C11.7892136%2C12.3321068%2011.4142136%2C12.5%2011%2C12.5%20L11%2C12.5%20L2%2C12.5%20C1.58578644%2C12.5%201.21078644%2C12.3321068%200.939339828%2C12.0606602%20C0.667893219%2C11.7892136%200.5%2C11.4142136%200.5%2C11%20L0.5%2C11%20L0.5%2C2%20C0.5%2C1.58578644%200.667893219%2C1.21078644%200.939339828%2C0.939339828%20C1.21078644%2C0.667893219%201.58578644%2C0.5%202%2C0.5%20L2%2C0.5%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23005CFF%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22X%22%20transform%3D%22translate%283.986000%2C%204.100000%29%22%20fill%3D%22%23005CFF%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%223.598%204.9%202.583%203.381%201.582%204.9%200%204.9%201.785%202.422%200.077%200%201.638%200%202.618%201.414%203.584%200%205.082%200%203.374%202.366%205.194%204.9%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C10%20L18%2C10%20C18.5522847%2C10%2019%2C10.4477153%2019%2C11%20L19%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20L15%2C13%20C14.4477153%2C13%2014%2C12.5522847%2014%2C12%20L14%2C11%20C14%2C10.4477153%2014.4477153%2C10%2015%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-7%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C10%20L24%2C10%20C24.5522847%2C10%2025%2C10.4477153%2025%2C11%20L25%2C12%20C25%2C12.5522847%2024.5522847%2C13%2024%2C13%20L21%2C13%20C20.4477153%2C13%2020%2C12.5522847%2020%2C12%20L20%2C11%20C20%2C10.4477153%2020.4477153%2C10%2021%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-18%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C14%20L18%2C14%20C18.5522847%2C14%2019%2C14.4477153%2019%2C15%20L19%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20L15%2C17%20C14.4477153%2C17%2014%2C16.5522847%2014%2C16%20L14%2C15%20C14%2C14.4477153%2014.4477153%2C14%2015%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-20%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C14%20L24%2C14%20C24.5522847%2C14%2025%2C14.4477153%2025%2C15%20L25%2C16%20C25%2C16.5522847%2024.5522847%2C17%2024%2C17%20L21%2C17%20C20.4477153%2C17%2020%2C16.5522847%2020%2C16%20L20%2C15%20C20%2C14.4477153%2020.4477153%2C14%2021%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-19%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C18%20L18%2C18%20C18.5522847%2C18%2019%2C18.4477153%2019%2C19%20L19%2C20%20C19%2C20.5522847%2018.5522847%2C21%2018%2C21%20L15%2C21%20C14.4477153%2C21%2014%2C20.5522847%2014%2C20%20L14%2C19%20C14%2C18.4477153%2014.4477153%2C18%2015%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-22%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C18%20L24%2C18%20C24.5522847%2C18%2025%2C18.4477153%2025%2C19%20L25%2C20%20C25%2C20.5522847%2024.5522847%2C21%2024%2C21%20L21%2C21%20C20.4477153%2C21%2020%2C20.5522847%2020%2C20%20L20%2C19%20C20%2C18.4477153%2020.4477153%2C18%2021%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-21%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84-19%22%20fill%3D%22%23005CFF%22%20points%3D%2220.1168478%200%2020.1168478%207.2545499%2028%207.2545499%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
9037
|
-
|
|
9038
|
-
var exportSuccess = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2240px%22%20height%3D%2242px%22%20viewBox%3D%220%200%2040%2042%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3E%E7%BC%96%E7%BB%84%2019%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-13%22%20transform%3D%22translate%28-14.000000%2C%20-200.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-21%E5%A4%87%E4%BB%BD-22%22%20transform%3D%22translate%280.000000%2C%20188.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-19%22%20transform%3D%22translate%2814.000000%2C%2012.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23979797%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2241%22%3E%3C%2Frect%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-16%22%20transform%3D%22translate%286.000000%2C%204.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C28%20L4%2C2%20C4%2C0.8954305%204.8954305%2C-1.91384796e-17%206%2C0%20L20.1028879%2C0%20L20.1028879%2C0%20L28%2C7.2545499%20L28%2C28%20C28%2C29.1045695%2027.1045695%2C30%2026%2C30%20L6%2C30%20C4.8954305%2C30%204%2C29.1045695%204%2C28%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84-6%22%20fill%3D%22%231B79FF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-2%22%20transform%3D%22translate%280.000000%2C%209.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%2C0.5%20C11.4142136%2C0.5%2011.7892136%2C0.667893219%2012.0606602%2C0.939339828%20C12.3321068%2C1.21078644%2012.5%2C1.58578644%2012.5%2C2%20L12.5%2C2%20L12.5%2C11%20C12.5%2C11.4142136%2012.3321068%2C11.7892136%2012.0606602%2C12.0606602%20C11.7892136%2C12.3321068%2011.4142136%2C12.5%2011%2C12.5%20L11%2C12.5%20L2%2C12.5%20C1.58578644%2C12.5%201.21078644%2C12.3321068%200.939339828%2C12.0606602%20C0.667893219%2C11.7892136%200.5%2C11.4142136%200.5%2C11%20L0.5%2C11%20L0.5%2C2%20C0.5%2C1.58578644%200.667893219%2C1.21078644%200.939339828%2C0.939339828%20C1.21078644%2C0.667893219%201.58578644%2C0.5%202%2C0.5%20L2%2C0.5%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23005CFF%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22X%22%20transform%3D%22translate%283.986000%2C%204.100000%29%22%20fill%3D%22%23005CFF%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%223.598%204.9%202.583%203.381%201.582%204.9%200%204.9%201.785%202.422%200.077%200%201.638%200%202.618%201.414%203.584%200%205.082%200%203.374%202.366%205.194%204.9%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C10%20L18%2C10%20C18.5522847%2C10%2019%2C10.4477153%2019%2C11%20L19%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20L15%2C13%20C14.4477153%2C13%2014%2C12.5522847%2014%2C12%20L14%2C11%20C14%2C10.4477153%2014.4477153%2C10%2015%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-7%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C10%20L24%2C10%20C24.5522847%2C10%2025%2C10.4477153%2025%2C11%20L25%2C12%20C25%2C12.5522847%2024.5522847%2C13%2024%2C13%20L21%2C13%20C20.4477153%2C13%2020%2C12.5522847%2020%2C12%20L20%2C11%20C20%2C10.4477153%2020.4477153%2C10%2021%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-18%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C14%20L18%2C14%20C18.5522847%2C14%2019%2C14.4477153%2019%2C15%20L19%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20L15%2C17%20C14.4477153%2C17%2014%2C16.5522847%2014%2C16%20L14%2C15%20C14%2C14.4477153%2014.4477153%2C14%2015%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-20%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C14%20L24%2C14%20C24.5522847%2C14%2025%2C14.4477153%2025%2C15%20L25%2C16%20C25%2C16.5522847%2024.5522847%2C17%2024%2C17%20L21%2C17%20C20.4477153%2C17%2020%2C16.5522847%2020%2C16%20L20%2C15%20C20%2C14.4477153%2020.4477153%2C14%2021%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-19%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C18%20L18%2C18%20C18.5522847%2C18%2019%2C18.4477153%2019%2C19%20L19%2C20%20C19%2C20.5522847%2018.5522847%2C21%2018%2C21%20L15%2C21%20C14.4477153%2C21%2014%2C20.5522847%2014%2C20%20L14%2C19%20C14%2C18.4477153%2014.4477153%2C18%2015%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-22%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C18%20L24%2C18%20C24.5522847%2C18%2025%2C18.4477153%2025%2C19%20L25%2C20%20C25%2C20.5522847%2024.5522847%2C21%2024%2C21%20L21%2C21%20C20.4477153%2C21%2020%2C20.5522847%2020%2C20%20L20%2C19%20C20%2C18.4477153%2020.4477153%2C18%2021%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-21%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84-19%22%20fill%3D%22%23005CFF%22%20points%3D%2220.1168478%200%2020.1168478%207.2545499%2028%207.2545499%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-8%22%20transform%3D%22translate%2817.000000%2C%2019.000000%29%22%20stroke%3D%22%23FFFFFF%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22%E6%A4%AD%E5%9C%86%E5%BD%A2%22%20fill%3D%22%2314C255%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%3E%3C%2Fcircle%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22%E8%B7%AF%E5%BE%84-20%22%20stroke-width%3D%221.13795117%22%20stroke-linecap%3D%22round%22%20points%3D%224%207.78993765%207.25875897%2011%2012%205%22%3E%3C%2Fpolyline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
9039
|
-
|
|
9040
|
-
var exportFail = "data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2240px%22%20height%3D%2242px%22%20viewBox%3D%220%200%2040%2042%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3E%E7%BC%96%E7%BB%84%2018%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22%E5%AF%BC%E5%87%BA%E5%8A%9F%E8%83%BD%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-13%22%20transform%3D%22translate%28-14.000000%2C%20-138.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-21%E5%A4%87%E4%BB%BD-21%22%20transform%3D%22translate%280.000000%2C%20126.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-18%22%20transform%3D%22translate%2814.000000%2C%2012.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23979797%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2241%22%3E%3C%2Frect%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-10%22%20transform%3D%22translate%286.000000%2C%204.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2C28%20L4%2C2%20C4%2C0.8954305%204.8954305%2C-1.91384796e-17%206%2C0%20L20.1028879%2C0%20L20.1028879%2C0%20L28%2C7.2545499%20L28%2C28%20C28%2C29.1045695%2027.1045695%2C30%2026%2C30%20L6%2C30%20C4.8954305%2C30%204%2C29.1045695%204%2C28%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84-6%22%20fill%3D%22%231B79FF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-2%22%20transform%3D%22translate%280.000000%2C%209.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M11%2C0.5%20C11.4142136%2C0.5%2011.7892136%2C0.667893219%2012.0606602%2C0.939339828%20C12.3321068%2C1.21078644%2012.5%2C1.58578644%2012.5%2C2%20L12.5%2C2%20L12.5%2C11%20C12.5%2C11.4142136%2012.3321068%2C11.7892136%2012.0606602%2C12.0606602%20C11.7892136%2C12.3321068%2011.4142136%2C12.5%2011%2C12.5%20L11%2C12.5%20L2%2C12.5%20C1.58578644%2C12.5%201.21078644%2C12.3321068%200.939339828%2C12.0606602%20C0.667893219%2C11.7892136%200.5%2C11.4142136%200.5%2C11%20L0.5%2C11%20L0.5%2C2%20C0.5%2C1.58578644%200.667893219%2C1.21078644%200.939339828%2C0.939339828%20C1.21078644%2C0.667893219%201.58578644%2C0.5%202%2C0.5%20L2%2C0.5%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20stroke%3D%22%23005CFF%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22X%22%20transform%3D%22translate%283.986000%2C%204.100000%29%22%20fill%3D%22%23005CFF%22%20fill-rule%3D%22nonzero%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%223.598%204.9%202.583%203.381%201.582%204.9%200%204.9%201.785%202.422%200.077%200%201.638%200%202.618%201.414%203.584%200%205.082%200%203.374%202.366%205.194%204.9%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C10%20L18%2C10%20C18.5522847%2C10%2019%2C10.4477153%2019%2C11%20L19%2C12%20C19%2C12.5522847%2018.5522847%2C13%2018%2C13%20L15%2C13%20C14.4477153%2C13%2014%2C12.5522847%2014%2C12%20L14%2C11%20C14%2C10.4477153%2014.4477153%2C10%2015%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-7%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C10%20L24%2C10%20C24.5522847%2C10%2025%2C10.4477153%2025%2C11%20L25%2C12%20C25%2C12.5522847%2024.5522847%2C13%2024%2C13%20L21%2C13%20C20.4477153%2C13%2020%2C12.5522847%2020%2C12%20L20%2C11%20C20%2C10.4477153%2020.4477153%2C10%2021%2C10%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-18%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C14%20L18%2C14%20C18.5522847%2C14%2019%2C14.4477153%2019%2C15%20L19%2C16%20C19%2C16.5522847%2018.5522847%2C17%2018%2C17%20L15%2C17%20C14.4477153%2C17%2014%2C16.5522847%2014%2C16%20L14%2C15%20C14%2C14.4477153%2014.4477153%2C14%2015%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-20%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C14%20L24%2C14%20C24.5522847%2C14%2025%2C14.4477153%2025%2C15%20L25%2C16%20C25%2C16.5522847%2024.5522847%2C17%2024%2C17%20L21%2C17%20C20.4477153%2C17%2020%2C16.5522847%2020%2C16%20L20%2C15%20C20%2C14.4477153%2020.4477153%2C14%2021%2C14%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-19%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15%2C18%20L18%2C18%20C18.5522847%2C18%2019%2C18.4477153%2019%2C19%20L19%2C20%20C19%2C20.5522847%2018.5522847%2C21%2018%2C21%20L15%2C21%20C14.4477153%2C21%2014%2C20.5522847%2014%2C20%20L14%2C19%20C14%2C18.4477153%2014.4477153%2C18%2015%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-22%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2C18%20L24%2C18%20C24.5522847%2C18%2025%2C18.4477153%2025%2C19%20L25%2C20%20C25%2C20.5522847%2024.5522847%2C21%2024%2C21%20L21%2C21%20C20.4477153%2C21%2020%2C20.5522847%2020%2C20%20L20%2C19%20C20%2C18.4477153%2020.4477153%2C18%2021%2C18%20Z%22%20id%3D%22%E7%9F%A9%E5%BD%A2%E5%A4%87%E4%BB%BD-21%22%20fill%3D%22%23005CFF%22%3E%3C%2Fpath%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84-19%22%20fill%3D%22%23005CFF%22%20points%3D%2220.1168478%200%2020.1168478%207.2545499%2028%207.2545499%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-8%22%20transform%3D%22translate%2817.000000%2C%2019.000000%29%22%20stroke%3D%22%23FFFFFF%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22%E6%A4%AD%E5%9C%86%E5%BD%A2%22%20fill%3D%22%23FE0300%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227.5%22%3E%3C%2Fcircle%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-9%22%20transform%3D%22translate%285.000000%2C%205.000000%29%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.13795117%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22%E8%B7%AF%E5%BE%84-20%22%20transform%3D%22translate%283.181981%2C%203.181981%29%20rotate%28-315.000000%29%20translate%28-3.181981%2C%20-3.181981%29%20%22%20points%3D%223.18198052%207.18198052%203.18198052%201.99975567%203.18198052%20-0.818019485%22%3E%3C%2Fpolyline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22%E8%B7%AF%E5%BE%84-20%E5%A4%87%E4%BB%BD%22%20transform%3D%22translate%283.181981%2C%203.181981%29%20scale%28-1%2C%201%29%20rotate%28-315.000000%29%20translate%28-3.181981%2C%20-3.181981%29%20%22%20points%3D%223.18198052%207.18198052%203.18198052%201.99975567%203.18198052%20-0.818019485%22%3E%3C%2Fpolyline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E";
|
|
9041
|
-
|
|
9042
|
-
var css_248z$8 = ".pictureWrap {\n position: relative;\n width: 44px;\n}\n.pictureWrap::before {\n content: '';\n width: 1px;\n height: 27px;\n position: absolute;\n right: 0;\n top: 10px;\n background-color: #CACACA;\n}\n.tableWrapper :global .ant-table-thead {\n display: none;\n}\n.tableWrapper :global .bs_table_styl {\n padding: 0!important;\n}\n";
|
|
9043
|
-
styleInject(css_248z$8);
|
|
9044
|
-
|
|
9045
|
-
function downloadExcel(data, fileName, isResUrl) {
|
|
9046
|
-
var resUrl = isResUrl ? data : window.URL.createObjectURL(new Blob([data], {
|
|
9047
|
-
type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
|
|
9048
|
-
}));
|
|
9049
|
-
var save_link = document.createElement('a');
|
|
9050
|
-
save_link.href = resUrl;
|
|
9051
|
-
|
|
9052
|
-
if (fileName) {
|
|
9053
|
-
save_link.download = fileName; /// 设置下载文件名
|
|
9054
|
-
}
|
|
9055
|
-
|
|
9056
|
-
save_link.click();
|
|
9057
|
-
}
|
|
9058
|
-
function handleCommonTimeRender(text, format) {
|
|
9059
|
-
var formatType = format || 'YYYY-MM-DD HH:mm:ss';
|
|
9060
|
-
return text && dayjs__default['default'](text).format(formatType);
|
|
9061
|
-
}
|
|
9062
|
-
|
|
9063
|
-
var ExportHistoryIcon = function ExportHistoryIcon() {
|
|
9064
|
-
var _useState = React.useState({
|
|
9065
|
-
visible: false,
|
|
9066
|
-
title: '导出列表',
|
|
9067
|
-
width: '420',
|
|
9068
|
-
placement: 'right',
|
|
9069
|
-
onClose: function onClose() {
|
|
9070
|
-
return setExportHistoryParams(_objectSpread2(_objectSpread2({}, exportHistoryParams), {}, {
|
|
9071
|
-
visible: false
|
|
9072
|
-
}));
|
|
9073
|
-
}
|
|
9074
|
-
}),
|
|
9075
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
9076
|
-
exportHistoryParams = _useState2[0],
|
|
9077
|
-
setExportHistoryParams = _useState2[1];
|
|
9078
|
-
|
|
9079
|
-
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
9080
|
-
style: {
|
|
9081
|
-
cursor: 'pointer'
|
|
9082
|
-
}
|
|
9083
|
-
}, /*#__PURE__*/React__default['default'].createElement(antd.Tooltip, {
|
|
9084
|
-
title: "\u5BFC\u51FA\u8BB0\u5F55"
|
|
9085
|
-
}, /*#__PURE__*/React__default['default'].createElement("img", {
|
|
9086
|
-
width: 24,
|
|
9087
|
-
src: upExport,
|
|
9088
|
-
onClick: function onClick() {
|
|
9089
|
-
return setExportHistoryParams(_objectSpread2(_objectSpread2({}, exportHistoryParams), {}, {
|
|
9090
|
-
visible: true
|
|
9091
|
-
}));
|
|
9092
|
-
}
|
|
9093
|
-
})), exportHistoryParams.visible && /*#__PURE__*/React__default['default'].createElement(ExportHistoryDrawer, _objectSpread2({}, exportHistoryParams)));
|
|
9094
|
-
};
|
|
9095
|
-
|
|
9096
|
-
var ExportHistoryDrawer = function ExportHistoryDrawer(props) {
|
|
9097
|
-
var _useState3 = React.useState([]),
|
|
9098
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
|
9099
|
-
dataSource = _useState4[0],
|
|
9100
|
-
setDataSource = _useState4[1];
|
|
9101
|
-
|
|
9102
|
-
var _useState5 = React.useState({
|
|
9103
|
-
current: 1,
|
|
9104
|
-
pageSize: 20,
|
|
9105
|
-
total: undefined
|
|
9106
|
-
}),
|
|
9107
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
9108
|
-
pagination = _useState6[0],
|
|
9109
|
-
setPagination = _useState6[1];
|
|
9110
|
-
|
|
9111
|
-
var remoteData = function remoteData(pag) {
|
|
9112
|
-
axios__default['default']({
|
|
9113
|
-
url: '/oms-ops/businessImport',
|
|
9114
|
-
method: 'get',
|
|
9115
|
-
params: {
|
|
9116
|
-
'qp-type-eq': 100,
|
|
9117
|
-
currentPage: (pag === null || pag === void 0 ? void 0 : pag.current) || pagination.current,
|
|
9118
|
-
pageSize: (pag === null || pag === void 0 ? void 0 : pag.pageSize) || pagination.pageSize
|
|
9119
|
-
}
|
|
9120
|
-
}).then(function (result) {
|
|
9121
|
-
var _result$data, _result$data$data, _result$data2, _result$data2$data, _result$data3, _result$data3$data, _result$data4, _result$data4$data;
|
|
9122
|
-
|
|
9123
|
-
setDataSource(result === null || result === void 0 ? void 0 : (_result$data = result.data) === null || _result$data === void 0 ? void 0 : (_result$data$data = _result$data.data) === null || _result$data$data === void 0 ? void 0 : _result$data$data.items);
|
|
9124
|
-
setPagination({
|
|
9125
|
-
current: result === null || result === void 0 ? void 0 : (_result$data2 = result.data) === null || _result$data2 === void 0 ? void 0 : (_result$data2$data = _result$data2.data) === null || _result$data2$data === void 0 ? void 0 : _result$data2$data.page,
|
|
9126
|
-
pageSize: result === null || result === void 0 ? void 0 : (_result$data3 = result.data) === null || _result$data3 === void 0 ? void 0 : (_result$data3$data = _result$data3.data) === null || _result$data3$data === void 0 ? void 0 : _result$data3$data.size,
|
|
9127
|
-
total: result === null || result === void 0 ? void 0 : (_result$data4 = result.data) === null || _result$data4 === void 0 ? void 0 : (_result$data4$data = _result$data4.data) === null || _result$data4$data === void 0 ? void 0 : _result$data4$data.total
|
|
9128
|
-
});
|
|
9129
|
-
});
|
|
9130
|
-
};
|
|
9131
|
-
|
|
9132
|
-
React.useEffect(function () {
|
|
9133
|
-
remoteData();
|
|
9134
|
-
}, []);
|
|
9135
|
-
var columns = [{
|
|
9136
|
-
title: false,
|
|
9137
|
-
key: 'name',
|
|
9138
|
-
dataIndex: 'name',
|
|
9139
|
-
render: function render(text, record) {
|
|
9140
|
-
var importStatus = record.importStatus,
|
|
9141
|
-
createTime = record.createTime;
|
|
9142
|
-
var resultIcon;
|
|
9143
|
-
|
|
9144
|
-
switch (importStatus) {
|
|
9145
|
-
case '10':
|
|
9146
|
-
resultIcon = /*#__PURE__*/React__default['default'].createElement("img", {
|
|
9147
|
-
src: exportProcessing
|
|
9148
|
-
});
|
|
9149
|
-
break;
|
|
9150
|
-
|
|
9151
|
-
case '20':
|
|
9152
|
-
resultIcon = /*#__PURE__*/React__default['default'].createElement("img", {
|
|
9153
|
-
src: exportSuccess
|
|
9154
|
-
});
|
|
9155
|
-
break;
|
|
9156
|
-
|
|
9157
|
-
case '30':
|
|
9158
|
-
resultIcon = /*#__PURE__*/React__default['default'].createElement("img", {
|
|
9159
|
-
src: exportFail
|
|
9160
|
-
});
|
|
9161
|
-
}
|
|
9162
|
-
|
|
9163
|
-
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
9164
|
-
style: {
|
|
9165
|
-
display: 'flex'
|
|
9166
|
-
}
|
|
9167
|
-
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
9168
|
-
className: css_248z$8.pictureWrap
|
|
9169
|
-
}, resultIcon), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
9170
|
-
style: {
|
|
9171
|
-
marginLeft: '4px'
|
|
9172
|
-
}
|
|
9173
|
-
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
9174
|
-
style: {
|
|
9175
|
-
fontSize: '14px',
|
|
9176
|
-
marginBottom: '-3px'
|
|
9177
|
-
}
|
|
9178
|
-
}, text), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
9179
|
-
style: {
|
|
9180
|
-
color: '#BFBFBF',
|
|
9181
|
-
fontSize: '12px',
|
|
9182
|
-
lineHeight: '16px'
|
|
9183
|
-
}
|
|
9184
|
-
}, (record === null || record === void 0 ? void 0 : record.importStatus) === '10' ? '导出进行中...' : handleCommonTimeRender(createTime))));
|
|
9185
|
-
}
|
|
9186
|
-
}, {
|
|
9187
|
-
title: false,
|
|
9188
|
-
dataIndex: '2',
|
|
9189
|
-
render: function render(text, record) {
|
|
9190
|
-
return /*#__PURE__*/React__default['default'].createElement(antd.Space, null, record.importStatus == 20 && /*#__PURE__*/React__default['default'].createElement(antd.Button, {
|
|
9191
|
-
style: {
|
|
9192
|
-
padding: 0
|
|
9193
|
-
},
|
|
9194
|
-
type: 'link',
|
|
9195
|
-
onClick: function onClick() {
|
|
9196
|
-
downloadExcel(record.importUrl, record.name, true);
|
|
9197
|
-
}
|
|
9198
|
-
}, "\u4E0B\u8F7D"), record.importStatus !== 10 && /*#__PURE__*/React__default['default'].createElement(antd.Popconfirm, {
|
|
9199
|
-
title: '确定要删除吗?',
|
|
9200
|
-
onConfirm: function onConfirm() {
|
|
9201
|
-
axios__default['default']({
|
|
9202
|
-
url: "/oms-ops/businessImport/".concat(record.id),
|
|
9203
|
-
method: 'DELETE'
|
|
9204
|
-
}).then(function (result) {
|
|
9205
|
-
antd.message.success('删除成功');
|
|
9206
|
-
remoteData();
|
|
9207
|
-
});
|
|
9208
|
-
}
|
|
9209
|
-
}, /*#__PURE__*/React__default['default'].createElement(antd.Button, {
|
|
9210
|
-
style: {
|
|
9211
|
-
padding: 0
|
|
9212
|
-
},
|
|
9213
|
-
type: 'link',
|
|
9214
|
-
danger: true
|
|
9215
|
-
}, "\u5220\u9664")));
|
|
9216
|
-
}
|
|
9217
|
-
}];
|
|
9218
|
-
return /*#__PURE__*/React__default['default'].createElement(antd.Drawer, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
9219
|
-
bodyStyle: {
|
|
9220
|
-
padding: 0
|
|
9221
|
-
}
|
|
9222
|
-
}), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
9223
|
-
className: css_248z$8.tableWrapper
|
|
9224
|
-
}, /*#__PURE__*/React__default['default'].createElement(antd.Table, {
|
|
9225
|
-
columns: columns,
|
|
9226
|
-
dataSource: dataSource,
|
|
9227
|
-
pagination: pagination,
|
|
9228
|
-
onChange: remoteData
|
|
9229
9027
|
})));
|
|
9230
9028
|
};
|
|
9231
9029
|
|
|
@@ -9238,7 +9036,6 @@ exports.CheckOneUser = index;
|
|
|
9238
9036
|
exports.CommodityEntry = CommodityEntry;
|
|
9239
9037
|
exports.DataImport = DataImport;
|
|
9240
9038
|
exports.DataValidation = DataValidation;
|
|
9241
|
-
exports.ExportHistoryIcon = ExportHistoryIcon;
|
|
9242
9039
|
exports.ExportIcon = ExportIcon;
|
|
9243
9040
|
exports.GuideWrapper = GuideWrapper;
|
|
9244
9041
|
exports.QueryMutipleInput = QueryMutipleInput;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bit-sun/business-component",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.20",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -31,8 +31,7 @@
|
|
|
31
31
|
"antd": "4.17.2",
|
|
32
32
|
"axios": "^0.24.0",
|
|
33
33
|
"classnames": "^2.3.1",
|
|
34
|
-
"
|
|
35
|
-
"loadsh": "^0.0.4",
|
|
34
|
+
"lodash": "^4.17.21",
|
|
36
35
|
"querystring": "^0.2.1",
|
|
37
36
|
"react": "^16.12.0",
|
|
38
37
|
"react-beautiful-dnd": "10.0.0",
|
|
@@ -1,33 +1,43 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="40px" height="
|
|
3
|
-
<title
|
|
2
|
+
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>下载失败-icon</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<rect id="path-1" x="0" y="0" width="40" height="40"></rect>
|
|
6
|
+
</defs>
|
|
4
7
|
<g id="导出功能" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="
|
|
6
|
-
<g id="编组-
|
|
7
|
-
<g id="编组-
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
<g id="列表数据导出功能-导出列表" transform="translate(-1584.000000, -137.000000)">
|
|
9
|
+
<g id="编组-13" transform="translate(1570.000000, 0.000000)">
|
|
10
|
+
<g id="编组-21备份-21" transform="translate(0.000000, 126.000000)">
|
|
11
|
+
<g id="编组-6" transform="translate(14.000000, 11.000000)">
|
|
12
|
+
<mask id="mask-2" fill="white">
|
|
13
|
+
<use xlink:href="#path-1"></use>
|
|
14
|
+
</mask>
|
|
15
|
+
<use id="下载失败-icon" fill="#D8D8D8" opacity="0" xlink:href="#path-1"></use>
|
|
16
|
+
<g mask="url(#mask-2)">
|
|
17
|
+
<g transform="translate(4.000000, 3.000000)">
|
|
18
|
+
<path d="M4.57142857,31.7142857 L4.57142857,2.28571429 C4.57142857,1.02334914 5.59477771,-1.10037491e-15 6.85714286,0 L22.974729,0 L22.974729,0 L32,8.22182322 L32,31.7142857 C32,32.9766509 30.9766509,34 29.7142857,34 L6.85714286,34 C5.59477771,34 4.57142857,32.9766509 4.57142857,31.7142857 Z" id="路径-6" fill="#1B79FF"></path>
|
|
19
|
+
<g id="编组-2" stroke-width="1" fill="none" transform="translate(0.000000, 10.200000)">
|
|
20
|
+
<path d="M12.5714286,0.571428571 C13.0448155,0.571428571 13.4733869,0.763306536 13.7836116,1.07353123 C14.0938363,1.38375593 14.2857143,1.81232736 14.2857143,2.28571429 L14.2857143,2.28571429 L14.2857143,12.447619 C14.2857143,12.921006 14.0938363,13.3495774 13.7836116,13.6598021 C13.4733869,13.9700268 13.0448155,14.1619048 12.5714286,14.1619048 L12.5714286,14.1619048 L2.28571429,14.1619048 C1.81232736,14.1619048 1.38375593,13.9700268 1.07353123,13.6598021 C0.763306536,13.3495774 0.571428571,12.921006 0.571428571,12.447619 L0.571428571,12.447619 L0.571428571,2.28571429 C0.571428571,1.81232736 0.763306536,1.38375593 1.07353123,1.07353123 C1.38375593,0.763306536 1.81232736,0.571428571 2.28571429,0.571428571 L2.28571429,0.571428571 Z" id="矩形" stroke="#005CFF" stroke-width="1.14285714" fill="#FFFFFF"></path>
|
|
21
|
+
<g id="X" transform="translate(4.555429, 4.646667)" fill="#005CFF" fill-rule="nonzero">
|
|
22
|
+
<polygon id="路径" points="4.112 5.55333333 2.952 3.8318 1.808 5.55333333 0 5.55333333 2.04 2.74493333 0.088 0 1.872 0 2.992 1.60253333 4.096 0 5.808 0 3.856 2.68146667 5.936 5.55333333"></polygon>
|
|
23
|
+
</g>
|
|
16
24
|
</g>
|
|
25
|
+
<path d="M17.1428571,11.3333333 L20.5714286,11.3333333 C21.2026111,11.3333333 21.7142857,11.8450079 21.7142857,12.4761905 L21.7142857,13.5904762 C21.7142857,14.2216588 21.2026111,14.7333333 20.5714286,14.7333333 L17.1428571,14.7333333 C16.5116746,14.7333333 16,14.2216588 16,13.5904762 L16,12.4761905 C16,11.8450079 16.5116746,11.3333333 17.1428571,11.3333333 Z" id="矩形备份-7" fill="#005CFF"></path>
|
|
26
|
+
<path d="M24,11.3333333 L27.4285714,11.3333333 C28.059754,11.3333333 28.5714286,11.8450079 28.5714286,12.4761905 L28.5714286,13.5904762 C28.5714286,14.2216588 28.059754,14.7333333 27.4285714,14.7333333 L24,14.7333333 C23.3688174,14.7333333 22.8571429,14.2216588 22.8571429,13.5904762 L22.8571429,12.4761905 C22.8571429,11.8450079 23.3688174,11.3333333 24,11.3333333 Z" id="矩形备份-18" fill="#005CFF"></path>
|
|
27
|
+
<path d="M17.1428571,15.8666667 L20.5714286,15.8666667 C21.2026111,15.8666667 21.7142857,16.3783412 21.7142857,17.0095238 L21.7142857,18.1238095 C21.7142857,18.7549921 21.2026111,19.2666667 20.5714286,19.2666667 L17.1428571,19.2666667 C16.5116746,19.2666667 16,18.7549921 16,18.1238095 L16,17.0095238 C16,16.3783412 16.5116746,15.8666667 17.1428571,15.8666667 Z" id="矩形备份-20" fill="#005CFF"></path>
|
|
28
|
+
<path d="M24,15.8666667 L27.4285714,15.8666667 C28.059754,15.8666667 28.5714286,16.3783412 28.5714286,17.0095238 L28.5714286,18.1238095 C28.5714286,18.7549921 28.059754,19.2666667 27.4285714,19.2666667 L24,19.2666667 C23.3688174,19.2666667 22.8571429,18.7549921 22.8571429,18.1238095 L22.8571429,17.0095238 C22.8571429,16.3783412 23.3688174,15.8666667 24,15.8666667 Z" id="矩形备份-19" fill="#005CFF"></path>
|
|
29
|
+
<path d="M17.1428571,20.4 L20.5714286,20.4 C21.2026111,20.4 21.7142857,20.9116746 21.7142857,21.5428571 L21.7142857,22.6571429 C21.7142857,23.2883254 21.2026111,23.8 20.5714286,23.8 L17.1428571,23.8 C16.5116746,23.8 16,23.2883254 16,22.6571429 L16,21.5428571 C16,20.9116746 16.5116746,20.4 17.1428571,20.4 Z" id="矩形备份-22" fill="#005CFF"></path>
|
|
30
|
+
<path d="M24,20.4 L27.4285714,20.4 C28.059754,20.4 28.5714286,20.9116746 28.5714286,21.5428571 L28.5714286,22.6571429 C28.5714286,23.2883254 28.059754,23.8 27.4285714,23.8 L24,23.8 C23.3688174,23.8 22.8571429,23.2883254 22.8571429,22.6571429 L22.8571429,21.5428571 C22.8571429,20.9116746 23.3688174,20.4 24,20.4 Z" id="矩形备份-21" fill="#005CFF"></path>
|
|
31
|
+
<polygon id="路径-19" fill="#005CFF" points="22.9906832 0 22.9906832 8.22182322 32 8.22182322"></polygon>
|
|
17
32
|
</g>
|
|
18
|
-
<path d="M15,10 L18,10 C18.5522847,10 19,10.4477153 19,11 L19,12 C19,12.5522847 18.5522847,13 18,13 L15,13 C14.4477153,13 14,12.5522847 14,12 L14,11 C14,10.4477153 14.4477153,10 15,10 Z" id="矩形备份-7" fill="#005CFF"></path>
|
|
19
|
-
<path d="M21,10 L24,10 C24.5522847,10 25,10.4477153 25,11 L25,12 C25,12.5522847 24.5522847,13 24,13 L21,13 C20.4477153,13 20,12.5522847 20,12 L20,11 C20,10.4477153 20.4477153,10 21,10 Z" id="矩形备份-18" fill="#005CFF"></path>
|
|
20
|
-
<path d="M15,14 L18,14 C18.5522847,14 19,14.4477153 19,15 L19,16 C19,16.5522847 18.5522847,17 18,17 L15,17 C14.4477153,17 14,16.5522847 14,16 L14,15 C14,14.4477153 14.4477153,14 15,14 Z" id="矩形备份-20" fill="#005CFF"></path>
|
|
21
|
-
<path d="M21,14 L24,14 C24.5522847,14 25,14.4477153 25,15 L25,16 C25,16.5522847 24.5522847,17 24,17 L21,17 C20.4477153,17 20,16.5522847 20,16 L20,15 C20,14.4477153 20.4477153,14 21,14 Z" id="矩形备份-19" fill="#005CFF"></path>
|
|
22
|
-
<path d="M15,18 L18,18 C18.5522847,18 19,18.4477153 19,19 L19,20 C19,20.5522847 18.5522847,21 18,21 L15,21 C14.4477153,21 14,20.5522847 14,20 L14,19 C14,18.4477153 14.4477153,18 15,18 Z" id="矩形备份-22" fill="#005CFF"></path>
|
|
23
|
-
<path d="M21,18 L24,18 C24.5522847,18 25,18.4477153 25,19 L25,20 C25,20.5522847 24.5522847,21 24,21 L21,21 C20.4477153,21 20,20.5522847 20,20 L20,19 C20,18.4477153 20.4477153,18 21,18 Z" id="矩形备份-21" fill="#005CFF"></path>
|
|
24
|
-
<polygon id="路径-19" fill="#005CFF" points="20.1168478 0 20.1168478 7.2545499 28 7.2545499"></polygon>
|
|
25
33
|
</g>
|
|
26
|
-
<g id="编组-8"
|
|
27
|
-
<
|
|
28
|
-
|
|
29
|
-
<
|
|
30
|
-
|
|
34
|
+
<g id="编组-8" mask="url(#mask-2)">
|
|
35
|
+
<g transform="translate(24.000000, 21.000000)">
|
|
36
|
+
<circle id="椭圆形" stroke="#FFFFFF" fill="#FE0300" cx="8" cy="8" r="7.5"></circle>
|
|
37
|
+
<g id="编组-9" stroke="none" fill="none" transform="translate(5.000000, 5.000000)" stroke-linecap="round">
|
|
38
|
+
<polyline id="路径-20" stroke="#FFFFFF" stroke-width="1.13795117" transform="translate(3.181981, 3.181981) rotate(-315.000000) translate(-3.181981, -3.181981) " points="3.18198052 7.18198052 3.18198052 1.99975567 3.18198052 -0.818019485"></polyline>
|
|
39
|
+
<polyline id="路径-20备份" stroke="#FFFFFF" stroke-width="1.13795117" transform="translate(3.181981, 3.181981) scale(-1, 1) rotate(-315.000000) translate(-3.181981, -3.181981) " points="3.18198052 7.18198052 3.18198052 1.99975567 3.18198052 -0.818019485"></polyline>
|
|
40
|
+
</g>
|
|
31
41
|
</g>
|
|
32
42
|
</g>
|
|
33
43
|
</g>
|
|
@@ -1,26 +1,36 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="40px" height="
|
|
3
|
-
<title
|
|
2
|
+
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>下载中-icon</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<rect id="path-1" x="0" y="0" width="40" height="40"></rect>
|
|
6
|
+
</defs>
|
|
4
7
|
<g id="导出功能" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="
|
|
6
|
-
<g id="编组-
|
|
7
|
-
<g id="编组-
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
<g id="列表数据导出功能-导出列表" transform="translate(-1584.000000, -75.000000)">
|
|
9
|
+
<g id="编组-13" transform="translate(1570.000000, 0.000000)">
|
|
10
|
+
<g id="编组-21备份-20" transform="translate(0.000000, 64.000000)">
|
|
11
|
+
<g id="编组-6" transform="translate(14.000000, 11.000000)">
|
|
12
|
+
<mask id="mask-2" fill="white">
|
|
13
|
+
<use xlink:href="#path-1"></use>
|
|
14
|
+
</mask>
|
|
15
|
+
<use id="下载中-icon" fill="#D8D8D8" opacity="0" xlink:href="#path-1"></use>
|
|
16
|
+
<g mask="url(#mask-2)">
|
|
17
|
+
<g transform="translate(4.000000, 3.000000)">
|
|
18
|
+
<path d="M4.57142857,31.7142857 L4.57142857,2.28571429 C4.57142857,1.02334914 5.59477771,-6.56285705e-16 6.85714286,0 L22.974729,0 L22.974729,0 L32,8.22182322 L32,31.7142857 C32,32.9766509 30.9766509,34 29.7142857,34 L6.85714286,34 C5.59477771,34 4.57142857,32.9766509 4.57142857,31.7142857 Z" id="路径-6" fill="#1B79FF"></path>
|
|
19
|
+
<g id="编组-2" stroke-width="1" fill="none" transform="translate(0.000000, 10.200000)">
|
|
20
|
+
<path d="M12.5714286,0.571428571 C13.0448155,0.571428571 13.4733869,0.763306536 13.7836116,1.07353123 C14.0938363,1.38375593 14.2857143,1.81232736 14.2857143,2.28571429 L14.2857143,2.28571429 L14.2857143,12.447619 C14.2857143,12.921006 14.0938363,13.3495774 13.7836116,13.6598021 C13.4733869,13.9700268 13.0448155,14.1619048 12.5714286,14.1619048 L12.5714286,14.1619048 L2.28571429,14.1619048 C1.81232736,14.1619048 1.38375593,13.9700268 1.07353123,13.6598021 C0.763306536,13.3495774 0.571428571,12.921006 0.571428571,12.447619 L0.571428571,12.447619 L0.571428571,2.28571429 C0.571428571,1.81232736 0.763306536,1.38375593 1.07353123,1.07353123 C1.38375593,0.763306536 1.81232736,0.571428571 2.28571429,0.571428571 L2.28571429,0.571428571 Z" id="矩形" stroke="#005CFF" stroke-width="1.14285714" fill="#FFFFFF"></path>
|
|
21
|
+
<g id="X" transform="translate(4.555429, 4.646667)" fill="#005CFF" fill-rule="nonzero">
|
|
22
|
+
<polygon id="路径" points="4.112 5.55333333 2.952 3.8318 1.808 5.55333333 0 5.55333333 2.04 2.74493333 0.088 0 1.872 0 2.992 1.60253333 4.096 0 5.808 0 3.856 2.68146667 5.936 5.55333333"></polygon>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
<path d="M17.1428571,11.3333333 L20.5714286,11.3333333 C21.2026111,11.3333333 21.7142857,11.8450079 21.7142857,12.4761905 L21.7142857,13.5904762 C21.7142857,14.2216588 21.2026111,14.7333333 20.5714286,14.7333333 L17.1428571,14.7333333 C16.5116746,14.7333333 16,14.2216588 16,13.5904762 L16,12.4761905 C16,11.8450079 16.5116746,11.3333333 17.1428571,11.3333333 Z" id="矩形备份-7" fill="#005CFF"></path>
|
|
26
|
+
<path d="M24,11.3333333 L27.4285714,11.3333333 C28.059754,11.3333333 28.5714286,11.8450079 28.5714286,12.4761905 L28.5714286,13.5904762 C28.5714286,14.2216588 28.059754,14.7333333 27.4285714,14.7333333 L24,14.7333333 C23.3688174,14.7333333 22.8571429,14.2216588 22.8571429,13.5904762 L22.8571429,12.4761905 C22.8571429,11.8450079 23.3688174,11.3333333 24,11.3333333 Z" id="矩形备份-18" fill="#005CFF"></path>
|
|
27
|
+
<path d="M17.1428571,15.8666667 L20.5714286,15.8666667 C21.2026111,15.8666667 21.7142857,16.3783412 21.7142857,17.0095238 L21.7142857,18.1238095 C21.7142857,18.7549921 21.2026111,19.2666667 20.5714286,19.2666667 L17.1428571,19.2666667 C16.5116746,19.2666667 16,18.7549921 16,18.1238095 L16,17.0095238 C16,16.3783412 16.5116746,15.8666667 17.1428571,15.8666667 Z" id="矩形备份-20" fill="#005CFF"></path>
|
|
28
|
+
<path d="M24,15.8666667 L27.4285714,15.8666667 C28.059754,15.8666667 28.5714286,16.3783412 28.5714286,17.0095238 L28.5714286,18.1238095 C28.5714286,18.7549921 28.059754,19.2666667 27.4285714,19.2666667 L24,19.2666667 C23.3688174,19.2666667 22.8571429,18.7549921 22.8571429,18.1238095 L22.8571429,17.0095238 C22.8571429,16.3783412 23.3688174,15.8666667 24,15.8666667 Z" id="矩形备份-19" fill="#005CFF"></path>
|
|
29
|
+
<path d="M17.1428571,20.4 L20.5714286,20.4 C21.2026111,20.4 21.7142857,20.9116746 21.7142857,21.5428571 L21.7142857,22.6571429 C21.7142857,23.2883254 21.2026111,23.8 20.5714286,23.8 L17.1428571,23.8 C16.5116746,23.8 16,23.2883254 16,22.6571429 L16,21.5428571 C16,20.9116746 16.5116746,20.4 17.1428571,20.4 Z" id="矩形备份-22" fill="#005CFF"></path>
|
|
30
|
+
<path d="M24,20.4 L27.4285714,20.4 C28.059754,20.4 28.5714286,20.9116746 28.5714286,21.5428571 L28.5714286,22.6571429 C28.5714286,23.2883254 28.059754,23.8 27.4285714,23.8 L24,23.8 C23.3688174,23.8 22.8571429,23.2883254 22.8571429,22.6571429 L22.8571429,21.5428571 C22.8571429,20.9116746 23.3688174,20.4 24,20.4 Z" id="矩形备份-21" fill="#005CFF"></path>
|
|
31
|
+
<polygon id="路径-19" fill="#005CFF" points="22.9906832 0 22.9906832 8.22182322 32 8.22182322"></polygon>
|
|
15
32
|
</g>
|
|
16
33
|
</g>
|
|
17
|
-
<path d="M15,10 L18,10 C18.5522847,10 19,10.4477153 19,11 L19,12 C19,12.5522847 18.5522847,13 18,13 L15,13 C14.4477153,13 14,12.5522847 14,12 L14,11 C14,10.4477153 14.4477153,10 15,10 Z" id="矩形备份-7" fill="#005CFF"></path>
|
|
18
|
-
<path d="M21,10 L24,10 C24.5522847,10 25,10.4477153 25,11 L25,12 C25,12.5522847 24.5522847,13 24,13 L21,13 C20.4477153,13 20,12.5522847 20,12 L20,11 C20,10.4477153 20.4477153,10 21,10 Z" id="矩形备份-18" fill="#005CFF"></path>
|
|
19
|
-
<path d="M15,14 L18,14 C18.5522847,14 19,14.4477153 19,15 L19,16 C19,16.5522847 18.5522847,17 18,17 L15,17 C14.4477153,17 14,16.5522847 14,16 L14,15 C14,14.4477153 14.4477153,14 15,14 Z" id="矩形备份-20" fill="#005CFF"></path>
|
|
20
|
-
<path d="M21,14 L24,14 C24.5522847,14 25,14.4477153 25,15 L25,16 C25,16.5522847 24.5522847,17 24,17 L21,17 C20.4477153,17 20,16.5522847 20,16 L20,15 C20,14.4477153 20.4477153,14 21,14 Z" id="矩形备份-19" fill="#005CFF"></path>
|
|
21
|
-
<path d="M15,18 L18,18 C18.5522847,18 19,18.4477153 19,19 L19,20 C19,20.5522847 18.5522847,21 18,21 L15,21 C14.4477153,21 14,20.5522847 14,20 L14,19 C14,18.4477153 14.4477153,18 15,18 Z" id="矩形备份-22" fill="#005CFF"></path>
|
|
22
|
-
<path d="M21,18 L24,18 C24.5522847,18 25,18.4477153 25,19 L25,20 C25,20.5522847 24.5522847,21 24,21 L21,21 C20.4477153,21 20,20.5522847 20,20 L20,19 C20,18.4477153 20.4477153,18 21,18 Z" id="矩形备份-21" fill="#005CFF"></path>
|
|
23
|
-
<polygon id="路径-19" fill="#005CFF" points="20.1168478 0 20.1168478 7.2545499 28 7.2545499"></polygon>
|
|
24
34
|
</g>
|
|
25
35
|
</g>
|
|
26
36
|
</g>
|
|
@@ -1,31 +1,41 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="40px" height="
|
|
3
|
-
<title
|
|
2
|
+
<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>下载中-icon</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<rect id="path-1" x="0" y="0" width="40" height="40"></rect>
|
|
6
|
+
</defs>
|
|
4
7
|
<g id="导出功能" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="
|
|
6
|
-
<g id="编组-
|
|
7
|
-
<g id="编组-
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
<g id="列表数据导出功能-导出列表" transform="translate(-1584.000000, -199.000000)">
|
|
9
|
+
<g id="编组-13" transform="translate(1570.000000, 0.000000)">
|
|
10
|
+
<g id="编组-21备份-22" transform="translate(0.000000, 188.000000)">
|
|
11
|
+
<g id="编组-6" transform="translate(14.000000, 11.000000)">
|
|
12
|
+
<mask id="mask-2" fill="white">
|
|
13
|
+
<use xlink:href="#path-1"></use>
|
|
14
|
+
</mask>
|
|
15
|
+
<use id="下载中-icon" fill="#D8D8D8" opacity="0" xlink:href="#path-1"></use>
|
|
16
|
+
<g mask="url(#mask-2)">
|
|
17
|
+
<g transform="translate(4.000000, 3.000000)">
|
|
18
|
+
<path d="M4.57142857,31.7142857 L4.57142857,2.28571429 C4.57142857,1.02334914 5.59477771,-1.10037491e-15 6.85714286,0 L22.974729,0 L22.974729,0 L32,8.22182322 L32,31.7142857 C32,32.9766509 30.9766509,34 29.7142857,34 L6.85714286,34 C5.59477771,34 4.57142857,32.9766509 4.57142857,31.7142857 Z" id="路径-6" fill="#1B79FF"></path>
|
|
19
|
+
<g id="编组-2" stroke-width="1" fill="none" transform="translate(0.000000, 10.200000)">
|
|
20
|
+
<path d="M12.5714286,0.571428571 C13.0448155,0.571428571 13.4733869,0.763306536 13.7836116,1.07353123 C14.0938363,1.38375593 14.2857143,1.81232736 14.2857143,2.28571429 L14.2857143,2.28571429 L14.2857143,12.447619 C14.2857143,12.921006 14.0938363,13.3495774 13.7836116,13.6598021 C13.4733869,13.9700268 13.0448155,14.1619048 12.5714286,14.1619048 L12.5714286,14.1619048 L2.28571429,14.1619048 C1.81232736,14.1619048 1.38375593,13.9700268 1.07353123,13.6598021 C0.763306536,13.3495774 0.571428571,12.921006 0.571428571,12.447619 L0.571428571,12.447619 L0.571428571,2.28571429 C0.571428571,1.81232736 0.763306536,1.38375593 1.07353123,1.07353123 C1.38375593,0.763306536 1.81232736,0.571428571 2.28571429,0.571428571 L2.28571429,0.571428571 Z" id="矩形" stroke="#005CFF" stroke-width="1.14285714" fill="#FFFFFF"></path>
|
|
21
|
+
<g id="X" transform="translate(4.555429, 4.646667)" fill="#005CFF" fill-rule="nonzero">
|
|
22
|
+
<polygon id="路径" points="4.112 5.55333333 2.952 3.8318 1.808 5.55333333 0 5.55333333 2.04 2.74493333 0.088 0 1.872 0 2.992 1.60253333 4.096 0 5.808 0 3.856 2.68146667 5.936 5.55333333"></polygon>
|
|
23
|
+
</g>
|
|
16
24
|
</g>
|
|
25
|
+
<path d="M17.1428571,11.3333333 L20.5714286,11.3333333 C21.2026111,11.3333333 21.7142857,11.8450079 21.7142857,12.4761905 L21.7142857,13.5904762 C21.7142857,14.2216588 21.2026111,14.7333333 20.5714286,14.7333333 L17.1428571,14.7333333 C16.5116746,14.7333333 16,14.2216588 16,13.5904762 L16,12.4761905 C16,11.8450079 16.5116746,11.3333333 17.1428571,11.3333333 Z" id="矩形备份-7" fill="#005CFF"></path>
|
|
26
|
+
<path d="M24,11.3333333 L27.4285714,11.3333333 C28.059754,11.3333333 28.5714286,11.8450079 28.5714286,12.4761905 L28.5714286,13.5904762 C28.5714286,14.2216588 28.059754,14.7333333 27.4285714,14.7333333 L24,14.7333333 C23.3688174,14.7333333 22.8571429,14.2216588 22.8571429,13.5904762 L22.8571429,12.4761905 C22.8571429,11.8450079 23.3688174,11.3333333 24,11.3333333 Z" id="矩形备份-18" fill="#005CFF"></path>
|
|
27
|
+
<path d="M17.1428571,15.8666667 L20.5714286,15.8666667 C21.2026111,15.8666667 21.7142857,16.3783412 21.7142857,17.0095238 L21.7142857,18.1238095 C21.7142857,18.7549921 21.2026111,19.2666667 20.5714286,19.2666667 L17.1428571,19.2666667 C16.5116746,19.2666667 16,18.7549921 16,18.1238095 L16,17.0095238 C16,16.3783412 16.5116746,15.8666667 17.1428571,15.8666667 Z" id="矩形备份-20" fill="#005CFF"></path>
|
|
28
|
+
<path d="M24,15.8666667 L27.4285714,15.8666667 C28.059754,15.8666667 28.5714286,16.3783412 28.5714286,17.0095238 L28.5714286,18.1238095 C28.5714286,18.7549921 28.059754,19.2666667 27.4285714,19.2666667 L24,19.2666667 C23.3688174,19.2666667 22.8571429,18.7549921 22.8571429,18.1238095 L22.8571429,17.0095238 C22.8571429,16.3783412 23.3688174,15.8666667 24,15.8666667 Z" id="矩形备份-19" fill="#005CFF"></path>
|
|
29
|
+
<path d="M17.1428571,20.4 L20.5714286,20.4 C21.2026111,20.4 21.7142857,20.9116746 21.7142857,21.5428571 L21.7142857,22.6571429 C21.7142857,23.2883254 21.2026111,23.8 20.5714286,23.8 L17.1428571,23.8 C16.5116746,23.8 16,23.2883254 16,22.6571429 L16,21.5428571 C16,20.9116746 16.5116746,20.4 17.1428571,20.4 Z" id="矩形备份-22" fill="#005CFF"></path>
|
|
30
|
+
<path d="M24,20.4 L27.4285714,20.4 C28.059754,20.4 28.5714286,20.9116746 28.5714286,21.5428571 L28.5714286,22.6571429 C28.5714286,23.2883254 28.059754,23.8 27.4285714,23.8 L24,23.8 C23.3688174,23.8 22.8571429,23.2883254 22.8571429,22.6571429 L22.8571429,21.5428571 C22.8571429,20.9116746 23.3688174,20.4 24,20.4 Z" id="矩形备份-21" fill="#005CFF"></path>
|
|
31
|
+
<polygon id="路径-19" fill="#005CFF" points="22.9906832 0 22.9906832 8.22182322 32 8.22182322"></polygon>
|
|
17
32
|
</g>
|
|
18
|
-
<path d="M15,10 L18,10 C18.5522847,10 19,10.4477153 19,11 L19,12 C19,12.5522847 18.5522847,13 18,13 L15,13 C14.4477153,13 14,12.5522847 14,12 L14,11 C14,10.4477153 14.4477153,10 15,10 Z" id="矩形备份-7" fill="#005CFF"></path>
|
|
19
|
-
<path d="M21,10 L24,10 C24.5522847,10 25,10.4477153 25,11 L25,12 C25,12.5522847 24.5522847,13 24,13 L21,13 C20.4477153,13 20,12.5522847 20,12 L20,11 C20,10.4477153 20.4477153,10 21,10 Z" id="矩形备份-18" fill="#005CFF"></path>
|
|
20
|
-
<path d="M15,14 L18,14 C18.5522847,14 19,14.4477153 19,15 L19,16 C19,16.5522847 18.5522847,17 18,17 L15,17 C14.4477153,17 14,16.5522847 14,16 L14,15 C14,14.4477153 14.4477153,14 15,14 Z" id="矩形备份-20" fill="#005CFF"></path>
|
|
21
|
-
<path d="M21,14 L24,14 C24.5522847,14 25,14.4477153 25,15 L25,16 C25,16.5522847 24.5522847,17 24,17 L21,17 C20.4477153,17 20,16.5522847 20,16 L20,15 C20,14.4477153 20.4477153,14 21,14 Z" id="矩形备份-19" fill="#005CFF"></path>
|
|
22
|
-
<path d="M15,18 L18,18 C18.5522847,18 19,18.4477153 19,19 L19,20 C19,20.5522847 18.5522847,21 18,21 L15,21 C14.4477153,21 14,20.5522847 14,20 L14,19 C14,18.4477153 14.4477153,18 15,18 Z" id="矩形备份-22" fill="#005CFF"></path>
|
|
23
|
-
<path d="M21,18 L24,18 C24.5522847,18 25,18.4477153 25,19 L25,20 C25,20.5522847 24.5522847,21 24,21 L21,21 C20.4477153,21 20,20.5522847 20,20 L20,19 C20,18.4477153 20.4477153,18 21,18 Z" id="矩形备份-21" fill="#005CFF"></path>
|
|
24
|
-
<polygon id="路径-19" fill="#005CFF" points="20.1168478 0 20.1168478 7.2545499 28 7.2545499"></polygon>
|
|
25
33
|
</g>
|
|
26
|
-
<g id="编组-8"
|
|
27
|
-
<
|
|
28
|
-
|
|
34
|
+
<g id="编组-8" mask="url(#mask-2)" stroke="#FFFFFF">
|
|
35
|
+
<g transform="translate(24.000000, 24.000000)">
|
|
36
|
+
<circle id="椭圆形" stroke-width="1" fill="#14C255" fill-rule="evenodd" cx="8" cy="8" r="7.5"></circle>
|
|
37
|
+
<polyline id="路径-20" stroke-width="1.13795117" fill="none" stroke-linecap="round" points="4 7.78993765 7.25875897 11 12 5"></polyline>
|
|
38
|
+
</g>
|
|
29
39
|
</g>
|
|
30
40
|
</g>
|
|
31
41
|
</g>
|
package/src/assets/upExport.svg
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title
|
|
3
|
+
<title>下载记录-icon</title>
|
|
4
4
|
<defs>
|
|
5
5
|
<rect id="path-1" x="0" y="0" width="24" height="24"></rect>
|
|
6
6
|
</defs>
|
|
7
|
-
<g id="
|
|
8
|
-
<g id="
|
|
9
|
-
<g id="
|
|
7
|
+
<g id="首页" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="首页-消息入口" transform="translate(-1653.000000, -13.000000)">
|
|
9
|
+
<g id="编组-11备份-2" transform="translate(1653.000000, 13.000000)">
|
|
10
10
|
<mask id="mask-2" fill="white">
|
|
11
11
|
<use xlink:href="#path-1"></use>
|
|
12
12
|
</mask>
|
|
13
13
|
<use id="xinglan-icon-message" fill="#D8D8D8" opacity="0" xlink:href="#path-1"></use>
|
|
14
|
-
<g id="
|
|
15
|
-
<g transform="translate(3.000000,
|
|
16
|
-
<path d="
|
|
17
|
-
<path d="
|
|
14
|
+
<g id="编组-43" mask="url(#mask-2)" fill="#A9B7E0">
|
|
15
|
+
<g transform="translate(3.000000, 5.000000)">
|
|
16
|
+
<path d="M6.13636364,0 C8.63317229,0 10.7816931,1.49524673 11.7399047,3.64143255 C12.2798603,3.40935387 12.8750529,3.28161372 13.5,3.28161372 C15.9852814,3.28161372 18,5.30180291 18,7.79383258 C18,10.0230473 16.3878264,11.8746964 14.2687972,12.2404603 C14.2465364,11.7876875 14.070622,11.3415459 13.7391397,10.9841303 C13.1286438,10.3258726 12.1783769,10.1711683 11.4091093,10.5396215 L11.4091093,10.5396215 L11.4090909,8.93969663 L11.4036052,8.79043429 C11.327256,7.75557442 10.4634527,6.93969663 9.40909091,6.93969663 C8.30452141,6.93969663 7.40909091,7.83512713 7.40909091,8.93969663 L7.40909091,8.93969663 L7.41007537,10.5401022 C6.64063099,10.1710339 5.68980332,10.3255866 5.07904209,10.9841303 C4.78169022,11.3047453 4.60952003,11.696756 4.56026628,12.099988 C1.93590154,11.404792 0,9.00559976 0,6.15302572 C0,2.75480345 2.74734358,0 6.13636364,0 Z" id="形状结合" fill-rule="evenodd"></path>
|
|
17
|
+
<path d="M9.40909091,8.13969663 C9.81693196,8.13969663 10.1534925,8.44488478 10.2028578,8.83934633 L10.2090909,8.93969663 L10.209,13.166 L11.7287222,11.757578 C12.0526731,11.4571323 12.5588465,11.476187 12.8592923,11.8001379 C13.1324247,12.0946387 13.1415072,12.5397367 12.8975122,12.843959 L12.8167323,12.930708 L9.40909091,16.0910982 L6.00144947,12.930708 C5.67749858,12.6302623 5.65844386,12.1240888 5.95888956,11.8001379 C6.23202202,11.5056371 6.67517742,11.4631166 6.99688293,11.6835488 L7.08945962,11.757578 L8.609,13.166 L8.60909091,8.93969663 C8.60909091,8.49786883 8.96726311,8.13969663 9.40909091,8.13969663 Z" id="形状结合备份-2" fill-rule="nonzero"></path>
|
|
18
18
|
</g>
|
|
19
19
|
</g>
|
|
20
20
|
</g>
|
|
@@ -5,7 +5,7 @@ import { Input, Button, Modal, Select, InputNumber, message, Spin, Form, Table,
|
|
|
5
5
|
import { SearchOutlined, CopyOutlined, CloseCircleOutlined } from '@ant-design/icons';
|
|
6
6
|
import axios from 'axios';
|
|
7
7
|
import { stringify } from 'querystring';
|
|
8
|
-
import _ from "
|
|
8
|
+
import _ from "lodash"
|
|
9
9
|
import './index.less';
|
|
10
10
|
import { BusinessSearchSelect, QueryMutipleInput } from '@/index';
|
|
11
11
|
import { Resizable } from 'react-resizable';
|
|
@@ -14,29 +14,25 @@ const ExportIcon = ({params, url, otherParams}: exportIconType) => {
|
|
|
14
14
|
|
|
15
15
|
return (
|
|
16
16
|
<div style={{ cursor: 'pointer' }}>
|
|
17
|
-
<Popconfirm
|
|
18
|
-
title={'确定要导出当前数据吗?'}
|
|
19
|
-
onConfirm={() => {
|
|
20
|
-
axios({
|
|
21
|
-
url,
|
|
22
|
-
method:'POST',
|
|
23
|
-
data:params?.current || params(),
|
|
24
|
-
...otherParams,
|
|
25
|
-
})
|
|
26
|
-
.then((result: any) => {
|
|
27
|
-
result = result.data;
|
|
28
|
-
if (result.code !== '000000') {
|
|
29
|
-
message.error(result?.msg);
|
|
30
|
-
return;
|
|
31
|
-
}
|
|
32
|
-
message.success('任务已排入导出队列')
|
|
33
|
-
})
|
|
34
|
-
}}
|
|
35
|
-
>
|
|
36
17
|
<Tooltip title="导出数据">
|
|
37
|
-
<img width={32} src={exportlogo}
|
|
18
|
+
<img width={32} src={exportlogo} onClick={() =>{
|
|
19
|
+
|
|
20
|
+
axios({
|
|
21
|
+
url,
|
|
22
|
+
method:'POST',
|
|
23
|
+
data:params?.current || (typeof params == 'function' ? params() : params),
|
|
24
|
+
...otherParams,
|
|
25
|
+
})
|
|
26
|
+
.then((result: any) => {
|
|
27
|
+
result = result.data;
|
|
28
|
+
if (result.code !== '000000') {
|
|
29
|
+
message.error(result?.msg);
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
message.success('任务已排入导出队列')
|
|
33
|
+
})
|
|
34
|
+
}} />
|
|
38
35
|
</Tooltip>
|
|
39
|
-
</Popconfirm>
|
|
40
36
|
</div>
|
|
41
37
|
)
|
|
42
38
|
}
|
|
@@ -5,7 +5,7 @@ import { Input, Button, Modal, Select, Divider, message, Spin, Form, Table, Chec
|
|
|
5
5
|
import { SearchOutlined, CopyOutlined, CaretLeftOutlined } from '@ant-design/icons';
|
|
6
6
|
import axios from 'axios';
|
|
7
7
|
import { stringify } from 'querystring';
|
|
8
|
-
import _ from "
|
|
8
|
+
import _ from "lodash"
|
|
9
9
|
import './index.less';
|
|
10
10
|
import { BusinessSearchSelect, QueryMutipleInput } from '@/index';
|
|
11
11
|
|
package/src/index.ts
CHANGED
|
@@ -23,4 +23,3 @@ export { default as BusinessTreeSearchSelect } from './components/Business/TreeS
|
|
|
23
23
|
export { default as StateFlow } from './components/Business/StateFlow';
|
|
24
24
|
export { default as GuideWrapper } from './components/Business/CommonGuideWrapper';
|
|
25
25
|
export { default as ExportIcon } from './components/Functional/ExportFunctions/ExportIcon'
|
|
26
|
-
export { default as ExportHistoryIcon } from './components/Functional/ExportFunctions/ExportHistoryDrawer'
|
package/dist/utils/utils.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
.pictureWrap{
|
|
2
|
-
position: relative;
|
|
3
|
-
width: 44px;
|
|
4
|
-
}
|
|
5
|
-
.pictureWrap::before{
|
|
6
|
-
content:'';
|
|
7
|
-
width: 1px;
|
|
8
|
-
height: 27px;
|
|
9
|
-
position: absolute;
|
|
10
|
-
right: 0;
|
|
11
|
-
top: 10px;
|
|
12
|
-
background-color: #CACACA;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.tableWrapper {
|
|
16
|
-
:global {
|
|
17
|
-
.ant-table-thead {
|
|
18
|
-
display: none
|
|
19
|
-
}
|
|
20
|
-
.bs_table_styl {
|
|
21
|
-
padding: 0!important;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
import React, { useEffect, useState } from 'react';
|
|
2
|
-
import {Drawer, Tooltip, Table, Space, Button, message, Popconfirm} from 'antd';
|
|
3
|
-
import upExport from '../../../../assets/upExport.svg';
|
|
4
|
-
import exportProcessing from '../../../../assets/exportProcessing.svg';
|
|
5
|
-
import exportSuccess from '../../../../assets/exportSuccess.svg';
|
|
6
|
-
import exportFail from '../../../../assets/exportFail.svg';
|
|
7
|
-
import styles from './index.less';
|
|
8
|
-
import { downloadExcel, handleCommonTimeRender } from '@/utils/utils';
|
|
9
|
-
import axios from 'axios';
|
|
10
|
-
|
|
11
|
-
const ExportHistoryIcon = () => {
|
|
12
|
-
const [exportHistoryParams, setExportHistoryParams] = useState({
|
|
13
|
-
visible: false,
|
|
14
|
-
title: '导出列表',
|
|
15
|
-
width: '420',
|
|
16
|
-
placement: 'right',
|
|
17
|
-
onClose: () =>
|
|
18
|
-
setExportHistoryParams({
|
|
19
|
-
...exportHistoryParams,
|
|
20
|
-
visible: false,
|
|
21
|
-
}),
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
return (
|
|
25
|
-
<div style={{ cursor: 'pointer' }}>
|
|
26
|
-
<Tooltip title="导出记录">
|
|
27
|
-
<img
|
|
28
|
-
width={24}
|
|
29
|
-
src={upExport}
|
|
30
|
-
onClick={() =>
|
|
31
|
-
setExportHistoryParams({
|
|
32
|
-
...exportHistoryParams,
|
|
33
|
-
visible: true,
|
|
34
|
-
})
|
|
35
|
-
}
|
|
36
|
-
/>
|
|
37
|
-
</Tooltip>
|
|
38
|
-
{exportHistoryParams.visible && (
|
|
39
|
-
<ExportHistoryDrawer {...exportHistoryParams} />
|
|
40
|
-
)}
|
|
41
|
-
</div>
|
|
42
|
-
);
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
const ExportHistoryDrawer = (props: any) => {
|
|
46
|
-
const [dataSource, setDataSource] = useState([]);
|
|
47
|
-
const [pagination, setPagination] = useState({
|
|
48
|
-
current: 1,
|
|
49
|
-
pageSize: 20,
|
|
50
|
-
total: undefined
|
|
51
|
-
})
|
|
52
|
-
const remoteData = (pag?: any) => {
|
|
53
|
-
axios({
|
|
54
|
-
url: '/oms-ops/businessImport',
|
|
55
|
-
method: 'get',
|
|
56
|
-
params: {
|
|
57
|
-
'qp-type-eq': 100,
|
|
58
|
-
currentPage: pag?.current || pagination.current,
|
|
59
|
-
pageSize: pag?.pageSize || pagination.pageSize,
|
|
60
|
-
},
|
|
61
|
-
}).then((result) => {
|
|
62
|
-
setDataSource(result?.data?.data?.items);
|
|
63
|
-
setPagination({
|
|
64
|
-
current: result?.data?.data?.page,
|
|
65
|
-
pageSize:result?.data?.data?.size,
|
|
66
|
-
total: result?.data?.data?.total
|
|
67
|
-
})
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
useEffect(() => {
|
|
72
|
-
remoteData()
|
|
73
|
-
}, []);
|
|
74
|
-
const columns = [
|
|
75
|
-
{
|
|
76
|
-
title: false,
|
|
77
|
-
key: 'name',
|
|
78
|
-
dataIndex: 'name',
|
|
79
|
-
render: (text: any, record: any) => {
|
|
80
|
-
const { importStatus, createTime } = record;
|
|
81
|
-
let resultIcon;
|
|
82
|
-
switch (importStatus) {
|
|
83
|
-
case '10':
|
|
84
|
-
resultIcon = <img src={exportProcessing} />;
|
|
85
|
-
break;
|
|
86
|
-
case '20':
|
|
87
|
-
resultIcon = <img src={exportSuccess} />;
|
|
88
|
-
break;
|
|
89
|
-
case '30':
|
|
90
|
-
resultIcon = <img src={exportFail} />;
|
|
91
|
-
}
|
|
92
|
-
return (
|
|
93
|
-
<div style={{ display: 'flex' }}>
|
|
94
|
-
<div className={styles.pictureWrap}>{resultIcon}</div>
|
|
95
|
-
<div style={{ marginLeft: '4px' }}>
|
|
96
|
-
<div style={{ fontSize: '14px', marginBottom: '-3px' }}>
|
|
97
|
-
{text}
|
|
98
|
-
</div>
|
|
99
|
-
<div
|
|
100
|
-
style={{
|
|
101
|
-
color: '#BFBFBF',
|
|
102
|
-
fontSize: '12px',
|
|
103
|
-
lineHeight: '16px',
|
|
104
|
-
}}
|
|
105
|
-
>
|
|
106
|
-
{record?.importStatus === '10'
|
|
107
|
-
? '导出进行中...'
|
|
108
|
-
: handleCommonTimeRender(createTime)}
|
|
109
|
-
</div>
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
);
|
|
113
|
-
},
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
title: false,
|
|
117
|
-
dataIndex: '2',
|
|
118
|
-
render: (text: any, record: any) => {
|
|
119
|
-
return (
|
|
120
|
-
<Space>
|
|
121
|
-
{record.importStatus == 20 && <Button style={{padding: 0}} type={'link'} onClick={() => {
|
|
122
|
-
downloadExcel(record.importUrl, record.name, true);
|
|
123
|
-
}}>下载</Button>}
|
|
124
|
-
{record.importStatus !== 10 && <Popconfirm title={'确定要删除吗?'} onConfirm={() => {
|
|
125
|
-
axios({
|
|
126
|
-
url:`/oms-ops/businessImport/${record.id}`,
|
|
127
|
-
method:'DELETE',
|
|
128
|
-
})
|
|
129
|
-
.then((result) => {
|
|
130
|
-
message.success('删除成功')
|
|
131
|
-
remoteData()
|
|
132
|
-
})
|
|
133
|
-
}}>
|
|
134
|
-
<Button style={{padding: 0}} type={'link'} danger={true} >删除</Button>
|
|
135
|
-
</Popconfirm>}
|
|
136
|
-
</Space>
|
|
137
|
-
);
|
|
138
|
-
},
|
|
139
|
-
},
|
|
140
|
-
];
|
|
141
|
-
|
|
142
|
-
return (
|
|
143
|
-
<Drawer {...props} bodyStyle={{ padding: 0 }}>
|
|
144
|
-
<div className={styles.tableWrapper}>
|
|
145
|
-
<Table columns={columns} dataSource={dataSource} pagination={pagination} onChange={remoteData} />
|
|
146
|
-
</div>
|
|
147
|
-
</Drawer>
|
|
148
|
-
);
|
|
149
|
-
};
|
|
150
|
-
export default ExportHistoryIcon;
|
package/src/utils/utils.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import dayjs from 'dayjs'
|
|
2
|
-
|
|
3
|
-
export function downloadExcel(data: any, fileName?: any, isResUrl?: boolean) {
|
|
4
|
-
const resUrl = isResUrl
|
|
5
|
-
? data
|
|
6
|
-
: window.URL.createObjectURL(
|
|
7
|
-
new Blob([data], {
|
|
8
|
-
type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
9
|
-
}),
|
|
10
|
-
);
|
|
11
|
-
const save_link = document.createElement('a');
|
|
12
|
-
save_link.href = resUrl;
|
|
13
|
-
if (fileName) {
|
|
14
|
-
save_link.download = fileName; /// 设置下载文件名
|
|
15
|
-
}
|
|
16
|
-
save_link.click();
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export function handleCommonTimeRender(text: any, format?: any) {
|
|
20
|
-
const formatType = format || 'YYYY-MM-DD HH:mm:ss';
|
|
21
|
-
return text && dayjs(text).format(formatType);
|
|
22
|
-
}
|