apply-clients 7.1.36-1 → 7.1.36-yuchuan-2

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 (62) hide show
  1. package/build/dev-server.js +8 -2
  2. package/dist-android.7z +0 -0
  3. package/dist.7z +0 -0
  4. package/package.json +1 -1
  5. package/rebel.xml +16 -0
  6. package/src/AndroidApp.vue +35 -35
  7. package/src/apply.js +31 -4
  8. package/src/applyAndroid.js +83 -76
  9. package/src/components/android/AppSign.vue +13 -10
  10. package/src/components/android/Process/AppExplorationUser.vue +454 -454
  11. package/src/components/android/Process/AppServiceControl.vue +3 -3
  12. package/src/components/android/Process/Processes/AppChaiChuInfo.vue +546 -0
  13. package/src/components/android/Process/Processes/AppDevicesManagement.vue +2 -1
  14. package/src/components/android/Process/Processes/AppInstallationDetails.vue +69 -20
  15. package/src/components/android/Process/Processes/newAppDevicesManagement.vue +2 -1
  16. package/src/components/android/Process/Processes/newAppInstallationDetails.vue +5 -5
  17. package/src/components/android/Supervisory/AppProcessSupervisory.vue +334 -298
  18. package/src/components/android/Task/GuanXianJianShe/AppExplorationGuanXian.vue +432 -0
  19. package/src/components/android/Task/ShenHe/BuZhangShenHe.vue +64 -0
  20. package/src/components/android/Task/ShenHe/JingLiShenHe.vue +64 -0
  21. package/src/components/android/Task/UpBuild/UpJianLi.vue +98 -95
  22. package/src/components/product/ApplyCharge/ApplyChargeList.vue +27 -0
  23. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeList.vue +198 -0
  24. package/src/components/product/ApplyGaiXianCharge/ApplyGaiXianChargeSearch.vue +30 -0
  25. package/src/components/product/ApplyGuanXian/GuanXianCaiLiao.vue +235 -0
  26. package/src/components/product/ApplyGuanXian/GuanXianExplorationSelect.vue +323 -0
  27. package/src/components/product/ApplyGuanXian/GuanXianExplorationUser.vue +144 -0
  28. package/src/components/product/ApplyGuanXian/GuanXianSupervisoryhCart.vue +119 -0
  29. package/src/components/product/ApplyGuanXian/TabButton.vue +157 -0
  30. package/src/components/product/ApplyGuanXian/Tabs.vue +67 -0
  31. package/src/components/product/Function/InstallInfoSelect.vue +370 -370
  32. package/src/components/product/Function/Service/FunctionServiceControl.vue +475 -475
  33. package/src/components/product/Ignition/IgnitionList.vue +236 -232
  34. package/src/components/product/Ignition/IgnitionListManage.vue +69 -28
  35. package/src/components/product/Ignition/IgnitionRecord.vue +56 -17
  36. package/src/components/product/List/ShowDevices.vue +279 -277
  37. package/src/components/product/Print/OrderPrint/printChaiChuOrder.vue +260 -0
  38. package/src/components/product/Process/ExplorationSelect.vue +581 -566
  39. package/src/components/product/Process/ExplorationUser.vue +158 -155
  40. package/src/components/product/Process/NewExplorationUser.vue +184 -0
  41. package/src/components/product/Process/Processes/ApplyChaiChuInfo.vue +587 -0
  42. package/src/components/product/Process/Processes/InstallationDetails.vue +86 -33
  43. package/src/components/product/Process/Processes/Print/printCharge.vue +5 -1
  44. package/src/components/product/Process/Processes/Print/printPaymentApproval.vue +224 -221
  45. package/src/components/product/Process/Processes/Print/printPaymentSubject.vue +170 -0
  46. package/src/components/product/Process/Processes/chargeManagement.vue +24 -6
  47. package/src/components/product/Process/Processes/devicesManagement.vue +2 -1
  48. package/src/components/product/Process/Processes/newInstallationDetails.vue +3 -3
  49. package/src/components/product/Process/Processes/selectChaiChuUserinfo.vue +230 -0
  50. package/src/components/product/Process/Processes/selectOldUserinfo.vue +241 -241
  51. package/src/components/product/Process/Service/ServiceControl.vue +178 -16
  52. package/src/components/product/Report/ReportItems.vue +79 -0
  53. package/src/components/product/Report/apply-stair-anzhuang.vue +361 -0
  54. package/src/components/product/Report/apply-stair-kaifa.vue +138 -0
  55. package/src/components/product/Report/apply-stair-tongqi.vue +137 -0
  56. package/src/components/product/Report/apply-stair-wtongqi.vue +138 -0
  57. package/src/components/product/ServiceView.vue +644 -632
  58. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +594 -551
  59. package/src/components/product/Supervisory/SupervisoryList.vue +78 -26
  60. package/src/main.js +27 -27
  61. package/static/images/lefticon//347/273/274/345/220/210/344/270/232/345/212/241.png +0 -0
  62. package/static/images/lefticon//347/273/274/345/220/210/346/237/245/350/257/242.png +0 -0
@@ -1,155 +1,158 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <div :class="showData ? 'top' : 'auto'">
5
- <exploration-select v-ref:query :show-data="showData"></exploration-select>
6
- </div>
7
- <div v-if="showtotal" style="height: 89%">
8
- <tabset v-ref:tabs :close="false" :active.sync="active">
9
- <tab :header='selectdata.defname'>
10
- <service-control v-ref:service :selectdata="selectdata"></service-control>
11
- </tab>
12
- <tab header='地图'>
13
- <apply-map-com :selectdata="selectdata"></apply-map-com>
14
- </tab>
15
- <tab header='附件'>
16
- <apply-upload :blodid="selectdata.f_process_id"
17
- :isupload = "true"
18
- :isdelete="true"
19
- :isusetype="true"
20
- :isremark = "true"
21
- :takeimg="true"
22
- :issearch="true"
23
- :defname="selectdata.defname">
24
- </apply-upload>
25
- </tab>
26
- </tabset>
27
- </div>
28
- </div>
29
- </div>
30
- </template>
31
- <script>
32
- import Vue from 'vue'
33
- import {HttpResetClass} from 'vue-client'
34
- export default {
35
- title: '报建流程',
36
- data () {
37
- return {
38
- showData: true, // 控制列表数据
39
- showtotal: false, // 详情显示
40
- selectdata: {},
41
- xmlname: '', // 配置文件名
42
- active: 0 // 配置文件名
43
- }
44
- },
45
- ready () {
46
- console.log('=============用户信息=================')
47
- console.log(this.$login.f)
48
- console.log(this.$login.r)
49
- },
50
- methods: {
51
- // 获取页面配置json文件
52
- async loadName () {
53
-
54
- let data = {
55
- workname: this.selectdata.processname
56
- }
57
- let res = await this.$resetpost(
58
- 'rs/logic/ApplyGetConfigs',
59
- {data: data},
60
- {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
61
- )
62
-
63
- Vue.prototype.$workflow_vue = res.data
64
- }
65
- },
66
- events: {
67
- 'locationclick' (res) {
68
- console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
69
- if (res.pname){
70
- this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
71
- }else {
72
- this.$refs.service.setLabelValue('定位地址', res.province + res.city + res.address + res.name)
73
- }
74
- this.$refs.service.show_data.f_lng = res.location.lng
75
- this.$refs.service.show_data.f_lat = res.location.lat
76
- this.active = 0
77
- },
78
- 'onMessage' (data) {
79
- console.log('接收消息')
80
- console.log(data)
81
- if (data.type === 'apply-task') {
82
- this.$refs.query.$refs.cp.$refs.cri.search()
83
- }
84
- },
85
- // 刷新控制层
86
- async 'breakControl' (servicedata) {
87
-
88
- if (servicedata.id) {
89
- let data = {
90
- condition: `u.id = ${servicedata.id}`,
91
- data: {
92
- userid: this.$login.f.id,
93
- f_filiale: this.$login.f.f_fengongsi
94
- }
95
- }
96
- let res = await this.$resetpost(
97
- 'rs/sql/checkuser',
98
- {data: data},
99
- {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
100
- )
101
-
102
- this.selectdata = res.data[0]
103
- } else {
104
- this.selectdata = servicedata
105
- }
106
-
107
- this.showtotal = false
108
- this.$nextTick(() => {
109
- this.showtotal = true
110
- })
111
-
112
- },
113
- // 初始化
114
- async 'apply' (val) {
115
- this.showtotal = false
116
- this.selectdata = val
117
-
118
- // 次方法必须同步执行,否则后续会出问题
119
- // 获取页面json配置文件
120
- await this.loadName()
121
-
122
- // 显示详细
123
- this.showtotal = true
124
- // 关闭列表数据
125
- this.showData = false
126
- // 关闭分页
127
- this.$refs.query.$refs.cp.pager = false
128
- },
129
- 'search' () {
130
- this.selectdata = {}
131
- // 关闭详细
132
- this.showtotal = false
133
- // 显示列表数据
134
- this.showData = true
135
- // 显示分页
136
- this.$refs.query.$refs.cp.pager = true
137
- // 调用查询
138
- this.$refs.query.$refs.cp.$refs.cri.search()
139
- },
140
- 'loadPage' () {
141
- this.selectdata = {}
142
- // 关闭详细
143
- this.showtotal = false
144
- // 显示列表数据
145
- this.showData = true
146
- // 显示分页
147
- this.$refs.query.$refs.cp.pager = true
148
- // 调用查询
149
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
150
- }
151
- },
152
- watch: {
153
- }
154
- }
155
- </script>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <div :class="showData ? 'top' : 'auto'">
5
+ <exploration-select v-ref:query :show-data="showData"></exploration-select>
6
+ </div>
7
+ <!-- <div v-if="showtotal">-->
8
+ <!-- <new-exploration-user :selectdata="selectdata"></new-exploration-user>-->
9
+ <!-- </div>-->
10
+ <div v-if="showtotal" style="height: 89%">
11
+ <tabset v-ref:tabs :close="false" :active.sync="active">
12
+ <tab :header='selectdata.defname'>
13
+ <service-control v-ref:service :selectdata="selectdata"></service-control>
14
+ </tab>
15
+ <tab header='地图'>
16
+ <apply-map-com :selectdata="selectdata"></apply-map-com>
17
+ </tab>
18
+ <tab header='附件'>
19
+ <apply-upload :blodid="selectdata.f_process_id"
20
+ :isupload = "true"
21
+ :isdelete="true"
22
+ :isusetype="true"
23
+ :isremark = "true"
24
+ :takeimg="true"
25
+ :issearch="true"
26
+ :defname="selectdata.defname">
27
+ </apply-upload>
28
+ </tab>
29
+ </tabset>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </template>
34
+ <script>
35
+ import Vue from 'vue'
36
+ import {HttpResetClass} from 'vue-client'
37
+ export default {
38
+ title: '报建流程',
39
+ data () {
40
+ return {
41
+ showData: true, // 控制列表数据
42
+ showtotal: false, // 详情显示
43
+ selectdata: {},
44
+ xmlname: '', // 配置文件名
45
+ active: 0 // 配置文件名
46
+ }
47
+ },
48
+ ready () {
49
+ console.log('=============用户信息=================')
50
+ console.log(this.$login.f)
51
+ console.log(this.$login.r)
52
+ },
53
+ methods: {
54
+ // 获取页面配置json文件
55
+ async loadName () {
56
+
57
+ let data = {
58
+ workname: this.selectdata.processname
59
+ }
60
+ let res = await this.$resetpost(
61
+ 'rs/logic/ApplyGetConfigs',
62
+ {data: data},
63
+ {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
64
+ )
65
+
66
+ Vue.prototype.$workflow_vue = res.data
67
+ }
68
+ },
69
+ events: {
70
+ 'locationclick' (res) {
71
+ console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
72
+ if (res.pname){
73
+ this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
74
+ }else {
75
+ this.$refs.service.setLabelValue('定位地址', res.province + res.city + res.address + res.name)
76
+ }
77
+ this.$refs.service.show_data.f_lng = res.location.lng
78
+ this.$refs.service.show_data.f_lat = res.location.lat
79
+ this.active = 0
80
+ },
81
+ 'onMessage' (data) {
82
+ console.log('接收消息')
83
+ console.log(data)
84
+ if (data.type === 'apply-task') {
85
+ this.$refs.query.$refs.cp.$refs.cri.search()
86
+ }
87
+ },
88
+ // 刷新控制层
89
+ async 'breakControl' (servicedata) {
90
+
91
+ if (servicedata.id) {
92
+ let data = {
93
+ condition: `u.id = ${servicedata.id}`,
94
+ data: {
95
+ userid: this.$login.f.id,
96
+ f_filiale: this.$login.f.f_fengongsi
97
+ }
98
+ }
99
+ let res = await this.$resetpost(
100
+ 'rs/sql/checkuser',
101
+ {data: data},
102
+ {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
103
+ )
104
+
105
+ this.selectdata = res.data[0]
106
+ } else {
107
+ this.selectdata = servicedata
108
+ }
109
+
110
+ this.showtotal = false
111
+ this.$nextTick(() => {
112
+ this.showtotal = true
113
+ })
114
+
115
+ },
116
+ // 初始化
117
+ async 'apply' (val) {
118
+ this.showtotal = false
119
+ this.selectdata = val
120
+
121
+ // 次方法必须同步执行,否则后续会出问题
122
+ // 获取页面json配置文件
123
+ await this.loadName()
124
+
125
+ // 显示详细
126
+ this.showtotal = true
127
+ // 关闭列表数据
128
+ this.showData = false
129
+ // 关闭分页
130
+ this.$refs.query.$refs.cp.pager = false
131
+ },
132
+ 'search' () {
133
+ this.selectdata = {}
134
+ // 关闭详细
135
+ this.showtotal = false
136
+ // 显示列表数据
137
+ this.showData = true
138
+ // 显示分页
139
+ this.$refs.query.$refs.cp.pager = true
140
+ // 调用查询
141
+ this.$refs.query.$refs.cp.$refs.cri.search()
142
+ },
143
+ 'loadPage' () {
144
+ this.selectdata = {}
145
+ // 关闭详细
146
+ this.showtotal = false
147
+ // 显示列表数据
148
+ this.showData = true
149
+ // 显示分页
150
+ this.$refs.query.$refs.cp.pager = true
151
+ // 调用查询
152
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
153
+ }
154
+ },
155
+ watch: {
156
+ }
157
+ }
158
+ </script>
@@ -0,0 +1,184 @@
1
+ <template>
2
+ <div style="height: 89%">
3
+ <tabset v-ref:tabs :close="false" :active.sync="active">
4
+ <tab :header='selectdata.defname'>
5
+ <service-control v-ref:service :selectdata="selectdata"></service-control>
6
+ </tab>
7
+ <tab header='地图'>
8
+ <apply-map-com :selectdata="selectdata"></apply-map-com>
9
+ </tab>
10
+ <tab header='附件'>
11
+ <apply-upload :blodid="selectdata.f_process_id"
12
+ :isupload="true"
13
+ :isdelete="true"
14
+ :isusetype="true"
15
+ :isremark="true"
16
+ :takeimg="true"
17
+ :issearch="true"
18
+ :defname="selectdata.defname">
19
+ </apply-upload>
20
+ </tab>
21
+ </tabset>
22
+ </div>
23
+
24
+ <!-- <div>-->
25
+ <!-- <button @click="openTab(1)">打开标签页1</button>-->
26
+ <!-- <button @click="openTab(2)">打开标签页2</button>-->
27
+ <!-- <button @click="openTab(3)">打开标签页3</button>-->
28
+ <!-- <div v-for="(item, index) in tabs" :key="index">-->
29
+ <!-- <component :is="item.component" :data="item.data"></component>-->
30
+ <!-- </div>-->
31
+ <!-- </div>-->
32
+ </template>
33
+
34
+ <script>
35
+ import Vue from 'vue'
36
+
37
+ export default {
38
+ title: '新报建业务流程',
39
+ props: {
40
+ selectdata: {
41
+ type: Object
42
+ }
43
+ },
44
+ data() {
45
+ return {
46
+ active: 0 // 配置文件名
47
+ }
48
+ },
49
+ ready() {
50
+ // 调用查询
51
+ console.log("进来啦", this.selectdata)
52
+ this.apply(this.selectdata)
53
+ },
54
+ methods: {
55
+ async apply(val) {
56
+ this.showtotal = false
57
+ this.selectdata = val
58
+
59
+ // 次方法必须同步执行,否则后续会出问题
60
+ // 获取页面json配置文件
61
+ await this.loadName()
62
+
63
+ // 显示详细
64
+ this.showtotal = true
65
+ // 关闭列表数据
66
+ // this.showData = false
67
+ // 关闭分页
68
+ // this.$refs.query.$refs.cp.pager = false
69
+ },
70
+ // 获取页面配置json文件
71
+ async loadName() {
72
+
73
+ let data = {
74
+ workname: this.selectdata.processname
75
+ }
76
+ let res = await this.$resetpost(
77
+ 'rs/logic/ApplyGetConfigs',
78
+ {data: data},
79
+ {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
80
+ )
81
+
82
+ Vue.prototype.$workflow_vue = res.data
83
+
84
+ }
85
+ // openTab(id) {
86
+ // this.tabs.push({
87
+ // component: TabComponent,
88
+ // data: {
89
+ // id
90
+ // }
91
+ // })
92
+ // }
93
+ },
94
+ events: {
95
+ 'locationclick'(res) {
96
+ console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
97
+ if (res.pname) {
98
+ this.$refs.service.setLabelValue('定位地址', res.pname + res.cityname + res.adname + res.address + res.name)
99
+ } else {
100
+ this.$refs.service.setLabelValue('定位地址', res.province + res.city + res.address + res.name)
101
+ }
102
+ this.$refs.service.show_data.f_lng = res.location.lng
103
+ this.$refs.service.show_data.f_lat = res.location.lat
104
+ this.active = 0
105
+ },
106
+ 'onMessage'(data) {
107
+ console.log('接收消息')
108
+ console.log(data)
109
+ if (data.type === 'apply-task') {
110
+ this.$refs.query.$refs.cp.$refs.cri.search()
111
+ }
112
+ },
113
+ // 刷新控制层
114
+ async 'breakControl'(servicedata) {
115
+
116
+ if (servicedata.id) {
117
+ let data = {
118
+ condition: `u.id = ${servicedata.id}`,
119
+ data: {
120
+ userid: this.$login.f.id,
121
+ f_filiale: this.$login.f.f_fengongsi
122
+ }
123
+ }
124
+ let res = await this.$resetpost(
125
+ 'rs/sql/checkuser',
126
+ {data: data},
127
+ {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
128
+ )
129
+
130
+ this.selectdata = res.data[0]
131
+ } else {
132
+ this.selectdata = servicedata
133
+ }
134
+
135
+ this.showtotal = false
136
+ this.$nextTick(() => {
137
+ this.showtotal = true
138
+ })
139
+
140
+ },
141
+ // 初始化
142
+ async 'apply'(val) {
143
+ this.showtotal = false
144
+ this.selectdata = val
145
+
146
+ // 次方法必须同步执行,否则后续会出问题
147
+ // 获取页面json配置文件
148
+ await this.loadName()
149
+
150
+ // 显示详细
151
+ this.showtotal = true
152
+ // 关闭列表数据
153
+ this.showData = false
154
+ // 关闭分页
155
+ this.$refs.query.$refs.cp.pager = false
156
+ },
157
+ 'search'() {
158
+ this.selectdata = {}
159
+ // 关闭详细
160
+ this.showtotal = false
161
+ // 显示列表数据
162
+ this.showData = true
163
+ // 显示分页
164
+ this.$refs.query.$refs.cp.pager = true
165
+ // 调用查询
166
+ this.$refs.query.$refs.cp.$refs.cri.search()
167
+ },
168
+ 'loadPage'() {
169
+ this.selectdata = {}
170
+ // 关闭详细
171
+ this.showtotal = false
172
+ // 显示列表数据
173
+ this.showData = true
174
+ // 显示分页
175
+ this.$refs.query.$refs.cp.pager = true
176
+ // 调用查询
177
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
178
+ }
179
+ }
180
+ // components: {
181
+ // TabComponent
182
+ // }
183
+ }
184
+ </script>