@vtx/modals2 5.0.18 → 5.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/lib/_components/vm-empty/index.js +4 -1
  2. package/lib/_components/vm-empty/style/index.less +4 -0
  3. package/lib/_components/vm-filter/index.js +4 -2
  4. package/lib/_components/vm-pie-charts/index.js +8 -1
  5. package/lib/_components/vm-table/style/index.less +12 -4
  6. package/lib/index.js +3 -1
  7. package/lib/vtx-default-modal/index.js +0 -1
  8. package/lib/vtx-jzlj-df-tpd-modal/api.js +212 -0
  9. package/lib/vtx-jzlj-df-tpd-modal/components/Base/index.js +24 -0
  10. package/lib/vtx-jzlj-df-tpd-modal/components/Collection/Chart.js +96 -0
  11. package/lib/vtx-jzlj-df-tpd-modal/components/Collection/index.js +341 -0
  12. package/lib/vtx-jzlj-df-tpd-modal/components/Collection/index.less +57 -0
  13. package/lib/vtx-jzlj-df-tpd-modal/components/Dispose/FlowMap.js +208 -0
  14. package/lib/vtx-jzlj-df-tpd-modal/components/Dispose/index.js +378 -0
  15. package/lib/vtx-jzlj-df-tpd-modal/components/Dispose/index.less +65 -0
  16. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CTL.js +88 -0
  17. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CTYL.js +104 -0
  18. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/CZZ.js +86 -0
  19. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/index.js +92 -0
  20. package/lib/vtx-jzlj-df-tpd-modal/components/Overview/index.less +65 -0
  21. package/lib/vtx-jzlj-df-tpd-modal/components/index.js +5 -0
  22. package/lib/vtx-jzlj-df-tpd-modal/imgs/dispose_czz_dark.png +0 -0
  23. package/lib/vtx-jzlj-df-tpd-modal/imgs/dispose_czz_light.png +0 -0
  24. package/lib/vtx-jzlj-df-tpd-modal/imgs/dispose_syl_dark.png +0 -0
  25. package/lib/vtx-jzlj-df-tpd-modal/imgs/dispose_syl_light.png +0 -0
  26. package/lib/vtx-jzlj-df-tpd-modal/imgs/dispose_zsbl_dark.png +0 -0
  27. package/lib/vtx-jzlj-df-tpd-modal/imgs/dispose_zsbl_light.png +0 -0
  28. package/lib/vtx-jzlj-df-tpd-modal/imgs/dispose_zyyl_dark.png +0 -0
  29. package/lib/vtx-jzlj-df-tpd-modal/imgs/dispose_zyyl_light.png +0 -0
  30. package/lib/vtx-jzlj-df-tpd-modal/imgs/overview_ctyl_pjrcc_dark.png +0 -0
  31. package/lib/vtx-jzlj-df-tpd-modal/imgs/overview_ctyl_pjrcc_light.png +0 -0
  32. package/lib/vtx-jzlj-df-tpd-modal/imgs/overview_ctyl_pjryl_dark.png +0 -0
  33. package/lib/vtx-jzlj-df-tpd-modal/imgs/overview_ctyl_pjryl_light.png +0 -0
  34. package/lib/vtx-jzlj-df-tpd-modal/imgs/overview_czz_zl_dark.png +0 -0
  35. package/lib/vtx-jzlj-df-tpd-modal/imgs/overview_czz_zl_light.png +0 -0
  36. package/lib/vtx-jzlj-df-tpd-modal/imgs/overview_czz_zs_dark.png +0 -0
  37. package/lib/vtx-jzlj-df-tpd-modal/imgs/overview_czz_zs_light.png +0 -0
  38. package/lib/vtx-jzlj-df-tpd-modal/index.js +117 -0
  39. package/lib/vtx-jzlj-df-tpd-modal/style/index.js +1 -0
  40. package/lib/vtx-jzlj-df-tpd-modal/style/index.less +1 -0
  41. package/lib/vtx-jzlj-gcxm-modal/api.js +294 -0
  42. package/lib/vtx-jzlj-gcxm-modal/components/Alarm/Bottom.js +276 -0
  43. package/lib/vtx-jzlj-gcxm-modal/components/Alarm/index.js +185 -0
  44. package/lib/vtx-jzlj-gcxm-modal/components/Alarm/index.less +34 -0
  45. package/lib/vtx-jzlj-gcxm-modal/components/Base/index.js +6 -3
  46. package/lib/vtx-jzlj-gcxm-modal/components/Collection/Chart.js +96 -0
  47. package/lib/vtx-jzlj-gcxm-modal/components/Collection/index.js +341 -0
  48. package/lib/vtx-jzlj-gcxm-modal/components/Collection/index.less +57 -0
  49. package/lib/vtx-jzlj-gcxm-modal/components/Dispose/FlowMap.js +208 -0
  50. package/lib/vtx-jzlj-gcxm-modal/components/Dispose/index.js +394 -0
  51. package/lib/vtx-jzlj-gcxm-modal/components/Dispose/index.less +65 -0
  52. package/lib/vtx-jzlj-gcxm-modal/components/Overview/CTL.js +87 -0
  53. package/lib/vtx-jzlj-gcxm-modal/components/Overview/CTYL.js +104 -0
  54. package/lib/vtx-jzlj-gcxm-modal/components/Overview/CZZ.js +130 -0
  55. package/lib/vtx-jzlj-gcxm-modal/components/Overview/index.js +96 -0
  56. package/lib/vtx-jzlj-gcxm-modal/components/Overview/index.less +65 -0
  57. package/lib/vtx-jzlj-gcxm-modal/components/index.js +5 -1
  58. package/lib/vtx-jzlj-gcxm-modal/imgs/dispose_czz_dark.png +0 -0
  59. package/lib/vtx-jzlj-gcxm-modal/imgs/dispose_czz_light.png +0 -0
  60. package/lib/vtx-jzlj-gcxm-modal/imgs/dispose_syl_dark.png +0 -0
  61. package/lib/vtx-jzlj-gcxm-modal/imgs/dispose_syl_light.png +0 -0
  62. package/lib/vtx-jzlj-gcxm-modal/imgs/dispose_zsbl_dark.png +0 -0
  63. package/lib/vtx-jzlj-gcxm-modal/imgs/dispose_zsbl_light.png +0 -0
  64. package/lib/vtx-jzlj-gcxm-modal/imgs/dispose_zyyl_dark.png +0 -0
  65. package/lib/vtx-jzlj-gcxm-modal/imgs/dispose_zyyl_light.png +0 -0
  66. package/lib/vtx-jzlj-gcxm-modal/imgs/overview_ctyl_pjrcc_dark.png +0 -0
  67. package/lib/vtx-jzlj-gcxm-modal/imgs/overview_ctyl_pjrcc_light.png +0 -0
  68. package/lib/vtx-jzlj-gcxm-modal/imgs/overview_ctyl_pjryl_dark.png +0 -0
  69. package/lib/vtx-jzlj-gcxm-modal/imgs/overview_ctyl_pjryl_light.png +0 -0
  70. package/lib/vtx-jzlj-gcxm-modal/imgs/overview_czz_zl_dark.png +0 -0
  71. package/lib/vtx-jzlj-gcxm-modal/imgs/overview_czz_zl_light.png +0 -0
  72. package/lib/vtx-jzlj-gcxm-modal/imgs/overview_czz_zs_dark.png +0 -0
  73. package/lib/vtx-jzlj-gcxm-modal/imgs/overview_czz_zs_light.png +0 -0
  74. package/lib/vtx-jzlj-gcxm-modal/index.js +65 -24
  75. package/lib/vtx-jzlj-xnc-modal/api.js +212 -0
  76. package/lib/vtx-jzlj-xnc-modal/components/Base/index.js +23 -0
  77. package/lib/vtx-jzlj-xnc-modal/components/Collection/Chart.js +96 -0
  78. package/lib/vtx-jzlj-xnc-modal/components/Collection/index.js +341 -0
  79. package/lib/vtx-jzlj-xnc-modal/components/Collection/index.less +57 -0
  80. package/lib/vtx-jzlj-xnc-modal/components/Dispose/FlowMap.js +208 -0
  81. package/lib/vtx-jzlj-xnc-modal/components/Dispose/index.js +378 -0
  82. package/lib/vtx-jzlj-xnc-modal/components/Dispose/index.less +65 -0
  83. package/lib/vtx-jzlj-xnc-modal/components/Overview/CTL.js +88 -0
  84. package/lib/vtx-jzlj-xnc-modal/components/Overview/CTYL.js +104 -0
  85. package/lib/vtx-jzlj-xnc-modal/components/Overview/CZZ.js +116 -0
  86. package/lib/vtx-jzlj-xnc-modal/components/Overview/index.js +103 -0
  87. package/lib/vtx-jzlj-xnc-modal/components/Overview/index.less +65 -0
  88. package/lib/vtx-jzlj-xnc-modal/components/index.js +5 -0
  89. package/lib/vtx-jzlj-xnc-modal/imgs/dispose_czz_dark.png +0 -0
  90. package/lib/vtx-jzlj-xnc-modal/imgs/dispose_czz_light.png +0 -0
  91. package/lib/vtx-jzlj-xnc-modal/imgs/dispose_syl_dark.png +0 -0
  92. package/lib/vtx-jzlj-xnc-modal/imgs/dispose_syl_light.png +0 -0
  93. package/lib/vtx-jzlj-xnc-modal/imgs/dispose_zsbl_dark.png +0 -0
  94. package/lib/vtx-jzlj-xnc-modal/imgs/dispose_zsbl_light.png +0 -0
  95. package/lib/vtx-jzlj-xnc-modal/imgs/dispose_zyyl_dark.png +0 -0
  96. package/lib/vtx-jzlj-xnc-modal/imgs/dispose_zyyl_light.png +0 -0
  97. package/lib/vtx-jzlj-xnc-modal/imgs/overview_ctyl_pjrcc_dark.png +0 -0
  98. package/lib/vtx-jzlj-xnc-modal/imgs/overview_ctyl_pjrcc_light.png +0 -0
  99. package/lib/vtx-jzlj-xnc-modal/imgs/overview_ctyl_pjryl_dark.png +0 -0
  100. package/lib/vtx-jzlj-xnc-modal/imgs/overview_ctyl_pjryl_light.png +0 -0
  101. package/lib/vtx-jzlj-xnc-modal/imgs/overview_czz_zl_dark.png +0 -0
  102. package/lib/vtx-jzlj-xnc-modal/imgs/overview_czz_zl_light.png +0 -0
  103. package/lib/vtx-jzlj-xnc-modal/imgs/overview_czz_zs_dark.png +0 -0
  104. package/lib/vtx-jzlj-xnc-modal/imgs/overview_czz_zs_light.png +0 -0
  105. package/lib/vtx-jzlj-xnc-modal/index.js +114 -0
  106. package/lib/vtx-jzlj-xnc-modal/style/index.js +1 -0
  107. package/lib/vtx-jzlj-xnc-modal/style/index.less +1 -0
  108. package/lib/vtx-qyry-modal/api.js +1 -0
  109. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +11 -2
  110. package/lib/vtx-tfd-modal/index.js +18 -2
  111. package/package.json +1 -1
@@ -0,0 +1,341 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
8
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
9
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
+ import { useAntdTable, useSetState } from 'ahooks';
14
+ import { Button } from 'antd';
15
+ import React, { useEffect } from 'react';
16
+ import { JzljDfTpdContext } from "../..";
17
+ import { VmFactorList, VmFilter, VmTable, VmTag, VmWrapper } from "../../../_components";
18
+ import useSettings from "../../../_hooks/useSettings";
19
+ import { collectionApis } from "../../api";
20
+ import "./index.less";
21
+ import dayjs from 'dayjs';
22
+ import cc_dark from "../../imgs/overview_ctyl_pjrcc_dark.png";
23
+ import cc_light from "../../imgs/overview_ctyl_pjrcc_light.png";
24
+ import yl_dark from "../../imgs/overview_ctyl_pjryl_dark.png";
25
+ import yl_light from "../../imgs/overview_ctyl_pjryl_light.png";
26
+ import Chart from "./Chart";
27
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
28
+ export default function Dispose() {
29
+ var _React$useContext = React.useContext(JzljDfTpdContext),
30
+ id = _React$useContext.id,
31
+ theme = _React$useContext.theme,
32
+ _React$useContext$inf = _React$useContext.info,
33
+ info = _React$useContext$inf === void 0 ? {} : _React$useContext$inf,
34
+ setIframeModalInfo = _React$useContext.setIframeModalInfo;
35
+ var _useSettings = useSettings(),
36
+ isDark = _useSettings.isDark;
37
+ var _useSetState = useSetState({
38
+ activeKey: 'chart',
39
+ stepThreeOperateTimeLeft: dayjs().subtract(6, 'day'),
40
+ stepThreeOperateTimeRight: dayjs(),
41
+ disposalCertificateInfoCode: undefined,
42
+ code: undefined,
43
+ endingPointName: undefined,
44
+ totalData: {},
45
+ chartData: {}
46
+ }),
47
+ _useSetState2 = _slicedToArray(_useSetState, 2),
48
+ state = _useSetState2[0],
49
+ setState = _useSetState2[1];
50
+ var activeKey = state.activeKey,
51
+ stepThreeOperateTimeLeft = state.stepThreeOperateTimeLeft,
52
+ stepThreeOperateTimeRight = state.stepThreeOperateTimeRight,
53
+ disposalCertificateInfoCode = state.disposalCertificateInfoCode,
54
+ code = state.code,
55
+ endingPointName = state.endingPointName,
56
+ totalData = state.totalData,
57
+ chartData = state.chartData;
58
+ var columns = [['联单编号', 'code', {
59
+ width: 120,
60
+ fixed: 'left',
61
+ ellipsis: true
62
+ }], ['核准编号', 'disposalCertificateInfoCode', {
63
+ width: 120,
64
+ ellipsis: true
65
+ }], ['联单状态', 'jointOrderStatusName', {
66
+ width: 120,
67
+ render: function render(text, record) {
68
+ var colorMap = {
69
+ yqy: 'yellow',
70
+ yyd: 'blue',
71
+ yjs: 'green',
72
+ yqr: 'green'
73
+ };
74
+ var color = colorMap[record.jointOrderStatusCode] || 'yellow';
75
+ return /*#__PURE__*/_jsx(VmTag, {
76
+ title: text,
77
+ type: color
78
+ });
79
+ }
80
+ }], ['运输起点', 'startingPointName', {
81
+ width: 120,
82
+ ellipsis: true
83
+ }], ['起点行政区划', 'startingPointDivisionName', {
84
+ width: 120,
85
+ ellipsis: true
86
+ }], ['起运时间', 'stepOneOperateTime', {
87
+ width: 180
88
+ }], ['运输单位', 'transportUnitName', {
89
+ width: 120,
90
+ ellipsis: true
91
+ }], ['车牌号', 'carCode', {
92
+ width: 120
93
+ }], ['接收时间', 'stepThreeOperateTime', {
94
+ width: 180
95
+ }], ['建筑垃圾类别', 'garbageTypeName', {
96
+ width: 120
97
+ }], ['运量(吨)', 'receivedWeight', {
98
+ width: 120,
99
+ align: 'right'
100
+ }], ['操作', 'action', {
101
+ width: 60,
102
+ fixed: 'right',
103
+ render: function render(text, record) {
104
+ return /*#__PURE__*/_jsx("a", {
105
+ onClick: function onClick() {
106
+ setIframeModalInfo({
107
+ visible: true,
108
+ title: '联单信息',
109
+ src: "/jzlj/#/constructionJointOrder?id=".concat(record.id)
110
+ });
111
+ },
112
+ children: "\u67E5\u770B"
113
+ });
114
+ }
115
+ }]].map(function (item) {
116
+ return _objectSpread({
117
+ title: item[0],
118
+ dataIndex: item[1],
119
+ key: item[1]
120
+ }, item[2]);
121
+ });
122
+ var getTableData = function getTableData(_ref) {
123
+ var current = _ref.current,
124
+ pageSize = _ref.pageSize;
125
+ var formData = {
126
+ startingPointId: id,
127
+ disposalCertificateInfoCode: disposalCertificateInfoCode,
128
+ code: code,
129
+ startingPointName: endingPointName,
130
+ stepThreeOperateTimeLeft: stepThreeOperateTimeLeft.format('YYYY-MM-DD'),
131
+ stepThreeOperateTimeRight: stepThreeOperateTimeRight.format('YYYY-MM-DD')
132
+ };
133
+ collectionApis.jcssOrderAnalyse({
134
+ startingPointId: id,
135
+ startDate: stepThreeOperateTimeLeft.format('YYYY-MM-DD'),
136
+ endDate: stepThreeOperateTimeRight.format('YYYY-MM-DD')
137
+ }).then(function (res) {
138
+ setState({
139
+ chartData: (res === null || res === void 0 ? void 0 : res.data) || {}
140
+ });
141
+ });
142
+ collectionApis.total(_objectSpread({}, formData)).then(function (res) {
143
+ setState({
144
+ totalData: (res === null || res === void 0 ? void 0 : res.data) || {}
145
+ });
146
+ });
147
+ return collectionApis.page(_objectSpread(_objectSpread({}, formData), {}, {
148
+ page: current - 1,
149
+ size: pageSize
150
+ })).then(function (res) {
151
+ var _res$data, _res$data2;
152
+ return {
153
+ total: (res === null || res === void 0 || (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.total) || 0,
154
+ list: (res === null || res === void 0 || (_res$data2 = res.data) === null || _res$data2 === void 0 ? void 0 : _res$data2.rows) || []
155
+ };
156
+ });
157
+ };
158
+ var _useAntdTable = useAntdTable(getTableData, {
159
+ defaultPageSize: 10
160
+ }),
161
+ tableProps = _useAntdTable.tableProps,
162
+ search = _useAntdTable.search;
163
+ var submit = search.submit,
164
+ reset = search.reset;
165
+ var myReset = function myReset() {
166
+ setState({
167
+ disposalCertificateInfoCode: undefined,
168
+ code: undefined,
169
+ endingPointName: undefined
170
+ });
171
+ reset();
172
+ };
173
+ var myTableProps = _objectSpread(_objectSpread({}, tableProps), {}, {
174
+ rowKey: 'id',
175
+ columns: columns,
176
+ indexFixed: true
177
+ });
178
+ var _totalData$totalCount = totalData.totalCount,
179
+ totalCount = _totalData$totalCount === void 0 ? 0 : _totalData$totalCount,
180
+ _totalData$totalWeigh = totalData.totalWeight,
181
+ totalWeight = _totalData$totalWeigh === void 0 ? 0 : _totalData$totalWeigh;
182
+ var totalList = [{
183
+ name: '总车次',
184
+ unit: '次',
185
+ value: totalCount,
186
+ unitStyle: {
187
+ fontSize: 14
188
+ },
189
+ style: {
190
+ flex: 1,
191
+ justifyContent: 'center',
192
+ alignItems: 'center'
193
+ },
194
+ img: isDark ? cc_dark : cc_light,
195
+ fontType: 'green'
196
+ }, {
197
+ name: '总接收量',
198
+ unit: '吨',
199
+ value: totalWeight,
200
+ unitStyle: {
201
+ fontSize: 14
202
+ },
203
+ style: {
204
+ flex: 1,
205
+ justifyContent: 'center',
206
+ alignItems: 'center'
207
+ },
208
+ img: isDark ? yl_dark : yl_light,
209
+ fontType: 'blue'
210
+ }];
211
+ var searchList = [{
212
+ title: '处置证编号',
213
+ weight: 1,
214
+ dom: /*#__PURE__*/_jsx(VmFilter.VMInput, {
215
+ style: {
216
+ width: 120
217
+ },
218
+ value: disposalCertificateInfoCode,
219
+ onValChange: function onValChange(val) {
220
+ setState({
221
+ disposalCertificateInfoCode: val
222
+ });
223
+ }
224
+ })
225
+ }, {
226
+ title: '联单编号',
227
+ weight: 1,
228
+ dom: /*#__PURE__*/_jsx(VmFilter.VMInput, {
229
+ style: {
230
+ width: 120
231
+ },
232
+ value: code,
233
+ onValChange: function onValChange(val) {
234
+ setState({
235
+ code: val
236
+ });
237
+ }
238
+ })
239
+ }, {
240
+ title: '运输起点',
241
+ weight: 1,
242
+ dom: /*#__PURE__*/_jsx(VmFilter.VMInput, {
243
+ style: {
244
+ width: 120
245
+ },
246
+ value: endingPointName,
247
+ onValChange: function onValChange(val) {
248
+ setState({
249
+ endingPointName: val
250
+ });
251
+ }
252
+ })
253
+ }];
254
+ useEffect(function () {
255
+ submit();
256
+ }, [stepThreeOperateTimeLeft, stepThreeOperateTimeRight]);
257
+ return /*#__PURE__*/_jsx("div", {
258
+ className: "collection",
259
+ children: /*#__PURE__*/_jsx(VmWrapper, {
260
+ title: "\u8054\u5355\u8FD0\u884C\u60C5\u51B5",
261
+ needChange: true,
262
+ activeKey: activeKey,
263
+ onChange: function onChange(key) {
264
+ return setState({
265
+ activeKey: key
266
+ });
267
+ },
268
+ filterType: "rangePicker",
269
+ dateValue: [stepThreeOperateTimeLeft, stepThreeOperateTimeRight],
270
+ filterChange: function filterChange(e) {
271
+ setState({
272
+ stepThreeOperateTimeLeft: e === null || e === void 0 ? void 0 : e[0],
273
+ stepThreeOperateTimeRight: e === null || e === void 0 ? void 0 : e[1]
274
+ });
275
+ },
276
+ contentStyle: {
277
+ padding: 0
278
+ },
279
+ children: /*#__PURE__*/_jsx(_Fragment, {
280
+ children: activeKey === 'chart' ? /*#__PURE__*/_jsx(Chart, {
281
+ data: chartData
282
+ }) : /*#__PURE__*/_jsxs("div", {
283
+ className: "collection-myTable",
284
+ children: [/*#__PURE__*/_jsxs("div", {
285
+ className: "collection-myTable-search ".concat(isDark ? 'dark' : ''),
286
+ children: [/*#__PURE__*/_jsx("div", {
287
+ className: "collection-myTable-search-left",
288
+ children: searchList.map(function (item) {
289
+ return /*#__PURE__*/_jsxs("span", {
290
+ style: {
291
+ display: 'flex',
292
+ alignItems: 'center'
293
+ },
294
+ children: [/*#__PURE__*/_jsx("span", {
295
+ style: {
296
+ marginRight: 8
297
+ },
298
+ children: item.title
299
+ }), /*#__PURE__*/_jsx("span", {
300
+ children: item.dom
301
+ })]
302
+ }, item.title);
303
+ })
304
+ }), /*#__PURE__*/_jsxs("div", {
305
+ className: "collection-myTable-search-right",
306
+ children: [/*#__PURE__*/_jsx(Button, {
307
+ type: "primary",
308
+ onClick: submit,
309
+ children: "\u67E5\u8BE2"
310
+ }), /*#__PURE__*/_jsx(Button, {
311
+ onClick: myReset,
312
+ children: "\u91CD\u7F6E"
313
+ })]
314
+ })]
315
+ }), /*#__PURE__*/_jsx("div", {
316
+ className: "collection-myTable-total",
317
+ children: /*#__PURE__*/_jsx(VmFactorList, {
318
+ list: totalList,
319
+ style: {
320
+ background: 'unset',
321
+ height: '100%'
322
+ }
323
+ })
324
+ }), /*#__PURE__*/_jsx("div", {
325
+ className: "collection-myTable-main",
326
+ children: /*#__PURE__*/_jsx(VmWrapper, {
327
+ showTitle: false,
328
+ style: {
329
+ border: 'unset'
330
+ },
331
+ contentStyle: {
332
+ padding: 0
333
+ },
334
+ children: /*#__PURE__*/_jsx(VmTable, _objectSpread({}, myTableProps))
335
+ })
336
+ })]
337
+ })
338
+ })
339
+ })
340
+ });
341
+ }
@@ -0,0 +1,57 @@
1
+ .collection {
2
+ width: 100%;
3
+ height: 100%;
4
+
5
+ &-flowMap {
6
+ height: calc(100% - 56px - 18px);
7
+ margin-top: 16px;
8
+ border-radius: 8px;
9
+
10
+ .ol-map-container {
11
+ border-radius: 8px;
12
+ }
13
+
14
+ .ol-viewport {
15
+ border-radius: 8px;
16
+ }
17
+ }
18
+
19
+ &-myTable {
20
+ height: 100%;
21
+
22
+ &-total {
23
+ height: 85px;
24
+ }
25
+
26
+ &-search {
27
+ width: 100%;
28
+ height: 56px;
29
+ padding: 0 16px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ border-bottom: 1px solid #f1f0f0;
34
+
35
+ &.dark {
36
+ border-bottom: 1px solid rgba(12, 154, 255, 0.15);
37
+ }
38
+
39
+ &-left {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 16px;
43
+ }
44
+
45
+ &-right {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 8px;
49
+ }
50
+ }
51
+
52
+ &-main {
53
+ height: calc(100% - 85px - 65px);
54
+ padding: 0 16px;
55
+ }
56
+ }
57
+ }
@@ -0,0 +1,208 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
8
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
9
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
10
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
12
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
13
+ import * as turf from '@turf/turf';
14
+ import { MapIcon } from '@vtx/map-icon';
15
+ import { FeatureLayer, FlyLineLayer, Legend, Map } from '@vtx/ol-map';
16
+ import { useEffect, useRef, useState } from 'react';
17
+ import useSettings from "../../../_hooks/useSettings";
18
+ import "./index.less";
19
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
20
+ export default function FlowMap(_ref) {
21
+ var _mapInfo$olProps, _turf$center2;
22
+ var _ref$flowData = _ref.flowData,
23
+ flowData = _ref$flowData === void 0 ? [] : _ref$flowData,
24
+ _ref$info = _ref.info,
25
+ info = _ref$info === void 0 ? {} : _ref$info;
26
+ console.log('%c🤪 ~ file: FlowMap.js:8 : ', 'color: #8873C5', flowData);
27
+ var _ref2 = info || {},
28
+ id = _ref2.id,
29
+ geometryInfo = _ref2.geometryInfo;
30
+ var _ref3 = geometryInfo || {},
31
+ type = _ref3.type,
32
+ lngLats = _ref3.lngLats;
33
+ var _useSettings = useSettings(),
34
+ isDark = _useSettings.isDark,
35
+ mapInfo = _useSettings.mapInfo;
36
+ var mapRef = useRef({});
37
+ var _useState = useState([]),
38
+ _useState2 = _slicedToArray(_useState, 2),
39
+ defaultCenter = _useState2[0],
40
+ setDefaultCenter = _useState2[1];
41
+ // 自定义图层逻辑,需要引入ol.js和olScreen.js
42
+ var layers = [];
43
+ mapInfo === null || mapInfo === void 0 || (_mapInfo$olProps = mapInfo.olProps) === null || _mapInfo$olProps === void 0 || _mapInfo$olProps.olCoverage.forEach(function (item) {
44
+ var _window;
45
+ if (item.coverage && (_window = window) !== null && _window !== void 0 && _window.ol) {
46
+ var _window2;
47
+ var temp = null;
48
+ if (item.type === 'superMap') {
49
+ temp = new window.ol.layer.Tile({
50
+ source: new window.ol.source.TileSuperMapRest({
51
+ url: item.coverage
52
+ })
53
+ });
54
+ } else if ((_window2 = window) !== null && _window2 !== void 0 && _window2.OL_SCREEN) {
55
+ // eslint-disable-next-line no-eval
56
+ temp = eval(window.OL_SCREEN[item.coverage].initLayer);
57
+ }
58
+ if (temp) {
59
+ layers = layers.concat(temp);
60
+ }
61
+ }
62
+ });
63
+ useEffect(function () {
64
+ if (mapInfo !== null && mapInfo !== void 0 && mapInfo.longitude) {
65
+ setDefaultCenter([mapInfo.longitude, mapInfo.latitude]);
66
+ }
67
+ }, [mapInfo]);
68
+ var mapProps = {
69
+ createdMap: function createdMap(viewer) {
70
+ var _mapRef$current;
71
+ mapRef.current = viewer;
72
+ mapRef === null || mapRef === void 0 || (_mapRef$current = mapRef.current) === null || _mapRef$current === void 0 || _mapRef$current.fitView();
73
+ },
74
+ center: defaultCenter.length > 0 ? defaultCenter.map(function (v) {
75
+ return Number(v);
76
+ }) : null,
77
+ // zoom: 16,
78
+ dark: isDark,
79
+ tk: '1adbb6e47668cb33757cd799548bf1f4',
80
+ customBaseLayers: layers.length > 0 ? function () {
81
+ return layers;
82
+ } : null
83
+ };
84
+ var startData = lngLats ? [{
85
+ name: info === null || info === void 0 ? void 0 : info.name,
86
+ geometryInfo: geometryInfo
87
+ }] : [],
88
+ endData = [],
89
+ endCenters = [];
90
+ flowData.map(function (item) {
91
+ var _item$startingPointAd;
92
+ if (item !== null && item !== void 0 && (_item$startingPointAd = item.startingPointAddress) !== null && _item$startingPointAd !== void 0 && _item$startingPointAd.lngLats) {
93
+ var _item$startingPointAd2, _turf$center;
94
+ endData.push({
95
+ name: item.startingPointName,
96
+ geometryInfo: {
97
+ type: 'polygon',
98
+ lngLats: item.startingPointAddress.lngLats,
99
+ coordType: 'wgs84'
100
+ }
101
+ });
102
+ var endFeatures = turf.points((_item$startingPointAd2 = item.startingPointAddress) === null || _item$startingPointAd2 === void 0 || (_item$startingPointAd2 = _item$startingPointAd2.lngLats) === null || _item$startingPointAd2 === void 0 ? void 0 : _item$startingPointAd2.split(';').map(function (item) {
103
+ return item.split(',').map(function (item) {
104
+ return Number(item);
105
+ });
106
+ }));
107
+ endCenters.push((_turf$center = turf.center(endFeatures)) === null || _turf$center === void 0 || (_turf$center = _turf$center.geometry) === null || _turf$center === void 0 || (_turf$center = _turf$center.coordinates) === null || _turf$center === void 0 ? void 0 : _turf$center.join());
108
+ }
109
+ });
110
+ var startFeatures = turf.points(lngLats === null || lngLats === void 0 ? void 0 : lngLats.split(';').map(function (item) {
111
+ return item.split(',').map(function (item) {
112
+ return Number(item);
113
+ });
114
+ }));
115
+ var startCenter = (_turf$center2 = turf.center(startFeatures)) === null || _turf$center2 === void 0 || (_turf$center2 = _turf$center2.geometry) === null || _turf$center2 === void 0 || (_turf$center2 = _turf$center2.coordinates) === null || _turf$center2 === void 0 ? void 0 : _turf$center2.join();
116
+ var flyLineData = endCenters.map(function (item) {
117
+ return {
118
+ geometryInfo: {
119
+ coordType: 'wgs84',
120
+ lngLats: "".concat(item, ";").concat(startCenter),
121
+ type: 'polyline'
122
+ }
123
+ };
124
+ });
125
+ useEffect(function () {
126
+ if (mapRef !== null && mapRef !== void 0 && mapRef.current) {
127
+ var _mapRef$current2;
128
+ mapRef === null || mapRef === void 0 || (_mapRef$current2 = mapRef.current) === null || _mapRef$current2 === void 0 || _mapRef$current2.fitView([].concat(endData, startData), {
129
+ padding: [0, 0, 0, 0]
130
+ });
131
+ }
132
+ }, [mapRef === null || mapRef === void 0 ? void 0 : mapRef.current, JSON.stringify(endData), JSON.stringify(startData)]);
133
+
134
+ // if (!defaultCenter.length) {
135
+ // return null;
136
+ // }
137
+
138
+ return /*#__PURE__*/_jsx("div", {
139
+ className: "dispose-flowMap",
140
+ children: /*#__PURE__*/_jsxs(Map, _objectSpread(_objectSpread({}, mapProps), {}, {
141
+ children: [/*#__PURE__*/_jsx(Legend, {
142
+ style: {
143
+ left: 16,
144
+ bottom: 16
145
+ }
146
+ }), /*#__PURE__*/_jsx(FeatureLayer, {
147
+ data: startData,
148
+ style: {
149
+ type: 'Polygon',
150
+ style: {
151
+ stroke: {
152
+ color: '#2968eb',
153
+ opacity: 1,
154
+ width: 2
155
+ },
156
+ fill: {
157
+ color: '#2968eb',
158
+ opacity: 0.4
159
+ }
160
+ }
161
+ },
162
+ id: "end",
163
+ labelField: "name",
164
+ name: "\u7EC8\u70B9",
165
+ legend: {
166
+ image: new MapIcon.Icon({
167
+ canvasIcon: 'AREA',
168
+ color: '#2968eb'
169
+ }).getImgUrl()
170
+ }
171
+ }), /*#__PURE__*/_jsx(FeatureLayer, {
172
+ data: endData,
173
+ style: {
174
+ type: 'Polygon',
175
+ style: {
176
+ stroke: {
177
+ color: '#3ab4b4',
178
+ opacity: 1,
179
+ width: 2
180
+ },
181
+ fill: {
182
+ color: '#3ab4b4',
183
+ opacity: 0.4
184
+ }
185
+ }
186
+ },
187
+ id: "start",
188
+ labelField: "name",
189
+ name: "\u8D77\u70B9",
190
+ legend: {
191
+ image: new MapIcon.Icon({
192
+ canvasIcon: 'AREA',
193
+ color: '#3ab4b4'
194
+ }).getImgUrl()
195
+ }
196
+ }), (flyLineData === null || flyLineData === void 0 ? void 0 : flyLineData.length) > 0 && /*#__PURE__*/_jsx(FlyLineLayer, {
197
+ color: "#0080ff",
198
+ id: "fly_line_czz",
199
+ width: 3,
200
+ flyWidth: 6,
201
+ lineStyle: {
202
+ color: '#0080ff'
203
+ },
204
+ data: flyLineData
205
+ })]
206
+ }))
207
+ });
208
+ }