@vtx/modals2 2.15.78 → 2.15.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/util/index.js +27 -0
- package/lib/util/index.js.map +1 -1
- package/lib/vm-map/index.js +2 -0
- package/lib/vm-map/index.js.map +1 -1
- package/lib/vtx-device-modal/components/BaseInfo/index.js +3 -1
- package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/index.js +16 -0
- package/lib/vtx-restaurant-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/api.js +80 -34
- package/lib/vtx-road-modal/api.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +31 -45
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Work.js +245 -0
- package/lib/vtx-road-modal/components/BaseInfo/Work.js.map +1 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.css +160 -123
- package/lib/vtx-road-modal/components/BaseInfo/index.js +99 -25
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +128 -121
- package/lib/vtx-road-modal/components/Calendar/index.css +68 -0
- package/lib/vtx-road-modal/components/Calendar/index.js +123 -0
- package/lib/vtx-road-modal/components/Calendar/index.js.map +1 -0
- package/lib/vtx-road-modal/components/Calendar/index.less +47 -0
- package/lib/vtx-road-modal/imgs/arrow.png +0 -0
- package/lib/vtx-road-modal/imgs/completed.png +0 -0
- package/lib/vtx-road-modal/imgs/hszylc.png +0 -0
- package/lib/vtx-road-modal/imgs/jhzylc.png +0 -0
- package/lib/vtx-road-modal/index.js +8 -5
- package/lib/vtx-road-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/style/css.js +2 -0
- package/lib/vtx-road-modal/style/css.js.map +1 -1
- package/lib/vtx-road-modal/style/index.js +2 -0
- package/lib/vtx-road-modal/style/index.js.map +1 -1
- package/package.json +2 -2
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +0 -176
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +0 -110
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +0 -1
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
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); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
10
|
+
var _moment = _interopRequireDefault(require("moment"));
|
|
11
|
+
var _api = require("../../api");
|
|
12
|
+
var _vmCard = _interopRequireDefault(require("../../../vm-card"));
|
|
13
|
+
var _vmFilter = require("../../../vm-filter");
|
|
14
|
+
var _antd = require("antd");
|
|
15
|
+
var _icons = require("@ant-design/icons");
|
|
16
|
+
var _vmTable = _interopRequireDefault(require("../../../vm-table"));
|
|
17
|
+
var _lodash = require("lodash");
|
|
18
|
+
var _vmEmpty = _interopRequireDefault(require("../../../vm-empty"));
|
|
19
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
21
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
22
|
+
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."); }
|
|
23
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
24
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
25
|
+
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; } }
|
|
26
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
27
|
+
var Work = function Work(props) {
|
|
28
|
+
var id = props.id,
|
|
29
|
+
service = props.service,
|
|
30
|
+
setIframeModalInfo = props.setIframeModalInfo,
|
|
31
|
+
workTypeColorMap = props.workTypeColorMap;
|
|
32
|
+
var _useSettings = (0, _useSettings2["default"])(),
|
|
33
|
+
date = _useSettings.date,
|
|
34
|
+
theme = _useSettings.theme;
|
|
35
|
+
var _useState = (0, _react.useState)(date ? (0, _moment["default"])(date) : (0, _moment["default"])()),
|
|
36
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
37
|
+
day = _useState2[0],
|
|
38
|
+
setDay = _useState2[1];
|
|
39
|
+
var _BaseService$useRecor = _api.BaseService.useRecordService(id, (0, _moment["default"])(day).format('YYYY-MM-DD'), service),
|
|
40
|
+
dataSource = _BaseService$useRecor.carWorkRecord;
|
|
41
|
+
var _BaseService$useWorkO = _api.BaseService.useWorkOverview(id, (0, _moment["default"])(day).format('YYYY-MM-DD'), service),
|
|
42
|
+
workInfo = _BaseService$useWorkO.workInfo;
|
|
43
|
+
var allWorkInfo = workInfo.find(function (item) {
|
|
44
|
+
return item.workType === 'ALL';
|
|
45
|
+
}) || {};
|
|
46
|
+
var newWorkInfo = workInfo.filter(function (item) {
|
|
47
|
+
return item.workType !== 'ALL';
|
|
48
|
+
});
|
|
49
|
+
var columns = [{
|
|
50
|
+
title: '车牌号',
|
|
51
|
+
dataIndex: 'carCode',
|
|
52
|
+
key: 'carCode',
|
|
53
|
+
ellipsis: true,
|
|
54
|
+
width: 90,
|
|
55
|
+
fixed: 'left',
|
|
56
|
+
onCell: function onCell(record) {
|
|
57
|
+
return {
|
|
58
|
+
rowSpan: record.rowSpan || 0
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
}, {
|
|
62
|
+
title: '作业类型',
|
|
63
|
+
dataIndex: 'workTypeName',
|
|
64
|
+
key: 'workTypeName',
|
|
65
|
+
width: 80,
|
|
66
|
+
ellipsis: true,
|
|
67
|
+
render: function render(text) {
|
|
68
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
69
|
+
className: "road_level_type",
|
|
70
|
+
style: {
|
|
71
|
+
color: workTypeColorMap[text] || '#0082ff'
|
|
72
|
+
}
|
|
73
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
74
|
+
className: 'road_level_type_circle',
|
|
75
|
+
style: {
|
|
76
|
+
backgroundColor: workTypeColorMap[text] || '#0082ff'
|
|
77
|
+
}
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("span", null, text));
|
|
79
|
+
}
|
|
80
|
+
}, {
|
|
81
|
+
title: '作业时段',
|
|
82
|
+
dataIndex: 'ruleStartTime',
|
|
83
|
+
key: 'ruleStartTime',
|
|
84
|
+
width: 140,
|
|
85
|
+
ellipsis: true,
|
|
86
|
+
render: function render(text, record) {
|
|
87
|
+
return text ? "".concat((0, _moment["default"])(text).format('HH:mm:ss'), "~").concat((0, _moment["default"])(record.ruleEndTime).format('HH:mm:ss')) : '-';
|
|
88
|
+
}
|
|
89
|
+
}, {
|
|
90
|
+
title: '作业趟数',
|
|
91
|
+
dataIndex: 'workCount',
|
|
92
|
+
key: 'workCount',
|
|
93
|
+
width: 80,
|
|
94
|
+
align: 'right'
|
|
95
|
+
}, {
|
|
96
|
+
title: '作业里程(km)',
|
|
97
|
+
dataIndex: 'realWorkMileage',
|
|
98
|
+
key: 'realWorkMileage',
|
|
99
|
+
width: 110,
|
|
100
|
+
align: 'right'
|
|
101
|
+
}, {
|
|
102
|
+
title: (/*#__PURE__*/_react["default"].createElement("span", null, "\u6838\u7B97\u4F5C\u4E1A\u91CC\u7A0B(km)", /*#__PURE__*/_react["default"].createElement(_antd.Tooltip, {
|
|
103
|
+
title: "\u6838\u7B97\u4F5C\u4E1A\u91CC\u7A0B\uFF1A\u6839\u636E\u4F5C\u4E1A\u8DEF\u6BB5\u957F\u5EA6\u548C\u4F5C\u4E1A\u89C4\u5219\uFF0C\u540C\u4E00\u8DEF\u6BB5\u540C\u4E00\u65F6\u6BB5\u7684\u4F5C\u4E1A\u7C7B\u578B\u4E0B\uFF0C\u4E0D\u53EF\u8D85\u8FC7\u8BA1\u5212\u4F5C\u4E1A\u91CC\u7A0B\u3002"
|
|
104
|
+
}, /*#__PURE__*/_react["default"].createElement(_icons.QuestionCircleOutlined, {
|
|
105
|
+
style: {
|
|
106
|
+
marginLeft: 8
|
|
107
|
+
}
|
|
108
|
+
})))),
|
|
109
|
+
dataIndex: 'workMileage',
|
|
110
|
+
key: 'workMileage',
|
|
111
|
+
width: 160,
|
|
112
|
+
align: 'right'
|
|
113
|
+
}, {
|
|
114
|
+
title: '操作',
|
|
115
|
+
dataIndex: 'track',
|
|
116
|
+
key: 'track',
|
|
117
|
+
width: 80,
|
|
118
|
+
fixed: 'right',
|
|
119
|
+
render: function render(_text, record) {
|
|
120
|
+
return /*#__PURE__*/_react["default"].createElement("a", {
|
|
121
|
+
onClick: function onClick() {
|
|
122
|
+
var prefix = '';
|
|
123
|
+
var prefixList = location.pathname.split('/').filter(function (item) {
|
|
124
|
+
return item;
|
|
125
|
+
});
|
|
126
|
+
if (prefixList.length === 2) {
|
|
127
|
+
prefix = "/".concat(prefixList[0]);
|
|
128
|
+
}
|
|
129
|
+
var src = "".concat(prefix, "/carHistory/#/index?carId=").concat(record.carId, "&").concat(location.href.split('?')[1]);
|
|
130
|
+
if (service === 'zyqs-zqb') {
|
|
131
|
+
src = "".concat(prefix, "/carHistory/#/zyqsHistory?carId=").concat(record.carId, "&theme=").concat(theme == 'blue' ? 'dark' : theme, "&startTime=").concat((0, _moment["default"])(date).format('YYYY-MM-DD 00:00:00'), "&endTime=").concat((0, _moment["default"])(date).format('YYYY-MM-DD 23:59:59'), "&").concat(location.href.split('?')[1], "&roadId=").concat(record.roadId);
|
|
132
|
+
}
|
|
133
|
+
setIframeModalInfo({
|
|
134
|
+
title: '车辆轨迹',
|
|
135
|
+
visible: true,
|
|
136
|
+
src: src
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
}, "\u67E5\u770B\u8F68\u8FF9");
|
|
140
|
+
}
|
|
141
|
+
}];
|
|
142
|
+
var tableProps = {
|
|
143
|
+
height: 260,
|
|
144
|
+
pagination: {
|
|
145
|
+
defaultCurrent: 1,
|
|
146
|
+
total: (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) || 0
|
|
147
|
+
},
|
|
148
|
+
columns: columns,
|
|
149
|
+
isIndex: false,
|
|
150
|
+
rowKey: 'index',
|
|
151
|
+
dataSource: (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) > 0 ? dataSource.map(function (ele, index) {
|
|
152
|
+
return Object.assign(Object.assign({}, ele), {
|
|
153
|
+
index: index
|
|
154
|
+
});
|
|
155
|
+
}) : []
|
|
156
|
+
};
|
|
157
|
+
return /*#__PURE__*/_react["default"].createElement(_antd.Row, {
|
|
158
|
+
gutter: [10, 10]
|
|
159
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
160
|
+
span: 24
|
|
161
|
+
}, /*#__PURE__*/_react["default"].createElement(_vmCard["default"], {
|
|
162
|
+
title: "\u4F5C\u4E1A\u6C47\u603B",
|
|
163
|
+
rightContent: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMDatePicker, {
|
|
164
|
+
value: day,
|
|
165
|
+
onChange: function onChange(date) {
|
|
166
|
+
return setDay(date);
|
|
167
|
+
}
|
|
168
|
+
})
|
|
169
|
+
}, (0, _lodash.isEmpty)(workInfo) ? /*#__PURE__*/_react["default"].createElement(_vmEmpty["default"], {
|
|
170
|
+
imgStyle: {
|
|
171
|
+
marginLeft: 0,
|
|
172
|
+
transform: 'translateX(0%)'
|
|
173
|
+
}
|
|
174
|
+
}) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
175
|
+
className: "road_work_wrap"
|
|
176
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
177
|
+
className: "road_work_left"
|
|
178
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
179
|
+
className: "all_rate_wrap"
|
|
180
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Progress, {
|
|
181
|
+
type: "circle",
|
|
182
|
+
strokeColor: {
|
|
183
|
+
'0%': '#41A8FF',
|
|
184
|
+
'100%': '#1570F0'
|
|
185
|
+
},
|
|
186
|
+
percent: allWorkInfo.rate,
|
|
187
|
+
strokeWidth: 10,
|
|
188
|
+
width: 100,
|
|
189
|
+
showInfo: false,
|
|
190
|
+
trailColor: "#EBEBEB"
|
|
191
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
192
|
+
className: "all_rate_info"
|
|
193
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
194
|
+
className: "all_rate_info_label"
|
|
195
|
+
}, "\u603B\u5B8C\u6210\u7387"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
196
|
+
className: "all_rate"
|
|
197
|
+
}, allWorkInfo.rate, "%"))), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
198
|
+
className: "left_info"
|
|
199
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
200
|
+
className: "left_info_dot"
|
|
201
|
+
}), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
202
|
+
className: "left_info_label"
|
|
203
|
+
}, "\u8BA1\u5212/\u6838\u7B97\u91CC\u7A0B\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", null, allWorkInfo.planMileage, "/", allWorkInfo.workMileage, "\u516C\u91CC"))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
204
|
+
className: "left_info"
|
|
205
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
206
|
+
className: "left_info_dot"
|
|
207
|
+
}), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
208
|
+
className: "left_info_label"
|
|
209
|
+
}, "\u8BA1\u5212/\u6709\u6548\u8D9F\u6B21\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", null, allWorkInfo.planCount, "/", allWorkInfo.workCount, "\u8D9F"))))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
210
|
+
className: "road_work_right"
|
|
211
|
+
}, newWorkInfo.map(function (item) {
|
|
212
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
213
|
+
key: item.workType,
|
|
214
|
+
className: "road_work_right_item"
|
|
215
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
216
|
+
className: "road_work_right_item_left"
|
|
217
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
218
|
+
className: "road_work_right_item_left_info"
|
|
219
|
+
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
220
|
+
className: "work_type"
|
|
221
|
+
}, item.workTypeStr), /*#__PURE__*/_react["default"].createElement("span", {
|
|
222
|
+
className: "work_rate"
|
|
223
|
+
}, item.rate, "%"), item.rate === 100 && (/*#__PURE__*/_react["default"].createElement("img", {
|
|
224
|
+
src: require('../../imgs/completed.png'),
|
|
225
|
+
style: {
|
|
226
|
+
width: 14,
|
|
227
|
+
height: 14
|
|
228
|
+
}
|
|
229
|
+
}))), /*#__PURE__*/_react["default"].createElement(_antd.Progress, {
|
|
230
|
+
percent: item.rate,
|
|
231
|
+
showInfo: false,
|
|
232
|
+
strokeColor: workTypeColorMap[item.workTypeStr]
|
|
233
|
+
})), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
234
|
+
className: "left_info_label"
|
|
235
|
+
}, "\u8BA1\u5212/\u6838\u7B97\u91CC\u7A0B\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", null, item.planMileage, "/", item.workMileage, "\u516C\u91CC")), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
236
|
+
className: "left_info_label"
|
|
237
|
+
}, "\u8BA1\u5212/\u6709\u6548\u8D9F\u6B21\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", null, item.planCount, "/", item.workCount, "\u8D9F"))));
|
|
238
|
+
}))))), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
239
|
+
span: 24
|
|
240
|
+
}, /*#__PURE__*/_react["default"].createElement(_vmCard["default"], {
|
|
241
|
+
title: "\u4F5C\u4E1A\u660E\u7EC6"
|
|
242
|
+
}, /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({}, tableProps)))));
|
|
243
|
+
};
|
|
244
|
+
var _default = exports["default"] = Work;
|
|
245
|
+
//# sourceMappingURL=Work.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Work.js","names":["_react","_interopRequireWildcard","require","_useSettings2","_interopRequireDefault","_moment","_api","_vmCard","_vmFilter","_antd","_icons","_vmTable","_lodash","_vmEmpty","e","__esModule","t","WeakMap","r","n","o","i","f","__proto__","_typeof","has","get","set","_t","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","u","next","done","push","value","isArray","Work","props","id","service","setIframeModalInfo","workTypeColorMap","_useSettings","useSettings","date","theme","_useState","useState","moment","_useState2","day","setDay","_BaseService$useRecor","BaseService","useRecordService","format","dataSource","carWorkRecord","_BaseService$useWorkO","useWorkOverview","workInfo","allWorkInfo","find","item","workType","newWorkInfo","filter","columns","title","dataIndex","key","ellipsis","width","fixed","onCell","record","rowSpan","render","text","React","createElement","className","style","color","backgroundColor","concat","ruleEndTime","align","Tooltip","QuestionCircleOutlined","marginLeft","_text","onClick","prefix","prefixList","location","pathname","split","src","carId","href","roadId","visible","tableProps","height","pagination","defaultCurrent","total","isIndex","rowKey","map","ele","index","assign","Row","gutter","Col","span","VmCard","rightContent","VMDatePicker","onChange","isEmpty","VEmpty","imgStyle","transform","Progress","type","strokeColor","percent","rate","strokeWidth","showInfo","trailColor","planMileage","workMileage","planCount","workCount","workTypeStr","VMTable","_default","exports"],"sources":["vtx-road-modal/components/BaseInfo/Work.js"],"sourcesContent":["import React, { useState } from 'react';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport moment from 'moment';\nimport { BaseService } from '../../api';\nimport VmCard from '../../../vm-card';\nimport { VMDatePicker } from '../../../vm-filter';\nimport { Col, Progress, Row } from 'antd';\nimport { Tooltip } from 'antd';\nimport { QuestionCircleOutlined } from '@ant-design/icons';\nimport VMTable from '../../../vm-table';\nimport { isEmpty } from \"lodash\";\nimport VEmpty from \"../../../vm-empty\";\nconst Work = (props) => {\n const { id, service, setIframeModalInfo, workTypeColorMap } = props;\n const { date, theme } = useSettings();\n const [day, setDay] = useState(date ? moment(date) : moment());\n const { carWorkRecord: dataSource } = BaseService.useRecordService(id, moment(day).format('YYYY-MM-DD'), service);\n const { workInfo } = BaseService.useWorkOverview(id, moment(day).format('YYYY-MM-DD'), service);\n const allWorkInfo = workInfo.find((item) => item.workType === 'ALL') || {};\n const newWorkInfo = workInfo.filter((item) => item.workType !== 'ALL');\n const columns = [\n {\n title: '车牌号',\n dataIndex: 'carCode',\n key: 'carCode',\n ellipsis: true,\n width: 90,\n fixed: 'left',\n onCell: (record) => {\n return {\n rowSpan: record.rowSpan || 0,\n };\n }\n },\n {\n title: '作业类型',\n dataIndex: 'workTypeName',\n key: 'workTypeName',\n width: 80,\n ellipsis: true,\n render(text) {\n return (React.createElement(\"div\", { className: \"road_level_type\", style: {\n color: workTypeColorMap[text] || '#0082ff',\n } },\n React.createElement(\"div\", { className: 'road_level_type_circle', style: {\n backgroundColor: workTypeColorMap[text] || '#0082ff',\n } }),\n React.createElement(\"span\", null, text)));\n },\n },\n {\n title: '作业时段',\n dataIndex: 'ruleStartTime',\n key: 'ruleStartTime',\n width: 140,\n ellipsis: true,\n render(text, record) {\n return text ? `${moment(text).format('HH:mm:ss')}~${moment(record.ruleEndTime).format('HH:mm:ss')}` : '-';\n }\n },\n {\n title: '作业趟数',\n dataIndex: 'workCount',\n key: 'workCount',\n width: 80,\n align: 'right'\n },\n {\n title: '作业里程(km)',\n dataIndex: 'realWorkMileage',\n key: 'realWorkMileage',\n width: 110,\n align: 'right'\n },\n {\n title: (React.createElement(\"span\", null,\n \"\\u6838\\u7B97\\u4F5C\\u4E1A\\u91CC\\u7A0B(km)\",\n React.createElement(Tooltip, { title: \"\\u6838\\u7B97\\u4F5C\\u4E1A\\u91CC\\u7A0B\\uFF1A\\u6839\\u636E\\u4F5C\\u4E1A\\u8DEF\\u6BB5\\u957F\\u5EA6\\u548C\\u4F5C\\u4E1A\\u89C4\\u5219\\uFF0C\\u540C\\u4E00\\u8DEF\\u6BB5\\u540C\\u4E00\\u65F6\\u6BB5\\u7684\\u4F5C\\u4E1A\\u7C7B\\u578B\\u4E0B\\uFF0C\\u4E0D\\u53EF\\u8D85\\u8FC7\\u8BA1\\u5212\\u4F5C\\u4E1A\\u91CC\\u7A0B\\u3002\" },\n React.createElement(QuestionCircleOutlined, { style: { marginLeft: 8 } })))),\n dataIndex: 'workMileage',\n key: 'workMileage',\n width: 160,\n align: 'right'\n },\n {\n title: '操作',\n dataIndex: 'track',\n key: 'track',\n width: 80,\n fixed: 'right',\n render: (_text, record) => {\n return (React.createElement(\"a\", { onClick: () => {\n let prefix = '';\n let prefixList = location.pathname.split('/').filter(item => item);\n if (prefixList.length === 2) {\n prefix = `/${prefixList[0]}`;\n }\n let src = `${prefix}/carHistory/#/index?carId=${record.carId}&${location.href.split('?')[1]}`;\n if (service === 'zyqs-zqb') {\n src = `${prefix}/carHistory/#/zyqsHistory?carId=${record.carId}&theme=${theme == 'blue' ? 'dark' : theme}&startTime=${moment(date).format('YYYY-MM-DD 00:00:00')}&endTime=${moment(date).format('YYYY-MM-DD 23:59:59')}&${location.href.split('?')[1]}&roadId=${record.roadId}`;\n }\n setIframeModalInfo({\n title: '车辆轨迹',\n visible: true,\n src,\n });\n } }, \"\\u67E5\\u770B\\u8F68\\u8FF9\"));\n },\n },\n ];\n const tableProps = {\n height: 260,\n pagination: {\n defaultCurrent: 1,\n total: (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) || 0,\n },\n columns,\n isIndex: false,\n rowKey: 'index',\n dataSource: (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) > 0\n ? dataSource.map((ele, index) => (Object.assign(Object.assign({}, ele), { index })))\n : [],\n };\n return (React.createElement(Row, { gutter: [10, 10] },\n React.createElement(Col, { span: 24 },\n React.createElement(VmCard, { title: \"\\u4F5C\\u4E1A\\u6C47\\u603B\", rightContent: React.createElement(VMDatePicker, { value: day, onChange: (date) => setDay(date) }) }, isEmpty(workInfo) ? React.createElement(VEmpty, { imgStyle: { marginLeft: 0, transform: 'translateX(0%)' } }) : React.createElement(\"div\", { className: \"road_work_wrap\" },\n React.createElement(\"div\", { className: \"road_work_left\" },\n React.createElement(\"div\", { className: \"all_rate_wrap\" },\n React.createElement(Progress, { type: \"circle\", strokeColor: {\n '0%': '#41A8FF',\n '100%': '#1570F0',\n }, percent: allWorkInfo.rate, strokeWidth: 10, width: 100, showInfo: false, trailColor: \"#EBEBEB\" }),\n React.createElement(\"div\", { className: \"all_rate_info\" },\n React.createElement(\"div\", { className: \"all_rate_info_label\" }, \"\\u603B\\u5B8C\\u6210\\u7387\"),\n React.createElement(\"div\", { className: \"all_rate\" },\n allWorkInfo.rate,\n \"%\"))),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"left_info\" },\n React.createElement(\"div\", { className: \"left_info_dot\" }),\n React.createElement(\"div\", null,\n React.createElement(\"span\", { className: \"left_info_label\" }, \"\\u8BA1\\u5212/\\u6838\\u7B97\\u91CC\\u7A0B\\uFF1A\"),\n React.createElement(\"span\", null,\n allWorkInfo.planMileage,\n \"/\",\n allWorkInfo.workMileage,\n \"\\u516C\\u91CC\"))),\n React.createElement(\"div\", { className: \"left_info\" },\n React.createElement(\"div\", { className: \"left_info_dot\" }),\n React.createElement(\"div\", null,\n React.createElement(\"span\", { className: \"left_info_label\" }, \"\\u8BA1\\u5212/\\u6709\\u6548\\u8D9F\\u6B21\\uFF1A\"),\n React.createElement(\"span\", null,\n allWorkInfo.planCount,\n \"/\",\n allWorkInfo.workCount,\n \"\\u8D9F\"))))),\n React.createElement(\"div\", { className: \"road_work_right\" }, newWorkInfo.map((item) => (React.createElement(\"div\", { key: item.workType, className: \"road_work_right_item\" },\n React.createElement(\"div\", { className: \"road_work_right_item_left\" },\n React.createElement(\"div\", { className: \"road_work_right_item_left_info\" },\n React.createElement(\"span\", { className: \"work_type\" }, item.workTypeStr),\n React.createElement(\"span\", { className: \"work_rate\" },\n item.rate,\n \"%\"),\n item.rate === 100 && (React.createElement(\"img\", { src: require('../../imgs/completed.png'), style: { width: 14, height: 14 } }))),\n React.createElement(Progress, { percent: item.rate, showInfo: false, strokeColor: workTypeColorMap[item.workTypeStr] })),\n React.createElement(\"div\", null,\n React.createElement(\"div\", null,\n React.createElement(\"span\", { className: \"left_info_label\" }, \"\\u8BA1\\u5212/\\u6838\\u7B97\\u91CC\\u7A0B\\uFF1A\"),\n React.createElement(\"span\", null,\n item.planMileage,\n \"/\",\n item.workMileage,\n \"\\u516C\\u91CC\")),\n React.createElement(\"div\", null,\n React.createElement(\"span\", { className: \"left_info_label\" }, \"\\u8BA1\\u5212/\\u6709\\u6548\\u8D9F\\u6B21\\uFF1A\"),\n React.createElement(\"span\", null,\n item.planCount,\n \"/\",\n item.workCount,\n \"\\u8D9F\")))))))))),\n React.createElement(Col, { span: 24 },\n React.createElement(VmCard, { title: \"\\u4F5C\\u4E1A\\u660E\\u7EC6\" },\n React.createElement(VMTable, Object.assign({}, tableProps))))));\n};\nexport default Work;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -9,168 +9,205 @@
|
|
|
9
9
|
-ms-flex-align: start;
|
|
10
10
|
align-items: start;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
.road_left_map {
|
|
13
|
+
height: 160px;
|
|
14
|
+
border-radius: 4px;
|
|
15
|
+
}
|
|
16
|
+
.road_left_subtitle {
|
|
17
|
+
margin: 14px 0;
|
|
18
|
+
position: relative;
|
|
19
|
+
font-weight: 400;
|
|
20
|
+
font-size: 14px;
|
|
21
|
+
color: var(--title-color2);
|
|
22
|
+
padding-left: 13px;
|
|
23
|
+
height: 14px;
|
|
24
|
+
line-height: 14px;
|
|
25
|
+
}
|
|
26
|
+
.road_left_subtitle::before {
|
|
27
|
+
height: 14px;
|
|
28
|
+
content: '';
|
|
29
|
+
position: absolute;
|
|
30
|
+
left: 0;
|
|
31
|
+
top: 50%;
|
|
32
|
+
-webkit-transform: translateY(-50%);
|
|
33
|
+
-ms-transform: translateY(-50%);
|
|
34
|
+
transform: translateY(-50%);
|
|
35
|
+
width: 3px;
|
|
36
|
+
background-color: var(--title-color2);
|
|
37
|
+
}
|
|
38
|
+
.road_level_type {
|
|
15
39
|
display: -webkit-box;
|
|
16
40
|
display: -ms-flexbox;
|
|
17
41
|
display: flex;
|
|
18
|
-
-webkit-box-
|
|
19
|
-
-ms-flex-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
-ms-flex-align: start;
|
|
23
|
-
align-items: start;
|
|
42
|
+
-webkit-box-align: center;
|
|
43
|
+
-ms-flex-align: center;
|
|
44
|
+
align-items: center;
|
|
45
|
+
gap: 8px;
|
|
24
46
|
}
|
|
25
|
-
.
|
|
26
|
-
|
|
27
|
-
|
|
47
|
+
.road_level_type .road_level_type_circle {
|
|
48
|
+
width: 8px;
|
|
49
|
+
height: 8px;
|
|
50
|
+
border-radius: 50%;
|
|
28
51
|
}
|
|
29
|
-
.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
52
|
+
.road_work_rule_wrap {
|
|
53
|
+
display: -webkit-box;
|
|
54
|
+
display: -ms-flexbox;
|
|
55
|
+
display: flex;
|
|
56
|
+
gap: 12px;
|
|
57
|
+
-webkit-box-orient: vertical;
|
|
58
|
+
-webkit-box-direction: normal;
|
|
59
|
+
-ms-flex-direction: column;
|
|
60
|
+
flex-direction: column;
|
|
36
61
|
}
|
|
37
|
-
.
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
62
|
+
.road_work_rule_wrap .rule_item {
|
|
63
|
+
display: -webkit-box;
|
|
64
|
+
display: -ms-flexbox;
|
|
65
|
+
display: flex;
|
|
66
|
+
-webkit-box-align: center;
|
|
67
|
+
-ms-flex-align: center;
|
|
68
|
+
align-items: center;
|
|
69
|
+
-webkit-box-pack: justify;
|
|
70
|
+
-ms-flex-pack: justify;
|
|
71
|
+
justify-content: space-between;
|
|
72
|
+
color: var(--info-color);
|
|
42
73
|
}
|
|
43
|
-
.
|
|
44
|
-
|
|
45
|
-
|
|
74
|
+
.road_work_rule_wrap .rule_item .rule_type {
|
|
75
|
+
display: -webkit-box;
|
|
76
|
+
display: -ms-flexbox;
|
|
77
|
+
display: flex;
|
|
78
|
+
-webkit-box-align: center;
|
|
79
|
+
-ms-flex-align: center;
|
|
80
|
+
align-items: center;
|
|
81
|
+
-webkit-box-pack: center;
|
|
82
|
+
-ms-flex-pack: center;
|
|
83
|
+
justify-content: center;
|
|
84
|
+
height: 24px;
|
|
85
|
+
border-radius: 4px;
|
|
86
|
+
padding: 0 6px;
|
|
87
|
+
}
|
|
88
|
+
.road_work_rule_wrap .rule_item .rule_arrow {
|
|
89
|
+
width: 14px;
|
|
90
|
+
height: 14px;
|
|
91
|
+
margin-left: 11px;
|
|
92
|
+
margin-right: 6px;
|
|
93
|
+
}
|
|
94
|
+
.road_work_rule_wrap .rule_item .rule_item_left {
|
|
95
|
+
display: -webkit-box;
|
|
96
|
+
display: -ms-flexbox;
|
|
97
|
+
display: flex;
|
|
98
|
+
-webkit-box-align: center;
|
|
99
|
+
-ms-flex-align: center;
|
|
100
|
+
align-items: center;
|
|
46
101
|
}
|
|
47
|
-
.
|
|
48
|
-
height: 29px;
|
|
102
|
+
.road_work_wrap {
|
|
49
103
|
display: -webkit-box;
|
|
50
104
|
display: -ms-flexbox;
|
|
51
105
|
display: flex;
|
|
106
|
+
-webkit-box-align: center;
|
|
107
|
+
-ms-flex-align: center;
|
|
108
|
+
align-items: center;
|
|
109
|
+
padding: 24px 28px 24px 45px;
|
|
52
110
|
-webkit-box-pack: justify;
|
|
53
111
|
-ms-flex-pack: justify;
|
|
54
112
|
justify-content: space-between;
|
|
113
|
+
}
|
|
114
|
+
.road_work_wrap .road_work_left {
|
|
115
|
+
display: -webkit-box;
|
|
116
|
+
display: -ms-flexbox;
|
|
117
|
+
display: flex;
|
|
118
|
+
-webkit-box-orient: vertical;
|
|
119
|
+
-webkit-box-direction: normal;
|
|
120
|
+
-ms-flex-direction: column;
|
|
121
|
+
flex-direction: column;
|
|
55
122
|
-webkit-box-align: center;
|
|
56
123
|
-ms-flex-align: center;
|
|
57
124
|
align-items: center;
|
|
58
|
-
color: var(--info-color);
|
|
59
|
-
margin: 12px 0 32px 0;
|
|
60
125
|
}
|
|
61
|
-
.
|
|
126
|
+
.road_work_wrap .road_work_left .all_rate_wrap {
|
|
62
127
|
width: 100px;
|
|
63
|
-
height:
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
128
|
+
height: 100px;
|
|
129
|
+
position: relative;
|
|
130
|
+
margin-bottom: 20px;
|
|
131
|
+
}
|
|
132
|
+
.road_work_wrap .road_work_left .all_rate_wrap .all_rate_info {
|
|
133
|
+
position: absolute;
|
|
134
|
+
top: 50%;
|
|
135
|
+
left: 50%;
|
|
136
|
+
-webkit-transform: translate(-50%, -50%);
|
|
137
|
+
-ms-transform: translate(-50%, -50%);
|
|
138
|
+
transform: translate(-50%, -50%);
|
|
67
139
|
text-align: center;
|
|
68
|
-
line-height: 30px;
|
|
69
|
-
background-repeat: no-repeat;
|
|
70
|
-
background-size: 100% 100%;
|
|
71
|
-
}
|
|
72
|
-
.road-baseContent .workRules-item--name.ss {
|
|
73
|
-
background-image: url('../../imgs/ss.png');
|
|
74
140
|
}
|
|
75
|
-
.
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
.road-baseContent .workRules-item--name.xs {
|
|
79
|
-
background-image: url('../../imgs/xs.png');
|
|
80
|
-
}
|
|
81
|
-
.road-baseContent .workRules-item--name.wp {
|
|
82
|
-
background-image: url('../../imgs/wp.png');
|
|
141
|
+
.road_work_wrap .road_work_left .all_rate_wrap .all_rate_info .all_rate_info_label {
|
|
142
|
+
color: var(--base-label-color);
|
|
143
|
+
font-size: 12px;
|
|
83
144
|
}
|
|
84
|
-
.
|
|
145
|
+
.road_work_wrap .road_work_left .all_rate_wrap .all_rate_info .all_rate {
|
|
146
|
+
font-weight: 600;
|
|
147
|
+
font-size: 20px;
|
|
85
148
|
color: var(--info-color);
|
|
86
149
|
}
|
|
87
|
-
.
|
|
88
|
-
color: var(--label-color);
|
|
89
|
-
}
|
|
90
|
-
.road-baseContent .base-right-twork {
|
|
91
|
-
width: calc(100% - 441px - 10px);
|
|
92
|
-
height: 100%;
|
|
93
|
-
}
|
|
94
|
-
.road-baseContent .base-right-twork .twork {
|
|
95
|
-
padding: 20px 22px;
|
|
96
|
-
background-color: var(--bg-color2);
|
|
97
|
-
border: 1px solid var(--bg-border-color2);
|
|
98
|
-
height: 280px;
|
|
99
|
-
}
|
|
100
|
-
.road-baseContent .base-right-twork .twork--head {
|
|
101
|
-
height: 40px;
|
|
102
|
-
line-height: 40px;
|
|
150
|
+
.road_work_wrap .road_work_left .left_info {
|
|
103
151
|
display: -webkit-box;
|
|
104
152
|
display: -ms-flexbox;
|
|
105
153
|
display: flex;
|
|
106
|
-
|
|
107
|
-
-ms-flex-pack: start;
|
|
108
|
-
justify-content: start;
|
|
109
|
-
-webkit-box-align: start;
|
|
110
|
-
-ms-flex-align: start;
|
|
111
|
-
align-items: start;
|
|
112
|
-
font-size: 14px;
|
|
154
|
+
gap: 8px;
|
|
113
155
|
color: var(--info-color);
|
|
114
|
-
|
|
115
|
-
|
|
156
|
+
margin-bottom: 10px;
|
|
157
|
+
-webkit-box-align: center;
|
|
158
|
+
-ms-flex-align: center;
|
|
159
|
+
align-items: center;
|
|
116
160
|
}
|
|
117
|
-
.
|
|
118
|
-
|
|
119
|
-
margin-right: 14px;
|
|
161
|
+
.road_work_wrap .road_work_left .left_info:last-child {
|
|
162
|
+
margin-bottom: 0;
|
|
120
163
|
}
|
|
121
|
-
.
|
|
122
|
-
width:
|
|
123
|
-
|
|
164
|
+
.road_work_wrap .road_work_left .left_info .left_info_dot {
|
|
165
|
+
width: 6px;
|
|
166
|
+
height: 6px;
|
|
167
|
+
background: #b9c4d4;
|
|
168
|
+
border-radius: 50%;
|
|
124
169
|
}
|
|
125
|
-
.
|
|
126
|
-
|
|
170
|
+
.road_work_wrap .road_work_left .left_info .left_info_label {
|
|
171
|
+
color: var(--label-color);
|
|
127
172
|
}
|
|
128
|
-
.
|
|
129
|
-
|
|
130
|
-
|
|
173
|
+
.road_work_wrap .road_work_right {
|
|
174
|
+
display: -webkit-box;
|
|
175
|
+
display: -ms-flexbox;
|
|
176
|
+
display: flex;
|
|
177
|
+
-webkit-box-orient: vertical;
|
|
178
|
+
-webkit-box-direction: normal;
|
|
179
|
+
-ms-flex-direction: column;
|
|
180
|
+
flex-direction: column;
|
|
181
|
+
gap: 25px;
|
|
131
182
|
}
|
|
132
|
-
.
|
|
183
|
+
.road_work_wrap .road_work_right .road_work_right_item {
|
|
133
184
|
display: -webkit-box;
|
|
134
185
|
display: -ms-flexbox;
|
|
135
186
|
display: flex;
|
|
136
|
-
-webkit-box-
|
|
137
|
-
-ms-flex-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
-ms-flex-align: start;
|
|
141
|
-
align-items: start;
|
|
187
|
+
-webkit-box-align: center;
|
|
188
|
+
-ms-flex-align: center;
|
|
189
|
+
align-items: center;
|
|
190
|
+
gap: 10px;
|
|
142
191
|
color: var(--info-color);
|
|
143
|
-
|
|
144
|
-
}
|
|
145
|
-
.road-baseContent .base-right-twork .twork--item img {
|
|
146
|
-
width: 40px;
|
|
147
|
-
height: 40px;
|
|
148
|
-
margin-right: 14px;
|
|
149
|
-
}
|
|
150
|
-
.road-baseContent .base-right-twork .twork--item-progress {
|
|
151
|
-
width: 200px;
|
|
152
|
-
margin-right: 20px;
|
|
153
|
-
font-size: 14px;
|
|
154
|
-
line-height: 18px;
|
|
192
|
+
font-size: 12px;
|
|
155
193
|
}
|
|
156
|
-
.
|
|
157
|
-
|
|
158
|
-
text-overflow: ellipsis;
|
|
159
|
-
white-space: nowrap;
|
|
160
|
-
overflow: hidden;
|
|
194
|
+
.road_work_wrap .road_work_right .road_work_right_item .road_work_right_item_left {
|
|
195
|
+
width: 220px;
|
|
161
196
|
}
|
|
162
|
-
.
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
197
|
+
.road_work_wrap .road_work_right .road_work_right_item .road_work_right_item_left .road_work_right_item_left_info {
|
|
198
|
+
display: -webkit-box;
|
|
199
|
+
display: -ms-flexbox;
|
|
200
|
+
display: flex;
|
|
201
|
+
-webkit-box-align: center;
|
|
202
|
+
-ms-flex-align: center;
|
|
203
|
+
align-items: center;
|
|
166
204
|
}
|
|
167
|
-
.
|
|
168
|
-
font-size:
|
|
205
|
+
.road_work_wrap .road_work_right .road_work_right_item .road_work_right_item_left .work_type {
|
|
206
|
+
font-size: 14px;
|
|
169
207
|
}
|
|
170
|
-
.
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
margin-
|
|
175
|
-
height: 384px;
|
|
208
|
+
.road_work_wrap .road_work_right .road_work_right_item .road_work_right_item_left .work_rate {
|
|
209
|
+
font-size: 14px;
|
|
210
|
+
font-weight: 600;
|
|
211
|
+
margin-left: 11px;
|
|
212
|
+
margin-right: 7px;
|
|
176
213
|
}
|