@vtx/modals2 2.15.98 → 2.16.0

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 (89) hide show
  1. package/lib/index.js +7 -0
  2. package/lib/index.js.map +1 -1
  3. package/lib/vm-info-collection/index.js +1 -1
  4. package/lib/vm-info-collection/index.js.map +1 -1
  5. package/lib/vm-map/index.js +20 -2
  6. package/lib/vm-map/index.js.map +1 -1
  7. package/lib/vtx-base-modal/index.js +5 -2
  8. package/lib/vtx-base-modal/index.js.map +1 -1
  9. package/lib/vtx-qyry-modal/api.js +450 -0
  10. package/lib/vtx-qyry-modal/api.js.map +1 -0
  11. package/lib/vtx-qyry-modal/components/AlarmInfo/Charts.js +189 -0
  12. package/lib/vtx-qyry-modal/components/AlarmInfo/Charts.js.map +1 -0
  13. package/lib/vtx-qyry-modal/components/AlarmInfo/List.js +123 -0
  14. package/lib/vtx-qyry-modal/components/AlarmInfo/List.js.map +1 -0
  15. package/lib/vtx-qyry-modal/components/AlarmInfo/index.css +27 -0
  16. package/lib/vtx-qyry-modal/components/AlarmInfo/index.js +107 -0
  17. package/lib/vtx-qyry-modal/components/AlarmInfo/index.js.map +1 -0
  18. package/lib/vtx-qyry-modal/components/AlarmInfo/index.less +23 -0
  19. package/lib/vtx-qyry-modal/components/Attendance/Exeception.js +106 -0
  20. package/lib/vtx-qyry-modal/components/Attendance/Exeception.js.map +1 -0
  21. package/lib/vtx-qyry-modal/components/Attendance/Record.js +214 -0
  22. package/lib/vtx-qyry-modal/components/Attendance/Record.js.map +1 -0
  23. package/lib/vtx-qyry-modal/components/Attendance/WorkingHours.js +139 -0
  24. package/lib/vtx-qyry-modal/components/Attendance/WorkingHours.js.map +1 -0
  25. package/lib/vtx-qyry-modal/components/Attendance/index.css +51 -0
  26. package/lib/vtx-qyry-modal/components/Attendance/index.js +82 -0
  27. package/lib/vtx-qyry-modal/components/Attendance/index.js.map +1 -0
  28. package/lib/vtx-qyry-modal/components/Attendance/index.less +45 -0
  29. package/lib/vtx-qyry-modal/components/BaseInfo/Lcfx.js +115 -0
  30. package/lib/vtx-qyry-modal/components/BaseInfo/Lcfx.js.map +1 -0
  31. package/lib/vtx-qyry-modal/components/BaseInfo/ListZymx.js +119 -0
  32. package/lib/vtx-qyry-modal/components/BaseInfo/ListZymx.js.map +1 -0
  33. package/lib/vtx-qyry-modal/components/BaseInfo/TodayWork.js +40 -0
  34. package/lib/vtx-qyry-modal/components/BaseInfo/TodayWork.js.map +1 -0
  35. package/lib/vtx-qyry-modal/components/BaseInfo/WorkStatic.js +140 -0
  36. package/lib/vtx-qyry-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  37. package/lib/vtx-qyry-modal/components/BaseInfo/WorkStaticDay.js +145 -0
  38. package/lib/vtx-qyry-modal/components/BaseInfo/WorkStaticDay.js.map +1 -0
  39. package/lib/vtx-qyry-modal/components/BaseInfo/index.css +275 -0
  40. package/lib/vtx-qyry-modal/components/BaseInfo/index.js +204 -0
  41. package/lib/vtx-qyry-modal/components/BaseInfo/index.js.map +1 -0
  42. package/lib/vtx-qyry-modal/components/BaseInfo/index.less +231 -0
  43. package/lib/vtx-qyry-modal/components/DetailInfo/index.css +35 -0
  44. package/lib/vtx-qyry-modal/components/DetailInfo/index.js +177 -0
  45. package/lib/vtx-qyry-modal/components/DetailInfo/index.js.map +1 -0
  46. package/lib/vtx-qyry-modal/components/DetailInfo/index.less +38 -0
  47. package/lib/vtx-qyry-modal/components/Equipment/index.css +55 -0
  48. package/lib/vtx-qyry-modal/components/Equipment/index.js +149 -0
  49. package/lib/vtx-qyry-modal/components/Equipment/index.js.map +1 -0
  50. package/lib/vtx-qyry-modal/components/Equipment/index.less +53 -0
  51. package/lib/vtx-qyry-modal/components/StaticInfo/Charts.js +161 -0
  52. package/lib/vtx-qyry-modal/components/StaticInfo/Charts.js.map +1 -0
  53. package/lib/vtx-qyry-modal/components/StaticInfo/index.css +336 -0
  54. package/lib/vtx-qyry-modal/components/StaticInfo/index.js +130 -0
  55. package/lib/vtx-qyry-modal/components/StaticInfo/index.js.map +1 -0
  56. package/lib/vtx-qyry-modal/components/StaticInfo/index.less +271 -0
  57. package/lib/vtx-qyry-modal/components/index.js +42 -0
  58. package/lib/vtx-qyry-modal/components/index.js.map +1 -0
  59. package/lib/vtx-qyry-modal/config.js +12 -0
  60. package/lib/vtx-qyry-modal/config.js.map +1 -0
  61. package/lib/vtx-qyry-modal/imgs/caution.png +0 -0
  62. package/lib/vtx-qyry-modal/imgs/help.png +0 -0
  63. package/lib/vtx-qyry-modal/imgs/offlinePeople.png +0 -0
  64. package/lib/vtx-qyry-modal/imgs/onlinePeople.png +0 -0
  65. package/lib/vtx-qyry-modal/imgs/position.png +0 -0
  66. package/lib/vtx-qyry-modal/imgs/refresh.png +0 -0
  67. package/lib/vtx-qyry-modal/imgs/rjzx.png +0 -0
  68. package/lib/vtx-qyry-modal/imgs/rjzx_light.png +0 -0
  69. package/lib/vtx-qyry-modal/imgs/staff.png +0 -0
  70. package/lib/vtx-qyry-modal/imgs/time.png +0 -0
  71. package/lib/vtx-qyry-modal/imgs/todayOnline.png +0 -0
  72. package/lib/vtx-qyry-modal/imgs/todayOnline_light.png +0 -0
  73. package/lib/vtx-qyry-modal/imgs/todayWork.png +0 -0
  74. package/lib/vtx-qyry-modal/imgs/todayWork_light.png +0 -0
  75. package/lib/vtx-qyry-modal/imgs/yl.png +0 -0
  76. package/lib/vtx-qyry-modal/imgs/zhzf.png +0 -0
  77. package/lib/vtx-qyry-modal/imgs/zzx.png +0 -0
  78. package/lib/vtx-qyry-modal/imgs/zzx_light.png +0 -0
  79. package/lib/vtx-qyry-modal/index.js +102 -0
  80. package/lib/vtx-qyry-modal/index.js.map +1 -0
  81. package/lib/vtx-qyry-modal/style/css.js +8 -0
  82. package/lib/vtx-qyry-modal/style/css.js.map +1 -0
  83. package/lib/vtx-qyry-modal/style/index.css +152 -0
  84. package/lib/vtx-qyry-modal/style/index.js +8 -0
  85. package/lib/vtx-qyry-modal/style/index.js.map +1 -0
  86. package/lib/vtx-qyry-modal/style/index.less +1 -0
  87. package/lib/vtx-staff-modal/api.js +20 -38
  88. package/lib/vtx-staff-modal/api.js.map +1 -1
  89. package/package.json +1 -1
@@ -0,0 +1,177 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _antd = require("antd");
9
+ var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
10
+ var _vmTable = _interopRequireDefault(require("../../../vm-table"));
11
+ var _api = require("../../api");
12
+ var _components = require("@vtx/components");
13
+ require("./index.less");
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
15
+ var Panel = _antd.Collapse.Panel;
16
+ var TabPane = _antd.Tabs.TabPane;
17
+ var BaseInfo = function BaseInfo(props) {
18
+ var _a;
19
+ var id = props.id,
20
+ detail = props.detail;
21
+ var _useSettings = (0, _useSettings2["default"])(),
22
+ _useSettings$theme = _useSettings.theme,
23
+ theme = _useSettings$theme === void 0 ? 'light' : _useSettings$theme;
24
+ var _BaseService$useField = _api.BaseService.useFieldConfig(id),
25
+ showFields = _BaseService$useField.showFields;
26
+ var _BaseService$getHisto = _api.BaseService.getHistoryContract(id),
27
+ serviceList = _BaseService$getHisto.serviceList;
28
+ var getVisible = function getVisible(dataKey) {
29
+ var _a;
30
+ return (_a = showFields === null || showFields === void 0 ? void 0 : showFields.find(function (ele) {
31
+ return ele.dataKey === dataKey;
32
+ })) === null || _a === void 0 ? void 0 : _a.addVisible;
33
+ };
34
+ var getName = function getName(dataKey) {
35
+ var _a;
36
+ return (_a = showFields === null || showFields === void 0 ? void 0 : showFields.find(function (ele) {
37
+ return ele.dataKey === dataKey;
38
+ })) === null || _a === void 0 ? void 0 : _a.displayName;
39
+ };
40
+ var columns = [{
41
+ title: '服务标段',
42
+ dataIndex: 'tenderName'
43
+ }, {
44
+ title: '所属合同',
45
+ dataIndex: 'contractName'
46
+ }, {
47
+ title: '中标单位',
48
+ dataIndex: 'bidWinningOrgName'
49
+ }, {
50
+ title: '服务时间',
51
+ dataIndex: 'contractDate',
52
+ render: function render(_, record) {
53
+ return "".concat(record.serviceTimeBegin, "~").concat(record.serviceTimeEnd);
54
+ }
55
+ }];
56
+ return /*#__PURE__*/_react["default"].createElement("div", {
57
+ className: theme !== 'light' ? 'detail-main' : '',
58
+ style: {
59
+ height: 620,
60
+ padding: '12px 24px',
61
+ overflowY: 'auto'
62
+ }
63
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Tabs, {
64
+ defaultActiveKey: "1"
65
+ }, /*#__PURE__*/_react["default"].createElement(TabPane, {
66
+ tab: "\u57FA\u672C\u4FE1\u606F",
67
+ key: "1"
68
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Form, {
69
+ layout: "inline"
70
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Collapse, {
71
+ defaultActiveKey: ['1', '2', '3', '4'],
72
+ style: {
73
+ width: '100%'
74
+ }
75
+ }, /*#__PURE__*/_react["default"].createElement(Panel, {
76
+ header: "\u57FA\u7840\u4FE1\u606F",
77
+ key: "1"
78
+ }, /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout, {
79
+ mode: "view"
80
+ }, ['staffCode', 'staffName', 'genderName', 'employmentTypeName', 'unitName', 'jobStatusName', 'entryDay', 'separationDate', 'trial', 'idNumber', 'birthDay', 'age', 'maritalStatusName', 'politicalOutlookName', 'nationName', 'educationName'].filter(function (item) {
81
+ return getVisible(item);
82
+ }).map(function (item, index) {
83
+ return /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
84
+ label: getName(item),
85
+ key: index
86
+ }, (detail === null || detail === void 0 ? void 0 : detail[item]) || '--');
87
+ }), getVisible('headlessPhotoId') && (/*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
88
+ label: getName('headlessPhotoId')
89
+ }, detail.headlessPhotoId ? (/*#__PURE__*/_react["default"].createElement(_components.VtxImage, {
90
+ src: "/cloudFile/common/downloadFile?id=".concat(detail.headlessPhotoId),
91
+ style: {
92
+ width: '100px',
93
+ height: '100px'
94
+ }
95
+ })) : '--')), getVisible('idCardFrontPhotoId') && (/*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
96
+ label: getName('idCardFrontPhotoId')
97
+ }, detail.idCardFrontPhotoId ? (/*#__PURE__*/_react["default"].createElement(_components.VtxImage, {
98
+ src: "/cloudFile/common/downloadFile?id=".concat(detail.idCardFrontPhotoId),
99
+ style: {
100
+ width: '100px',
101
+ height: '100px'
102
+ }
103
+ })) : '--')), getVisible('idCardBackPhotoId') && (/*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
104
+ label: getName('idCardBackPhotoId')
105
+ }, detail.idCardBackPhotoId ? (/*#__PURE__*/_react["default"].createElement(_components.VtxImage, {
106
+ src: "/cloudFile/common/downloadFile?id=".concat(detail.idCardBackPhotoId),
107
+ style: {
108
+ width: '100px',
109
+ height: '100px'
110
+ }
111
+ })) : '--')), getVisible('photoIds') && (/*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
112
+ label: getName('photoIds')
113
+ }, detail.photoIds && ((_a = JSON.parse(detail.photoIds)) === null || _a === void 0 ? void 0 : _a.length) > 0 ? (/*#__PURE__*/_react["default"].createElement(_components.VtxUpload, {
114
+ listType: "text",
115
+ action: "/cloudFile/common/uploadFile",
116
+ downloadUrl: "/cloudFile/common/downloadFile?id=",
117
+ viewMode: true,
118
+ fileList: JSON.parse(detail.photoIds),
119
+ flag: new Date().getTime()
120
+ })) : '-')), (detail === null || detail === void 0 ? void 0 : detail.jobStatusCode) === 'RetainOffice' && (/*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.Row, null, /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
121
+ label: "\u505C\u85AA\u7559\u804C\u5F00\u59CB\u65E5\u671F"
122
+ }, detail.leaveWithoutPayStartTime || '--'), /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
123
+ label: "\u505C\u85AA\u7559\u804C\u7ED3\u675F\u65E5\u671F"
124
+ }, detail.leaveWithoutPayEndTime || '--'))), (detail === null || detail === void 0 ? void 0 : detail.jobStatusCode) === 'Retire' && (/*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
125
+ label: "\u9000\u4F11\u65E5\u671F"
126
+ }, detail.retirementTime || '--')), (detail === null || detail === void 0 ? void 0 : detail.jobStatusCode) === 'Semiretired' && (/*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.Row, null, /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
127
+ label: "\u8FD4\u8058\u65E5\u671F"
128
+ }, detail.reemploymentTime || '--'))))), /*#__PURE__*/_react["default"].createElement(Panel, {
129
+ header: "\u8054\u7CFB\u4FE1\u606F",
130
+ key: "2"
131
+ }, /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout, {
132
+ mode: "view"
133
+ }, /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.Row, null, ['email', 'contactNumber', 'localHouseholdName', 'nativePlaceName', 'householdTypeName', 'homeAddress', 'emergencyContact', 'emergencyContactNumber'].filter(function (item) {
134
+ return getVisible(item);
135
+ }).map(function (item, index) {
136
+ return /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
137
+ label: getName(item),
138
+ key: index
139
+ }, (detail === null || detail === void 0 ? void 0 : detail[item]) || '--');
140
+ })))), /*#__PURE__*/_react["default"].createElement(Panel, {
141
+ header: "\u7528\u5DE5\u4FE1\u606F",
142
+ key: "3"
143
+ }, /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout, {
144
+ mode: "view"
145
+ }, ['divisionName', 'tenderName', 'outSourcingUnitName', 'positionName', 'rankName', 'homeAddress', 'haveHonorName', 'honorName', 'socialSecurityTypeName', 'socialSecurityStatusName', 'providentFundStatusName', 'haveOtherInsuranceName', 'otherInsuranceName', 'socialSecurityUnitName', 'bankNo', 'bank', 'basicSalary', 'name'].filter(function (item) {
146
+ return getVisible(item);
147
+ }).map(function (item, index) {
148
+ return /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
149
+ label: getName(item),
150
+ key: index
151
+ }, (detail === null || detail === void 0 ? void 0 : detail[item]) || '--');
152
+ }))), /*#__PURE__*/_react["default"].createElement(Panel, {
153
+ header: "\u5065\u5EB7\u4FE1\u606F",
154
+ key: "4"
155
+ }, /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout, {
156
+ mode: "view"
157
+ }, ['hypertensionLevelName', 'hasHeartDiseaseName'].filter(function (item) {
158
+ return getVisible(item);
159
+ }).map(function (item, index) {
160
+ return /*#__PURE__*/_react["default"].createElement(_components.VtxFormLayout.FormItem, {
161
+ label: getName(item),
162
+ key: index
163
+ }, (detail === null || detail === void 0 ? void 0 : detail[item]) || '--');
164
+ }))), /*#__PURE__*/_react["default"].createElement(Panel, {
165
+ header: "\u4EBA\u5458\u670D\u52A1\u4FE1\u606F",
166
+ key: "5"
167
+ }, (serviceList === null || serviceList === void 0 ? void 0 : serviceList.length) ? (/*#__PURE__*/_react["default"].createElement(_vmTable["default"], {
168
+ pagination: false,
169
+ size: "middle",
170
+ columns: columns,
171
+ dataSource: serviceList
172
+ })) : (/*#__PURE__*/_react["default"].createElement("div", {
173
+ className: "service_desc"
174
+ }, "\u6682\u65E0\u670D\u52A1\u4FE1\u606F"))))))));
175
+ };
176
+ var _default = exports["default"] = BaseInfo;
177
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_antd","_useSettings2","_vmTable","_api","_components","e","__esModule","Panel","Collapse","TabPane","Tabs","BaseInfo","props","_a","id","detail","_useSettings","useSettings","_useSettings$theme","theme","_BaseService$useField","BaseService","useFieldConfig","showFields","_BaseService$getHisto","getHistoryContract","serviceList","getVisible","dataKey","find","ele","addVisible","getName","displayName","columns","title","dataIndex","render","_","record","concat","serviceTimeBegin","serviceTimeEnd","React","createElement","className","style","height","padding","overflowY","defaultActiveKey","tab","key","Form","layout","width","header","VtxFormLayout","mode","filter","item","map","index","FormItem","label","headlessPhotoId","VtxImage","src","idCardFrontPhotoId","idCardBackPhotoId","photoIds","JSON","parse","length","VtxUpload","listType","action","downloadUrl","viewMode","fileList","flag","Date","getTime","jobStatusCode","Row","leaveWithoutPayStartTime","leaveWithoutPayEndTime","retirementTime","reemploymentTime","VmTable","pagination","size","dataSource","_default","exports"],"sources":["vtx-qyry-modal/components/DetailInfo/index.js"],"sourcesContent":["import React from 'react';\nimport { Collapse, Tabs, Form } from 'antd';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport VmTable from '../../../vm-table';\nimport { BaseService } from '../../api';\nimport { VtxFormLayout, VtxUpload, VtxImage } from '@vtx/components';\nconst { Panel } = Collapse;\nimport './index.less';\nconst { TabPane } = Tabs;\nconst BaseInfo = (props) => {\n var _a;\n const { id, detail } = props;\n const { theme = 'light' } = useSettings();\n const { showFields } = BaseService.useFieldConfig(id);\n const { serviceList } = BaseService.getHistoryContract(id);\n const getVisible = (dataKey) => {\n var _a;\n return (_a = showFields === null || showFields === void 0 ? void 0 : showFields.find((ele) => ele.dataKey === dataKey)) === null || _a === void 0 ? void 0 : _a.addVisible;\n };\n const getName = (dataKey) => {\n var _a;\n return (_a = showFields === null || showFields === void 0 ? void 0 : showFields.find((ele) => ele.dataKey === dataKey)) === null || _a === void 0 ? void 0 : _a.displayName;\n };\n const columns = [\n {\n title: '服务标段',\n dataIndex: 'tenderName',\n },\n {\n title: '所属合同',\n dataIndex: 'contractName',\n },\n {\n title: '中标单位',\n dataIndex: 'bidWinningOrgName',\n },\n {\n title: '服务时间',\n dataIndex: 'contractDate',\n render: (_, record) => {\n return `${record.serviceTimeBegin}~${record.serviceTimeEnd}`;\n },\n },\n ];\n return (React.createElement(\"div\", { className: theme !== 'light' ? 'detail-main' : '', style: { height: 620, padding: '12px 24px', overflowY: 'auto' } },\n React.createElement(Tabs, { defaultActiveKey: \"1\" },\n React.createElement(TabPane, { tab: \"\\u57FA\\u672C\\u4FE1\\u606F\", key: \"1\" },\n React.createElement(Form, { layout: \"inline\" },\n React.createElement(Collapse, { defaultActiveKey: ['1', '2', '3', '4'], style: { width: '100%' } },\n React.createElement(Panel, { header: \"\\u57FA\\u7840\\u4FE1\\u606F\", key: \"1\" },\n React.createElement(VtxFormLayout, { mode: \"view\" },\n [\n 'staffCode',\n 'staffName',\n 'genderName',\n 'employmentTypeName',\n 'unitName',\n 'jobStatusName',\n 'entryDay',\n 'separationDate',\n 'trial',\n 'idNumber',\n 'birthDay',\n 'age',\n 'maritalStatusName',\n 'politicalOutlookName',\n 'nationName',\n 'educationName',\n ]\n .filter((item) => getVisible(item))\n .map((item, index) => (React.createElement(VtxFormLayout.FormItem, { label: getName(item), key: index }, (detail === null || detail === void 0 ? void 0 : detail[item]) || '--'))),\n getVisible('headlessPhotoId') && (React.createElement(VtxFormLayout.FormItem, { label: getName('headlessPhotoId') }, detail.headlessPhotoId ? (React.createElement(VtxImage, { src: `/cloudFile/common/downloadFile?id=${detail.headlessPhotoId}`, style: {\n width: '100px',\n height: '100px',\n } })) : ('--'))),\n getVisible('idCardFrontPhotoId') && (React.createElement(VtxFormLayout.FormItem, { label: getName('idCardFrontPhotoId') }, detail.idCardFrontPhotoId ? (React.createElement(VtxImage, { src: `/cloudFile/common/downloadFile?id=${detail.idCardFrontPhotoId}`, style: {\n width: '100px',\n height: '100px',\n } })) : ('--'))),\n getVisible('idCardBackPhotoId') && (React.createElement(VtxFormLayout.FormItem, { label: getName('idCardBackPhotoId') }, detail.idCardBackPhotoId ? (React.createElement(VtxImage, { src: `/cloudFile/common/downloadFile?id=${detail.idCardBackPhotoId}`, style: {\n width: '100px',\n height: '100px',\n } })) : ('--'))),\n getVisible('photoIds') && (React.createElement(VtxFormLayout.FormItem, { label: getName('photoIds') }, detail.photoIds &&\n ((_a = JSON.parse(detail.photoIds)) === null || _a === void 0 ? void 0 : _a.length) > 0 ? (React.createElement(VtxUpload, { listType: \"text\", action: \"/cloudFile/common/uploadFile\", downloadUrl: \"/cloudFile/common/downloadFile?id=\", viewMode: true, fileList: JSON.parse(detail.photoIds), flag: new Date().getTime() })) : ('-'))),\n (detail === null || detail === void 0 ? void 0 : detail.jobStatusCode) === 'RetainOffice' && (React.createElement(VtxFormLayout.Row, null,\n React.createElement(VtxFormLayout.FormItem, { label: \"\\u505C\\u85AA\\u7559\\u804C\\u5F00\\u59CB\\u65E5\\u671F\" }, detail.leaveWithoutPayStartTime || '--'),\n React.createElement(VtxFormLayout.FormItem, { label: \"\\u505C\\u85AA\\u7559\\u804C\\u7ED3\\u675F\\u65E5\\u671F\" }, detail.leaveWithoutPayEndTime || '--'))),\n (detail === null || detail === void 0 ? void 0 : detail.jobStatusCode) === 'Retire' && (React.createElement(VtxFormLayout.FormItem, { label: \"\\u9000\\u4F11\\u65E5\\u671F\" }, detail.retirementTime || '--')),\n (detail === null || detail === void 0 ? void 0 : detail.jobStatusCode) === 'Semiretired' && (React.createElement(VtxFormLayout.Row, null,\n React.createElement(VtxFormLayout.FormItem, { label: \"\\u8FD4\\u8058\\u65E5\\u671F\" }, detail.reemploymentTime || '--'))))),\n React.createElement(Panel, { header: \"\\u8054\\u7CFB\\u4FE1\\u606F\", key: \"2\" },\n React.createElement(VtxFormLayout, { mode: \"view\" },\n React.createElement(VtxFormLayout.Row, null, [\n 'email',\n 'contactNumber',\n 'localHouseholdName',\n 'nativePlaceName',\n 'householdTypeName',\n 'homeAddress',\n 'emergencyContact',\n 'emergencyContactNumber',\n ]\n .filter((item) => getVisible(item))\n .map((item, index) => (React.createElement(VtxFormLayout.FormItem, { label: getName(item), key: index }, (detail === null || detail === void 0 ? void 0 : detail[item]) || '--')))))),\n React.createElement(Panel, { header: \"\\u7528\\u5DE5\\u4FE1\\u606F\", key: \"3\" },\n React.createElement(VtxFormLayout, { mode: \"view\" }, [\n 'divisionName',\n 'tenderName',\n 'outSourcingUnitName',\n 'positionName',\n 'rankName',\n 'homeAddress',\n 'haveHonorName',\n 'honorName',\n 'socialSecurityTypeName',\n 'socialSecurityStatusName',\n 'providentFundStatusName',\n 'haveOtherInsuranceName',\n 'otherInsuranceName',\n 'socialSecurityUnitName',\n 'bankNo',\n 'bank',\n 'basicSalary',\n 'name',\n ]\n .filter((item) => getVisible(item))\n .map((item, index) => (React.createElement(VtxFormLayout.FormItem, { label: getName(item), key: index }, (detail === null || detail === void 0 ? void 0 : detail[item]) || '--'))))),\n React.createElement(Panel, { header: \"\\u5065\\u5EB7\\u4FE1\\u606F\", key: \"4\" },\n React.createElement(VtxFormLayout, { mode: \"view\" }, ['hypertensionLevelName', 'hasHeartDiseaseName']\n .filter((item) => getVisible(item))\n .map((item, index) => (React.createElement(VtxFormLayout.FormItem, { label: getName(item), key: index }, (detail === null || detail === void 0 ? void 0 : detail[item]) || '--'))))),\n React.createElement(Panel, { header: \"\\u4EBA\\u5458\\u670D\\u52A1\\u4FE1\\u606F\", key: \"5\" }, (serviceList === null || serviceList === void 0 ? void 0 : serviceList.length) ? (React.createElement(VmTable, { pagination: false, size: \"middle\", columns: columns, dataSource: serviceList })) : (React.createElement(\"div\", { className: \"service_desc\" }, \"\\u6682\\u65E0\\u670D\\u52A1\\u4FE1\\u606F\")))))))));\n};\nexport default BaseInfo;\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,38 @@
1
+ .detail-main {
2
+ .ant-collapse {
3
+ color: var(--label-color);
4
+ background-color: var(--bg-color2);
5
+ }
6
+ .ant-collapse-content {
7
+ background-color: var(--bg-color2);
8
+ }
9
+ .ant-collapse > .ant-collapse-item > .ant-collapse-header {
10
+ color: var(--label-color);
11
+ }
12
+ .ant-collapse {
13
+ border: 1px solid var(--modal-border-color);
14
+ }
15
+ .ant-collapse > .ant-collapse-item {
16
+ border-bottom: 1px solid var(--bg-border-color2);
17
+ }
18
+ .ant-collapse-content > .ant-collapse-content-box {
19
+ border-bottom: 1px solid var(--modal-border-color);
20
+ }
21
+
22
+ .ant-upload-list-item {
23
+ position: relative;
24
+ height: 22.001px;
25
+ margin-top: 0px !important;
26
+ font-size: 14px;
27
+ }
28
+ .vtx-form-layout .vtx-form-item--view .ant-form-item-label > label {
29
+ color: var(--label-color);
30
+ }
31
+ .vtx-form-layout .vtx-form-item--view .ant-form-item-control {
32
+ color: var(--info-color);
33
+ }
34
+ }
35
+ .service_desc {
36
+ text-align: center;
37
+ color: var(--info-color);
38
+ }
@@ -0,0 +1,55 @@
1
+ .staff-equip {
2
+ padding: 10px;
3
+ min-height: 530px;
4
+ }
5
+ .staff-equip .sub-title {
6
+ height: 40px;
7
+ line-height: 40px;
8
+ font-size: 14px;
9
+ font-weight: 800;
10
+ border-bottom: 1px solid var(--calendar-border);
11
+ padding: 0 20px;
12
+ }
13
+ .staff-equip .sub-title .extra {
14
+ right: 20px;
15
+ font-weight: 400;
16
+ }
17
+ .staff-equip-main {
18
+ margin-bottom: 10px;
19
+ background-color: var(--bg-color2);
20
+ border: 1px solid var(--bg-border-color2);
21
+ }
22
+ .staff-equip-main-item-wrap {
23
+ padding: 0 20px 20px 20px;
24
+ }
25
+ .staff-equip-main-item {
26
+ display: -webkit-box;
27
+ display: -ms-flexbox;
28
+ display: flex;
29
+ -webkit-box-pack: start;
30
+ -ms-flex-pack: start;
31
+ justify-content: start;
32
+ }
33
+ .staff-equip-main-item-label {
34
+ color: var(--label-color);
35
+ margin-right: 8px;
36
+ }
37
+ .staff-equip-main-item-value {
38
+ color: var(--info-color);
39
+ }
40
+ .staff-equip-map {
41
+ width: 100%;
42
+ height: 100%;
43
+ }
44
+ .vtx-map-carCode {
45
+ background-color: #fff;
46
+ padding: 2px 4px;
47
+ color: #1890ff;
48
+ border: 1px solid #1890ff;
49
+ border-radius: 2px;
50
+ -webkit-transform: translate(-35%);
51
+ -ms-transform: translate(-35%);
52
+ transform: translate(-35%);
53
+ position: relative;
54
+ left: 10px;
55
+ }
@@ -0,0 +1,149 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _antd = require("antd");
9
+ var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
10
+ var _api = require("../../api");
11
+ var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
12
+ require("./index.less");
13
+ var _vmRowCol = require("../../../vm-row-col");
14
+ var _vmMap = _interopRequireDefault(require("../../../vm-map"));
15
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
16
+ /**
17
+ * 设备信息
18
+ */
19
+
20
+ var MainItem = function MainItem(props) {
21
+ var label = props.label,
22
+ value = props.value;
23
+ return /*#__PURE__*/_react["default"].createElement("div", {
24
+ className: "staff-equip-main-item"
25
+ }, /*#__PURE__*/_react["default"].createElement("div", {
26
+ className: "staff-equip-main-item-label"
27
+ }, label, ":"), /*#__PURE__*/_react["default"].createElement("div", {
28
+ className: "staff-equip-main-item-value"
29
+ }, value || '-'));
30
+ };
31
+ var Equipment = function Equipment(props) {
32
+ var id = props.id,
33
+ customMapInfo = props.customMapInfo;
34
+ var _useSettings = (0, _useSettings2["default"])(),
35
+ mapInfo = _useSettings.mapInfo;
36
+ var coordType = (customMapInfo === null || customMapInfo === void 0 ? void 0 : customMapInfo.coordinate) || (mapInfo === null || mapInfo === void 0 ? void 0 : mapInfo.coordinate);
37
+ if ((customMapInfo === null || customMapInfo === void 0 ? void 0 : customMapInfo.mapType) === 'olmap') {
38
+ coordType = 'wgs84';
39
+ }
40
+ var _BaseService$useMapIn = _api.BaseService.useMapInfo(id, coordType),
41
+ mapPoints = _BaseService$useMapIn.mapPoints,
42
+ pointLngLat = _BaseService$useMapIn.pointLngLat;
43
+ var _EquipmentService$use = _api.EquipmentService.useDevice(id),
44
+ deviceRes = _EquipmentService$use.deviceRes,
45
+ monitorRes = _EquipmentService$use.monitorRes;
46
+ var _EquipmentService$use2 = _api.EquipmentService.useDeviceStatus(monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.id),
47
+ deviceStatusRes = _EquipmentService$use2.deviceStatusRes;
48
+ var equipTypes = [{
49
+ label: '设备类型',
50
+ value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.deviceTypeName
51
+ }, {
52
+ label: '设备编号',
53
+ value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.code
54
+ }, {
55
+ label: '手机号码',
56
+ value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.phone
57
+ }, {
58
+ label: '所属机构',
59
+ value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.deptName
60
+ }, {
61
+ label: 'SOS短信接收人',
62
+ value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.receiverNames
63
+ }];
64
+ var monitorTypes = [{
65
+ label: '设备状态',
66
+ value: deviceStatusRes
67
+ },
68
+ // { label: '心率', value: '40' },
69
+ {
70
+ label: '定位时间',
71
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.gpsTime
72
+ }, {
73
+ label: '定位模式',
74
+ value: (monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.locationMode) === 1 ? 'GPS定位' : 'LBS/WIFI定位'
75
+ }, {
76
+ label: '经度',
77
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.lngDone
78
+ }, {
79
+ label: '纬度',
80
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.latDone
81
+ }, {
82
+ label: '电量时间',
83
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.batteryTime
84
+ }, {
85
+ label: '电量',
86
+ value: "".concat((monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.battery) || 0, "%")
87
+ }, {
88
+ label: '信号时间',
89
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.signalLevelTime
90
+ }, {
91
+ label: '信号',
92
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.signalLevel
93
+ }, {
94
+ label: '步数时间',
95
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.stepsTime
96
+ }, {
97
+ label: '步数',
98
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.steps
99
+ }, {
100
+ label: '佩戴监测时间',
101
+ value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.wearDetectionTime
102
+ }, {
103
+ label: '是否佩戴',
104
+ value: (monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.wearDetection) ? '是' : '否'
105
+ }];
106
+ return /*#__PURE__*/_react["default"].createElement("div", {
107
+ className: "staff-equip"
108
+ }, /*#__PURE__*/_react["default"].createElement(_vmRowCol.VmRow, {
109
+ gutter: [10, 10]
110
+ }, /*#__PURE__*/_react["default"].createElement(_vmRowCol.VmCol, {
111
+ span: 18
112
+ }, /*#__PURE__*/_react["default"].createElement("div", {
113
+ className: "staff-equip-main"
114
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
115
+ title: "\u8BBE\u5907\u4FE1\u606F"
116
+ }), /*#__PURE__*/_react["default"].createElement("div", {
117
+ className: "staff-equip-main-item-wrap"
118
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Row, {
119
+ gutter: [10, 8]
120
+ }, equipTypes.map(function (item, index) {
121
+ return /*#__PURE__*/_react["default"].createElement(_antd.Col, {
122
+ span: 12,
123
+ key: index
124
+ }, /*#__PURE__*/_react["default"].createElement(MainItem, Object.assign({}, item)));
125
+ })))), /*#__PURE__*/_react["default"].createElement("div", {
126
+ className: "staff-equip-main"
127
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
128
+ title: "\u76D1\u6D4B\u4FE1\u606F"
129
+ }), /*#__PURE__*/_react["default"].createElement("div", {
130
+ className: "staff-equip-main-item-wrap"
131
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Row, {
132
+ gutter: [10, 8]
133
+ }, monitorTypes.map(function (item, index) {
134
+ return /*#__PURE__*/_react["default"].createElement(_antd.Col, {
135
+ span: 12,
136
+ key: index
137
+ }, /*#__PURE__*/_react["default"].createElement(MainItem, Object.assign({}, item)));
138
+ }))))), /*#__PURE__*/_react["default"].createElement(_vmRowCol.VmCol, {
139
+ span: 6
140
+ }, /*#__PURE__*/_react["default"].createElement("div", {
141
+ className: "staff-equip-map"
142
+ }, /*#__PURE__*/_react["default"].createElement(_vmMap["default"], Object.assign({
143
+ mapCenter: (pointLngLat === null || pointLngLat === void 0 ? void 0 : pointLngLat.length) ? pointLngLat : mapInfo === null || mapInfo === void 0 ? void 0 : mapInfo.mapCenter,
144
+ mapType: (mapInfo === null || mapInfo === void 0 ? void 0 : mapInfo.mapType) || 'bmap',
145
+ mapPoints: mapPoints
146
+ }, customMapInfo))))));
147
+ };
148
+ var _default = exports["default"] = Equipment;
149
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_antd","_vmSubTitle","_api","_useSettings2","_vmRowCol","_vmMap","e","__esModule","MainItem","props","label","value","React","createElement","className","Equipment","id","customMapInfo","_useSettings","useSettings","mapInfo","coordType","coordinate","mapType","_BaseService$useMapIn","BaseService","useMapInfo","mapPoints","pointLngLat","_EquipmentService$use","EquipmentService","useDevice","deviceRes","monitorRes","_EquipmentService$use2","useDeviceStatus","deviceStatusRes","equipTypes","deviceTypeName","code","phone","deptName","receiverNames","monitorTypes","gpsTime","locationMode","lngDone","latDone","batteryTime","concat","battery","signalLevelTime","signalLevel","stepsTime","steps","wearDetectionTime","wearDetection","VmRow","gutter","VmCol","span","SubTitle","title","Row","map","item","index","Col","key","Object","assign","VmMap","mapCenter","length","_default","exports"],"sources":["vtx-qyry-modal/components/Equipment/index.js"],"sourcesContent":["/**\n * 设备信息\n */\nimport React from 'react';\nimport { Row, Col } from 'antd';\nimport SubTitle from '../../../vm-sub-title';\nimport { BaseService, EquipmentService } from '../../api';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport './index.less';\nimport { VmCol, VmRow } from '../../../vm-row-col';\nimport VmMap from '../../../vm-map';\nconst MainItem = props => {\n const { label, value } = props;\n return (React.createElement(\"div\", { className: \"staff-equip-main-item\" },\n React.createElement(\"div\", { className: \"staff-equip-main-item-label\" },\n label,\n \":\"),\n React.createElement(\"div\", { className: \"staff-equip-main-item-value\" }, value || '-')));\n};\nconst Equipment = props => {\n const { id, customMapInfo } = props;\n const { mapInfo } = useSettings();\n let coordType = (customMapInfo === null || customMapInfo === void 0 ? void 0 : customMapInfo.coordinate) || (mapInfo === null || mapInfo === void 0 ? void 0 : mapInfo.coordinate);\n if ((customMapInfo === null || customMapInfo === void 0 ? void 0 : customMapInfo.mapType) === 'olmap') {\n coordType = 'wgs84';\n }\n const { mapPoints, pointLngLat } = BaseService.useMapInfo(id, coordType);\n const { deviceRes, monitorRes } = EquipmentService.useDevice(id);\n const { deviceStatusRes } = EquipmentService.useDeviceStatus(monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.id);\n const equipTypes = [\n { label: '设备类型', value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.deviceTypeName },\n { label: '设备编号', value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.code },\n { label: '手机号码', value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.phone },\n { label: '所属机构', value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.deptName },\n { label: 'SOS短信接收人', value: deviceRes === null || deviceRes === void 0 ? void 0 : deviceRes.receiverNames },\n ];\n const monitorTypes = [\n { label: '设备状态', value: deviceStatusRes },\n // { label: '心率', value: '40' },\n { label: '定位时间', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.gpsTime },\n { label: '定位模式', value: (monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.locationMode) === 1 ? 'GPS定位' : 'LBS/WIFI定位' },\n { label: '经度', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.lngDone },\n { label: '纬度', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.latDone },\n { label: '电量时间', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.batteryTime },\n { label: '电量', value: `${(monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.battery) || 0}%` },\n { label: '信号时间', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.signalLevelTime },\n { label: '信号', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.signalLevel },\n { label: '步数时间', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.stepsTime },\n { label: '步数', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.steps },\n { label: '佩戴监测时间', value: monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.wearDetectionTime },\n { label: '是否佩戴', value: (monitorRes === null || monitorRes === void 0 ? void 0 : monitorRes.wearDetection) ? '是' : '否' },\n ];\n return (React.createElement(\"div\", { className: \"staff-equip\" },\n React.createElement(VmRow, { gutter: [10, 10] },\n React.createElement(VmCol, { span: 18 },\n React.createElement(\"div\", { className: \"staff-equip-main\" },\n React.createElement(SubTitle, { title: \"\\u8BBE\\u5907\\u4FE1\\u606F\" }),\n React.createElement(\"div\", { className: \"staff-equip-main-item-wrap\" },\n React.createElement(Row, { gutter: [10, 8] }, equipTypes.map((item, index) => (React.createElement(Col, { span: 12, key: index },\n React.createElement(MainItem, Object.assign({}, item)))))))),\n React.createElement(\"div\", { className: \"staff-equip-main\" },\n React.createElement(SubTitle, { title: \"\\u76D1\\u6D4B\\u4FE1\\u606F\" }),\n React.createElement(\"div\", { className: \"staff-equip-main-item-wrap\" },\n React.createElement(Row, { gutter: [10, 8] }, monitorTypes.map((item, index) => (React.createElement(Col, { span: 12, key: index },\n React.createElement(MainItem, Object.assign({}, item))))))))),\n React.createElement(VmCol, { span: 6 },\n React.createElement(\"div\", { className: \"staff-equip-map\" },\n React.createElement(VmMap, Object.assign({ mapCenter: (pointLngLat === null || pointLngLat === void 0 ? void 0 : pointLngLat.length) ? pointLngLat : mapInfo === null || mapInfo === void 0 ? void 0 : mapInfo.mapCenter, mapType: (mapInfo === null || mapInfo === void 0 ? void 0 : mapInfo.mapType) || 'bmap', mapPoints: mapPoints }, customMapInfo)))))));\n};\nexport default Equipment;\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,53 @@
1
+ .staff-equip {
2
+ .sub-title {
3
+ height: 40px;
4
+ line-height: 40px;
5
+ font-size: 14px;
6
+ font-weight: 800;
7
+ border-bottom: 1px solid var(--calendar-border);
8
+ padding: 0 20px;
9
+ .extra {
10
+ right: 20px;
11
+ font-weight: 400;
12
+ }
13
+ }
14
+ padding: 10px;
15
+ min-height: 530px;
16
+ &-main {
17
+ margin-bottom: 10px;
18
+ background-color: var(--bg-color2);
19
+ border: 1px solid var(--bg-border-color2);
20
+
21
+ &-item-wrap {
22
+ padding: 0 20px 20px 20px;
23
+ }
24
+
25
+ &-item {
26
+ // width: 50%;
27
+ display: flex;
28
+ justify-content: start;
29
+ // margin-bottom: 8px;
30
+ &-label {
31
+ color: var(--label-color);
32
+ margin-right: 8px;
33
+ }
34
+ &-value {
35
+ color: var(--info-color);
36
+ }
37
+ }
38
+ }
39
+ &-map {
40
+ width: 100%;
41
+ height: 100%;
42
+ }
43
+ }
44
+ .vtx-map-carCode {
45
+ background-color: #fff;
46
+ padding: 2px 4px;
47
+ color: #1890ff;
48
+ border: 1px solid #1890ff;
49
+ border-radius: 2px;
50
+ transform: translate(-35%);
51
+ position: relative;
52
+ left: 10px;
53
+ }