apply-clients 3.4.3 → 3.4.4

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 +4 -0
  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 +628 -10
  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
@@ -1,36 +1,32 @@
1
1
  <template>
2
2
  <div class="flex-row">
3
3
  <div class="basic-main">
4
- <div style="height: 95%">
5
- <stop-apply-list v-ref:query></stop-apply-list>
6
- </div>
4
+ <stop-apply-list v-ref:query></stop-apply-list>
7
5
  </div>
8
6
 
9
- <validator name="v">
10
- <modal v-if="showModal" :show.sync="showModal" backdrop="false" large>
11
- <header slot="modal-header" class="modal-header">
12
- <button type="button" class="close" @click="closeModal()"><span>&times;</span></button>
13
- <span class="modal-title"><font size="3">撤销</font></span>
14
- </header>
15
- <article slot="modal-body" class="modal-body clearfix">
16
- <div class="form-group" :class="[$v.f_cancel_reason.required ? 'has-error' : '']">
17
- <label class="control-label-justify control-label col-sm-1">撤销原因</label>
18
- <div class="col-sm-9">
19
- <textarea
20
- class="form-control input_view" style="width: 100%" rows="5"
21
- v-model="selectdata.f_cancel_reason" :value="selectdata.f_cancel_reason"
22
- v-validate:f_cancel_reason = "['required']"
23
- ></textarea>
24
- </div>
7
+ <modal v-if="showModal" :show.sync="showModal" backdrop="false" large>
8
+ <header slot="modal-header" class="modal-header">
9
+ <button type="button" class="close" @click="closeModal()"><span>&times;</span></button>
10
+ <span class="modal-title"><font size="3">撤销</font></span>
11
+ </header>
12
+ <article slot="modal-body" class="modal-body clearfix">
13
+ <div :class="data.f_cancel_reason ? '' : 'has-error'" class="form-group">
14
+ <label class="control-label-justify control-label col-sm-1">撤销原因</label>
15
+ <div class="col-sm-9">
16
+ <textarea
17
+ class="form-control input_view" style="width: 100%" rows="5"
18
+ v-model="data.f_cancel_reason" :value="data.f_cancel_reason"
19
+ ></textarea>
25
20
  </div>
26
- </article>
27
- <footer slot="modal-footer" class="modal-footer">
28
- <button class="btn btn-primary" :disabled="!$v.valid" type="button" @click="confirmModal()">
29
- 确认
30
- </button>
31
- </footer>
21
+ </div>
22
+ </article>
23
+ <footer slot="modal-footer" class="modal-footer">
24
+ <button :class="!data.f_cancel_reason ? 'btn btn-default':'btn btn-primary'"
25
+ :disabled="!data.f_cancel_reason" type="button" @click="confirmModal()">
26
+ 确认
27
+ </button>
28
+ </footer>
32
29
  </modal>
33
- </validator>
34
30
  </div>
35
31
  </template>
36
32
 
@@ -40,7 +36,7 @@ export default {
40
36
  data () {
41
37
  return {
42
38
  showModal: false,
43
- selectdata: null
39
+ data: null
44
40
  }
45
41
  },
46
42
  ready () {
@@ -48,13 +44,13 @@ export default {
48
44
  methods: {
49
45
  closeModal () {
50
46
  this.showModal = false
51
- this.selectdata = null
47
+ this.data = null
52
48
 
53
49
  this.$refs.query.$refs.cp.$refs.cri.search()
54
50
  },
55
51
  async confirmModal () {
56
52
  let data = {
57
- selectdata: this.selectdata,
53
+ data: this.data,
58
54
  user: this.$login.f
59
55
  }
60
56
 
@@ -72,7 +68,7 @@ export default {
72
68
  this.$refs.query.$refs.cp.$refs.cri.search()
73
69
  },
74
70
  'cancelStopApply' (row) {
75
- this.selectdata = row
71
+ this.data = row
76
72
 
77
73
  this.showModal = true
78
74
  }
@@ -14,17 +14,16 @@
14
14
  ></res-select>
15
15
  </div>
16
16
  <div class="form-group col-sm-3">
17
- <label class="font_normal_body">报建编号:</label>
18
- <input type="text" style="width:60%" class="input_search" placeholder='报建编号' v-model="model.f_apply_num"
17
+ <label class="font_normal_body">工程编号:</label>
18
+ <input type="text" style="width:60%" class="input_search" placeholder='工程编号' v-model="model.f_apply_num"
19
19
  v-on:keyup.enter="search"
20
20
  condition="f_apply_num = '{}'">
21
21
  </div>
22
22
  <div class="form-group col-sm-3">
23
- <label class="font_normal_body">项目名称:</label>
24
- <input type="text" style="width:60%" class="input_search" v-model="model.f_entry_name"
25
- v-on:keyup.enter="$parent.$parent.search()" condition="f_entry_name like '%{}%'" placeholder='项目名称'>
23
+ <label class="font_normal_body">客户名称:</label>
24
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
25
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
26
26
  </div>
27
-
28
27
  <div class="form-group col-sm-2 button-range">
29
28
  <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
30
29
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
@@ -38,14 +37,10 @@
38
37
  </div>
39
38
  <div class="row" v-show="$parent.$parent.criteriaShow">
40
39
  <div class="form-group col-sm-3">
41
- <label class="font_normal_body">客户名称:</label>
42
- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
43
- v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
44
- </div>
45
- <div class="form-group col-sm-3">
46
- <label class="font_normal_body">联&ensp;系&ensp;人:</label>
47
- <input type="text" style="width:60%" class="input_search" v-model="model.f_contact"
48
- v-on:keyup.enter="$parent.$parent.search()" condition="f_contact like '%{}%'" placeholder='联系人'>
40
+ <label class="font_normal_body">联系电话:</label>
41
+ <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
42
+ v-on:keyup.enter="search"
43
+ condition="f_phone like '%{}%'">
49
44
  </div>
50
45
  <div class="form-group col-sm-3">
51
46
  <label class="font_normal_body">合同编号:</label>
@@ -58,7 +53,7 @@
58
53
  <v-select
59
54
  v-model="model.f_apply_type"
60
55
  placeholder='报建类型'
61
- condition="f_apply_type like '%{}%'"
56
+ condition="f_apply_type = '{}'"
62
57
  :value.sync="model.f_apply_type"
63
58
  :options='$parent.$parent.applytype'
64
59
  class="select select_list"
@@ -79,10 +74,16 @@
79
74
  close-on-select ></v-select>
80
75
  </div>
81
76
  <div class="form-group col-sm-3">
82
- <label class="font_normal_body">联系电话:</label>
83
- <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
84
- v-on:keyup.enter="search"
85
- condition="f_phone like '%{}%'">
77
+ <label class="font_normal_body">报建性质:</label>
78
+ <v-select
79
+ v-model="model.f_apply_nature"
80
+ placeholder='报建性质'
81
+ condition="f_apply_nature = '{}'"
82
+ :value.sync="model.f_apply_nature"
83
+ :options='$parent.$parent.applyNatures'
84
+ class="select select_list"
85
+ :value-single="true"
86
+ close-on-select ></v-select>
86
87
  </div>
87
88
  <div class="form-group col-sm-3">
88
89
  <label class="font_normal_body">用户地址:</label>
@@ -96,7 +97,7 @@
96
97
  style="width: 60%!important;"
97
98
  v-model="model.startDate"
98
99
  :value.sync="model.startDate"
99
- :format="'yyyy-MM-dd HH:mm:ss'"
100
+ :format="'yyyy-MM-dd 00:00:00'"
100
101
  :show-reset-button="true"
101
102
  condition="f_apply_date >= '{}'">
102
103
  </datepicker>
@@ -107,7 +108,7 @@
107
108
  style="width: 60%!important;"
108
109
  v-model="model.endDate"
109
110
  :value.sync="model.endDate"
110
- :format="'yyyy-MM-dd HH:mm:ss'"
111
+ :format="'yyyy-MM-dd 23:59:59'"
111
112
  :show-reset-button="true"
112
113
  condition="f_apply_date <= '{}'">
113
114
  </datepicker>
@@ -120,7 +121,6 @@
120
121
  <tr>
121
122
  <th style="white-space: nowrap;">序号</th>
122
123
  <th style="white-space: nowrap;">报建编号</th>
123
- <th style="white-space: nowrap;">项目名称</th>
124
124
  <th style="white-space: nowrap;">客户名称</th>
125
125
  <th style="white-space: nowrap;">联系人</th>
126
126
  <th style="white-space: nowrap;">电话</th>
@@ -145,9 +145,6 @@
145
145
  <td style="text-align: center;">
146
146
  <nobr>{{row.f_apply_num}}</nobr>
147
147
  </td>
148
- <td style="text-align: center;">
149
- <nobr>{{row.f_entry_name}}</nobr>
150
- </td>
151
148
  <td style="text-align: center;">
152
149
  <nobr>{{row.f_user_name}}</nobr>
153
150
  </td>
@@ -220,6 +217,7 @@ export default {
220
217
  curorgid: [this.$login.f.orgid],
221
218
  applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
222
219
  defnames: [{label: '全部', value: ''}], // 流程节点
220
+ applyNatures: [{label: '全部', value: ''}], // 报建性质
223
221
  criteriaShow: false
224
222
  }
225
223
  },
@@ -245,8 +243,12 @@ export default {
245
243
  )
246
244
 
247
245
  this.defnames = [{label: '全部', value: ''}, ...res.data]
246
+
247
+ this.applyNatures = isEmpty(this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)) ? [{label: '全部', value: ''}] : [{label: '全部', value: ''}, ...this.$appdata.getParam(`${this.$refs.cp.$refs.cri.model.f_apply_type}性质`)]
248
248
  } else {
249
249
  this.defnames = [{label: '全部', value: ''}]
250
+
251
+ this.applyNatures = [{label: '全部', value: ''}]
250
252
  }
251
253
  },
252
254
  clear () {