safecheck-client 3.0.30-74 → 3.0.30-77
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/package.json +133 -133
- package/src/components/paper/PaperList.vue +9 -2
- package/src/filiale/bayan/android/CurrentCreate.vue +1 -1
- package/src/filiale/bayan/android/SafecheckOrderV.vue +2 -2
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +1 -6
- package/src/filiale/bayan/android.js +1 -2
- package/src/filiale/wuhai/pc/NewCheckpaper.vue +1281 -1279
- package/src/main.js +33 -33
- package/src/filiale/bayan/android/Edit.vue +0 -132
package/package.json
CHANGED
@@ -1,133 +1,133 @@
|
|
1
|
-
{
|
2
|
-
"name": "safecheck-client",
|
3
|
-
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.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": "^6.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
|
-
"sketch-vue3": "^1.0.0",
|
104
|
-
"style": "0.0.3",
|
105
|
-
"style-loader": "^0.20.3",
|
106
|
-
"system-clients": "3.2.76",
|
107
|
-
"system-phone": "1.2.100",
|
108
|
-
"telephone-clients": "1.1.27",
|
109
|
-
"terser-webpack-plugin-legacy": "^1.2.5",
|
110
|
-
"url-loader": "^0.5.7",
|
111
|
-
"vue-amap": "0.5.10",
|
112
|
-
"vue-client": "1.24.129",
|
113
|
-
"vue-hot-reload-api": "^1.2.0",
|
114
|
-
"vue-html-loader": "^1.0.0",
|
115
|
-
"vue-loader": "^8.2.1",
|
116
|
-
"vue-resource": "^1.5.0",
|
117
|
-
"vue-router": "^0.7.13",
|
118
|
-
"vue-strap": "^1.0.9",
|
119
|
-
"vue-style-loader": "^1.0.0",
|
120
|
-
"vue-validator": "2.1.7",
|
121
|
-
"webpack": "^3.12.0",
|
122
|
-
"webpack-dev-middleware": "^1.4.0",
|
123
|
-
"webpack-dev-server": "^2.9.7",
|
124
|
-
"webpack-hot-middleware": "^2.6.0",
|
125
|
-
"webpack-merge": "^0.8.3",
|
126
|
-
"weixin-js-sdk": "^1.2.0"
|
127
|
-
},
|
128
|
-
"directories": {
|
129
|
-
"doc": "docs",
|
130
|
-
"example": "examples",
|
131
|
-
"test": "test"
|
132
|
-
}
|
133
|
-
}
|
1
|
+
{
|
2
|
+
"name": "safecheck-client",
|
3
|
+
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
+
"version": "3.0.30-77",
|
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": "^6.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
|
+
"sketch-vue3": "^1.0.0",
|
104
|
+
"style": "0.0.3",
|
105
|
+
"style-loader": "^0.20.3",
|
106
|
+
"system-clients": "3.2.76",
|
107
|
+
"system-phone": "1.2.100",
|
108
|
+
"telephone-clients": "1.1.27",
|
109
|
+
"terser-webpack-plugin-legacy": "^1.2.5",
|
110
|
+
"url-loader": "^0.5.7",
|
111
|
+
"vue-amap": "0.5.10",
|
112
|
+
"vue-client": "1.24.129",
|
113
|
+
"vue-hot-reload-api": "^1.2.0",
|
114
|
+
"vue-html-loader": "^1.0.0",
|
115
|
+
"vue-loader": "^8.2.1",
|
116
|
+
"vue-resource": "^1.5.0",
|
117
|
+
"vue-router": "^0.7.13",
|
118
|
+
"vue-strap": "^1.0.9",
|
119
|
+
"vue-style-loader": "^1.0.0",
|
120
|
+
"vue-validator": "2.1.7",
|
121
|
+
"webpack": "^3.12.0",
|
122
|
+
"webpack-dev-middleware": "^1.4.0",
|
123
|
+
"webpack-dev-server": "^2.9.7",
|
124
|
+
"webpack-hot-middleware": "^2.6.0",
|
125
|
+
"webpack-merge": "^0.8.3",
|
126
|
+
"weixin-js-sdk": "^1.2.0"
|
127
|
+
},
|
128
|
+
"directories": {
|
129
|
+
"doc": "docs",
|
130
|
+
"example": "examples",
|
131
|
+
"test": "test"
|
132
|
+
}
|
133
|
+
}
|
@@ -347,6 +347,9 @@
|
|
347
347
|
<th v-if="$parent.$parent.$parent.safeAudit">
|
348
348
|
<nobr>审核状态</nobr>
|
349
349
|
</th>
|
350
|
+
<th v-if="$parent.$parent.$parent.safeAudit">
|
351
|
+
<nobr>审核未通过原因</nobr>
|
352
|
+
</th>
|
350
353
|
<th>
|
351
354
|
<nobr>操作</nobr>
|
352
355
|
</th>
|
@@ -378,6 +381,9 @@
|
|
378
381
|
<td style="text-align: center" v-show="$parent.$parent.$parent.safeAudit">
|
379
382
|
{{ row.f_approved ? row.f_approved : '未审核' }}
|
380
383
|
</td>
|
384
|
+
<td style="text-align: center" v-show="$parent.$parent.$parent.safeAudit">
|
385
|
+
{{row.f_approved_note}}
|
386
|
+
</td>
|
381
387
|
<td style="text-align: center">
|
382
388
|
<button class="button_spacing button_search-1" @click='$parent.$parent.$parent.change(row)'>查看</button>
|
383
389
|
|
@@ -496,7 +502,7 @@ export default {
|
|
496
502
|
'f_safecheck_type':'安检类型',
|
497
503
|
'f_repair_approved_note': '备注',
|
498
504
|
'f_gas_date': '开户时间',
|
499
|
-
'f_plan_name': '计划名称'
|
505
|
+
'f_plan_name': '计划名称'
|
500
506
|
},
|
501
507
|
fun: this.$login.f,
|
502
508
|
pcds:[],
|
@@ -731,7 +737,8 @@ export default {
|
|
731
737
|
'f_approved_by':'审核人',
|
732
738
|
'f_approvedstart_time':'审核开始时间',
|
733
739
|
'f_approved_time':'审核结束时间',
|
734
|
-
'f_approved':'审核状态'
|
740
|
+
'f_approved':'审核状态',
|
741
|
+
'f_approved_note': '审核备注'
|
735
742
|
}
|
736
743
|
this.excelHeaders = Object.assign({}, this.excelHeaders, oa)
|
737
744
|
}
|
@@ -820,7 +820,7 @@
|
|
820
820
|
}
|
821
821
|
_this.$dispatch('gotoson',pardate)
|
822
822
|
//tag
|
823
|
-
_this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate'
|
823
|
+
_this.$goto('safecheck-order-v', {f_plan_id: row.f_plan_id, item: row, role: 'inspect',parentPage:'CurrentCreate'}, 'self', _this.reload)
|
824
824
|
}).catch ((msg)=>{
|
825
825
|
this.$showMessage("网络异常,请检查网络后再试!")
|
826
826
|
})
|
@@ -144,7 +144,7 @@
|
|
144
144
|
|
145
145
|
export default {
|
146
146
|
title: '安检单',
|
147
|
-
props: ['f_plan_id', 'item', 'role','parentPage','source'
|
147
|
+
props: ['f_plan_id', 'item', 'role','parentPage','source'],
|
148
148
|
// props: ['f_plan_id', 'role'],
|
149
149
|
data() {
|
150
150
|
return {
|
@@ -2480,7 +2480,7 @@
|
|
2480
2480
|
tittle:'安检详情',
|
2481
2481
|
safe:true
|
2482
2482
|
}
|
2483
|
-
this.$goto('safecheck-userinfo', {userinfo:this.data
|
2483
|
+
this.$goto('safecheck-userinfo', {userinfo:this.data}, 'repair')
|
2484
2484
|
}
|
2485
2485
|
},
|
2486
2486
|
watch: {
|
@@ -14,8 +14,6 @@
|
|
14
14
|
@click="history('维修记录')">维修记录</label>
|
15
15
|
<label style="color: #00b3ee;text-decoration:none;"
|
16
16
|
@click="history('其他收费')">其他收费</label>
|
17
|
-
<label style="color: #00b3ee;text-decoration:none;" v-if="openpaper"
|
18
|
-
@click="openPaper(userinfo.f_userinfoid)">其他收费</label>
|
19
17
|
</p>
|
20
18
|
</div>
|
21
19
|
<div class="col-xs-12" style="padding: 2px 0">
|
@@ -273,7 +271,7 @@
|
|
273
271
|
|
274
272
|
export default {
|
275
273
|
title: 'SafecheckUserInfo',
|
276
|
-
props: ['userinfo'
|
274
|
+
props: ['userinfo'],
|
277
275
|
data () {
|
278
276
|
return this.$parent.$parent.data
|
279
277
|
},
|
@@ -310,9 +308,6 @@
|
|
310
308
|
this.safecheckStateReady()
|
311
309
|
},
|
312
310
|
methods: {
|
313
|
-
openPaper(userinfo_id){
|
314
|
-
this.$parent.$parent.$goto('edit', {row:userinfo_id})
|
315
|
-
},
|
316
311
|
history(val) {
|
317
312
|
this.$dispatch('gotoson', {
|
318
313
|
_this: this.$parent.$parent,
|
@@ -9,8 +9,7 @@ let specialComp = {
|
|
9
9
|
'safecheck-devices': (resolve) => { require(['./android/SafecheckDevices'], resolve) },
|
10
10
|
'PhoneUpUserinfo': (resolve) => { require(['./android/PhoneUpUserinfo'], resolve) },
|
11
11
|
'safecheck-userinfo': (resolve) => { require(['./android/SafecheckUserInfo'], resolve) },
|
12
|
-
'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV'], resolve) }
|
13
|
-
'edit': (resolve) => { require(['./android/Edit'], resolve) }
|
12
|
+
'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV'], resolve) }
|
14
13
|
}
|
15
14
|
|
16
15
|
exports.specialComp = specialComp
|