safecheck-client 4.0.1-30 → 4.0.1-34

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/.trae/.ignore ADDED
File without changes
@@ -0,0 +1,3 @@
1
+ {
2
+ "common-intellisense.translate": false
3
+ }
package/package.json CHANGED
@@ -1,132 +1,132 @@
1
- {
2
- "name": "safecheck-client",
3
- "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "4.0.1-30",
5
- "description": "安检模块 前端组件",
6
- "author": "丁新 <417755458@qq.com>",
7
- "license": "ISC",
8
- "main": "src/index.js",
9
- "keywords": [
10
- "safecheck"
11
- ],
12
- "scripts": {
13
- "example": "node build/example-server.js",
14
- "dev": "webpack-dev-server --config ./build/dev-server.js",
15
- "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
16
- "build": "rimraf dist && mkdirp dist && ncp static dist/safecheck && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
17
- "hanwei": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.hanwei.conf.js",
18
- "android": "node build/dev-android.js",
19
- "unit": "karma start test/unit/karma.conf.js --single-run",
20
- "make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js && publish",
21
- "e2e": "node test/e2e/runner.js",
22
- "release": "bash build/release.sh",
23
- "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
24
- },
25
- "repository": {
26
- "type": "git",
27
- "url": "https://gitee.com/aote/product-hujiao"
28
- },
29
- "dependencies": {
30
- "axios": "^0.27.2",
31
- "benz-amr-recorder": "^1.1.3",
32
- "browserslist": "^4.21.4",
33
- "crypto-js": "^4.2.0",
34
- "html2canvas": "1.1.4",
35
- "html2pdf.js": "0.10.1",
36
- "jspdf": "2.3.1",
37
- "less": "^4.2.0",
38
- "mint-ui": "^1.0.2",
39
- "node-libs-browser": "^2.2.1",
40
- "pretty-error": "^4.0.0",
41
- "vue": "^1.0.17",
42
- "wavesurfer.js": "^3.3.3",
43
- "xlsx": "^0.17.3"
44
- },
45
- "devDependencies": {
46
- "babel-core": "^6.26.0",
47
- "babel-loader": "^7.0.0",
48
- "babel-plugin-transform-runtime": "^6.0.0",
49
- "babel-preset-es2015": "^6.0.0",
50
- "babel-preset-stage-2": "^6.0.0",
51
- "chai": "^3.5.0",
52
- "compression-webpack-plugin": "^1.1.2",
53
- "connect-history-api-fallback": "^1.1.0",
54
- "cross-env": "^1.0.7",
55
- "cross-spawn": "^2.1.5",
56
- "css-loader": "^0.23.0",
57
- "echarts": "^4.1.0",
58
- "eslint": "^2.0.0",
59
- "eslint-config-standard": "^5.1.0",
60
- "eslint-friendly-formatter": "^1.2.2",
61
- "eslint-loader": "^1.3.0",
62
- "eslint-plugin-html": "^1.3.0",
63
- "eslint-plugin-promise": "^1.0.8",
64
- "eslint-plugin-standard": "^1.3.2",
65
- "eslint-plugin-vue": "^0.1.1",
66
- "eventsource-polyfill": "^0.9.6",
67
- "express": "^4.13.3",
68
- "extract-text-webpack-plugin": "^3.0.2",
69
- "file-loader": "^0.8.4",
70
- "function-bind": "^1.0.2",
71
- "html-webpack-plugin": "^2.30.1",
72
- "http-proxy-middleware": "^0.11.0",
73
- "increase-memory-limit": "^1.0.7",
74
- "inject-loader": "^2.0.1",
75
- "isparta-loader": "^2.0.0",
76
- "jasmine-core": "^2.4.1",
77
- "jquery": "^3.3.1",
78
- "jsencrypt": "3.0.0-rc.1",
79
- "json-loader": "^0.5.4",
80
- "karma": "^1.4.1",
81
- "karma-chrome-launcher": "^2.2.0",
82
- "karma-coverage": "^1.1.1",
83
- "karma-mocha": "^1.3.0",
84
- "karma-phantomjs-launcher": "^1.0.2",
85
- "karma-phantomjs-shim": "^1.4.0",
86
- "karma-sinon-chai": "^1.3.1",
87
- "karma-sourcemap-loader": "^0.3.7",
88
- "karma-spec-reporter": "0.0.31",
89
- "karma-webpack": "^2.0.2",
90
- "less-loader": "^2.2.3",
91
- "lolex": "^1.5.2",
92
- "mkdirp": "^0.5.1",
93
- "mocha": "^3.2.0",
94
- "ncp": "^2.0.0",
95
- "nightwatch": "^0.8.18",
96
- "ol": "^4.6.4",
97
- "phantomjs-prebuilt": "^2.1.3",
98
- "proj4": "^2.2.1",
99
- "rimraf": "^2.5.0",
100
- "selenium-server": "2.52.0",
101
- "sinon": "^2.1.0",
102
- "sinon-chai": "^2.8.0",
103
- "style": "0.0.3",
104
- "style-loader": "^0.20.3",
105
- "system-clients": "4.0.5",
106
- "system-phone": "1.2.100",
107
- "telephone-clients": "1.1.27",
108
- "terser-webpack-plugin-legacy": "^1.2.5",
109
- "url-loader": "^0.5.7",
110
- "vue-amap": "0.5.10",
111
- "vue-client": "1.25.31",
112
- "vue-hot-reload-api": "^1.2.0",
113
- "vue-html-loader": "^1.0.0",
114
- "vue-loader": "^8.2.1",
115
- "vue-resource": "^1.5.0",
116
- "vue-router": "^0.7.13",
117
- "vue-strap": "^1.0.9",
118
- "vue-style-loader": "^1.0.0",
119
- "vue-validator": "2.1.7",
120
- "webpack": "^3.12.0",
121
- "webpack-dev-middleware": "^1.4.0",
122
- "webpack-dev-server": "^2.9.7",
123
- "webpack-hot-middleware": "^2.6.0",
124
- "webpack-merge": "^0.8.3",
125
- "weixin-js-sdk": "^1.2.0"
126
- },
127
- "directories": {
128
- "doc": "docs",
129
- "example": "examples",
130
- "test": "test"
131
- }
132
- }
1
+ {
2
+ "name": "safecheck-client",
3
+ "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
+ "version": "4.0.1-34",
5
+ "description": "安检模块 前端组件",
6
+ "author": "丁新 <417755458@qq.com>",
7
+ "license": "ISC",
8
+ "main": "src/index.js",
9
+ "keywords": [
10
+ "safecheck"
11
+ ],
12
+ "scripts": {
13
+ "example": "node build/example-server.js",
14
+ "dev": "webpack-dev-server --config ./build/dev-server.js",
15
+ "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
16
+ "build": "rimraf dist && mkdirp dist && ncp static dist/safecheck && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
17
+ "hanwei": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.hanwei.conf.js",
18
+ "android": "node build/dev-android.js",
19
+ "unit": "karma start test/unit/karma.conf.js --single-run",
20
+ "make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js && publish",
21
+ "e2e": "node test/e2e/runner.js",
22
+ "release": "bash build/release.sh",
23
+ "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://gitee.com/aote/product-hujiao"
28
+ },
29
+ "dependencies": {
30
+ "axios": "^0.27.2",
31
+ "benz-amr-recorder": "^1.1.3",
32
+ "browserslist": "^4.21.4",
33
+ "crypto-js": "^4.2.0",
34
+ "html2canvas": "1.1.4",
35
+ "html2pdf.js": "0.10.1",
36
+ "jspdf": "2.3.1",
37
+ "less": "^4.2.0",
38
+ "mint-ui": "^1.0.2",
39
+ "node-libs-browser": "^2.2.1",
40
+ "pretty-error": "^4.0.0",
41
+ "vue": "^1.0.17",
42
+ "wavesurfer.js": "^3.3.3",
43
+ "xlsx": "^0.17.3"
44
+ },
45
+ "devDependencies": {
46
+ "babel-core": "^6.26.0",
47
+ "babel-loader": "^7.0.0",
48
+ "babel-plugin-transform-runtime": "^6.0.0",
49
+ "babel-preset-es2015": "^6.0.0",
50
+ "babel-preset-stage-2": "^6.0.0",
51
+ "chai": "^3.5.0",
52
+ "compression-webpack-plugin": "^1.1.2",
53
+ "connect-history-api-fallback": "^1.1.0",
54
+ "cross-env": "^1.0.7",
55
+ "cross-spawn": "^2.1.5",
56
+ "css-loader": "^0.23.0",
57
+ "echarts": "^4.1.0",
58
+ "eslint": "^2.0.0",
59
+ "eslint-config-standard": "^5.1.0",
60
+ "eslint-friendly-formatter": "^1.2.2",
61
+ "eslint-loader": "^1.3.0",
62
+ "eslint-plugin-html": "^1.3.0",
63
+ "eslint-plugin-promise": "^1.0.8",
64
+ "eslint-plugin-standard": "^1.3.2",
65
+ "eslint-plugin-vue": "^0.1.1",
66
+ "eventsource-polyfill": "^0.9.6",
67
+ "express": "^4.13.3",
68
+ "extract-text-webpack-plugin": "^3.0.2",
69
+ "file-loader": "^0.8.4",
70
+ "function-bind": "^1.0.2",
71
+ "html-webpack-plugin": "^2.30.1",
72
+ "http-proxy-middleware": "^0.11.0",
73
+ "increase-memory-limit": "^1.0.7",
74
+ "inject-loader": "^2.0.1",
75
+ "isparta-loader": "^2.0.0",
76
+ "jasmine-core": "^2.4.1",
77
+ "jquery": "^3.3.1",
78
+ "jsencrypt": "3.0.0-rc.1",
79
+ "json-loader": "^0.5.4",
80
+ "karma": "^1.4.1",
81
+ "karma-chrome-launcher": "^2.2.0",
82
+ "karma-coverage": "^1.1.1",
83
+ "karma-mocha": "^1.3.0",
84
+ "karma-phantomjs-launcher": "^1.0.2",
85
+ "karma-phantomjs-shim": "^1.4.0",
86
+ "karma-sinon-chai": "^1.3.1",
87
+ "karma-sourcemap-loader": "^0.3.7",
88
+ "karma-spec-reporter": "0.0.31",
89
+ "karma-webpack": "^2.0.2",
90
+ "less-loader": "^2.2.3",
91
+ "lolex": "^1.5.2",
92
+ "mkdirp": "^0.5.1",
93
+ "mocha": "^3.2.0",
94
+ "ncp": "^2.0.0",
95
+ "nightwatch": "^0.8.18",
96
+ "ol": "^4.6.4",
97
+ "phantomjs-prebuilt": "^2.1.3",
98
+ "proj4": "^2.2.1",
99
+ "rimraf": "^2.5.0",
100
+ "selenium-server": "2.52.0",
101
+ "sinon": "^2.1.0",
102
+ "sinon-chai": "^2.8.0",
103
+ "style": "0.0.3",
104
+ "style-loader": "^0.20.3",
105
+ "system-clients": "4.0.5",
106
+ "system-phone": "1.2.100",
107
+ "telephone-clients": "1.1.27",
108
+ "terser-webpack-plugin-legacy": "^1.2.5",
109
+ "url-loader": "^0.5.7",
110
+ "vue-amap": "0.5.10",
111
+ "vue-client": "1.25.31",
112
+ "vue-hot-reload-api": "^1.2.0",
113
+ "vue-html-loader": "^1.0.0",
114
+ "vue-loader": "^8.2.1",
115
+ "vue-resource": "^1.5.0",
116
+ "vue-router": "^0.7.13",
117
+ "vue-strap": "^1.0.9",
118
+ "vue-style-loader": "^1.0.0",
119
+ "vue-validator": "2.1.7",
120
+ "webpack": "^3.12.0",
121
+ "webpack-dev-middleware": "^1.4.0",
122
+ "webpack-dev-server": "^2.9.7",
123
+ "webpack-hot-middleware": "^2.6.0",
124
+ "webpack-merge": "^0.8.3",
125
+ "weixin-js-sdk": "^1.2.0"
126
+ },
127
+ "directories": {
128
+ "doc": "docs",
129
+ "example": "examples",
130
+ "test": "test"
131
+ }
132
+ }
@@ -0,0 +1,348 @@
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main" style="flex:7">
4
+ <div id="check_map" style="height:100%">
5
+ </div>
6
+ </div>
7
+ <div id="zzz" class="basic-main" style="flex:1;margin-left: 0px;overflow: hidden">
8
+ <div class="panel panel-info" style="margin-top:0px; height: 100%; display: flex; flex-direction: column;">
9
+ <div class="panel-heading" style="height: 50px">
10
+ <h3 class="panel-title">状态选择</h3>
11
+ </div>
12
+ <div class="panel-body">
13
+ <ul class="safe_ul_sty">
14
+ <li class="safe_li_sty"><input class="safe_checkbox_sty" v-model="mulchs.level1" @change="enableChange('level1',mulchs.level1)" type="checkbox"/><img class="safe_deimg" src="../../assets/警告 (3).png"/>拒检</li>
15
+ <li class="safe_li_sty"><input class="safe_checkbox_sty" v-model="mulchs.level3" @change="enableChange('level3',mulchs.level3)" type="checkbox"/><img class="safe_deimg" src="../../assets/警告 (4).png"/>到访不遇</li>
16
+ <li class="safe_li_sty"><input class="safe_checkbox_sty" v-model="mulchs.problems" @change="enableChange('problems',mulchs.problems)" type="checkbox"/><img class="safe_deimg" src="../../assets/警告 (5).png"/>正常</li>
17
+ </ul>
18
+ </div>
19
+ <div class="panel-heading" style="height: 50px">
20
+ <h3 class="panel-title">时间选择</h3>
21
+ </div>
22
+ <div class="panel-body">
23
+ <div class="row" style="height: 50px">
24
+ <datepicker
25
+ :value.sync="f_check_start"
26
+ placeholder='开始时间'
27
+ :disabled-days-of-week="[]"
28
+ @change="safeRefresh"
29
+ :format="'yyyy-MM-dd'"
30
+ :show-rest-button="reset"
31
+ v-model="f_check_start">
32
+ </datepicker>
33
+ </div>
34
+
35
+ <div class="row" style="height: 50px">
36
+ <datepicker
37
+ :value.sync="f_check_end"
38
+ placeholder='结束时间'
39
+ :disabled-days-of-week="[]"
40
+ @change="safeRefresh"
41
+ :format="'yyyy-MM-dd'"
42
+ :show-rest-button="reset"
43
+ v-model="f_check_end">
44
+ </datepicker>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </template>
51
+
52
+ <script>
53
+ import * as Util from '../Util'
54
+ import {HttpResetClass} from 'vue-client'
55
+
56
+ export default {
57
+ title: '用户安检定位信息',
58
+ data() {
59
+ return {
60
+ loading: false,
61
+ f_check_start:'',
62
+ f_check_end:'',
63
+ map:null,
64
+ infoWindow:null,
65
+ level1Mulchs:null,//拒检点位
66
+ level3Mulchs:null,//到访不遇点位
67
+ problemsMulchs:null,//正常点位
68
+ level1:[],
69
+ level3:[],
70
+ problems:[],
71
+ defectList:{rows:[]},
72
+ intervalNum:'',
73
+ mulchs:{//覆盖物控制显示
74
+ level1:true,
75
+ level3:true,
76
+ problems:true
77
+ },
78
+ styleObject :[
79
+ {
80
+ url: require('../../assets/警告 (3).png'), //拒检图标URL
81
+ anchor: new AMap.Pixel(14, 8), // 图标偏移位置
82
+ size: new AMap.Size(26, 28) //图标大小
83
+ },
84
+ {
85
+ url: require('../../assets/警告 (4).png'), //到访不遇图标URL
86
+ anchor: new AMap.Pixel(14, 8), // 图标偏移位置
87
+ size: new AMap.Size(26, 28) //图标大小
88
+ },
89
+ {
90
+ url: require('../../assets/警告 (5).png'), //正常图标URL
91
+ anchor: new AMap.Pixel(14, 8), // 图标偏移位置
92
+ size: new AMap.Size(26, 28) //图标大小
93
+ }
94
+ ]
95
+ }
96
+ },
97
+ async ready(){
98
+ this.initMap()
99
+ await this.getNewData(`f_longitude is not null and f_latitude is not null`)
100
+ this.assemblyData()
101
+ this.intervalNum=window.setInterval(this.safeRefresh, 240000)
102
+ },
103
+ methods: {
104
+ async getNewData (condition) {
105
+ this.loading = true
106
+ let arr = await new HttpResetClass().load('POST', `api/af-safecheck/sql/safe_singleTable_OrderBy`,
107
+ {
108
+ data: {
109
+ items:'*',
110
+ tablename: 't_check_paper',
111
+ condition: condition,
112
+ orderitem: 'f_entry_status'
113
+ }}, {resolveMsg: null, rejectMsg: null})
114
+ if (arr.data) {
115
+ this.level1 = []
116
+ this.level3 = []
117
+ this.problems = []
118
+ arr.data.forEach((defect) => {
119
+ if (defect.f_entry_status == '拒检' ) {
120
+ this.level1.push(defect)
121
+ } else if (defect.f_entry_status == '到访不遇' ) {
122
+ this.level3.push(defect)
123
+ } else {
124
+ this.problems.push(defect)
125
+ }
126
+ })
127
+ }
128
+ this.loading = false
129
+ this.defectList.rows = arr.data
130
+ },
131
+ getDefectContent(row){
132
+ return `
133
+ <div style="padding:0px;margin-left: 8px;"><b>安检内容</b></div>
134
+ <div class="panel panel-default" style="background-color: azure;border-radius: 5px;margin-left: 8px;">
135
+ <div class="panel-body">
136
+ <ul style="list-style-type: none;font-size: 15px;">
137
+ <li style="margin: 3px 0;">用户姓名: ${row.f_user_name}</li>
138
+ <li style="margin: 3px 0;">用户地址: ${row.f_address}</li>
139
+ <li style="margin: 3px 0;">安检状态: ${row.f_entry_status}</li>
140
+ <li style="margin: 3px 0;">安检时间: ${row.f_offsite_time}</li>
141
+ <li style="margin: 3px 0;">安检人员: ${row.f_checker_name}</li>
142
+ </ul>
143
+ </div>
144
+ </div>`
145
+ },
146
+ assemblyData(){
147
+ let a2=[]
148
+ for(let i=0;i<this.level1.length;i++){
149
+ a2.push({
150
+ lnglat: [this.level1[i].f_longitude, this.level1[i].f_latitude], //点标记位置
151
+ name: '拒检',
152
+ id:i,
153
+ rowstr:this.level1[i]
154
+ })
155
+ }
156
+ this.level1Mulchs.setData(a2);
157
+ this.level1Mulchs.setMap(this.map);
158
+
159
+ let a4=[]
160
+ for(let p=0;p<this.level3.length;p++){
161
+ if (this.level3[p].f_longitude&&this.level3[p].f_latitude){
162
+ a4.push({
163
+ lnglat: [this.level3[p].f_longitude, this.level3[p].f_latitude], //点标记位置
164
+ name: '到访不遇',
165
+ id:p,
166
+ rowstr:this.level3[p]
167
+ })
168
+ }
169
+ }
170
+ this.level3Mulchs.setData(a4);
171
+ this.level3Mulchs.setMap(this.map);
172
+
173
+ let a5=[]
174
+ for(let l=0;l<this.problems.length;l++){
175
+ if (this.problems[l].f_longitude&&this.problems[l].f_latitude){
176
+ a5.push({
177
+ lnglat: [this.problems[l].f_longitude, this.problems[l].f_latitude], //点标记位置
178
+ name: '正常',
179
+ id:l,
180
+ rowstr:this.problems[l]
181
+ })
182
+ }
183
+ }
184
+ this.problemsMulchs.setData(a5);
185
+ this.problemsMulchs.setMap(this.map);
186
+ },
187
+ enableChange(vname,val){
188
+ switch(vname){
189
+ case 'level1':
190
+ if(val){
191
+ this.level1Mulchs.show()
192
+ }else{
193
+ this.level1Mulchs.hide()
194
+ }
195
+ break;
196
+ case 'level3':
197
+ if(val){
198
+ this.level3Mulchs.show()
199
+ }else{
200
+ this.level3Mulchs.hide()
201
+ }
202
+ break;
203
+ case 'problems':
204
+ if(val){
205
+ this.problemsMulchs.show()
206
+ }else{
207
+ this.problemsMulchs.hide()
208
+ }
209
+ break;
210
+ default:
211
+ }
212
+ },
213
+ initMap(){
214
+ let that=this
215
+ this.map = new AMap.Map('check_map', {
216
+ zoom: 12,
217
+ viewMode: '2D',
218
+ lang: 'zh_cn',
219
+ zindex: 99
220
+ });
221
+ AMap.plugin(
222
+ ['AMap.ToolBar','AMap.Geolocation'], () => {
223
+ var geolocation = new AMap.Geolocation({
224
+ enableHighAccuracy: true,
225
+ showbutton: true,
226
+ timeout: 10000,
227
+ buttonOffset: new AMap.Pixel(10, 20),
228
+ buttonPosition: 'LB'
229
+ })
230
+ that.map.addControl(geolocation)
231
+ geolocation.getCurrentPosition();
232
+ that.map.addControl(new AMap.ToolBar())
233
+ });
234
+ this.map.setDefaultCursor('move');
235
+ this.infoWindow = new AMap.InfoWindow({
236
+ anchor: 'bottom-center',
237
+ autoMove:true,
238
+ content: '',
239
+ offset: new AMap.Pixel(0, -25)
240
+ })
241
+
242
+ this.level1Mulchs=new AMap.MassMarks([], {
243
+ opacity: 0.8,
244
+ zIndex: 111,
245
+ cursor: 'pointer',
246
+ style: this.styleObject[0]
247
+ });
248
+ this.level1Mulchs.on('click',function (e) {
249
+ let defectContent=that.getDefectContent(e.data.rowstr)
250
+ that.infoWindow.setContent(defectContent)
251
+ that.infoWindow.open(that.map, e.data.lnglat);
252
+ })
253
+ this.level3Mulchs=new AMap.MassMarks([], {
254
+ opacity: 0.8,
255
+ zIndex: 111,
256
+ cursor: 'pointer',
257
+ style: this.styleObject[1]
258
+ });
259
+ this.level3Mulchs.on('click',function (e) {
260
+ let defectContent=that.getDefectContent(e.data.rowstr)
261
+ that.infoWindow.setContent(defectContent)
262
+ that.infoWindow.open(that.map, e.data.lnglat);
263
+ })
264
+ this.problemsMulchs=new AMap.MassMarks([], {
265
+ opacity: 0.8,
266
+ zIndex: 111,
267
+ cursor: 'pointer',
268
+ style: this.styleObject[2]
269
+ });
270
+ this.problemsMulchs.on('click',function (e) {
271
+ let defectContent=that.getDefectContent(e.data.rowstr)
272
+ that.infoWindow.setContent(defectContent)
273
+ that.infoWindow.open(that.map, e.data.lnglat);
274
+ })
275
+ },
276
+ async safeRefresh(){
277
+ let condition =`f_longitude is not null and f_latitude is not null`
278
+ if (this.f_check_start){
279
+ condition += ` and f_offsite_time >= '${this.f_check_start} 00:00:00'`
280
+ }
281
+ if (this.f_check_end){
282
+ condition += ` and f_offsite_time <= '${this.f_check_end} 23:59:59'`
283
+ }
284
+ await this.getNewData(condition)
285
+ this.assemblyData()
286
+ }
287
+ },
288
+ destroyed() {
289
+ window.clearInterval(this.intervalNum)
290
+ }
291
+ }
292
+ </script>
293
+
294
+ <style lang="less" scoped>
295
+
296
+ .time-picker-container {
297
+ display: flex;
298
+ align-items: center;
299
+ }
300
+
301
+ .time-picker-container /deep/ .v-datepicker {
302
+ width: 100% !important;
303
+ }
304
+
305
+ .date-separator {
306
+ padding: 0 5px;
307
+ }
308
+
309
+ .safe_checkbox_sty{
310
+ vertical-align:text-bottom;
311
+ margin-right: 3px;
312
+
313
+ }
314
+ .safe_ul_sty{
315
+ list-style-type: none;
316
+ font-size: 13px;
317
+ padding-left: 5px;
318
+ }
319
+ .safe_li_sty{
320
+ font-size: 13px;
321
+ margin-top: 5px;
322
+ }
323
+ .safe_p{
324
+ white-space: nowrap;
325
+ overflow: hidden;
326
+ text-overflow: ellipsis;
327
+ margin: 0 0 0 10px;
328
+
329
+ font-size: 12px;
330
+ }
331
+ .safe_list_li{
332
+ margin-top: 5px;
333
+ background-color: #ffffff;
334
+ border: solid 1px #f0f4fa !important;
335
+ color: #666666 !important;
336
+ font-size: 1.3rem !important;
337
+ font-family: PINGFANG-MEDIUM !important;
338
+ padding: 8px;
339
+ }
340
+ .safe_list_li:hover{
341
+ background-color: rgb(203,234,241);
342
+ }
343
+ .safe_deimg{
344
+ vertical-align: text-bottom;
345
+ width: 15px;
346
+ margin-right: 3px;
347
+ }
348
+ </style>
@@ -690,7 +690,7 @@ export default {
690
690
  methods: {
691
691
  getCheckBook(){
692
692
  this.checkBooks=[]
693
- new HttpResetClass().load('POST', `/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
693
+ new HttpResetClass().load('POST', `${this.$androidUtil.getProxyUrl()}/api/af-safecheck/sql/safe_singleTable_OrderBy`, {
694
694
  data: {
695
695
  items: 'id,f_check_book_name,f_check_book_type',
696
696
  tablename: 't_check_book',
package/src/main.js CHANGED
@@ -1,33 +1,33 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import { system } from 'system-clients'
5
- import safecheck from './safecheck'
6
- import echarts from 'echarts'
7
- // import safecheck from './rongcheng'
8
-
9
- all()
10
- // 验证码开关赋值
11
- var Verificationfalg = false
12
- system(Verificationfalg)
13
- // system()
14
- safecheck('qingjian')
15
- // safecheck('rizhao')
16
- require('./bootstrap/less/bootstrap.less')
17
- require('./expandcss.less')
18
-
19
- Vue.prototype.$echarts = echarts
20
- Vue.android = false
21
-
22
- Vue.url = '/SafeCheck/rs/'
23
- if(Vue.android)
24
- Vue.url = Vue.staticUrl
25
- Vue.interval = 1*60*1000
26
- Vue.nopic = 'file:///android_asset/nopic.png'
27
- Vue.mapSetup = false
28
-
29
- /* eslint-disable no-new */
30
- new Vue({
31
- el: 'body',
32
- components: { App }
33
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import { system } from 'system-clients'
5
+ import safecheck from './safecheck'
6
+ import echarts from 'echarts'
7
+ // import safecheck from './rongcheng'
8
+
9
+ all()
10
+ // 验证码开关赋值
11
+ var Verificationfalg = false
12
+ system(Verificationfalg)
13
+ // system()
14
+ safecheck('jinhong')
15
+ // safecheck('rizhao')
16
+ require('./bootstrap/less/bootstrap.less')
17
+ require('./expandcss.less')
18
+
19
+ Vue.prototype.$echarts = echarts
20
+ Vue.android = false
21
+
22
+ Vue.url = '/SafeCheck/rs/'
23
+ if(Vue.android)
24
+ Vue.url = Vue.staticUrl
25
+ Vue.interval = 1*60*1000
26
+ Vue.nopic = 'file:///android_asset/nopic.png'
27
+ Vue.mapSetup = false
28
+
29
+ /* eslint-disable no-new */
30
+ new Vue({
31
+ el: 'body',
32
+ components: { App }
33
+ })
package/src/safecheck.js CHANGED
@@ -769,6 +769,9 @@ export default function (filiale) {
769
769
  Vue.component('person-track', (resolve) => {
770
770
  require(['./components/map/PersonTrack'], resolve)
771
771
  })
772
+ Vue.component('security-check-coordinates', (resolve) => {
773
+ require(['./components/map/SecurityCheckCoordinates.vue'], resolve)
774
+ })
772
775
  // 轨迹地图展示(新)
773
776
  Vue.component('a-map-trajectory-new', (resolve) => {
774
777
  require(['./components/map/AMapTrajectoryNew.vue'], resolve)