apply-clients 7.1.36-1 → 7.1.36-yuchuan-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 +8 -2
- package/dist-android.7z +0 -0
- package/dist.7z +0 -0
- package/package.json +1 -1
- package/src/apply.js +31 -4
- package/src/applyAndroid.js +5 -0
- package/src/components/android/AppSign.vue +13 -10
- package/src/components/android/Process/AppExplorationUser.vue +454 -454
- package/src/components/android/Process/AppServiceControl.vue +3 -3
- package/src/components/android/Process/Processes/AppChaiChuInfo.vue +546 -0
- package/src/components/android/Process/Processes/AppDevicesManagement.vue +2 -1
- package/src/components/android/Process/Processes/AppInstallationDetails.vue +69 -20
- package/src/components/android/Process/Processes/newAppDevicesManagement.vue +2 -1
- package/src/components/android/Process/Processes/newAppInstallationDetails.vue +5 -5
- package/src/components/android/Supervisory/AppProcessSupervisory.vue +334 -298
- package/src/components/android/Task/ShenHe/BuZhangShenHe.vue +64 -0
- package/src/components/android/Task/ShenHe/JingLiShenHe.vue +64 -0
- package/src/components/product/ApplyCharge/ApplyChargeList.vue +27 -0
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +198 -0
- package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeSearch.vue +30 -0
- package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +235 -0
- package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +323 -0
- package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +144 -0
- package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -0
- package/src/components/product/ApplyGuanXian/TabButton.vue +157 -0
- package/src/components/product/ApplyGuanXian/Tabs.vue +67 -0
- package/src/components/product/Function/InstallInfoSelect.vue +3 -4
- package/src/components/product/Function/Service/FunctionServiceControl.vue +475 -475
- package/src/components/product/Ignition/IgnitionList.vue +236 -232
- package/src/components/product/Ignition/IgnitionListManage.vue +69 -28
- package/src/components/product/Ignition/IgnitionRecord.vue +56 -17
- package/src/components/product/List/ShowDevices.vue +279 -277
- package/src/components/product/Print/OrderPrint/printChaiChuOrder.vue +260 -0
- package/src/components/product/Process/ExplorationSelect.vue +580 -566
- package/src/components/product/Process/ExplorationUser.vue +158 -155
- package/src/components/product/Process/NewExplorationUser.vue +184 -0
- package/src/components/product/Process/Processes/ApplyChaiChuInfo.vue +587 -0
- package/src/components/product/Process/Processes/InstallationDetails.vue +86 -33
- package/src/components/product/Process/Processes/Print/printCharge.vue +5 -1
- package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +224 -221
- package/src/components/product/Process/Processes/Print/printPaymentSubject.vue +170 -0
- package/src/components/product/Process/Processes/chargeManagement.vue +24 -6
- package/src/components/product/Process/Processes/devicesManagement.vue +2 -1
- package/src/components/product/Process/Processes/newInstallationDetails.vue +3 -3
- package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -0
- package/src/components/product/Process/Service/ServiceControl.vue +169 -14
- package/src/components/product/Report/ReportItems.vue +79 -0
- package/src/components/product/Report/apply-stair-anzhuang.vue +361 -0
- package/src/components/product/Report/apply-stair-kaifa.vue +138 -0
- package/src/components/product/Report/apply-stair-tongqi.vue +137 -0
- package/src/components/product/Report/apply-stair-wtongqi.vue +138 -0
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +37 -8
- package/src/components/product/Supervisory/SupervisoryList.vue +77 -26
- package/static/images/lefticon//347/273/274/345/220/210/344/270/232/345/212/241.png +0 -0
- package/static/images/lefticon//347/273/274/345/220/210/346/237/245/350/257/242.png +0 -0
package/build/dev-server.js
CHANGED
|
@@ -10,8 +10,8 @@ var compiler = webpack(config)
|
|
|
10
10
|
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
11
|
// var ldap = 'http://193.168.1.64:8082'
|
|
12
12
|
var ldap = 'http://193.168.1.6:8082'
|
|
13
|
-
|
|
14
|
-
var applyinstall = 'http://193.168.1.44:
|
|
13
|
+
var applyinstall = 'http://127.0.0.1:8080'
|
|
14
|
+
// var applyinstall = 'http://193.168.1.44:8600'
|
|
15
15
|
var fadada = 'http://127.0.0.1:8181'
|
|
16
16
|
// var fadada = 'http://193.168.1.44:8400'
|
|
17
17
|
|
|
@@ -100,6 +100,12 @@ var proxyTable = {
|
|
|
100
100
|
'/project': { // 文件回显
|
|
101
101
|
target: applyinstall
|
|
102
102
|
},
|
|
103
|
+
'/rs/apply': {
|
|
104
|
+
target: applyinstall,
|
|
105
|
+
pathRewrite: {
|
|
106
|
+
'^/rs/apply': '/rs'
|
|
107
|
+
}
|
|
108
|
+
},
|
|
103
109
|
'/rs': {
|
|
104
110
|
target: applyinstall
|
|
105
111
|
},
|
package/dist-android.7z
CHANGED
|
Binary file
|
package/dist.7z
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/apply.js
CHANGED
|
@@ -11,6 +11,7 @@ export default function () {
|
|
|
11
11
|
/** 报建流程业务 **/
|
|
12
12
|
// 报建流程业务总入口
|
|
13
13
|
Vue.component('exploration-user', (resolve) => { require(['./components/product/Process/ExplorationUser'], resolve) })
|
|
14
|
+
Vue.component('new-exploration-user', (resolve) => { require(['./components/product/Process/NewExplorationUser'], resolve) })
|
|
14
15
|
// 报建流程业务总入口页面list布局
|
|
15
16
|
Vue.component('exploration-select', (resolve) => { require(['./components/product/Process/ExplorationSelect'], resolve) })
|
|
16
17
|
// 业务tab(control层)页
|
|
@@ -57,15 +58,16 @@ export default function () {
|
|
|
57
58
|
Vue.component('print-build-order', (resolve) => { require(['./components/product/Print/BuildOrder/printBuildOrder'], resolve) })
|
|
58
59
|
Vue.component('print-gai-order', (resolve) => { require(['./components/product/Print/BuildOrder/printGaiXianOrder'], resolve) })
|
|
59
60
|
Vue.component('print-gaixian-order', (resolve) => { require(['./components/product/Print/OrderPrint/GaiXianOrder'], resolve) })
|
|
61
|
+
Vue.component('print-chaichu-order', (resolve) => { require(['./components/product/Print/OrderPrint/printChaiChuOrder'], resolve) })
|
|
60
62
|
|
|
61
63
|
/** 点火派单 **/
|
|
62
64
|
Vue.component('ignition-dispatch', (resolve) => { require(['./components/product/Ignition/IgnitionDispatch'], resolve) })
|
|
63
65
|
Vue.component('ignition-record', (resolve) => { require(['./components/product/Ignition/IgnitionRecord'], resolve) })
|
|
64
|
-
Vue.component('ignition-list', (resolve) => { require(['./components/product/Ignition/IgnitionList'], resolve) })
|
|
65
|
-
Vue.component('ignition-list
|
|
66
|
+
// Vue.component('ignition-list', (resolve) => { require(['./components/product/Ignition/IgnitionList'], resolve) })
|
|
67
|
+
Vue.component('ignition-list', (resolve) => { require(['./components/product/Ignition/IgnitionListManage'], resolve) })
|
|
66
68
|
|
|
67
69
|
// 地址管理
|
|
68
|
-
Vue.component('apply-
|
|
70
|
+
Vue.component('apply-chai-chu-management', (resolve) => { require(['./components/product/Process/Processes/ApplyChaiChuInfo.vue'], resolve) })
|
|
69
71
|
// 施工安装明细
|
|
70
72
|
Vue.component('installation-details', (resolve) => { require(['./components/product/Process/Processes/InstallationDetails'], resolve) })
|
|
71
73
|
// 收费管理
|
|
@@ -78,6 +80,8 @@ export default function () {
|
|
|
78
80
|
Vue.component('select-userinfo', (resolve) => { require(['./components/product/Process/Processes/selectUserinfo'], resolve) })
|
|
79
81
|
// 选择用户信息
|
|
80
82
|
Vue.component('select-oldUserinfo', (resolve) => { require(['./components/product/Process/Processes/selectOldUserinfo'], resolve) })
|
|
83
|
+
// 选择需要拆除的用户信息
|
|
84
|
+
Vue.component('select-chaichu-userinfo', (resolve) => { require(['./components/product/Process/Processes/selectChaiChuUserinfo'], resolve) })
|
|
81
85
|
// 选择报建项目
|
|
82
86
|
Vue.component('select-apply', (resolve) => { require(['./components/product/Process/Processes/selectApply'], resolve) })
|
|
83
87
|
// 设备管理
|
|
@@ -101,9 +105,32 @@ export default function () {
|
|
|
101
105
|
Vue.component('apply-map-location', (resolve) => { require(['./components/product/ApplyMap/ApplyMapLocation'], resolve) })
|
|
102
106
|
// 收费标准票据
|
|
103
107
|
Vue.component('apply-printCharge', (resolve) => { require(['./components/product/Process/Processes/Print/printCharge'], resolve) })
|
|
104
|
-
//
|
|
108
|
+
// 气量核算票据
|
|
105
109
|
Vue.component('apply-printpaymentapproval', (resolve) => { require(['./components/product/Process/Processes/Print/printPaymentApproval'], resolve) })
|
|
110
|
+
// 气量核算付款事由票据
|
|
111
|
+
Vue.component('apply-printpayment—subject', (resolve) => { require(['./components/product/Process/Processes/Print/printPaymentSubject'], resolve) })
|
|
106
112
|
// 设备变更
|
|
107
113
|
Vue.component('new-apply-devices-management', (resolve) => { require(['./components/product/Process/Processes/newDevicesManagement'], resolve) })
|
|
108
114
|
Vue.component('new-installation-details', (resolve) => { require(['./components/product/Process/Processes/newInstallationDetails'], resolve) })
|
|
115
|
+
// 管线建设登记
|
|
116
|
+
Vue.component('guan-xian-exploration-user', (resolve) => { require(['./components/product/ApplyGuanXian/GuanXianExplorationUser'], resolve) })
|
|
117
|
+
Vue.component('guan-xian-exploration-select', (resolve) => { require(['./components/product/ApplyGuanXian/GuanXianExplorationSelect'], resolve) })
|
|
118
|
+
Vue.component('guan-xian-cailiao', (resolve) => { require(['./components/product/ApplyGuanXian/GuanXianCaiLiao'], resolve) })
|
|
119
|
+
Vue.component('guan-xian-supervisoryh-cart', (resolve) => { require(['./components/product/ApplyGuanXian/GuanXianSupervisoryhCart'], resolve) })
|
|
120
|
+
|
|
121
|
+
Vue.component('tabs', (resolve) => { require(['./components/product/ApplyGuanXian/Tabs'], resolve) })
|
|
122
|
+
Vue.component('tab-button', (resolve) => { require(['./components/product/ApplyGuanXian/TabButton'], resolve) })
|
|
123
|
+
// 报表
|
|
124
|
+
Vue.component('apply-report-items', (resolve) => { require(['./components/product/Report/ReportItems.vue'], resolve) })
|
|
125
|
+
// 每月安装收入明细表
|
|
126
|
+
Vue.component('apply-stair-anzhuang', (resolve) => { require(['./components/product/Report/apply-stair-anzhuang.vue'], resolve) })
|
|
127
|
+
// 用户管理部通气月报表
|
|
128
|
+
Vue.component('apply-stair-tongqi', (resolve) => { require(['./components/product/Report/apply-stair-tongqi.vue'], resolve) })
|
|
129
|
+
// 市场开发部月度报表
|
|
130
|
+
Vue.component('apply-stair-kaifa', (resolve) => { require(['./components/product/Report/apply-stair-kaifa.vue'], resolve) })
|
|
131
|
+
// 用户管理部未通气月报表
|
|
132
|
+
Vue.component('apply-stair-wtongqi', (resolve) => { require(['./components/product/Report/apply-stair-wtongqi.vue'], resolve) })
|
|
133
|
+
// 改线业务信息列表
|
|
134
|
+
Vue.component('apply-gai-xian-search', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeSearch.vue'], resolve) })
|
|
135
|
+
Vue.component('apply-gai-xian-list', (resolve) => { require(['./components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue'], resolve) })
|
|
109
136
|
}
|
package/src/applyAndroid.js
CHANGED
|
@@ -73,4 +73,9 @@ export default function () {
|
|
|
73
73
|
// 设备变更
|
|
74
74
|
Vue.component('new-app-installation-details', (resolve) => { require(['./components/android/Process/Processes/newAppInstallationDetails.vue'], resolve) })
|
|
75
75
|
Vue.component('new-app-devices-management', (resolve) => { require(['./components/android/Process/Processes/newAppDevicesManagement'], resolve) })
|
|
76
|
+
// 改线业务审核
|
|
77
|
+
Vue.component('bu-zhang-shenhe', (resolve) => { require(['./components/android/Task/ShenHe/BuZhangShenHe'], resolve) })
|
|
78
|
+
Vue.component('jing-li-shenhe', (resolve) => { require(['./components/android/Task/ShenHe/JingLiShenHe'], resolve) })
|
|
79
|
+
// 拆除用户管理
|
|
80
|
+
Vue.component('app-chai-chu-management', (resolve) => { require(['./components/android/Process/Processes/AppChaiChuInfo.vue'], resolve) })
|
|
76
81
|
}
|
|
@@ -15,26 +15,29 @@
|
|
|
15
15
|
<!-- 基本信息 -->
|
|
16
16
|
<div class="form-group col-xs-12 panel panel-info">
|
|
17
17
|
<div class="panel-heading head col-xs-12" style="background-color: #e8f4ff;margin-bottom: 10px">
|
|
18
|
-
<div class="col-xs-6 text-left"
|
|
18
|
+
<div class="col-xs-6 text-left">用户须知</div>
|
|
19
19
|
</div>
|
|
20
20
|
<div class="form-group row">
|
|
21
21
|
<div class="col-xs-12">
|
|
22
22
|
<textarea rows="26" cols="42" readonly=true v-if="selectdata.f_apply_type === '民用报建'" style="align: left">
|
|
23
|
-
|
|
24
|
-
民用设计后用户签字内容:
|
|
25
|
-
我单位/本人自愿委托贵公司作为一体化服务单位,组织实施我单位/本人所属天然气设施建设工程,包括天然气设施建设工程勘察、设计、施工、监理、竣工验收和材料供应等相关事宜。
|
|
23
|
+
我单位/本人自愿委托贵公司作为一体化服务单位,组织实施我单位/本人所属天然气设施建设工程,包括天然气设施建设工程勘察、设计、施工、监理、竣工验收和材料供应等相关事宜。
|
|
26
24
|
安装天然气若遇邻居阻挡时由我单位/本人协调解决,否则不予勘设安装。我单位/本人签字后即认为同意。
|
|
27
25
|
设计员已向我单位/本人说明安装位置及条件,后期不得自行变更。
|
|
28
|
-
温馨提示:根据《中华人民共和国安全生产法》第二章三十六条、《陕西省燃气管理条例》第四章第三十二条,非居民燃气用户应当安装使用燃气泄露报警器、安全自动切断装置和防暴照明灯。由用户自行购买,并在工程安装完成后通气前调试完成。
|
|
29
26
|
|
|
30
27
|
</textarea>
|
|
31
28
|
<textarea rows="26" cols="42" readonly=true v-if="selectdata.f_apply_type === '非民用报建'">
|
|
32
29
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
30
|
+
我单位/本人自愿委托贵公司作为一体化服务单位,组织实施我单位/本人所属天然气设施建设工程,包括天然气设施建设工程勘察、设计、施工、监理、竣工验收、材料供应和燃气泄露报警器、安全自动切断装置等相关事宜。
|
|
31
|
+
安装天然气若遇邻居阻挡时由我单位/本人协调解决,否则不予勘设安装。
|
|
32
|
+
设计员己向我单位/本人说明安装位置及条件,后期不得自行变更。我单位/本人签字后即认为同意。
|
|
33
|
+
根据《中华人民共和国安全生产法》第二章三十六条、《陕西省燃气管理条例》 第四章第三十二条:“非居民燃气用户必须安装使用燃气泄露报警器、安全自动切断装置和防暴照明灯。”用户也可自行购买安装,自行购买安装的用户须提供以下资料:
|
|
34
|
+
1、提供产品质量检验报告和产品合格证书;
|
|
35
|
+
2、提供购货发票复印件;
|
|
36
|
+
3、提供产品消防认证;
|
|
37
|
+
4、提供安装单位工程施工资料;
|
|
38
|
+
5、提供安装单位资质;
|
|
39
|
+
6、用户外购安装报警器需在我公司备案(不收取任何费用)。
|
|
40
|
+
|
|
38
41
|
|
|
39
42
|
</textarea>
|
|
40
43
|
</div>
|