apply-clients 3.5.5-10 → 3.5.5-101

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 (92) hide show
  1. package/build/dev-server.js +5 -9
  2. package/package.json +6 -4
  3. package/src/App.vue +25 -25
  4. package/src/components/QXClient.js +333 -0
  5. package/src/components/SignTools.js +65 -0
  6. package/src/components/android/AppTakePic.vue +182 -182
  7. package/src/components/android/Process/AppChargeList.vue +8 -0
  8. package/src/components/android/Process/AppExplorationUser.vue +1 -2
  9. package/src/components/android/Process/AppServiceControl.vue +1760 -1755
  10. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  11. package/src/components/product/Install/ContractCharge.vue +3 -3
  12. package/src/components/product/Material/MaterialDetailed.vue +268 -268
  13. package/src/components/product/Process/Processes/contractModel.vue +49 -37
  14. package/src/components/product/ServiceView.vue +1028 -1028
  15. package/src/filiale/baiyin/android/ByAddMaterialScience.vue +2 -0
  16. package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
  17. package/src/filiale/fugou/android/AppAddReplacement.vue +512 -341
  18. package/src/filiale/fugou/android/AppDevicesManagement.vue +521 -519
  19. package/src/filiale/fugou/android/AppExplorationUser.vue +3 -3
  20. package/src/filiale/fugou/android/AppInstallationDetails.vue +542 -541
  21. package/src/filiale/fugou/android/AppServiceControl.vue +1894 -1836
  22. package/src/filiale/fugou/android/AppZhihuanManagement.vue +14 -2
  23. package/src/filiale/fugou/android/printCharge.vue +162 -162
  24. package/src/filiale/fugou/android.js +16 -16
  25. package/src/filiale/fugou/pc/AddReplacement.vue +511 -340
  26. package/src/filiale/fugou/pc/ApplyChargeList.vue +554 -480
  27. package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -0
  28. package/src/filiale/fugou/pc/ExplorationSelect.vue +524 -525
  29. package/src/filiale/fugou/pc/InstallationDetails.vue +646 -646
  30. package/src/filiale/fugou/pc/ServiceControl.vue +47 -20
  31. package/src/filiale/fugou/pc/ServiceView.vue +941 -941
  32. package/src/filiale/fugou/pc/StopApplyList.vue +291 -0
  33. package/src/filiale/fugou/pc/SupervisoryServiceControl.vue +881 -881
  34. package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
  35. package/src/filiale/fugou/pc/addressAndUserinfoManagement.vue +1 -1
  36. package/src/filiale/fugou/pc/chargeReport.vue +87 -15
  37. package/src/filiale/fugou/pc/devicesManagement.vue +484 -483
  38. package/src/filiale/fugou/pc/printChargepc.vue +148 -148
  39. package/src/filiale/fugou/pc.js +3 -1
  40. package/src/filiale/gongyi/android/AppAddMaterialScience.vue +493 -493
  41. package/src/filiale/gongyi/pc/addressAndUserinfoManagement.vue +187 -0
  42. package/src/filiale/gongyi/pc.js +2 -1
  43. package/src/filiale/hongda/pc/addMaterialScience.vue +2 -2
  44. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +635 -0
  45. package/src/filiale/jinhuang/android/AppServiceControl.vue +1842 -0
  46. package/src/filiale/jinhuang/android.js +7 -0
  47. package/src/filiale/jinhuang/pc/ContractList.vue +220 -0
  48. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +511 -0
  49. package/src/filiale/jinhuang/pc/ServiceControl.vue +2016 -1925
  50. package/src/filiale/jinhuang/pc/SupervisoryList.vue +459 -0
  51. package/src/filiale/jinhuang/pc/addMaterialScience.vue +638 -0
  52. package/src/filiale/jinhuang/pc/addressAndUserinfoManagement.vue +41 -1
  53. package/src/filiale/jinhuang/pc.js +12 -8
  54. package/src/filiale/qianneng/android/AppChargeManagement.vue +686 -686
  55. package/src/filiale/qianneng/android/AppServiceView.vue +13 -13
  56. package/src/filiale/qianneng/android.js +15 -15
  57. package/src/filiale/qianneng/pc/ApplyMaterialDetailed.vue +261 -261
  58. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +20 -3
  59. package/src/filiale/qianneng/pc/Applydetail.vue +1 -1
  60. package/src/filiale/qianneng/pc/FunctionServiceControl.vue +10 -3
  61. package/src/filiale/qianneng/pc/InstallFunction.vue +188 -188
  62. package/src/filiale/qianneng/pc/ServiceControl.vue +8 -3
  63. package/src/filiale/qianneng/pc.js +29 -29
  64. package/src/filiale/ruihua/pc/ServiceControl.vue +7 -1
  65. package/src/filiale/shexian/android/AppServiceControl.vue +1763 -1763
  66. package/src/filiale/shexian/android/AppSign.vue +152 -152
  67. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +527 -520
  68. package/src/filiale/yangchunboneng/android/AppContractCharge.vue +3 -3
  69. package/src/filiale/yangchunboneng/android/AppDevicesManagement.vue +645 -645
  70. package/src/filiale/yangchunboneng/android/AppExplorationUser.vue +72 -5
  71. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +37 -4
  72. package/src/filiale/yangchunboneng/android/AppProcessSupervisory.vue +331 -0
  73. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1879 -1703
  74. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +21 -1
  75. package/src/filiale/yangchunboneng/android.js +2 -1
  76. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +32 -4
  77. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +3 -3
  78. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +612 -547
  79. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2114 -2112
  80. package/src/filiale/yangchunboneng/pc/ServiceView.vue +1007 -1007
  81. package/src/filiale/yangchunboneng/pc/StopApplyList.vue +294 -0
  82. package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -0
  83. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +617 -605
  84. package/src/filiale/yangchunboneng/pc/SupervisoryListNew.vue +687 -683
  85. package/src/filiale/yangchunboneng/pc/SupervisoryServiceView.vue +1 -1
  86. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +421 -0
  87. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1057 -1053
  88. package/src/filiale/yangchunboneng/pc/constructionInfo.vue +84 -0
  89. package/src/filiale/yangchunboneng/pc/devicesManagement.vue +574 -574
  90. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -0
  91. package/src/filiale/yangchunboneng/pc.js +6 -1
  92. package/src/main.js +3 -3
@@ -70,6 +70,8 @@
70
70
  </div>
71
71
  </template>
72
72
  <script>
73
+ import {isEmpty} from "../../../components/Util";
74
+
73
75
  export default {
74
76
  props:["index",'item','materialnameandcode','typenumbers','newmaterialnameandcode','newmaterialnameandtype'],
75
77
  data(){
@@ -109,7 +111,25 @@ export default {
109
111
  this.$emit('delete_material',i)
110
112
  }
111
113
  },
112
- ready(){
114
+ ready () {
115
+ if (this.item.f_material_name && this.item.f_material_style) {
116
+ let f_material_name = ''
117
+ this.newmaterialnameandcode.filter((item) => {
118
+ if (item.label == this.item.f_material_name) {
119
+ f_material_name = item.value
120
+ }
121
+ })
122
+ this.item.f_material_name = f_material_name
123
+ this.changeMaterialName(f_material_name)
124
+ let f_typenumber = ''
125
+ this.materialnameandtype.filter((item) => {
126
+ if (item.label == this.item.f_material_style) {
127
+ f_typenumber = item.value
128
+ }
129
+ })
130
+ this.item.f_typenumber = f_typenumber
131
+ this.changeType(f_typenumber)
132
+ }
113
133
  console.log(this.item)
114
134
  }
115
135
  }
@@ -14,7 +14,8 @@ let specialComp = {
14
14
  'apply-material-one': (resolve) => { require(['./android/MaterIialOne'], resolve) },
15
15
  'app-supervisory-cart': (resolve) => { require(['./android/AppSupervisoryCart'], resolve) },
16
16
  'app-contract-charge': (resolve) => { require(['./android/AppContractCharge'], resolve) },
17
- 'app-upload': (resolve) => { require(['./android/AppUpload'], resolve) }
17
+ 'app-upload': (resolve) => { require(['./android/AppUpload'], resolve) },
18
+ 'app-process-supervisory': (resolve) => { require(['./android/AppProcessSupervisory'], resolve) }
18
19
 
19
20
  }
20
21
  exports.specialComp = specialComp
@@ -37,7 +37,7 @@
37
37
  <div class="form-group col-sm-3 button-range">
38
38
  <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
39
39
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
40
- <export-excel :data="$parent.$parent.getCondition"
40
+ <export-excel v-if="$parent.$parent.projectImport" :data="$parent.$parent.getCondition"
41
41
  :field="$parent.$parent.getfield"
42
42
  sqlurl="rs/logic/applyExportfile"
43
43
  sql-name="getApplyCharge"
@@ -250,6 +250,28 @@
250
250
  condition="cr.f_confirm_date <= '{}'">
251
251
  </datepicker>
252
252
  </div>
253
+ <div class="form-group col-sm-3">
254
+ <label class="font_normal_body">实际时间:</label>
255
+ <datepicker id="startDate" placeholder="开始日期"
256
+ style="width: 60%!important;"
257
+ v-model="model.f_shiji_date"
258
+ :value.sync="model.f_shiji_date"
259
+ :format="'yyyy-MM-dd 00:00:00'"
260
+ :show-reset-button="true"
261
+ condition="cr.f_actual_date >= '{}'">
262
+ </datepicker>
263
+ </div>
264
+ <div class="form-group col-sm-3">
265
+ <label class="font_normal_body">实际时间:</label>
266
+ <datepicker id="startDate" placeholder="结束日期"
267
+ style="width: 60%!important;"
268
+ v-model="model.f_shiji_enddate"
269
+ :value.sync="model.f_shiji_enddate"
270
+ :format="'yyyy-MM-dd 23:59:59'"
271
+ :show-reset-button="true"
272
+ condition="cr.f_actual_date <= '{}'">
273
+ </datepicker>
274
+ </div>
253
275
  <div class="form-group col-sm-3">
254
276
  <label class="font_normal_body">用气性质:</label>
255
277
  <v-select
@@ -270,6 +292,7 @@
270
292
  <tr>
271
293
  <th style="white-space: nowrap;">序号</th>
272
294
  <th style="white-space: nowrap;">工程编号</th>
295
+ <th style="white-space: nowrap;">用户编号</th>
273
296
  <th style="white-space: nowrap;">合同编号</th>
274
297
  <th style="white-space: nowrap;">合同金额</th>
275
298
  <th style="white-space: nowrap;">报建类型</th>
@@ -304,6 +327,9 @@
304
327
  <td style="text-align: center;">
305
328
  <nobr><font>{{row.f_apply_num}}</font></nobr>
306
329
  </td>
330
+ <td style="text-align: center;">
331
+ <nobr><font>{{row.f_userinfo_code}}</font></nobr>
332
+ </td>
307
333
  <td style="text-align: center;">
308
334
  <nobr><font>{{row.f_contract_number}}</font></nobr>
309
335
  </td>
@@ -429,9 +455,7 @@ export default {
429
455
  paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')],
430
456
  chargeStatus: [
431
457
  {label: '全部', value: ''},
432
- {label: '有效', value: '有效'},
433
- {label: '作废', value: '作废'},
434
- {label: '退款', value: '退款'}
458
+ ...this.$appdata.getParam('报建-缴费状态')
435
459
  ],
436
460
  confirms: [
437
461
  {label: '全部', value: ''},
@@ -452,6 +476,7 @@ export default {
452
476
  'f_contract_money': '合同金额',
453
477
  'f_apply_type': '报建类型',
454
478
  'f_apply_nature': '报建性质',
479
+ 'f_userinfo_code': '用户编号',
455
480
  'f_user_name': '用户名称',
456
481
  'f_phone': '用户电话',
457
482
  'f_address': '用户地址',
@@ -608,6 +633,9 @@ export default {
608
633
  return {
609
634
  condition: this.model.condition
610
635
  }
636
+ },
637
+ projectImport () {
638
+ return this.$login.r.includes('收费明细-导出')
611
639
  }
612
640
  }
613
641
  }
@@ -22,13 +22,13 @@
22
22
  <div class="form-group col-sm-2" style="text-align: center" v-if="issearch">
23
23
  <button type="button" class="btn btn-primary item_btn" @click="load">搜索</button>
24
24
  </div>
25
- <div class="form-group col-sm-2" style="text-align: center" v-if="isupload">
25
+ <div class="form-group col-sm-2" style="text-align: center" v-if="isupload&& this.$login.f.f_role_name.includes('报建附件-上传') ">
26
26
  <button type="button" class="btn btn-primary item_btn" @click="showUpload = !showUpload">本地上传</button>
27
27
  </div>
28
28
  <div class="form-group col-sm-2" style="text-align: center" v-if="takeimg">
29
29
  <button type="button" class="btn btn-primary item_btn" @click="upload()">拍照</button>
30
30
  </div>
31
- <div class="form-group col-sm-2" style="text-align: center" v-if="isupload">
31
+ <div class="form-group col-sm-2" style="text-align: center" v-if="isupload && this.$login.f.f_role_name.includes('报建附件-删除') ">
32
32
  <button type="button" class="btn btn-primary item_btn" @click="deletefiles()">删除</button>
33
33
  </div>
34
34
  </div>
@@ -67,7 +67,7 @@
67
67
  role="button">预览</a>
68
68
  <a v-else @click="downloadfile(row.f_downloadURL)" style="background:#6aa6e2" class="btn btn-primary"
69
69
  role="button">下载</a>
70
- <a v-if="isdelete" @click="delet($index, row)" href="#" class="btn btn-default" role="button"
70
+ <a v-if="isdelete && this.$login.f.f_role_name.includes('报建附件-删除')" @click="delet($index, row)" href="#" class="btn btn-default" role="button"
71
71
  role="button">删除</a>
72
72
  </p>
73
73
  </div>