apply-clients 3.3.216 → 3.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.
Files changed (96) hide show
  1. package/android.html +23 -23
  2. package/index.html +33 -33
  3. package/package.json +3 -3
  4. package/src/AndroidApp.vue +35 -30
  5. package/src/App.vue +20 -20
  6. package/src/android.js +21 -21
  7. package/src/apply.js +81 -90
  8. package/src/applyAndroid.js +1 -23
  9. package/src/components/android/AppOnetomany.vue +301 -285
  10. package/src/components/android/AppServiceView.vue +566 -570
  11. package/src/components/android/AppSign.vue +142 -142
  12. package/src/components/android/AppTakePic.vue +143 -144
  13. package/src/components/android/Process/AppExplorationUser.vue +320 -270
  14. package/src/components/android/Process/AppServiceControl.vue +757 -686
  15. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -466
  16. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -0
  17. package/src/components/android/ProgressReport/ProgressReportList.vue +209 -0
  18. package/src/components/android/Supervisory/AppProcessSupervisory.vue +73 -152
  19. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -115
  20. package/src/components/android/TaskGraph.vue +125 -0
  21. package/src/components/product/ApplyCharge/ApplyChargeList.vue +36 -50
  22. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  23. package/src/components/product/Function/InstallFunction.vue +125 -122
  24. package/src/components/product/Function/InstallInfoSelect.vue +292 -318
  25. package/src/components/product/Function/Service/FunctionServiceControl.vue +222 -254
  26. package/src/components/product/Function/StopApplyCrrdList.vue +176 -0
  27. package/src/components/product/Function/functions/ApplyRecordCancel.vue +102 -0
  28. package/src/components/product/Function/functions/StopInstall.vue +106 -0
  29. package/src/components/product/Onetomany.vue +377 -296
  30. package/src/components/product/Order/OrderApply.vue +30 -30
  31. package/src/components/product/Order/OrderApplyList.vue +78 -67
  32. package/src/components/product/Order/OrderMessage.vue +11 -87
  33. package/src/components/product/Process/ExplorationSelect.vue +410 -369
  34. package/src/components/product/Process/ExplorationUser.vue +138 -128
  35. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -504
  36. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  37. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  38. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  39. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  40. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -0
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -181
  43. package/src/components/product/Process/Processes/chargeManagement.vue +639 -638
  44. package/src/components/product/Process/Processes/devicesManagement.vue +22 -2
  45. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  46. package/src/components/product/Process/Service/ServiceControl.vue +1254 -883
  47. package/src/components/product/Process/Service/ShowBackReason.vue +33 -0
  48. package/src/components/product/ServiceView.vue +631 -741
  49. package/src/components/product/Stop/StopApply.vue +103 -103
  50. package/src/components/product/Stop/StopApplyList.vue +269 -254
  51. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -517
  52. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -108
  53. package/src/components/product/Supervisory/SupervisoryList.vue +233 -253
  54. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -124
  55. package/src/components/product/VueUtils/ApplyUpload.vue +273 -264
  56. package/src/components/product/VueUtils/HighMeter.vue +208 -0
  57. package/src/expandcssAndroid.less +1034 -517
  58. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +548 -414
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +754 -456
  60. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -0
  61. package/src/filiale/yuchuan/android.js +7 -8
  62. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -517
  63. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  64. package/src/filiale/yuchuan/pc/Process/ExplorationSelect.vue +270 -231
  65. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +147 -131
  66. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +66 -0
  67. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +759 -0
  68. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +470 -0
  69. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +879 -517
  70. package/src/filiale/yuchuan/pc.js +11 -13
  71. package/src/main.js +23 -23
  72. package/src/components/android/Function/AppFunctionServiceControl.vue +0 -329
  73. package/src/components/android/Function/AppInstallFunction.vue +0 -330
  74. package/src/components/android/Process/Processes/AppBuildSign.vue +0 -47
  75. package/src/components/android/Process/Processes/AppChargeManagement.vue +0 -468
  76. package/src/components/android/Process/Processes/AppDevicesManagement.vue +0 -490
  77. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +0 -297
  78. package/src/components/android/Process/Processes/AppjiaSign.vue +0 -47
  79. package/src/components/android/Process/Processes/AppjiafangSign.vue +0 -47
  80. package/src/components/android/Process/Processes/ApptechnologySign.vue +0 -47
  81. package/src/components/image/dwg.jpg +0 -0
  82. package/src/components/image/yasuobao.jpg +0 -0
  83. package/src/components/product/Function/Inform.vue +0 -73
  84. package/src/components/product/Function/MarketSurvey.vue +0 -81
  85. package/src/components/product/Process/Processes/printCharge.vue +0 -121
  86. package/src/components/product/Process/ShowBackReason.vue +0 -33
  87. package/src/components/product/Supervisory/Service/printChargeNode.vue +0 -873
  88. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +0 -1090
  89. package/src/components/product/VueUtils/ToolsPage.vue +0 -51
  90. package/src/components/product/VueUtils/Tree.vue +0 -330
  91. package/src/filiale/wuan/android.js +0 -0
  92. package/src/filiale/wuan/pc.js +0 -4
  93. package/src/filiale/yuchuan/android/AppServiceView.vue +0 -599
  94. package/src/filiale/yuchuan/android/Reserve/ApplyReserve.vue +0 -200
  95. package/src/filiale/yuchuan/android/SiteSurvey/TaskGraph.vue +0 -137
  96. package/src/filiale/yuchuan/pc/Process/Processes/MapCom.vue +0 -51
@@ -1,131 +1,147 @@
1
- <template>
2
- <div class="flex-row">
3
- <div class="basic-main">
4
- <div :class="showData ? 'top' : 'auto'" v-show="showQuery">
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">
9
- <tab :header='selectdata.defname'>
10
- <service-control v-ref:service :selectdata="selectdata"></service-control>
11
- </tab>
12
- <tab header='地图定位'>
13
- <apply-map-com v-ref:applymap :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="false"
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
- import MapCom from './Processes/MapCom'
35
- export default {
36
- components: {MapCom},
37
- title: '报建流程',
38
- data () {
39
- return {
40
- showQuery: true, // 控制查询页
41
- showData: true, // 控制列表数据
42
- showtotal: false, // 详情显示
43
- selectdata: {},
44
- xmlname: '' // 配置文件名
45
- }
46
- },
47
- ready () {
48
- },
49
- methods: {
50
- // 获取页面配置json文件
51
- async loadName () {
52
-
53
- let data = {
54
- workname: this.selectdata.processname
55
- }
56
- let res = await this.$resetpost(
57
- 'rs/logic/ApplyGetConfigs',
58
- {data: data},
59
- {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
60
- )
61
-
62
- Vue.prototype.$workflow_vue = res.data
63
- }
64
- },
65
- events: {
66
- 'onMessage' (data) {
67
- console.log('接收消息')
68
- console.log(data)
69
- if (data.type === 'apply-task') {
70
- this.$refs.query.$refs.cp.$refs.cri.search()
71
- }
72
- },
73
- // 刷新控制层
74
- async 'breakControl' (servicedata) {
75
-
76
- if (servicedata.id) {
77
- let data = {
78
- condition: `u.id = ${servicedata.id}`,
79
- data: {
80
- id: this.$login.f.id,
81
- orgid: this.$login.f.orgid
82
- }
83
- }
84
- let res = await this.$resetpost(
85
- 'rs/sql/checkuser',
86
- {data: data},
87
- {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
88
- )
89
-
90
- this.selectdata = res.data[0]
91
- } else {
92
- this.selectdata = servicedata
93
- }
94
-
95
- this.showtotal = false
96
- this.$nextTick(() => {
97
- this.showtotal = true
98
- })
99
-
100
- },
101
- // 初始化
102
- async 'apply' (val) {
103
- this.showtotal = false
104
- this.selectdata = JSON.parse(JSON.stringify(val))
105
-
106
- // 次方法必须同步执行,否则后续会出问题
107
- // 获取页面json配置文件
108
- await this.loadName()
109
-
110
- // 显示详细
111
- this.showtotal = true
112
- // 关闭列表数据
113
- this.showData = false
114
- // 关闭分页
115
- this.$refs.query.$refs.cp.pager = false
116
- },
117
- 'search' () {
118
- // 关闭详细
119
- this.showtotal = false
120
- // 显示列表数据
121
- this.showData = true
122
- // 显示分页
123
- this.$refs.query.$refs.cp.pager = true
124
- // 调用查询
125
- this.$refs.query.$refs.cp.$refs.cri.search()
126
- }
127
- },
128
- watch: {
129
- }
130
- }
131
- </script>
1
+ <template>
2
+ <div class="flex-row">
3
+ <div class="basic-main">
4
+ <div :class="showData ? 'top' : 'auto'" v-show="showQuery">
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">
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
+ showQuery: true, // 控制查询页
39
+ showData: true, // 控制列表数据
40
+ showtotal: false, // 详情显示
41
+ selectdata: {},
42
+ xmlname: '' // 配置文件名
43
+ }
44
+ },
45
+ ready () {
46
+ },
47
+ methods: {
48
+ // 获取页面配置json文件
49
+ async loadName () {
50
+
51
+ let data = {
52
+ workname: this.selectdata.processname
53
+ }
54
+ let http = new HttpResetClass()
55
+ let res = await http.load(
56
+ 'POST',
57
+ 'rs/logic/ApplyGetConfigs',
58
+ {data: data},
59
+ {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
60
+ )
61
+
62
+ Vue.prototype.$workflow_vue = res.data
63
+ }
64
+ },
65
+ events: {
66
+ 'locationclick' (res) {
67
+ console.log('/*/*/*/*/*/*/*/*/*/*/*/*/*/**/*/*/*/*')
68
+ this.$refs.service.setLabelValue('地址', res.pname + res.cityname + res.adname + res.address + res.name)
69
+ this.$refs.service.show_data.f_longitude = res.location.lng
70
+ this.$refs.service.show_data.f_dimension = res.location.lat
71
+ },
72
+ 'onMessage' (data) {
73
+ console.log('接收消息')
74
+ console.log(data)
75
+ if (data.type === 'apply-task') {
76
+ this.$refs.query.$refs.cp.$refs.cri.search()
77
+ }
78
+ },
79
+ // 刷新控制层
80
+ async 'breakControl' (servicedata) {
81
+
82
+ if (servicedata.id) {
83
+ let data = {
84
+ condition: `u.id = ${servicedata.id}`,
85
+ data: {
86
+ userid: this.$login.f.id,
87
+ orgid: this.$login.f.orgid
88
+ }
89
+ }
90
+ let res = await this.$resetpost(
91
+ 'rs/sql/checkuser',
92
+ {data: data},
93
+ {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
94
+ )
95
+
96
+ this.selectdata = res.data[0]
97
+ } else {
98
+ this.selectdata = servicedata
99
+ }
100
+
101
+ this.showtotal = false
102
+ this.$nextTick(() => {
103
+ this.showtotal = true
104
+ })
105
+
106
+ },
107
+ // 初始化
108
+ async 'apply' (val) {
109
+ this.showtotal = false
110
+ this.selectdata = val
111
+
112
+ // 次方法必须同步执行,否则后续会出问题
113
+ // 获取页面json配置文件
114
+ await this.loadName()
115
+
116
+ // 显示详细
117
+ this.showtotal = true
118
+ // 关闭列表数据
119
+ this.showData = false
120
+ // 关闭分页
121
+ this.$refs.query.$refs.cp.pager = false
122
+ },
123
+ 'search' () {
124
+ // 关闭详细
125
+ this.showtotal = false
126
+ // 显示列表数据
127
+ this.showData = true
128
+ // 显示分页
129
+ this.$refs.query.$refs.cp.pager = true
130
+ // 调用查询
131
+ this.$refs.query.$refs.cp.$refs.cri.search()
132
+ },
133
+ 'loadPage' () {
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.loadPage(this.$refs.query.model.pageIndex)
142
+ }
143
+ },
144
+ watch: {
145
+ }
146
+ }
147
+ </script>
@@ -0,0 +1,66 @@
1
+ <template>
2
+ <div style="background-color: #ffffff;padding: 10px;">
3
+ <template v-if="this.selectdata.defname === '报装申请' && this.selectdata.f_apply_source === '线下发起'">
4
+ <amap-pick-main
5
+ @locationclick="locationclick"
6
+ ></amap-pick-main>
7
+ </template>
8
+ <template v-else>
9
+ <amap-location
10
+ :isshowsearch="false"
11
+ :mylocationinfo="false"
12
+ :isshowmapmodel="false"
13
+ :islocation="false"
14
+ mapmodel="dragMarker"
15
+ :labelmarksarray="labelmarksarray"
16
+ ></amap-location>
17
+ </template>
18
+ </div>
19
+ </template>
20
+ <script>
21
+ import Vue from 'vue'
22
+ export default {
23
+ title: '地图',
24
+ props: {
25
+ selectdata: {
26
+ type: Object
27
+ }
28
+ },
29
+ data () {
30
+ return {
31
+ }
32
+ },
33
+ ready () {
34
+ },
35
+ methods: {
36
+ locationclick (res) {
37
+ console.log('=======选点回调=======')
38
+ console.log(res)
39
+
40
+ this.$dispatch('locationclick', res)
41
+ }
42
+ },
43
+ events: {
44
+ },
45
+ computed: {
46
+ labelmarksarray () {
47
+ return [{
48
+ data: {
49
+ data: this.selectdata,
50
+ label: `<div style="background: #fff;border-radius: 5px;height: 100px;padding: 5px">
51
+ <h5>${this.selectdata.f_user_name}</h5>
52
+ <h5>${this.selectdata.f_phone}</h5>
53
+ <h5>${this.selectdata.f_order_address}</h5>
54
+ </div>`
55
+ },
56
+ position: [this.selectdata.f_longitude, this.selectdata.f_dimension],
57
+ isclearmarker: false
58
+ }]
59
+ }
60
+ },
61
+ watch: {
62
+ }
63
+ }
64
+ </script>
65
+ <style scoped>
66
+ </style>