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
@@ -70,20 +70,19 @@
70
70
  <v-select
71
71
  v-model="model.f_apply_type"
72
72
  placeholder='报建类型'
73
- condition="f_apply_type = '{}'"
73
+ condition="u.f_apply_type in {}"
74
74
  :value.sync="model.f_apply_type"
75
75
  :options='$parent.$parent.applytype'
76
76
  class="select select_list"
77
- :value-single="true"
78
- @change="$parent.$parent.applyTypeChange()"
79
- close-on-select ></v-select>
77
+ multiple
78
+ @change="$parent.$parent.applyTypeChange()"></v-select>
80
79
  </div>
81
80
  <div class="form-group col-sm-2">
82
81
  <label class="font_normal_body">办理环节:</label>
83
82
  <v-select
84
83
  v-model="model.defname"
85
84
  placeholder='办理环节'
86
- condition="defname = '{}'"
85
+ condition="act.defname = '{}'"
87
86
  :value.sync="model.defname"
88
87
  :options='$parent.$parent.defnames'
89
88
  class="select select_list"
@@ -119,7 +118,7 @@
119
118
  <v-select
120
119
  v-model="model.f_user_type"
121
120
  placeholder='普通/煤改'
122
- condition="(f_user_type = '{}' or f_user_type is null)"
121
+ condition="f_user_type = '{}'"
123
122
  :value.sync="model.f_user_type"
124
123
  :options='$parent.$parent.UserType'
125
124
  class="select select_list"
@@ -188,6 +187,53 @@
188
187
  condition="u.f_release_date <= '{}'">
189
188
  </datepicker>
190
189
  </div>
190
+ <div class="form-group col-sm-2">
191
+ <label for="startDate" class="font_normal_body">回单日期:</label>
192
+ <datepicker id="startDate1" placeholder="回单开始日期"
193
+ style="width: 60%!important;"
194
+ v-model="model.startDate2"
195
+ :value.sync="model.startDate2"
196
+ :format="'yyyy-MM-dd 00:00:00'"
197
+ :show-reset-button="true"
198
+ condition="u.f_outdoors_receipt_time >= '{}'">
199
+ </datepicker>
200
+ </div>
201
+ <div class="form-group col-sm-2">
202
+ <label for="endDate" class="font_normal_body">回单日期:</label>
203
+ <datepicker id="endDate1" placeholder="回单截止日期"
204
+ style="width: 60%!important;"
205
+ v-model="model.endDate2"
206
+ :value.sync="model.endDate2"
207
+ :format="'yyyy-MM-dd 23:59:59'"
208
+ :show-reset-button="true"
209
+ condition="u.f_outdoors_receipt_time <= '{}'">
210
+ </datepicker>
211
+ </div>
212
+ <div class="form-group col-sm-2">
213
+ <label class="font_normal_body">派工类型:</label>
214
+ <v-select
215
+ v-model="model.f_dispatching_type"
216
+ placeholder='工队/维修'
217
+ condition="u.f_dispatching_type = '{}'"
218
+ :value.sync="model.f_dispatching_type"
219
+ :options='$parent.$parent.dispatching'
220
+ class="select select_list"
221
+ :value-single="true"
222
+ close-on-select ></v-select>
223
+ </div>
224
+ <div class="form-group col-sm-2">
225
+ <label class="font_normal_body">新旧报建:</label>
226
+ <v-select
227
+ v-model="model.f_house_type"
228
+ placeholder='新旧报建'
229
+ condition="u.f_house_type {}"
230
+ :value.sync="model.f_house_type"
231
+ :options='$parent.$parent.houseType'
232
+ class="select select_list"
233
+ :value-single="true"
234
+ close-on-select >
235
+ </v-select>
236
+ </div>
191
237
  <div class="form-group col-sm-2">
192
238
  <label class="font_normal_body">来&emsp;&emsp;源:</label>
193
239
  <v-select
@@ -227,52 +273,52 @@
227
273
  </template>
228
274
  <template partial='body'>
229
275
  <tr>
230
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
276
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
231
277
  <nobr>{{$index+1}}</nobr>
232
278
  </td>
233
- <td style="text-align: center;">
279
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
234
280
  <nobr>{{row.f_apply_num}}</nobr>
235
281
  </td>
236
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
282
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
237
283
  <nobr>{{row.f_user_name}}</nobr>
238
284
  </td>
239
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
285
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
240
286
  <nobr>{{row.f_contact}}</nobr>
241
287
  </td>
242
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
288
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
243
289
  <nobr>{{row.f_contract_number}}</nobr>
244
290
  </td>
245
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
291
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
246
292
  <nobr>{{row.f_phone}}</nobr>
247
293
  </td>
248
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
294
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
249
295
  <nobr><font>{{row.f_designer_people}}</font></nobr>
250
296
  </td>
251
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
297
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
252
298
  <nobr>{{row.f_apply_type}}</nobr>
253
299
  </td>
254
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
300
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
255
301
  <nobr>{{row.f_apply_nature}}</nobr>
256
302
  </td>
257
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
303
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
258
304
  <nobr>{{row.f_user_type}}</nobr>
259
305
  </td>
260
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
306
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
261
307
  <nobr>{{row.defname}}</nobr>
262
308
  </td>
263
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
309
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
264
310
  <nobr>{{row.f_user_classification}}</nobr>
265
311
  </td>
266
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
312
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
267
313
  <nobr>{{row.f_address}}</nobr>
268
314
  </td>
269
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
315
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
270
316
  <nobr>{{row.f_apply_source}}</nobr>
271
317
  </td>
272
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
318
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
273
319
  <nobr>{{row.f_sub_state}}</nobr>
274
320
  </td>
275
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
321
+ <td @dblclick="$parent.$parent.$parent.check(row)" style="text-align: center;">
276
322
  <nobr>{{row.f_apply_date}}</nobr>
277
323
  </td>
278
324
  </tr>
@@ -303,6 +349,8 @@
303
349
  UserList:[{label: '全部', value: ''}, ...this.$appdata.getParam('用户分类')],
304
350
  UserType:[{label: '全部', value: ''}, {label: '普通用户', value: '普通用户'}, {label: '煤改用户', value: '煤改用户'}],
305
351
  designerPeoples: this.getDesigner(),
352
+ dispatching: [{label: '全部', value: ''}, {label: '施工工队', value: '施工工队'}, {label: '安检维修中心', value: '安检维修中心'}],
353
+ houseType:[{label: '全部', value: ''}, {label: '旧报建', value: ` = '旧报导入'`}, {label: '新报建', value: ' is null' }],
306
354
  getfield: {
307
355
  'f_apply_num': ' 工 程 编 号 ',
308
356
  'f_charge_date': ' 收 费 日 期 ',
@@ -344,7 +392,8 @@
344
392
  'f_apply_source': ' 来源 ',
345
393
  'f_apply_type': ' 报 建 类 型 ',
346
394
  'f_sub_state': ' 流 程 状 态 ',
347
- 'f_apply_date': ' 报 建 日 期 '
395
+ 'f_apply_date': ' 报 建 日 期 ',
396
+ 'f_house_type': ' 新 旧 报 建 '
348
397
  },
349
398
  civil: {
350
399
  'f_apply_num': '工程编号',
@@ -359,7 +408,8 @@
359
408
  'f_construct_operator': '现场项目负责人',
360
409
  'f_contact': '联系人',
361
410
  'f_phone': '电话',
362
- 'f_construction_unit':'施工单位'
411
+ 'f_construction_unit':'施工单位',
412
+ 'f_house_type': ' 新 旧 报 建 '
363
413
  },
364
414
  uncivil: {
365
415
  'f_apply_num': '工程编号',
@@ -391,13 +441,14 @@
391
441
  'f_outdoors_receipt_time': ' 户内回单日期 ',
392
442
  'f_courtyard_time': ' 庭院出单日期 ',
393
443
  'f_courtyard_receipt_time': ' 庭院回单日期 ',
394
- 'f_construction_unit':'施工单位'
444
+ 'f_construction_unit':'施工单位',
445
+ 'f_house_type': ' 新 旧 报 建 '
395
446
  }
396
447
  }
397
448
  },
398
449
  ready () {
399
450
  // 调用查询
400
- this.search()
451
+ // this.search()
401
452
  },
402
453
  events: {
403
454
  },
@@ -462,6 +513,7 @@
462
513
  clear () {
463
514
  Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
464
515
  this.$refs.cp.$refs.cri.model[key] = null
516
+ this.$refs.cp.$refs.cri.model.f_apply_type = []
465
517
  })
466
518
  }
467
519
  },
package/src/main.js CHANGED
@@ -1,27 +1,27 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import { all } from 'vue-client'
4
- import {ldap} from 'ldap-clients'
5
- import {system} from 'system-clients'
6
- import {sale} from 'sale-client'
7
- import {material} from 'material-client'
8
- import {fadada} from 'fadada-clients'
9
- import { weixinManage } from 'weixin-manage-client'
10
-
11
- import apply from './apply'
12
-
13
- all()
14
- weixinManage('yuchuan', 'test')
15
- apply()
16
- ldap()
17
- sale()
18
- material()
19
- system(false, 'yuchuan')
20
- fadada()
21
-
22
- require('system-clients/src/styles/less/bootstrap.less')
23
- require('./expandcss.less')
24
- new Vue({
25
- el: 'body',
26
- components: { App }
27
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import { all } from 'vue-client'
4
+ import {ldap} from 'ldap-clients'
5
+ import {system} from 'system-clients'
6
+ import {sale} from 'sale-client'
7
+ import {material} from 'material-client'
8
+ import {fadada} from 'fadada-clients'
9
+ import { weixinManage } from 'weixin-manage-client'
10
+
11
+ import apply from './apply'
12
+
13
+ all()
14
+ weixinManage('yuchuan', 'test')
15
+ apply()
16
+ ldap()
17
+ sale()
18
+ material()
19
+ system(false, 'yuchuan')
20
+ fadada()
21
+
22
+ require('system-clients/src/styles/less/bootstrap.less')
23
+ require('./expandcss.less')
24
+ new Vue({
25
+ el: 'body',
26
+ components: { App }
27
+ })