apply-clients 7.1.36-yuchuan-4 → 7.1.36-yuchuan-4.1
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/build/dev-server.js +2 -1
- package/index.html +1 -1
- package/package.json +119 -119
- package/src/apply.js +15 -3
- package/src/applyAndroid.js +9 -0
- package/src/assets//345/260/217/345/214/272.png +0 -0
- package/src/assets//347/224/250/346/210/267ID.png +0 -0
- package/src/assets//347/224/250/346/210/267/345/247/223/345/220/215.png +0 -0
- package/src/components/android/AppSign.vue +7 -4
- package/src/components/android/AppUpload.vue +1 -1
- package/src/components/android/Ignition/VentilationIgnitionHandle.vue +38 -31
- package/src/components/android/Process/AppServiceControl.vue +32 -5
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +205 -92
- package/src/components/android/SealBind.vue +376 -0
- package/src/components/android/SealManage.vue +264 -0
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -334
- package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +9 -9
- package/src/components/android/Task/yiban/AppShowDone.vue +442 -0
- package/src/components/android/Task/yiban/ShowDone.vue +95 -0
- package/src/components/android/Task/yiban/satisfactionShow.vue +166 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +18 -0
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -0
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +1 -1
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +31 -31
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +4 -4
- package/src/components/product/ApplyMap/ApplyDragaboutList.vue +2 -2
- package/src/components/product/ApplyMap/ApplyMapLocation.vue +22 -10
- package/src/components/product/ChongZheng/ApplyChongZhengList.vue +1 -1
- package/src/components/product/Function/Service/FunctionServiceControl.vue +125 -14
- package/src/components/product/GongJianPush/ApplyPushDispose.vue +182 -0
- package/src/components/product/GongJianPush/ApplyPushList.vue +192 -0
- package/src/components/product/GongJianPush/ApplyPushManage.vue +83 -0
- package/src/components/product/Ignition/IgnitionListManage.vue +1 -1
- package/src/components/product/Ignition/IgnitionRecord.vue +22 -0
- package/src/components/product/List/OldShowDevices.vue +271 -0
- package/src/components/product/List/ShowAllActivity.vue +104 -19
- package/src/components/product/List/ShowDevices.vue +1 -1
- package/src/components/product/Process/ExplorationSelect.vue +41 -35
- package/src/components/product/Process/NewExplorationSelect.vue +31 -31
- package/src/components/product/Process/Processes/InstallationDetails.vue +34 -1
- package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -0
- package/src/components/product/Process/Processes/devicesManagement.vue +23 -4
- package/src/components/product/Process/Processes/newDevicesManagement.vue +10 -1
- package/src/components/product/Process/Service/ServiceControl.vue +42 -3
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +1 -3
- package/src/components/product/Supervisory/SupervisoryControl.vue +2 -0
- package/src/components/product/Supervisory/SupervisoryList.vue +17 -0
- package/src/components/product/VueUtils/ApplyUpload.vue +3 -2
- package/src/components/product/records/AdjustmentRecordList.vue +162 -0
- package/yarn-error.log +9968 -0
package/build/dev-server.js
CHANGED
package/index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
|
|
14
14
|
}
|
|
15
15
|
</script>
|
|
16
|
-
<script type="text/javascript" src="https://webapi.amap.com/maps?v=
|
|
16
|
+
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=aa8b7c6a524337cb733152217fc1e52b"></script>
|
|
17
17
|
<!--引入UI组件库(1.1版本) -->
|
|
18
18
|
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
|
19
19
|
<style media="screen">
|
package/package.json
CHANGED
|
@@ -1,119 +1,119 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "apply-clients",
|
|
3
|
-
"version": "7.1.36-yuchuan-4",
|
|
4
|
-
"description": "报建前端模块",
|
|
5
|
-
"main": "src/index.js",
|
|
6
|
-
"directories": {
|
|
7
|
-
"example": "examples",
|
|
8
|
-
"test": "test"
|
|
9
|
-
},
|
|
10
|
-
"scripts": {
|
|
11
|
-
"unit": "karma start test/unit/karma.conf.js",
|
|
12
|
-
"example": "node build/example-server.js",
|
|
13
|
-
"dev": "node build/dev-server.js",
|
|
14
|
-
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
15
|
-
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
16
|
-
"buildandroid": "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",
|
|
17
|
-
"e2e": "node test/e2e/runner.js",
|
|
18
|
-
"release": "bash build/release.sh"
|
|
19
|
-
},
|
|
20
|
-
"repository": {
|
|
21
|
-
"type": "git",
|
|
22
|
-
"url": "https://gitee.com/aote/ApplyInstall.git"
|
|
23
|
-
},
|
|
24
|
-
"keywords": [
|
|
25
|
-
"ApplyInstall"
|
|
26
|
-
],
|
|
27
|
-
"author": "zx <939981212@qq.com>",
|
|
28
|
-
"license": "ISC",
|
|
29
|
-
"dependencies": {
|
|
30
|
-
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
31
|
-
"@logicflow/core": "^0.4.3",
|
|
32
|
-
"co": "4.6.0",
|
|
33
|
-
"happypack": "^5.0.1",
|
|
34
|
-
"jsencrypt": "3.0.0-rc.1",
|
|
35
|
-
"less": "^2.7.1",
|
|
36
|
-
"less-loader": "^2.2.3",
|
|
37
|
-
"lib-flexible": "^0.3.2",
|
|
38
|
-
"px2rem-loader": "^0.1.9",
|
|
39
|
-
"qrcodejs2": "0.0.2",
|
|
40
|
-
"vue": "^1.0.17",
|
|
41
|
-
"vue-amap": "^0.5.10",
|
|
42
|
-
"vue-bubble": "^1.0.3"
|
|
43
|
-
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"babel-core": "^6.0.0",
|
|
46
|
-
"babel-loader": "^6.0.0",
|
|
47
|
-
"babel-plugin-transform-runtime": "^6.0.0",
|
|
48
|
-
"babel-preset-es2015": "^6.0.0",
|
|
49
|
-
"babel-preset-stage-2": "^6.0.0",
|
|
50
|
-
"chai": "^3.5.0",
|
|
51
|
-
"connect-history-api-fallback": "^1.1.0",
|
|
52
|
-
"cross-env": "^1.0.7",
|
|
53
|
-
"cross-spawn": "^2.1.5",
|
|
54
|
-
"css-loader": "^0.23.0",
|
|
55
|
-
"echarts": "^4.1.0",
|
|
56
|
-
"eslint": "^2.0.0",
|
|
57
|
-
"eslint-config-standard": "^5.1.0",
|
|
58
|
-
"eslint-friendly-formatter": "^1.2.2",
|
|
59
|
-
"eslint-loader": "^1.3.0",
|
|
60
|
-
"eslint-plugin-html": "^1.3.0",
|
|
61
|
-
"eslint-plugin-promise": "^1.0.8",
|
|
62
|
-
"eslint-plugin-standard": "^1.3.2",
|
|
63
|
-
"eslint-plugin-vue": "^0.1.1",
|
|
64
|
-
"eventsource-polyfill": "^0.9.6",
|
|
65
|
-
"express": "^4.17.0",
|
|
66
|
-
"extract-text-webpack-plugin": "^1.0.1",
|
|
67
|
-
"fadada-clients": "1.0.
|
|
68
|
-
"file-loader": "^0.8.4",
|
|
69
|
-
"form-create": "^1.6.6",
|
|
70
|
-
"function-bind": "^1.0.2",
|
|
71
|
-
"html-webpack-plugin": "^2.8.1",
|
|
72
|
-
"http-proxy-middleware": "^0.11.0",
|
|
73
|
-
"inject-loader": "^2.0.1",
|
|
74
|
-
"isparta-loader": "^2.0.0",
|
|
75
|
-
"jasmine-core": "^2.4.1",
|
|
76
|
-
"jquery": "^3.3.1",
|
|
77
|
-
"json-loader": "^0.5.4",
|
|
78
|
-
"karma": "^1.4.1",
|
|
79
|
-
"karma-chrome-launcher": "^2.2.0",
|
|
80
|
-
"karma-coverage": "^1.1.1",
|
|
81
|
-
"karma-mocha": "^1.3.0",
|
|
82
|
-
"karma-sinon-chai": "^1.3.1",
|
|
83
|
-
"karma-sourcemap-loader": "^0.3.7",
|
|
84
|
-
"karma-spec-reporter": "0.0.31",
|
|
85
|
-
"karma-webpack": "^2.0.2",
|
|
86
|
-
"ldap-clients": "3.0.18",
|
|
87
|
-
"material-client": "^1.1.2",
|
|
88
|
-
"mkdirp": "^0.5.1",
|
|
89
|
-
"mocha": "^3.2.0",
|
|
90
|
-
"ncp": "^2.0.0",
|
|
91
|
-
"nightwatch": "^0.8.18",
|
|
92
|
-
"rimraf": "^2.5.0",
|
|
93
|
-
"sale-client": "^1.4.33",
|
|
94
|
-
"selenium-server": "2.52.0",
|
|
95
|
-
"sinon": "^2.1.0",
|
|
96
|
-
"sinon-chai": "^2.8.0",
|
|
97
|
-
"style": "0.0.3",
|
|
98
|
-
"style-loader": "^0.20.3",
|
|
99
|
-
"system-clients": "3.2.67",
|
|
100
|
-
"system-phone": "1.2.87-ycapply-7",
|
|
101
|
-
"url-loader": "^0.5.7",
|
|
102
|
-
"vue-client": "1.24.52",
|
|
103
|
-
"vue-hot-reload-api": "^1.2.0",
|
|
104
|
-
"vue-html-loader": "^1.0.0",
|
|
105
|
-
"vue-loader": "^8.2.1",
|
|
106
|
-
"vue-resource": "^1.5.0",
|
|
107
|
-
"vue-router": "^0.7.13",
|
|
108
|
-
"vue-strap": "^1.0.9",
|
|
109
|
-
"vue-style-loader": "^1.0.0",
|
|
110
|
-
"vue-validator": "^2.1.7",
|
|
111
|
-
"vux": "^2.9.4",
|
|
112
|
-
"webpack": "^1.12.2",
|
|
113
|
-
"webpack-dev-middleware": "^1.4.0",
|
|
114
|
-
"webpack-hot-middleware": "^2.6.0",
|
|
115
|
-
"webpack-merge": "^0.8.3",
|
|
116
|
-
"weixin-js-sdk": "^1.2.0",
|
|
117
|
-
"weixin-manage-client": "1.0.56"
|
|
118
|
-
}
|
|
119
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "apply-clients",
|
|
3
|
+
"version": "7.1.36-yuchuan-4.1",
|
|
4
|
+
"description": "报建前端模块",
|
|
5
|
+
"main": "src/index.js",
|
|
6
|
+
"directories": {
|
|
7
|
+
"example": "examples",
|
|
8
|
+
"test": "test"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"unit": "karma start test/unit/karma.conf.js",
|
|
12
|
+
"example": "node build/example-server.js",
|
|
13
|
+
"dev": "node build/dev-server.js",
|
|
14
|
+
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
15
|
+
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
16
|
+
"buildandroid": "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",
|
|
17
|
+
"e2e": "node test/e2e/runner.js",
|
|
18
|
+
"release": "bash build/release.sh"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://gitee.com/aote/ApplyInstall.git"
|
|
23
|
+
},
|
|
24
|
+
"keywords": [
|
|
25
|
+
"ApplyInstall"
|
|
26
|
+
],
|
|
27
|
+
"author": "zx <939981212@qq.com>",
|
|
28
|
+
"license": "ISC",
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
31
|
+
"@logicflow/core": "^0.4.3",
|
|
32
|
+
"co": "4.6.0",
|
|
33
|
+
"happypack": "^5.0.1",
|
|
34
|
+
"jsencrypt": "3.0.0-rc.1",
|
|
35
|
+
"less": "^2.7.1",
|
|
36
|
+
"less-loader": "^2.2.3",
|
|
37
|
+
"lib-flexible": "^0.3.2",
|
|
38
|
+
"px2rem-loader": "^0.1.9",
|
|
39
|
+
"qrcodejs2": "0.0.2",
|
|
40
|
+
"vue": "^1.0.17",
|
|
41
|
+
"vue-amap": "^0.5.10",
|
|
42
|
+
"vue-bubble": "^1.0.3"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"babel-core": "^6.0.0",
|
|
46
|
+
"babel-loader": "^6.0.0",
|
|
47
|
+
"babel-plugin-transform-runtime": "^6.0.0",
|
|
48
|
+
"babel-preset-es2015": "^6.0.0",
|
|
49
|
+
"babel-preset-stage-2": "^6.0.0",
|
|
50
|
+
"chai": "^3.5.0",
|
|
51
|
+
"connect-history-api-fallback": "^1.1.0",
|
|
52
|
+
"cross-env": "^1.0.7",
|
|
53
|
+
"cross-spawn": "^2.1.5",
|
|
54
|
+
"css-loader": "^0.23.0",
|
|
55
|
+
"echarts": "^4.1.0",
|
|
56
|
+
"eslint": "^2.0.0",
|
|
57
|
+
"eslint-config-standard": "^5.1.0",
|
|
58
|
+
"eslint-friendly-formatter": "^1.2.2",
|
|
59
|
+
"eslint-loader": "^1.3.0",
|
|
60
|
+
"eslint-plugin-html": "^1.3.0",
|
|
61
|
+
"eslint-plugin-promise": "^1.0.8",
|
|
62
|
+
"eslint-plugin-standard": "^1.3.2",
|
|
63
|
+
"eslint-plugin-vue": "^0.1.1",
|
|
64
|
+
"eventsource-polyfill": "^0.9.6",
|
|
65
|
+
"express": "^4.17.0",
|
|
66
|
+
"extract-text-webpack-plugin": "^1.0.1",
|
|
67
|
+
"fadada-clients": "1.0.19",
|
|
68
|
+
"file-loader": "^0.8.4",
|
|
69
|
+
"form-create": "^1.6.6",
|
|
70
|
+
"function-bind": "^1.0.2",
|
|
71
|
+
"html-webpack-plugin": "^2.8.1",
|
|
72
|
+
"http-proxy-middleware": "^0.11.0",
|
|
73
|
+
"inject-loader": "^2.0.1",
|
|
74
|
+
"isparta-loader": "^2.0.0",
|
|
75
|
+
"jasmine-core": "^2.4.1",
|
|
76
|
+
"jquery": "^3.3.1",
|
|
77
|
+
"json-loader": "^0.5.4",
|
|
78
|
+
"karma": "^1.4.1",
|
|
79
|
+
"karma-chrome-launcher": "^2.2.0",
|
|
80
|
+
"karma-coverage": "^1.1.1",
|
|
81
|
+
"karma-mocha": "^1.3.0",
|
|
82
|
+
"karma-sinon-chai": "^1.3.1",
|
|
83
|
+
"karma-sourcemap-loader": "^0.3.7",
|
|
84
|
+
"karma-spec-reporter": "0.0.31",
|
|
85
|
+
"karma-webpack": "^2.0.2",
|
|
86
|
+
"ldap-clients": "3.0.18",
|
|
87
|
+
"material-client": "^1.1.2",
|
|
88
|
+
"mkdirp": "^0.5.1",
|
|
89
|
+
"mocha": "^3.2.0",
|
|
90
|
+
"ncp": "^2.0.0",
|
|
91
|
+
"nightwatch": "^0.8.18",
|
|
92
|
+
"rimraf": "^2.5.0",
|
|
93
|
+
"sale-client": "^1.4.33",
|
|
94
|
+
"selenium-server": "2.52.0",
|
|
95
|
+
"sinon": "^2.1.0",
|
|
96
|
+
"sinon-chai": "^2.8.0",
|
|
97
|
+
"style": "0.0.3",
|
|
98
|
+
"style-loader": "^0.20.3",
|
|
99
|
+
"system-clients": "3.2.67",
|
|
100
|
+
"system-phone": "1.2.87-ycapply-7",
|
|
101
|
+
"url-loader": "^0.5.7",
|
|
102
|
+
"vue-client": "1.24.52",
|
|
103
|
+
"vue-hot-reload-api": "^1.2.0",
|
|
104
|
+
"vue-html-loader": "^1.0.0",
|
|
105
|
+
"vue-loader": "^8.2.1",
|
|
106
|
+
"vue-resource": "^1.5.0",
|
|
107
|
+
"vue-router": "^0.7.13",
|
|
108
|
+
"vue-strap": "^1.0.9",
|
|
109
|
+
"vue-style-loader": "^1.0.0",
|
|
110
|
+
"vue-validator": "^2.1.7",
|
|
111
|
+
"vux": "^2.9.4",
|
|
112
|
+
"webpack": "^1.12.2",
|
|
113
|
+
"webpack-dev-middleware": "^1.4.0",
|
|
114
|
+
"webpack-hot-middleware": "^2.6.0",
|
|
115
|
+
"webpack-merge": "^0.8.3",
|
|
116
|
+
"weixin-js-sdk": "^1.2.0",
|
|
117
|
+
"weixin-manage-client": "1.0.56"
|
|
118
|
+
}
|
|
119
|
+
}
|
package/src/apply.js
CHANGED
|
@@ -48,6 +48,12 @@ export default function () {
|
|
|
48
48
|
Vue.component('installinfoselect', (resolve) => { require(['./components/product/Function/InstallInfoSelect'], resolve) })
|
|
49
49
|
// 报建菜单页面控制层
|
|
50
50
|
Vue.component('function-service-control', (resolve) => { require(['./components/product/Function/Service/FunctionServiceControl'], resolve) })
|
|
51
|
+
// 公建数据推送业务
|
|
52
|
+
Vue.component('gongjian-apply-manage', (resolve) => { require(['./components/product/GongJianPush/ApplyPushManage'], resolve) })
|
|
53
|
+
// 报建数据列表
|
|
54
|
+
Vue.component('gongjian-apply-list', (resolve) => { require(['./components/product/GongJianPush/ApplyPushList'], resolve) })
|
|
55
|
+
// 报建数据详情
|
|
56
|
+
Vue.component('gongjian-apply-dispose', (resolve) => { require(['./components/product/GongJianPush/ApplyPushDispose'], resolve) })
|
|
51
57
|
|
|
52
58
|
// 终止报建页面入口
|
|
53
59
|
Vue.component('stop-apply', (resolve) => { require(['./components/product/Stop/StopApply'], resolve) })
|
|
@@ -112,6 +118,8 @@ export default function () {
|
|
|
112
118
|
Vue.component('apply-map-location', (resolve) => { require(['./components/product/ApplyMap/ApplyMapLocation'], resolve) })
|
|
113
119
|
// 收费标准票据
|
|
114
120
|
Vue.component('apply-printCharge', (resolve) => { require(['./components/product/Process/Processes/Print/printCharge'], resolve) })
|
|
121
|
+
// 报报建类型为改线业务,在核算费用环节添加打印预览的功能。
|
|
122
|
+
Vue.component('apply-gx-printCharge', (resolve) => { require(['./components/product/Process/Processes/Print/printGaiXianCharge.vue'], resolve) })
|
|
115
123
|
// 气量核算票据
|
|
116
124
|
Vue.component('apply-printpaymentapproval', (resolve) => { require(['./components/product/Process/Processes/Print/printPaymentApproval'], resolve) })
|
|
117
125
|
// 气量核算付款事由票据
|
|
@@ -140,8 +148,12 @@ export default function () {
|
|
|
140
148
|
// 用户管理部未通气月报表
|
|
141
149
|
Vue.component('apply-gongchengbu', (resolve) => { require(['./components/product/Report/gongchengbu.vue'], resolve) })
|
|
142
150
|
// 改线业务信息列表
|
|
143
|
-
Vue.component('apply-gai-xian-search', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeSearch.vue'], resolve) })
|
|
144
|
-
Vue.component('apply-gai-xian-list', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue'], resolve) })
|
|
151
|
+
Vue.component('apply-gai-xian-search', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeSearch.vue'], resolve) }),
|
|
152
|
+
Vue.component('apply-gai-xian-list', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue'], resolve) }),
|
|
145
153
|
// 流程时间环节
|
|
146
|
-
Vue.component('apply-defname-time', (resolve) => { require(['./components/product/List/ShowAllActivity.vue'], resolve) })
|
|
154
|
+
Vue.component('apply-defname-time', (resolve) => { require(['./components/product/List/ShowAllActivity.vue'], resolve) }),
|
|
155
|
+
Vue.component('apply-adjustment-record', (resolve) => { require(['./components/product/records/AdjustmentRecordList.vue'], resolve) }),
|
|
156
|
+
// 费用调整记录
|
|
157
|
+
Vue.component('Apply-gaiXian-view-list', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianViewList'], resolve) })
|
|
158
|
+
Vue.component('old-apply-devices-show', (resolve) => { require(['./components/product/List/OldShowDevices.vue'], resolve) })
|
|
147
159
|
}
|
package/src/applyAndroid.js
CHANGED
|
@@ -40,6 +40,11 @@ export default function () {
|
|
|
40
40
|
Vue.component('show-build', (resolve) => { require(['./components/android/Task/ShiGongXinXi/ShowBuild'], resolve) })
|
|
41
41
|
// 施工信息控制层
|
|
42
42
|
Vue.component('app-build-user', (resolve) => { require(['./components/android/Task/ShiGongXinXi/AppShowBuildUser'], resolve) })
|
|
43
|
+
// 已办信息
|
|
44
|
+
Vue.component('show-done', (resolve) => { require(['./components/android/Task/yiban/ShowDone'], resolve) })
|
|
45
|
+
// 已办信息控制层
|
|
46
|
+
Vue.component('app-satisfaction-show', (resolve) => { require(['./components/android/Task/yiban/satisfactionShow'], resolve) })
|
|
47
|
+
Vue.component('app-build-done', (resolve) => { require(['./components/android/Task/yiban/AppShowDone'], resolve) })
|
|
43
48
|
// 施工通气
|
|
44
49
|
Vue.component('app-build-ignition', (resolve) => { require(['./components/android/Task/BuildIgnition/BuildIgnition'], resolve) })
|
|
45
50
|
|
|
@@ -84,4 +89,8 @@ export default function () {
|
|
|
84
89
|
Vue.component('app-exploration-guan-xian', (resolve) => { require(['./components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue'], resolve) })
|
|
85
90
|
// 管线建设
|
|
86
91
|
Vue.component('app-guan-xian-cailiao', (resolve) => { require(['./components/android/Task/GuanXianJianShe/AppGuanXianCaiLiao.vue'], resolve) })
|
|
92
|
+
// 铅封管理
|
|
93
|
+
Vue.component('seal-manage', (resolve) => { require(['./components/android/SealManage'], resolve) })
|
|
94
|
+
// 铅封绑定
|
|
95
|
+
Vue.component('seal-bind', (resolve) => { require(['./components/android/SealBind'], resolve) })
|
|
87
96
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
</div>
|
|
20
20
|
<div class="form-group row">
|
|
21
21
|
<div class="col-xs-12">
|
|
22
|
-
<textarea rows="26" cols="
|
|
22
|
+
<textarea rows="26" cols="30" readonly=true v-if="selectdata.f_apply_type === '民用报建'" style="align: left">
|
|
23
23
|
我单位/本人自愿委托贵公司作为一体化服务单位,组织实施我单位/本人所属天然气设施建设工程,包括天然气设施建设工程勘察、设计、施工、监理、竣工验收和材料供应等相关事宜。
|
|
24
24
|
安装天然气若遇邻居阻挡时由我单位/本人协调解决,否则不予勘设安装。我单位/本人签字后即认为同意。
|
|
25
25
|
设计员已向我单位/本人说明安装位置及条件,后期不得自行变更。
|
|
26
26
|
|
|
27
27
|
</textarea>
|
|
28
|
-
<textarea rows="26" cols="
|
|
28
|
+
<textarea rows="26" cols="30" readonly=true v-if="selectdata.f_apply_type === '非民用报建'">
|
|
29
29
|
|
|
30
30
|
我单位/本人自愿委托贵公司作为一体化服务单位,组织实施我单位/本人所属天然气设施建设工程,包括天然气设施建设工程勘察、设计、施工、监理、竣工验收、材料供应和燃气泄露报警器、安全自动切断装置等相关事宜。
|
|
31
31
|
安装天然气若遇邻居阻挡时由我单位/本人协调解决,否则不予勘设安装。
|
|
@@ -102,7 +102,7 @@ export default {
|
|
|
102
102
|
this.notification = false
|
|
103
103
|
this.sign()
|
|
104
104
|
},
|
|
105
|
-
sign
|
|
105
|
+
sign() {
|
|
106
106
|
this.delAudioFile(this.f_sign_path)
|
|
107
107
|
this.fileName = guid() + '.jpg'
|
|
108
108
|
HostApp.__callback__ = this.signCallback
|
|
@@ -118,10 +118,13 @@ export default {
|
|
|
118
118
|
console.log('==============签字回调============')
|
|
119
119
|
console.log(signPath)
|
|
120
120
|
HostApp.__this__.$set(prop, signPath)
|
|
121
|
+
|
|
122
|
+
|
|
121
123
|
console.log(HostApp.__this__.f_sign_path)
|
|
122
124
|
|
|
123
125
|
HostApp.__this__.uploadFile()
|
|
124
126
|
|
|
127
|
+
|
|
125
128
|
HostApp.__callback__ = null
|
|
126
129
|
HostApp.__this__ = null
|
|
127
130
|
},
|
|
@@ -135,8 +138,8 @@ export default {
|
|
|
135
138
|
fremarks: '报装手机签字文件',
|
|
136
139
|
fileName: HostApp.__this__.fileName,
|
|
137
140
|
fileUrl: HostApp.__this__.f_sign_path,
|
|
141
|
+
f_apply_type:HostApp.__this__.selectdata.f_apply_type,
|
|
138
142
|
}
|
|
139
|
-
|
|
140
143
|
console.log('-----------bzLogic-----------------')
|
|
141
144
|
console.log(JSON.stringify(data))
|
|
142
145
|
let res = HostApp.bzLogic({
|
|
@@ -152,7 +152,7 @@ export default {
|
|
|
152
152
|
let condition = ''
|
|
153
153
|
|
|
154
154
|
condition = `f_blobid= '${this.headers.blodid}' `
|
|
155
|
-
if (this.headers.defname.indexOf('单位签字')){
|
|
155
|
+
if (this.headers.defname &&this.headers.defname.indexOf('单位签字')){
|
|
156
156
|
let http = new HttpResetClass()
|
|
157
157
|
let data = {
|
|
158
158
|
tablename: 't_apply_sign',
|
|
@@ -220,43 +220,50 @@ export default {
|
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
async applyVentilate () {
|
|
223
|
-
|
|
224
|
-
|
|
223
|
+
let res = await this.$showMessage('是否需要继续此次操作')
|
|
224
|
+
if (res === 'cancel') {
|
|
225
225
|
return
|
|
226
|
+
}else{
|
|
227
|
+
if (this.model.f_ignition_trouble === '有隐患'){
|
|
228
|
+
this.$showMessage("隐患未消除,无法提交")
|
|
229
|
+
return
|
|
230
|
+
}
|
|
231
|
+
let http = new HttpResetClass()
|
|
232
|
+
let data = {
|
|
233
|
+
selectdata: this.selectdata,
|
|
234
|
+
user: Vue.user
|
|
235
|
+
}
|
|
236
|
+
let res = await http.load(
|
|
237
|
+
'POST',
|
|
238
|
+
`${this.$androidUtil.getProxyUrl()}/rs/logic/applyVentilate`,
|
|
239
|
+
{data: data},
|
|
240
|
+
{resolveMsg: null, rejectMsg: `操作失败!!!`}
|
|
241
|
+
)
|
|
242
|
+
// 返回上层
|
|
243
|
+
this.$dispatch('confirm')
|
|
226
244
|
}
|
|
227
|
-
let http = new HttpResetClass()
|
|
228
|
-
let data = {
|
|
229
|
-
selectdata: this.selectdata,
|
|
230
|
-
user: Vue.user
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
let res = await http.load(
|
|
234
|
-
'POST',
|
|
235
|
-
`${this.$androidUtil.getProxyUrl()}/rs/logic/applyVentilate`,
|
|
236
|
-
{data: data},
|
|
237
|
-
{resolveMsg: null, rejectMsg: `操作失败!!!`}
|
|
238
|
-
)
|
|
239
|
-
|
|
240
|
-
// 返回上层
|
|
241
|
-
this.$dispatch('confirm')
|
|
242
245
|
},
|
|
243
246
|
async saveApplyVentilate () {
|
|
244
|
-
let
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
247
|
+
let res = await this.$showMessage('是否需要继续此次操作')
|
|
248
|
+
if (res === 'cancel') {
|
|
249
|
+
return
|
|
250
|
+
}else{
|
|
251
|
+
let http = new HttpResetClass()
|
|
252
|
+
let data = {
|
|
253
|
+
selectdata: this.selectdata,
|
|
254
|
+
user: Vue.user,
|
|
255
|
+
model:this.model
|
|
256
|
+
}
|
|
257
|
+
let res = await http.load(
|
|
258
|
+
'POST',
|
|
259
|
+
`${this.$androidUtil.getProxyUrl()}/rs/logic/saveApplyVentilate`,
|
|
260
|
+
{data: data},
|
|
261
|
+
{resolveMsg: null, rejectMsg: `操作失败!!!`}
|
|
262
|
+
)
|
|
263
|
+
// 刷新
|
|
264
|
+
this.$dispatch('confirm')
|
|
249
265
|
}
|
|
250
266
|
|
|
251
|
-
let res = await http.load(
|
|
252
|
-
'POST',
|
|
253
|
-
`${this.$androidUtil.getProxyUrl()}/rs/logic/saveApplyVentilate`,
|
|
254
|
-
{data: data},
|
|
255
|
-
{resolveMsg: null, rejectMsg: `操作失败!!!`}
|
|
256
|
-
)
|
|
257
|
-
|
|
258
|
-
// 刷新
|
|
259
|
-
this.$dispatch('confirm')
|
|
260
267
|
},
|
|
261
268
|
async cleanTrouble () {
|
|
262
269
|
let http = new HttpResetClass()
|
|
@@ -35,7 +35,7 @@ Date.prototype.Format = function (fmt) {
|
|
|
35
35
|
}
|
|
36
36
|
export default {
|
|
37
37
|
title: '报建流程业务控制层',
|
|
38
|
-
props: ['selectdata'],
|
|
38
|
+
props: ['selectdata', 'title'],
|
|
39
39
|
data() {
|
|
40
40
|
return {
|
|
41
41
|
json_datas: null,
|
|
@@ -52,6 +52,7 @@ export default {
|
|
|
52
52
|
methods: {
|
|
53
53
|
async refurbish() {
|
|
54
54
|
this.showview = false
|
|
55
|
+
let title=this.title
|
|
55
56
|
let data = {
|
|
56
57
|
workname: this.selectdata.processname
|
|
57
58
|
}
|
|
@@ -156,7 +157,7 @@ export default {
|
|
|
156
157
|
item.value = []
|
|
157
158
|
}
|
|
158
159
|
}
|
|
159
|
-
if(this.selectdata.defname === '施工信息'){
|
|
160
|
+
if(this.selectdata.defname === '施工信息'||this.title === '已办信息'){
|
|
160
161
|
item.readonly = true
|
|
161
162
|
item.disabled = true
|
|
162
163
|
}
|
|
@@ -178,6 +179,7 @@ export default {
|
|
|
178
179
|
})
|
|
179
180
|
}
|
|
180
181
|
}
|
|
182
|
+
|
|
181
183
|
// 初始化onetomany
|
|
182
184
|
if (this.selectdata.onetomany) {
|
|
183
185
|
for (const item of this.selectdata.onetomany) {
|
|
@@ -304,7 +306,7 @@ export default {
|
|
|
304
306
|
})
|
|
305
307
|
}
|
|
306
308
|
}
|
|
307
|
-
if(this.selectdata.defname === '施工信息'){
|
|
309
|
+
if(this.selectdata.defname === '施工信息'||this.title=== '已办信息'){
|
|
308
310
|
this.selectdata.buttons = null
|
|
309
311
|
}
|
|
310
312
|
if (this.selectdata.f_apply_nature === '散户' && this.selectdata.defname === '现场勘察') {
|
|
@@ -501,6 +503,10 @@ export default {
|
|
|
501
503
|
)
|
|
502
504
|
|
|
503
505
|
this.selectdata = res.data[0]
|
|
506
|
+
this.selectdata.f_building=this.show_data.f_building
|
|
507
|
+
this.selectdata.f_unit=this.show_data.f_unit
|
|
508
|
+
this.selectdata.f_room=this.show_data.f_room
|
|
509
|
+
this.selectdata.pageIndex=this.show_data.pageIndex
|
|
504
510
|
} else {
|
|
505
511
|
this.selectdata = servicedata
|
|
506
512
|
}
|
|
@@ -1119,7 +1125,7 @@ export default {
|
|
|
1119
1125
|
this.setLabelOptions('气表型号', [{label: '无', value: 'null'}])
|
|
1120
1126
|
return
|
|
1121
1127
|
}
|
|
1122
|
-
|
|
1128
|
+
let data = {
|
|
1123
1129
|
f_gasbrand_id: this.show_data.f_meter_brand
|
|
1124
1130
|
}
|
|
1125
1131
|
let res = await http.load(
|
|
@@ -1284,7 +1290,28 @@ export default {
|
|
|
1284
1290
|
},
|
|
1285
1291
|
async 'button'() {
|
|
1286
1292
|
if (this.show_data.button.before) {
|
|
1287
|
-
|
|
1293
|
+
//判断当前环节
|
|
1294
|
+
if(this.show_data.defname=='现场勘察'||this.show_data.defname=='工程派工' ||this.show_data.defname=='工程施工'||this.show_data.defname=='点火通气' ||this.show_data.defname=='监理单位派工' ||this.show_data.defname=='工程队派工' ||this.show_data.defname=='检测单位签字' ||this.show_data.defname=='土建单位签字' ||this.show_data.defname=='监理单位签字' ||this.show_data.defname=='建设单位签字'){
|
|
1295
|
+
if(this.show_data.button.button_name=='提交' || this.show_data.button.button_name=='保存' || this.show_data.button.button_name=='退回'){
|
|
1296
|
+
let res = await this.$showMessage('是否需要继续此次操作')
|
|
1297
|
+
if (res === 'cancel') {
|
|
1298
|
+
return
|
|
1299
|
+
}else{
|
|
1300
|
+
await this[this.show_data.button.before]()
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
}else{
|
|
1305
|
+
//判断当前环节
|
|
1306
|
+
if(this.show_data.defname=='现场勘察'||this.show_data.defname=='工程派工' ||this.show_data.defname=='工程施工'||this.show_data.defname=='点火通气' ||this.show_data.defname=='监理单位派工' ||this.show_data.defname=='工程队派工'){
|
|
1307
|
+
if(this.show_data.button.button_name=='提交' || this.show_data.button.button_name=='保存' || this.show_data.button.button_name=='退回'){
|
|
1308
|
+
let res = await this.$showMessage('是否需要继续此次操作')
|
|
1309
|
+
if (res === 'cancel') {
|
|
1310
|
+
return
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1288
1315
|
}
|
|
1289
1316
|
// 点击重置按钮就重置数据
|
|
1290
1317
|
if (this.show_data.button.button_name === '重置') {
|