apply-clients 7.1.36-yuchuan-12 → 7.1.36-yuchuan-14

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.
Files changed (72) hide show
  1. package/android.html +28 -28
  2. package/build/dev-server.js +25 -10
  3. package/index.html +39 -39
  4. package/package.json +1 -1
  5. package/src/apply.js +162 -161
  6. package/src/applyAndroid.js +97 -97
  7. package/src/components/android/AppSign.vue +235 -235
  8. package/src/components/android/AppUpload.vue +275 -275
  9. package/src/components/android/Ignition/VentilationIgnition.vue +408 -408
  10. package/src/components/android/Ignition/VentilationIgnitionHandle.vue +462 -462
  11. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  12. package/src/components/android/Process/AppServiceControl.vue +1437 -1437
  13. package/src/components/android/Process/Processes/AppInstallationDetails.vue +980 -980
  14. package/src/components/android/Sign/AppSignTask.vue +183 -183
  15. package/src/components/android/Supervisory/AppProcessSupervisory.vue +344 -344
  16. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +317 -317
  17. package/src/components/android/Task/ShiGongXinXi/AppShowBuildUser.vue +431 -431
  18. package/src/components/android/Task/yiban/AppShowDone.vue +442 -442
  19. package/src/components/android/Task/yiban/ShowDone.vue +95 -95
  20. package/src/components/android/Task/yiban/satisfactionShow.vue +166 -166
  21. package/src/components/android/newPackage/customerServiceManager.vue +218 -218
  22. package/src/components/android/newPackage/projectPrice.vue +218 -218
  23. package/src/components/product/ApplyCharge/ApplyChargeList.vue +1 -1
  24. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianViewList.vue +272 -272
  25. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +236 -236
  26. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +324 -324
  27. package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +144 -144
  28. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -119
  29. package/src/components/product/ApplyMap/AMapLocation.vue +871 -0
  30. package/src/components/product/ApplyMap/ApplyDragaboutList.vue +223 -223
  31. package/src/components/product/ApplyMap/ApplyInputSearch.vue +212 -212
  32. package/src/components/product/ApplyMap/ApplyMapCom.vue +82 -82
  33. package/src/components/product/ApplyMap/ApplyMapInputSearch.vue +335 -335
  34. package/src/components/product/ApplyMap/ApplyMapLocation.vue +862 -862
  35. package/src/components/product/ChongZheng/ApplyChongZhengList.vue +415 -415
  36. package/src/components/product/Function/InstallFunction.vue +133 -133
  37. package/src/components/product/Function/InstallInfoSelect.vue +371 -371
  38. package/src/components/product/Function/Service/FunctionServiceControl.vue +586 -586
  39. package/src/components/product/GongJianPush/ApplyPushManage.vue +90 -90
  40. package/src/components/product/Ignition/IgnitionListManage.vue +602 -602
  41. package/src/components/product/Ignition/IgnitionRecord.vue +380 -380
  42. package/src/components/product/InsuranceApply/InsuranceReport.vue +1 -2
  43. package/src/components/product/List/OldShowDevices.vue +271 -271
  44. package/src/components/product/List/ShowAllActivity.vue +540 -540
  45. package/src/components/product/List/ShowDevices.vue +279 -279
  46. package/src/components/product/Print/BuildOrder/buildOrderList.vue +446 -446
  47. package/src/components/product/Process/ExplorationSelect.vue +597 -597
  48. package/src/components/product/Process/ExplorationUser.vue +158 -158
  49. package/src/components/product/Process/New1ExplorationUser.vue +201 -201
  50. package/src/components/product/Process/NewExplorationSelect.vue +586 -586
  51. package/src/components/product/Process/NewExplorationUser.vue +219 -219
  52. package/src/components/product/Process/Processes/InstallationDetails.vue +1159 -1159
  53. package/src/components/product/Process/Processes/Print/printCharge.vue +250 -250
  54. package/src/components/product/Process/Processes/Print/printGaiXianCharge.vue +244 -244
  55. package/src/components/product/Process/Processes/chargeManagement.vue +704 -704
  56. package/src/components/product/Process/Processes/devicesManagement.vue +393 -393
  57. package/src/components/product/Process/Processes/newDevicesManagement.vue +413 -413
  58. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -230
  59. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  60. package/src/components/product/Process/Processes/selectUserinfo.vue +234 -234
  61. package/src/components/product/Process/Service/ServiceControl.vue +2205 -2205
  62. package/src/components/product/ServiceView.vue +644 -644
  63. package/src/components/product/Stop/StopApplyList.vue +224 -224
  64. package/src/components/product/Supervisory/NewSupervisoryhCart.vue +175 -175
  65. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +592 -592
  66. package/src/components/product/Supervisory/SupervisoryControl.vue +116 -116
  67. package/src/components/product/Supervisory/SupervisoryList.vue +557 -557
  68. package/src/components/product/Supervisory/SupervisoryhCart.vue +119 -119
  69. package/src/components/product/Supervisory/YiBanSupervisoryList.vue +539 -539
  70. package/src/components/product/VueUtils/ApplyUpload.vue +285 -285
  71. package/src/components/product/records/AdjustmentRecordList.vue +162 -162
  72. package/src/main.js +27 -27
@@ -1,219 +1,219 @@
1
- <template>
2
- <div style="height: 100%">
3
- <tabset class="tab1" v-ref:tabs :close="false" :active.sync="active">
4
- <tab :header="dataname+'查询列表'" :class="showData ? 'top' : 'auto'">
5
- <component :is="'exploration-select'" v-ref:query :dataname = "dataname" :show-data="showData"></component>
6
- </tab>
7
- <tab header='页面1' class="tab3">
8
- <component :is="'new1-exploration-user'" :xselectdata="selectdata1" :mark="'1'"></component>
9
- </tab>
10
- <tab header='页面2'>
11
- <component :is="'new1-exploration-user'" :xselectdata="selectdata2" :mark="'2'"></component>
12
- </tab>
13
- <tab header='页面3'>
14
- <component :is="'new1-exploration-user'" :xselectdata="selectdata3" :mark="'3'"></component>
15
- </tab>
16
- </tabset>
17
- </div>
18
- </template>
19
-
20
- <script>
21
- import Vue from 'vue'
22
- import {HttpResetClass} from 'vue-client'
23
-
24
- export default {
25
- title: '报建流程',
26
- props: ['dataname'],
27
- data() {
28
- return {
29
- showData: true, // 控制列表数据
30
- showtotal: false, // 详情显示
31
- selectdata: {},
32
- selectdata1: null,
33
- show1: false,
34
- selectdata2: null,
35
- show2: false,
36
- selectdata3: null,
37
- show3: false,
38
- xmlname: '', // 配置文件名
39
- active: 0 // 配置文件名
40
- }
41
- },
42
- ready() {
43
- console.log('=============用户信息=================')
44
- console.log(this.$login.f)
45
- console.log(this.$login.r)
46
- },
47
- methods: {
48
- // 获取页面配置json文件
49
- async loadName() {
50
-
51
- let data = {
52
- workname: this.selectdata.processname
53
- }
54
- let res = await this.$resetpost(
55
- 'rs/logic/ApplyGetConfigs',
56
- {data: data},
57
- {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
58
- )
59
-
60
- Vue.prototype.$workflow_vue = res.data
61
- }
62
- },
63
- events: {
64
- 'locationclick'(res) {
65
- console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
66
- if (res.pname) {
67
- this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
68
- } else {
69
- this.$refs.service.setLabelValue('定位地址', res.province + res.city + res.address + res.name)
70
- }
71
- this.$refs.service.show_data.f_lng = res.location.lng
72
- this.$refs.service.show_data.f_lat = res.location.lat
73
- this.active = 0
74
- },
75
- 'onMessage'(data) {
76
- console.log('接收消息')
77
- console.log(data)
78
- if (data.type === 'apply-task') {
79
- this.$refs.query.$refs.cp.$refs.cri.search()
80
- }
81
- },
82
- // 刷新控制层
83
- async 'breakControl'(servicedata) {
84
-
85
- if (servicedata.id) {
86
- let data = {
87
- condition: `u.id = ${servicedata.id}`,
88
- data: {
89
- userid: this.$login.f.id,
90
- f_filiale: this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'
91
- }
92
- }
93
- let res = await this.$resetpost(
94
- 'rs/sql/checkuser',
95
- {data: data},
96
- {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
97
- )
98
-
99
- this.selectdata = res.data[0]
100
- } else {
101
- this.selectdata = servicedata
102
- }
103
-
104
- this.showtotal = false
105
- this.$nextTick(() => {
106
- this.showtotal = true
107
- })
108
- this.active = 0
109
-
110
- },
111
- // 初始化
112
- async 'apply'(val) {
113
- console.log("当前数据", val)
114
- this.showtotal = false
115
- if (!this.selectdata1) {
116
- this.selectdata1 = val
117
- } else if (!this.selectdata2) {
118
- this.selectdata2 = val
119
- } else if (!this.selectdata3) {
120
- this.selectdata3 = val
121
- }else {
122
- this.$showMessage("请关闭之前的页面后,再打开新的页面")
123
- return
124
- }
125
- this.selectdata = val
126
-
127
- // 次方法必须同步执行,否则后续会出问题
128
- // 获取页面json配置文件
129
- // await this.loadName()
130
-
131
- // 显示详细
132
- // this.showtotal = true
133
- // 关闭列表数据
134
- // this.showData = false
135
- // 关闭分页
136
- // this.$refs.query.$refs.cp.pager = false
137
- },
138
- 'search'() {
139
- this.selectdata = {}
140
- // 关闭详细
141
- this.showtotal = false
142
- // 显示列表数据
143
- this.showData = true
144
- // 显示分页
145
- this.$refs.query.$refs.cp.pager = true
146
- // 调用查询
147
- this.$refs.query.$refs.cp.$refs.cri.search()
148
- },
149
- 'loadPage1'(val) {
150
- if (val === '1'){
151
- console.log("sssss1")
152
- this.selectdata1 = null
153
- // this.show1 = false
154
- // this.active = 0
155
- }else if (val === '2'){
156
- console.log("sssss2")
157
- this.selectdata2 = null
158
- // this.show2 = false
159
- // this.active = 0
160
- }else if (val === '3'){
161
- console.log("sssss3")
162
- this.selectdata3 = null
163
- // this.show3 = false
164
- // this.active = 0
165
- }
166
- console.log("vass",val)
167
- // this.selectdata = {}
168
- // 关闭详细
169
- // this.showtotal = false
170
- // 显示列表数据
171
- this.showData = true
172
- // 显示分页
173
- // this.$refs.query.$refs.cp.pager = true
174
- // 调用查询
175
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
176
- }
177
- },
178
- watch: {
179
- "selectdata1" (val) {
180
- if(val){
181
- this.show1 = true
182
- this.active = 1
183
- }else {
184
- this.show1 = false
185
- this.active = 0
186
- }
187
- },
188
- "selectdata2" (val) {
189
- if(val){
190
- this.show2 = true
191
- this.active = 2
192
- }else {
193
- this.show2 = false
194
- this.active = 0
195
- }
196
- },
197
- "selectdata3" (val) {
198
- if(val){
199
- this.show3 = true
200
- this.active = 3
201
- }else {
202
- this.show3 = false
203
- this.active = 0
204
- }
205
- }
206
- }
207
- }
208
- </script>
209
- <style scoped>
210
- .tab1{
211
- padding: 0.4%;
212
- background-color: #ffffff;
213
- border-radius: 14px;
214
- box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
215
- }
216
- .tab3{
217
- background-color: #ffffff !important
218
- }
219
- </style>
1
+ <template>
2
+ <div style="height: 100%">
3
+ <tabset class="tab1" v-ref:tabs :close="false" :active.sync="active">
4
+ <tab :header="dataname+'查询列表'" :class="showData ? 'top' : 'auto'">
5
+ <component :is="'exploration-select'" v-ref:query :dataname = "dataname" :show-data="showData"></component>
6
+ </tab>
7
+ <tab header='页面1' class="tab3">
8
+ <component :is="'new1-exploration-user'" :xselectdata="selectdata1" :mark="'1'"></component>
9
+ </tab>
10
+ <tab header='页面2'>
11
+ <component :is="'new1-exploration-user'" :xselectdata="selectdata2" :mark="'2'"></component>
12
+ </tab>
13
+ <tab header='页面3'>
14
+ <component :is="'new1-exploration-user'" :xselectdata="selectdata3" :mark="'3'"></component>
15
+ </tab>
16
+ </tabset>
17
+ </div>
18
+ </template>
19
+
20
+ <script>
21
+ import Vue from 'vue'
22
+ import {HttpResetClass} from 'vue-client'
23
+
24
+ export default {
25
+ title: '报建流程',
26
+ props: ['dataname'],
27
+ data() {
28
+ return {
29
+ showData: true, // 控制列表数据
30
+ showtotal: false, // 详情显示
31
+ selectdata: {},
32
+ selectdata1: null,
33
+ show1: false,
34
+ selectdata2: null,
35
+ show2: false,
36
+ selectdata3: null,
37
+ show3: false,
38
+ xmlname: '', // 配置文件名
39
+ active: 0 // 配置文件名
40
+ }
41
+ },
42
+ ready() {
43
+ console.log('=============用户信息=================')
44
+ console.log(this.$login.f)
45
+ console.log(this.$login.r)
46
+ },
47
+ methods: {
48
+ // 获取页面配置json文件
49
+ async loadName() {
50
+
51
+ let data = {
52
+ workname: this.selectdata.processname
53
+ }
54
+ let res = await this.$resetpost(
55
+ 'rs/logic/ApplyGetConfigs',
56
+ {data: data},
57
+ {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
58
+ )
59
+
60
+ Vue.prototype.$workflow_vue = res.data
61
+ }
62
+ },
63
+ events: {
64
+ 'locationclick'(res) {
65
+ console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
66
+ if (res.pname) {
67
+ this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
68
+ } else {
69
+ this.$refs.service.setLabelValue('定位地址', res.province + res.city + res.address + res.name)
70
+ }
71
+ this.$refs.service.show_data.f_lng = res.location.lng
72
+ this.$refs.service.show_data.f_lat = res.location.lat
73
+ this.active = 0
74
+ },
75
+ 'onMessage'(data) {
76
+ console.log('接收消息')
77
+ console.log(data)
78
+ if (data.type === 'apply-task') {
79
+ this.$refs.query.$refs.cp.$refs.cri.search()
80
+ }
81
+ },
82
+ // 刷新控制层
83
+ async 'breakControl'(servicedata) {
84
+
85
+ if (servicedata.id) {
86
+ let data = {
87
+ condition: `u.id = ${servicedata.id}`,
88
+ data: {
89
+ userid: this.$login.f.id,
90
+ f_filiale: this.$login.f.f_fengongsi?this.$login.f.f_fengongsi:'榆林.榆川天然气'
91
+ }
92
+ }
93
+ let res = await this.$resetpost(
94
+ 'rs/sql/checkuser',
95
+ {data: data},
96
+ {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
97
+ )
98
+
99
+ this.selectdata = res.data[0]
100
+ } else {
101
+ this.selectdata = servicedata
102
+ }
103
+
104
+ this.showtotal = false
105
+ this.$nextTick(() => {
106
+ this.showtotal = true
107
+ })
108
+ this.active = 0
109
+
110
+ },
111
+ // 初始化
112
+ async 'apply'(val) {
113
+ console.log("当前数据", val)
114
+ this.showtotal = false
115
+ if (!this.selectdata1) {
116
+ this.selectdata1 = val
117
+ } else if (!this.selectdata2) {
118
+ this.selectdata2 = val
119
+ } else if (!this.selectdata3) {
120
+ this.selectdata3 = val
121
+ }else {
122
+ this.$showMessage("请关闭之前的页面后,再打开新的页面")
123
+ return
124
+ }
125
+ this.selectdata = val
126
+
127
+ // 次方法必须同步执行,否则后续会出问题
128
+ // 获取页面json配置文件
129
+ // await this.loadName()
130
+
131
+ // 显示详细
132
+ // this.showtotal = true
133
+ // 关闭列表数据
134
+ // this.showData = false
135
+ // 关闭分页
136
+ // this.$refs.query.$refs.cp.pager = false
137
+ },
138
+ 'search'() {
139
+ this.selectdata = {}
140
+ // 关闭详细
141
+ this.showtotal = false
142
+ // 显示列表数据
143
+ this.showData = true
144
+ // 显示分页
145
+ this.$refs.query.$refs.cp.pager = true
146
+ // 调用查询
147
+ this.$refs.query.$refs.cp.$refs.cri.search()
148
+ },
149
+ 'loadPage1'(val) {
150
+ if (val === '1'){
151
+ console.log("sssss1")
152
+ this.selectdata1 = null
153
+ // this.show1 = false
154
+ // this.active = 0
155
+ }else if (val === '2'){
156
+ console.log("sssss2")
157
+ this.selectdata2 = null
158
+ // this.show2 = false
159
+ // this.active = 0
160
+ }else if (val === '3'){
161
+ console.log("sssss3")
162
+ this.selectdata3 = null
163
+ // this.show3 = false
164
+ // this.active = 0
165
+ }
166
+ console.log("vass",val)
167
+ // this.selectdata = {}
168
+ // 关闭详细
169
+ // this.showtotal = false
170
+ // 显示列表数据
171
+ this.showData = true
172
+ // 显示分页
173
+ // this.$refs.query.$refs.cp.pager = true
174
+ // 调用查询
175
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
176
+ }
177
+ },
178
+ watch: {
179
+ "selectdata1" (val) {
180
+ if(val){
181
+ this.show1 = true
182
+ this.active = 1
183
+ }else {
184
+ this.show1 = false
185
+ this.active = 0
186
+ }
187
+ },
188
+ "selectdata2" (val) {
189
+ if(val){
190
+ this.show2 = true
191
+ this.active = 2
192
+ }else {
193
+ this.show2 = false
194
+ this.active = 0
195
+ }
196
+ },
197
+ "selectdata3" (val) {
198
+ if(val){
199
+ this.show3 = true
200
+ this.active = 3
201
+ }else {
202
+ this.show3 = false
203
+ this.active = 0
204
+ }
205
+ }
206
+ }
207
+ }
208
+ </script>
209
+ <style scoped>
210
+ .tab1{
211
+ padding: 0.4%;
212
+ background-color: #ffffff;
213
+ border-radius: 14px;
214
+ box-shadow: 0px 1px 10px 0px rgba(2, 56, 104, 0.13);
215
+ }
216
+ .tab3{
217
+ background-color: #ffffff !important
218
+ }
219
+ </style>