safecheck-client 4.0.1-6 → 4.0.1-60
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 +0 -0
- package/.vscode/settings.json +3 -0
- package/package.json +132 -132
- package/src/assets//350/255/246/345/221/212 (3).png +0 -0
- package/src/assets//350/255/246/345/221/212 (4).png +0 -0
- package/src/assets//350/255/246/345/221/212 (5).png +0 -0
- package/src/components/android/AndroidDefectDetails.vue +3 -3
- package/src/components/android/DailyworkloadQuery.vue +2 -1
- package/src/components/android/NewCheckpaperAndroid.vue +22 -48
- package/src/components/android/SwitchValve.vue +1 -1
- package/src/components/checkplan/CheckDetail.vue +1 -1
- package/src/components/map/SecurityCheckCoordinates.vue +350 -0
- package/src/components/pc/CheckBookUser.vue +8 -4
- package/src/components/planmanage/PlanManage.vue +1 -0
- package/src/components/querycheckpaper/CheckPaperList.vue +6 -4
- package/src/components/querycheckpaper/CheckPaperSearchUser.vue +30 -4
- package/src/components/querycheckpaper/CheckSearchUser.vue +5 -0
- package/src/filiale/jinhong/android/CurrentCreate.vue +66 -22
- package/src/filiale/jinhong/pc/CheckBookList.vue +10 -7
- package/src/filiale/jinhong/pc/DefectPaperNew.vue +10 -10
- package/src/filiale/jinhong/pc/checkUserList.vue +766 -742
- package/src/filiale/libo/android/PaperFeedback.vue +1579 -0
- package/src/filiale/libo/android/PhoneUpUserinfo.vue +1249 -0
- package/src/filiale/libo/android/SafecheckOrderV.vue +2302 -0
- package/src/filiale/libo/android.js +14 -0
- package/src/filiale/libo/pc/NewCheckpaper.vue +1987 -0
- package/src/filiale/libo/pc.js +12 -0
- package/src/filiale/meihekou/android/CurrentCreate.vue +1 -1
- package/src/filiale/meihekou/android/MeterReading.vue +9 -5
- package/src/filiale/meihekou/android/PhoneUpUserinfo.vue +3 -2
- package/src/filiale/meihekou/android/SafecheckDevices.vue +5 -5
- package/src/filiale/meihekou/android/SafecheckOrderV.vue +324 -311
- package/src/filiale/meihekou/pc/NewCheckpaper.vue +2 -2
- package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2050 -0
- package/src/filiale/meihekou/pc/PaperList.vue +1136 -0
- package/src/filiale/meihekou/pc.js +2 -0
- package/src/filiale/minsheng/android/SwitchValve.vue +1 -1
- package/src/filiale/qianneng/android/SwitchValve.vue +1 -1
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +6 -0
- package/src/filiale/qingjian/pc/checkUserList.vue +35 -0
- package/src/filiale/taiyuan/android/CurrentCreate.vue +1016 -0
- package/src/filiale/taiyuan/android/PhoneUpUserinfo.vue +1259 -0
- package/src/filiale/taiyuan/android/SafecheckOrderV.vue +2341 -0
- package/src/filiale/taiyuan/android/SafecheckUserInfo.vue +776 -0
- package/src/filiale/taiyuan/android.js +13 -0
- package/src/filiale/taiyuan/pc/DefectDeal.vue +1033 -0
- package/src/filiale/taiyuan/pc/NewCheckpaper.vue +1976 -0
- package/src/filiale/taiyuan/pc/PlanManage.vue +891 -0
- package/src/filiale/taiyuan/pc/checkUserList.vue +798 -0
- package/src/filiale/taiyuan/pc.js +15 -0
- package/src/filiale/tongchuan/android/SwitchValve.vue +1 -1
- package/src/filiale/xinkang/android/AddPlanItem.vue +65 -31
- package/src/filiale/xinkang/android/SafecheckDevices.vue +29 -7
- package/src/filiale/xinkang/android/SafecheckOrderV.vue +24 -80
- package/src/filiale/xinkang/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/xinkang/pc/CheckSearchUser.vue +12 -12
- package/src/filiale/xinkang/pc/NewCheckpaper.vue +20 -44
- package/src/filiale/xinkang/pc/PaperList.vue +2 -9
- package/src/filiale/yuansheng/android/SwitchValve.vue +1 -1
- package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1030 -1030
- package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +4 -4
- package/src/filiale/yunchengminsheng/pc/PaperList.vue +811 -0
- package/src/filiale/yunchengminsheng/pc.js +1 -0
- package/src/safecheck-android.js +4 -0
- package/src/safecheck.js +3 -0
package/.trae/.ignore
ADDED
File without changes
|
package/package.json
CHANGED
@@ -1,132 +1,132 @@
|
|
1
|
-
{
|
2
|
-
"name": "safecheck-client",
|
3
|
-
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "4.0.1-
|
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": "
|
35
|
-
"html2pdf.js": "
|
36
|
-
"jspdf": "
|
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.
|
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-60",
|
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
|
+
}
|
Binary file
|
Binary file
|
Binary file
|
@@ -140,11 +140,11 @@
|
|
140
140
|
<div class="row app-row">
|
141
141
|
<div class="col-xs-4">
|
142
142
|
<img src="../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
|
143
|
-
<label class="font text-left"
|
143
|
+
<label class="font text-left">检查项:</label>
|
144
144
|
</div>
|
145
145
|
<v-select id="f_user_type" :value.sync="model.f_item_name" class="input-font"
|
146
146
|
:width="'60%'"
|
147
|
-
:options='$parent.$parent.item_types' placeholder='
|
147
|
+
:options='$parent.$parent.item_types' placeholder='检查项'
|
148
148
|
v-model="model.f_item_name" condition="f_item_name = '{}'" close-on-select
|
149
149
|
clear-button></v-select>
|
150
150
|
</div>
|
@@ -484,7 +484,7 @@ export default {
|
|
484
484
|
}
|
485
485
|
},
|
486
486
|
ready() {
|
487
|
-
this.selfSearch()
|
487
|
+
// this.selfSearch()
|
488
488
|
this.getDefectItemConfig()
|
489
489
|
},
|
490
490
|
methods: {
|
@@ -276,6 +276,7 @@ import Vue from 'vue'
|
|
276
276
|
import { PagedList,HttpResetClass } from 'vue-client'
|
277
277
|
import * as Util from '../Util'
|
278
278
|
import co from 'co'
|
279
|
+
import {isEmpty} from "../Util";
|
279
280
|
|
280
281
|
export default {
|
281
282
|
title: '无计划安检查询',
|
@@ -405,7 +406,7 @@ export default {
|
|
405
406
|
// this.getPlanCount()
|
406
407
|
//let condition = `f_filialeid='${Vue.user.orgid}' and f_checker_id='${Vue.user.id}' `
|
407
408
|
let condition = "1=1 "
|
408
|
-
if (this.f_checker_id){
|
409
|
+
if (!isEmpty(this.f_checker_id)){
|
409
410
|
condition += " and f_checker_id = '"+ this.f_checker_id + "'"
|
410
411
|
}
|
411
412
|
if(this.$refs.paged.$refs.cri.model.f_user_name){
|
@@ -53,11 +53,6 @@ div {
|
|
53
53
|
|
54
54
|
<template>
|
55
55
|
<div class="basic-main" style="height: 100%">
|
56
|
-
<!-- <div class="page-header app-header auto" style="padding: 15px;margin-right: 10px;right: 0%;height: 7%">-->
|
57
|
-
<!-- <div @click="back()">-->
|
58
|
-
<!-- <img src="../../assets/back.png" style="margin: 0px"/>-->
|
59
|
-
<!-- </div>-->
|
60
|
-
<!-- </div>-->
|
61
56
|
<work-busy :is-busy="loading"></work-busy>
|
62
57
|
<div class="container-fluid" style="overflow: scroll">
|
63
58
|
<div class="row">
|
@@ -387,51 +382,15 @@ import Vue from 'vue'
|
|
387
382
|
import * as Util from '../../components/Util'
|
388
383
|
import {jsonSort} from '../../utils/LdapHelper'
|
389
384
|
import {HttpResetClass} from "vue-client";
|
390
|
-
|
385
|
+
import {isEmpty} from "../../components/Util";
|
391
386
|
let asyncReady = async function (self) {
|
392
|
-
// 获取配置信息
|
393
387
|
try {
|
394
|
-
let res = await new HttpResetClass().load('
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
}
|
401
|
-
})/*.then(res=>{*/
|
402
|
-
//tag
|
403
|
-
//tag)
|
404
|
-
if (res.data.length === 0) {
|
405
|
-
// self.$showMessage("该公司无组织目录,无法获取配置文件,将使用默认配置文件")
|
406
|
-
return
|
407
|
-
}
|
408
|
-
if (!res.data[0].f_dir) {
|
409
|
-
// self.$showMessage("该公司无组织目录,无法获取配置文件,请联系管理员确认")
|
410
|
-
} else {
|
411
|
-
//this.f_dir=res.data[0].f_dir
|
412
|
-
try {
|
413
|
-
let res1 = await new HttpResetClass().load('GET', `${self.$androidUtil.getProxyUrl()}/safecheck/rs/vue/DevicesConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
|
414
|
-
resolveMsg: '获取居民配置项成功!',
|
415
|
-
rejectMsg: '获取居民配置项出错!'
|
416
|
-
})/*.then(res=>{*/
|
417
|
-
//tag
|
418
|
-
//this.safeConfig["民用配置项"]=Object.assign({},res.data)
|
419
|
-
Vue.config.safecheck.DevicesConfig = res1.data
|
420
|
-
/*})*/
|
421
|
-
let res2 = await new HttpResetClass().load('GET', `${self.$androidUtil.getProxyUrl()}/safecheck/rs/vue/DevicesSetConfig.json?folderName=phonevues&orgDir=${res.data[0].f_dir}`, {}, {
|
422
|
-
resolveMsg: '获取非居民配置项成功!',
|
423
|
-
rejectMsg: '获取非居民配置项出错!'
|
424
|
-
})/*.then(res=>{*/
|
425
|
-
//tag
|
426
|
-
//this.safeConfig["非民用配置项"]=Object.assign({},res.data)
|
427
|
-
Vue.config.safecheck.DevicesSetConfig = res2.data
|
428
|
-
/*}).then(res=> {
|
429
|
-
})*/
|
430
|
-
|
431
|
-
} catch (e) {
|
432
|
-
// self.$showMessage("获取配置文件失败" + e)
|
433
|
-
}
|
434
|
-
}
|
388
|
+
let res = await new HttpResetClass().load('GET',`${self.$androidUtil.getProxyUrl()}/api/af-safecheck/vue`,null, {resolveMsg: null, rejectMsg: null})
|
389
|
+
self.delConfigKey(res.data)
|
390
|
+
Vue.config.safecheck=res.data
|
391
|
+
Vue.config.safecheck.DevicesConfig =res.data.DevicesConfig
|
392
|
+
Vue.config.safecheck.DevicesSetConfig = res.data.DevicesSetConfig
|
393
|
+
console.log('获取配置结果===', res.data)
|
435
394
|
} catch (error) {
|
436
395
|
// 忽略704,文件找不到异常R
|
437
396
|
if (error.status !== 704) {
|
@@ -565,7 +524,22 @@ export default {
|
|
565
524
|
}
|
566
525
|
},
|
567
526
|
methods: {
|
527
|
+
delConfigKey(obj){
|
528
|
+
// 从琉璃中获取的配置中会包含 $开头的一些额外描述新的key。为了兼容v3的代码逻辑在此函数中去掉
|
529
|
+
Object.keys(obj).forEach(key =>{
|
530
|
+
Object.keys(obj[key]).forEach(col => {
|
531
|
+
// 检查键是否以$开头
|
532
|
+
if (col.startsWith('$')) {
|
533
|
+
// 使用delete操作符删除键
|
534
|
+
delete obj[key][col];
|
535
|
+
}
|
536
|
+
})
|
537
|
+
})
|
538
|
+
},
|
568
539
|
getimg(val){
|
540
|
+
if(isEmpty(val)){
|
541
|
+
return ''
|
542
|
+
}
|
569
543
|
console.log(`${this.$androidUtil.getProxyUrl()}/${val}`)
|
570
544
|
|
571
545
|
return `${this.$androidUtil.getProxyUrl()}/${val}`
|
@@ -295,7 +295,7 @@ export default {
|
|
295
295
|
meternumberf: this.thisOneData.f_meternumber, //表号
|
296
296
|
contentData: {isOpen: msg=='开阀' ? 1 : 0}, // oper 为true 时为开阀 false 为关阀
|
297
297
|
}
|
298
|
-
this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-
|
298
|
+
this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/openapi/iot_saveInstruct`, {data: data}).then((row) => {
|
299
299
|
this.$showMessage(`${msg}指令发送成功,请等候2分钟进行查询`)
|
300
300
|
//tag
|
301
301
|
this.thisOneData = '';
|
@@ -111,7 +111,7 @@ export default {
|
|
111
111
|
'check' (val) {
|
112
112
|
let condition
|
113
113
|
//tag
|
114
|
-
condition = `
|
114
|
+
condition = `c.f_checker_name='${this.check.f_checker}' and i.f_state!='作废' and c.f_issued='是'`
|
115
115
|
if(this.checkstatus){
|
116
116
|
condition += ` and cp.f_entry_status = '${this.checkstatus}'`
|
117
117
|
}
|