apply-clients 3.4.3 → 3.4.5

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 (79) hide show
  1. package/package.json +1 -1
  2. package/src/AndroidApp.vue +18 -18
  3. package/src/android.js +1 -1
  4. package/src/apply.js +39 -20
  5. package/src/applyAndroid.js +23 -9
  6. package/src/components/android/AppOnetomany.vue +47 -5
  7. package/src/components/android/AppServiceView.vue +745 -566
  8. package/src/components/android/AppSign.vue +154 -142
  9. package/src/components/android/AppTakePic.vue +11 -11
  10. package/src/components/android/AreaSelect/AppQrcodeReader.vue +73 -0
  11. package/src/components/android/AreaSelect/AppResAreaMapGroup.vue +148 -0
  12. package/src/components/android/AreaSelect/AppResAreaSelect.vue +108 -0
  13. package/src/components/android/AreaSelect/AppResAreaSelectGroup.vue +142 -0
  14. package/src/components/android/Function/AppFunctionServiceControl.vue +344 -0
  15. package/src/components/android/Function/AppInstallFunction.vue +366 -0
  16. package/src/components/android/Process/AppExplorationUser.vue +217 -37
  17. package/src/components/android/Process/AppServiceControl.vue +1708 -757
  18. package/src/components/android/Process/Processes/AppAddMaterialScience.vue +477 -0
  19. package/src/components/android/Process/Processes/AppBuildSign.vue +46 -0
  20. package/src/components/android/Process/Processes/AppChargeManagement.vue +637 -0
  21. package/src/components/android/Process/Processes/AppDevicesManagement.vue +519 -0
  22. package/src/components/android/Process/Processes/AppInstallationDetails.vue +482 -456
  23. package/src/components/android/Process/Processes/AppSupplementalAgreement.vue +298 -0
  24. package/src/components/android/Process/Processes/selectApply.vue +250 -0
  25. package/src/components/android/Process/Processes/selectUserinfo.vue +182 -0
  26. package/src/components/android/Supervisory/AppProcessSupervisory.vue +205 -71
  27. package/src/components/android/Supervisory/AppSupervisoryCart.vue +156 -121
  28. package/src/components/common/TabButton.vue +149 -0
  29. package/src/components/common/Tabs.vue +67 -0
  30. package/src/components/image/dwg.jpg +0 -0
  31. package/src/components/image/txt.jpg +0 -0
  32. package/src/components/image//345/221/250/345/217/243/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  33. package/src/components/image//350/245/277/345/215/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  34. package/src/components/image//351/203/270/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  35. package/src/components/image//351/241/271/345/237/216/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  36. package/src/components/image//351/271/277/351/202/221/346/224/266/346/254/276/344/270/223/347/224/250/347/253/240.png +0 -0
  37. package/src/components/product/ApplyCharge/ApplyChargeList.vue +272 -53
  38. package/src/components/product/ApplyCharge/ApplyChargeSearch.vue +3 -3
  39. package/src/components/product/AreaSelect/MyAreaSelect.vue +423 -0
  40. package/src/components/product/AreaSelect/ResAreaSelect.vue +106 -0
  41. package/src/components/product/AreaSelect/ResAreaSelectGroup.vue +150 -0
  42. package/src/components/product/AreaSelect/utils/EventListener.js +29 -0
  43. package/src/components/product/AreaSelect/utils/coerceBoolean.js +7 -0
  44. package/src/components/product/Function/InstallFunction.vue +3 -2
  45. package/src/components/product/Function/InstallInfoSelect.vue +41 -21
  46. package/src/components/product/Function/Service/FunctionServiceControl.vue +96 -71
  47. package/src/components/product/GaoDeMapComponents/GaoDeMap.vue +231 -0
  48. package/src/components/product/Install/InstallProject.vue +194 -0
  49. package/src/components/product/OldApply/Handle/HandleApply.vue +337 -0
  50. package/src/components/product/OldApply/Monitor/MonitorApply.vue +360 -0
  51. package/src/components/product/OldApply/OldApply.vue +209 -0
  52. package/src/components/product/OldApply/OldApplyMessage.vue +420 -0
  53. package/src/components/product/Onetomany.vue +40 -11
  54. package/src/components/product/Process/ExplorationSelect.vue +495 -417
  55. package/src/components/product/Process/ExplorationUser.vue +145 -94
  56. package/src/components/product/Process/Processes/InstallationDetails.vue +610 -592
  57. package/src/components/product/Process/Processes/Print/printCharge.vue +166 -142
  58. package/src/components/product/Process/Processes/Print/printChargepc.vue +142 -0
  59. package/src/components/product/Process/Processes/Print/printRefund.vue +196 -0
  60. package/src/components/product/Process/Processes/addMaterialScience.vue +454 -0
  61. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +211 -207
  62. package/src/components/product/Process/Processes/chargeManagement.vue +656 -638
  63. package/src/components/product/Process/Processes/devicesManagement.vue +484 -478
  64. package/src/components/product/Process/Processes/selectApply.vue +2 -2
  65. package/src/components/product/Process/Service/ServiceControl.vue +1709 -1081
  66. package/src/components/product/Process/ShowBackReason.vue +33 -0
  67. package/src/components/product/ServiceView.vue +981 -631
  68. package/src/components/product/Stop/StopApply.vue +26 -30
  69. package/src/components/product/Stop/StopApplyList.vue +27 -25
  70. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +732 -34
  71. package/src/components/product/Supervisory/SupervisoryControl.vue +38 -1
  72. package/src/components/product/Supervisory/SupervisoryList.vue +404 -233
  73. package/src/components/product/Supervisory/SupervisoryhCart.vue +51 -28
  74. package/src/components/product/VueUtils/ApplyUpload.vue +40 -38
  75. package/src/components/product/VueUtils/GaoPaiYi/HighMeter.vue +1090 -0
  76. package/src/components/product/VueUtils/ToolsPage.vue +51 -0
  77. package/src/components/product/VueUtils/Tree.vue +330 -0
  78. package/src/expandcssAndroid.less +362 -879
  79. package/src/main.js +3 -0
@@ -7,7 +7,7 @@
7
7
  <div v-if="showtotal" style="height: 89%">
8
8
  <tabset v-ref:tabs :close="false">
9
9
  <tab :header='selectdata.defname'>
10
- <service-control v-ref:service :selectdata="selectdata"></service-control>
10
+ <service-control v-ref:service :selectdata="selectdata"></service-control>
11
11
  </tab>
12
12
  <tab header='附件'>
13
13
  <apply-upload :blodid="selectdata.f_process_id"
@@ -22,117 +22,168 @@
22
22
  </tab>
23
23
  </tabset>
24
24
  </div>
25
+
26
+ <validator name="v">
27
+ <modal v-if="showLater" :show.sync="showLater" v-ref:modal :large="true" :backdrop="false" title="稍后处理">
28
+ <header slot="modal-header" class="modal-header">
29
+ <button type="button" class="close" @click="closeModal"><span>&times;</span></button>
30
+ <h4 class="modal-title">稍后处理</h4>
31
+ </header>
32
+
33
+ <article slot="modal-body" class="modal-body clearfix">
34
+ <div class="form-group col-sm-12">
35
+ <label class="col-sm-2 control-label">稍后处理备注:</label>
36
+ <div class="col-sm-10">
37
+ <input type="textarea"
38
+ class="form-control input_view"
39
+ style="width: 100%"
40
+ v-model="laterapply.f_later_remarks" />
41
+ </div>
42
+ </div>
43
+ </article>
44
+
45
+ <footer slot="modal-footer" class="modal-footer">
46
+ <button type="button" class="btn btn-primary" :disabled='!$v.valid' @click="later()">稍后处理</button>
47
+ </footer>
48
+ </modal>
49
+ </validator>
25
50
  </div>
26
51
  </div>
27
52
  </template>
28
53
  <script>
29
- import Vue from 'vue'
30
- import {HttpResetClass} from 'vue-client'
31
- export default {
32
- title: '报建流程',
33
- data () {
34
- return {
35
- showQuery: true, // 控制查询页
36
- showData: true, // 控制列表数据
37
- showtotal: false, // 详情显示
38
- selectdata: {},
39
- xmlname: '' // 配置文件名
40
- }
41
- },
42
- ready () {
43
- },
44
- methods: {
45
- // 获取页面配置json文件
46
- async loadName () {
47
-
48
- let data = {
49
- workname: this.selectdata.processname
50
- }
51
- let http = new HttpResetClass()
52
- let res = await http.load(
53
- 'POST',
54
- 'rs/logic/ApplyGetConfigs',
55
- {data: data},
56
- {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
57
- )
58
-
59
- Vue.prototype.$workflow_vue = res.data
60
- }
61
- },
62
- events: {
63
- 'onMessage' (data) {
64
- console.log('接收消息')
65
- console.log(data)
66
- if (data.type === 'apply-task') {
67
- this.$refs.query.$refs.cp.$refs.cri.search()
54
+ import Vue from 'vue'
55
+ import {HttpResetClass} from 'vue-client'
56
+ export default {
57
+ title: '报建流程',
58
+ data () {
59
+ return {
60
+ showQuery: true, // 控制查询页
61
+ showData: true, // 控制列表数据
62
+ showtotal: false, // 详情显示
63
+ selectdata: {},
64
+ xmlname: '', // 配置文件名
65
+ showLater: false,
66
+ laterapply: {}
68
67
  }
69
68
  },
70
- // 刷新控制层
71
- async 'breakControl' (servicedata) {
69
+ ready () {
70
+ },
71
+ methods: {
72
+ // 获取页面配置json文件
73
+ async loadName () {
72
74
 
73
- if (servicedata.id) {
74
75
  let data = {
75
- condition: `u.id = ${servicedata.id}`,
76
- data: {
77
- userid: this.$login.f.id,
78
- orgid: this.$login.f.orgid
79
- }
76
+ workname: this.selectdata.processname
80
77
  }
81
- let res = await this.$resetpost(
82
- 'rs/sql/checkuser',
78
+ let http = new HttpResetClass()
79
+ let res = await http.load(
80
+ 'POST',
81
+ 'rs/logic/ApplyGetConfigs',
83
82
  {data: data},
84
- {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
83
+ {resolveMsg: null, rejectMsg: '配置数据获取失败!!!'}
85
84
  )
86
85
 
87
- this.selectdata = res.data[0]
88
- } else {
89
- this.selectdata = servicedata
86
+ Vue.prototype.$workflow_vue = res.data
87
+ },
88
+ async later () {
89
+ let http = new HttpResetClass()
90
+ let data = {
91
+ laterapply: this.laterapply,
92
+ selectdata: this.selectdata,
93
+ user: this.$login.f
94
+ }
95
+ let res = await http.load('POST', 'rs/logic/laterprocessing', {data:data}, {
96
+ resolveMsg: null,
97
+ rejectMsg: '稍后处理记录保存失败!!!'
98
+ })
99
+ this.closeModal()
100
+ },
101
+ closeModal () {
102
+ this.selectdata = null
103
+ this.showLater = false
104
+ this.laterapply = {}
105
+
106
+ this.$refs.query.loadPage()
90
107
  }
108
+ },
109
+ events: {
110
+ 'onMessage' (data) {
111
+ console.log('接收消息')
112
+ console.log(data)
113
+ if (data.type === 'apply-task') {
114
+ this.$refs.query.$refs.cp.$refs.cri.search()
115
+ }
116
+ },
117
+ // 刷新控制层
118
+ async 'breakControl' (servicedata) {
91
119
 
92
- this.showtotal = false
93
- this.$nextTick(() => {
94
- this.showtotal = true
95
- })
120
+ if (servicedata.id) {
121
+ let data = {
122
+ condition: `u.id = ${servicedata.id}`,
123
+ data: {
124
+ id: this.$login.f.id,
125
+ orgid: this.$login.f.orgid
126
+ }
127
+ }
128
+ let res = await this.$resetpost(
129
+ 'rs/sql/checkuser',
130
+ {data: data},
131
+ {resolveMsg: null, rejectMsg: '数据更新失败,请手查询更新!!!'}
132
+ )
96
133
 
97
- },
98
- // 初始化
99
- async 'apply' (val) {
100
- this.showtotal = false
101
- this.selectdata = val
134
+ this.selectdata = res.data[0]
135
+ } else {
136
+ this.selectdata = servicedata
137
+ }
102
138
 
103
- // 次方法必须同步执行,否则后续会出问题
104
- // 获取页面json配置文件
105
- await this.loadName()
139
+ this.showtotal = false
140
+ this.$nextTick(() => {
141
+ this.showtotal = true
142
+ })
106
143
 
107
- // 显示详细
108
- this.showtotal = true
109
- // 关闭列表数据
110
- this.showData = false
111
- // 关闭分页
112
- this.$refs.query.$refs.cp.pager = false
113
- },
114
- 'search' () {
115
- // 关闭详细
116
- this.showtotal = false
117
- // 显示列表数据
118
- this.showData = true
119
- // 显示分页
120
- this.$refs.query.$refs.cp.pager = true
121
- // 调用查询
122
- this.$refs.query.$refs.cp.$refs.cri.search()
144
+ },
145
+ async openLater (row) {
146
+ this.selectdata = row
147
+ this.showLater = true
148
+ },
149
+ // 初始化
150
+ async 'apply' (val) {
151
+ this.showtotal = false
152
+ this.selectdata = val
153
+
154
+ // 次方法必须同步执行,否则后续会出问题
155
+ // 获取页面json配置文件
156
+ await this.loadName()
157
+
158
+ // 显示详细
159
+ this.showtotal = true
160
+ // 关闭列表数据
161
+ this.showData = false
162
+ // 关闭分页
163
+ this.$refs.query.$refs.cp.pager = false
164
+ },
165
+ 'search' () {
166
+ // 关闭详细
167
+ this.showtotal = false
168
+ // 显示列表数据
169
+ this.showData = true
170
+ // 显示分页
171
+ this.$refs.query.$refs.cp.pager = true
172
+ // 调用查询
173
+ this.$refs.query.$refs.cp.$refs.cri.search()
174
+ },
175
+ 'loadPage' () {
176
+ // 关闭详细
177
+ this.showtotal = false
178
+ // 显示列表数据
179
+ this.showData = true
180
+ // 显示分页
181
+ this.$refs.query.$refs.cp.pager = true
182
+ // 调用查询
183
+ this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
184
+ }
123
185
  },
124
- 'loadPage' () {
125
- // 关闭详细
126
- this.showtotal = false
127
- // 显示列表数据
128
- this.showData = true
129
- // 显示分页
130
- this.$refs.query.$refs.cp.pager = true
131
- // 调用查询
132
- this.$refs.query.$refs.cp.loadPage(this.$refs.query.model.pageIndex)
186
+ watch: {
133
187
  }
134
- },
135
- watch: {
136
188
  }
137
- }
138
189
  </script>