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
@@ -429,8 +429,13 @@ export default {
429
429
  resolveMsg: null,
430
430
  rejectMsg: '收费信息更新失败!!!'
431
431
  })
432
- this.$showAlert('开票失败!!!', 'warning', 3000)
433
- throw e
432
+ this.$showMessage(`开票信息组织失败!!`, ['confirm']).then(async (res) => {
433
+ if (res === 'confirm') {
434
+ this.$dispatch('loadPage')
435
+ }else {
436
+ this.$dispatch('loadPage')
437
+ }
438
+ })
434
439
  }
435
440
  }else {
436
441
  await this.outBill()
@@ -494,8 +499,13 @@ export default {
494
499
  resolveMsg: null,
495
500
  rejectMsg: '收费信息更新失败!!!'
496
501
  })
497
-
498
- throw e
502
+ this.$showMessage(`开票失败!!`, ['confirm']).then(async (res) => {
503
+ if (res === 'confirm') {
504
+ this.$dispatch('loadPage')
505
+ }else {
506
+ this.$dispatch('loadPage')
507
+ }
508
+ })
499
509
  }
500
510
  } else if (this.charge.f_bill_style === '专票') {
501
511
 
@@ -538,8 +548,13 @@ export default {
538
548
  resolveMsg: null,
539
549
  rejectMsg: '收费信息更新失败!!!'
540
550
  })
541
- this.$showAlert('开票失败!!!', 'warning', 3000)
542
- throw '开票失败!!'
551
+ this.$showMessage(`开票失败!!`, ['confirm']).then(async (res) => {
552
+ if (res === 'confirm') {
553
+ this.$dispatch('loadPage')
554
+ }else {
555
+ this.$dispatch('loadPage')
556
+ }
557
+ })
543
558
  } else {
544
559
  data = {
545
560
  id: this.charge.f_bill_id,
@@ -683,4 +698,7 @@ export default {
683
698
  font-family: PingFang;
684
699
  color: #ffffff;
685
700
  }
701
+ .form-control{
702
+ padding: 8px 12px;
703
+ }
686
704
  </style>
@@ -221,6 +221,7 @@ export default {
221
221
  return
222
222
  }
223
223
  let data = {
224
+ login: this.$login.f,
224
225
  userinfo: row,
225
226
  selectdata: this.selectdata
226
227
  }
@@ -312,7 +313,7 @@ export default {
312
313
  computed: {
313
314
  showDeleteUserInfo () {
314
315
  return (this.selectdata.f_apply_type === '非民用报建' &&
315
- (this.selectdata.defname === '报建受理' || this.selectdata.defname === '现场勘察' || this.selectdata.defname === '收费标准')) ||
316
+ (this.selectdata.defname === '报建受理' || this.selectdata.defname === '现场勘察' || this.selectdata.defname === '收费标准' || this.selectdata.defname === '报装缴费')) ||
316
317
  (this.selectdata.f_apply_type === '设备拆除' && this.selectdata.defname === '销户')
317
318
  },
318
319
  disabledBut () {
@@ -423,10 +423,10 @@ export default {
423
423
  this.$showAlert('请先选择气表品牌!!!', 'warning', 3000)
424
424
  return
425
425
  }
426
- if (this.newUserfile.f_gasbrand_id && this.newUserfile.f_meternumber) {
426
+ if (this.newUserfile.f_new_gasbrand_id && this.newUserfile.f_new_meternumber) {
427
427
  let data = {
428
- f_meternumber: this.newUserfile.f_meternumber,
429
- f_gasbrand_id: this.newUserfile.f_gasbrand_id
428
+ f_meternumber: this.newUserfile.f_new_meternumber,
429
+ f_gasbrand_id: this.newUserfile.f_new_gasbrand_id
430
430
  }
431
431
  if (this.newUserfile.f_user_id) {
432
432
  data.f_user_id = this.newUserfile.f_user_id
@@ -0,0 +1,230 @@
1
+ <template>
2
+ <div style="margin-bottom: 20px" class="form-group select-overspread">
3
+ <label class="control-label-justify control-label col-sm-3">选择用户</label>
4
+ <div class="col-sm-10" >
5
+ <button class="button_search button_spacing" type="button" style="width: max-content;position: absolute" @click="openSelect" :disabled="mark === 1">选择</button>
6
+ </div>
7
+ </div>
8
+
9
+ <modal v-if="showselect" :show.sync="showselect" width="80%" title="用户信息" v-ref:modal large backdrop="false">
10
+ <article slot="modal-body" class="modal-body" style="height: 600px!important;">
11
+ <criteria-paged :model="model" v-ref:cp>
12
+ <criteria partial='criteria' @condition-changed='$parent.$parent.searchCondition' v-ref:cri>
13
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
14
+ <div class="row">
15
+ <div class="form-group col-sm-3">
16
+ <label class="font_normal_body">客户编号:</label>
17
+ <input type="text" style="width:60%" class="input_search" placeholder='客户编号' v-model="model.f_userinfo_id"
18
+ v-on:keyup.enter="search"
19
+ condition="ui.f_userinfo_id = '{}'">
20
+ </div>
21
+ <div class="form-group col-sm-3">
22
+ <label class="font_normal_body">客户名称:</label>
23
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
24
+ v-on:keyup.enter="search" condition="f_user_name like '%{}%'" placeholder='客户名称'>
25
+ </div>
26
+ <div class="form-group col-sm-3">
27
+ <label class="font_normal_body">客户电话:</label>
28
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
29
+ v-on:keyup.enter="search" condition="f_user_phone = '{}'" placeholder='客户电话'>
30
+ </div>
31
+
32
+ <div class="form-group col-sm-3 button-range">
33
+ <button class="button_search button_spacing" @click.prevent="search" v-el:cx>查询</button>
34
+ <button class="button_clear button_spacing" @click.prevent="$parent.$parent.$parent.clear()">清空</button>
35
+ <div
36
+ :class="{'button_shrink_top':$parent.$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.$parent.criteriaShow}"
37
+ @click="$parent.$parent.$parent.criteriaShow = !$parent.$parent.$parent.criteriaShow"
38
+ class="button_spacing"
39
+ style="float: right">
40
+ </div>
41
+ </div>
42
+ </div>
43
+ <div class="row" v-show="$parent.$parent.$parent.criteriaShow">
44
+ <div class="form-group col-sm-3">
45
+ <label class="font_normal_body">小&emsp;&emsp;区:</label>
46
+ <v-select
47
+ v-model="model.f_residential_area"
48
+ placeholder='小区'
49
+ condition="f_residential_area = '{}'"
50
+ :value.sync="model.f_residential_area"
51
+ :options='$parent.$parent.$parent.area'
52
+ class="select select_list"
53
+ :value-single="true"
54
+ close-on-select ></v-select>
55
+ </div>
56
+ <div class="form-group col-sm-3">
57
+ <label class="font_normal_body">楼&emsp;&emsp;号:</label>
58
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_building"
59
+ v-on:keyup.enter="search" condition="f_building like '%{}%'" placeholder='楼号'>
60
+ </div>
61
+ <div class="form-group col-sm-3">
62
+ <label class="font_normal_body">单&emsp;&emsp;元:</label>
63
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_unit"
64
+ v-on:keyup.enter="search" condition="f_unit like '%{}%'" placeholder='单元'>
65
+ </div>
66
+ <div class="form-group col-sm-3">
67
+ <label class="font_normal_body">门&nbsp;牌&nbsp;号:</label>
68
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_room"
69
+ v-on:keyup.enter="search" condition="f_room like '%{}%'" placeholder='门牌号'>
70
+ </div>
71
+ <div class="form-group col-sm-3">
72
+ <label class="font_normal_body">客户地址:</label>
73
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
74
+ v-on:keyup.enter="search" condition="f_address like '%{}%'" placeholder='客户地址'>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </criteria>
79
+ <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy" style="height: 100%">
80
+ <template partial='head'>
81
+ <tr>
82
+ <th style="white-space: nowrap;">序号</th>
83
+ <th style="white-space: nowrap;">客户编号</th>
84
+ <th style="white-space: nowrap;">客户名称</th>
85
+ <th style="white-space: nowrap;">客户电话</th>
86
+ <th style="white-space: nowrap;">地址信息</th>
87
+ <th style="white-space: nowrap;">选择</th>
88
+ </tr>
89
+ </template>
90
+ <template partial='body'>
91
+ <tr >
92
+ <td style="text-align: center;">
93
+ <nobr><font>{{$index+1}}</font></nobr>
94
+ </td>
95
+ <td style="text-align: center;">
96
+ <nobr><font>{{ row.f_userinfo_id }}</font></nobr>
97
+ </td>
98
+ <td style="text-align: center;">
99
+ <nobr><font>{{ row.f_user_name }}</font></nobr>
100
+ </td>
101
+ <td style="text-align: center;">
102
+ <nobr><font>{{ row.f_user_phone }}</font></nobr>
103
+ </td>
104
+ <td style="text-align: center;">
105
+ <nobr><font>{{ row.f_address }}</font></nobr>
106
+ </td>
107
+ <td style="text-align: center;">
108
+ <nobr><font>
109
+ <button type="button" name="button" class="button_export" @click.prevent="$parent.$parent.$parent.$parent.select(row)">确认选择</button>
110
+ </font></nobr>
111
+ </td>
112
+ </tr>
113
+ </template>
114
+ </data-grid>
115
+ </criteria-paged>
116
+ </article>
117
+ <footer slot="modal-footer" class="modal-footer">
118
+ </footer>
119
+ </modal>
120
+ </template>
121
+ <script>
122
+ import {HttpResetClass, PagedList} from 'vue-client'
123
+ import Vue from 'vue'
124
+
125
+ export default {
126
+ title: '选择用户',
127
+ props: {
128
+ selectdata: {
129
+ type: Object
130
+ },
131
+ mark: {
132
+ type: Number,
133
+ default: 0
134
+ }
135
+ },
136
+ data () {
137
+ return {
138
+ showselect: false,
139
+ model: new PagedList('rs/sql/applyGetUserinfos', 20, null),
140
+ criteriaShow: false,
141
+ area: []
142
+ }
143
+ },
144
+ ready () {
145
+ this.getArea()
146
+ },
147
+ methods: {
148
+ select (row) {
149
+ this.$dispatch('selectUserinfo', row)
150
+
151
+ this.showselect = false
152
+ },
153
+ searchCondition (args) {
154
+ args.condition = `${args.condition} and ui.f_filiale = '${this.$login.f.f_fengongsi}' and ui.f_user_state = '正常'`
155
+ this.model.search(args.condition, args.model)
156
+ },
157
+ clear () {
158
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
159
+ this.$refs.cp.$refs.cri.model[key] = null
160
+ })
161
+ },
162
+ openSelect () {
163
+ this.showselect = true
164
+ setTimeout(() => {
165
+ this.$refs.cp.$refs.cri.search()
166
+ }, 100)
167
+ },
168
+ // 获取小区
169
+ async getArea () {
170
+ let data = {
171
+ tablename: 't_area_address',
172
+ condition: `f_filiale = '${this.$login.f.f_fengongsi}' and f_area_status = '启用'`
173
+ }
174
+ let http = new HttpResetClass()
175
+ let res = await http.load(
176
+ 'POST',
177
+ `rs/sql/applySingleTable`,
178
+ {data: data},
179
+ {resolveMsg: null, rejectMsg: '小区查询失败!!!'}
180
+ )
181
+ this.area = res.data.map(item => {
182
+ return {
183
+ label: item.f_residential_area,
184
+ value: item.id
185
+ }
186
+ })
187
+ },
188
+ },
189
+ events: {
190
+ },
191
+ computed: {
192
+ },
193
+ watch: {
194
+ }
195
+ }
196
+ </script>
197
+ <style scoped>
198
+ .control-label-justify {
199
+ display: inline-block;
200
+ vertical-align: top;
201
+ width: 110px;
202
+ text-align: justify;
203
+ font-family: PingFang-SC-Bold;
204
+ }
205
+
206
+ .control-label-justify::after {
207
+ content: "";
208
+ display: inline-block;
209
+ width: 100%;
210
+ overflow: hidden;
211
+ height: 0;
212
+ }
213
+ .input_view{
214
+ padding: 8px;
215
+ background-color: #ffffff;
216
+ border-radius: 2px;
217
+ border: solid 1px #c7c7c7!important;
218
+ color: #333333!important;
219
+ font-size: 15px!important;
220
+ }
221
+
222
+ .input_view[readonly]{
223
+ border: 1px solid #DDD!important;
224
+ color:#ACA899!important;
225
+ }
226
+ .input_view:disabled{
227
+ border: 1px solid #DDD!important;
228
+ color:#ACA899!important;
229
+ }
230
+ </style>