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
@@ -0,0 +1,182 @@
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-5" >
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="100%" 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_code"
18
+ v-on:keyup.enter="search"
19
+ condition="ui.f_userinfo_code = '{}'">
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="ui.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="ui.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">客户地址:</label>
46
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
47
+ v-on:keyup.enter="search" condition="ua.f_address like '%{}%'" placeholder='客户地址'>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ </criteria>
52
+ <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy" style="height: 100%">
53
+ <template partial='head'>
54
+ <tr>
55
+ <th style="white-space: nowrap;">序号</th>
56
+ <th style="white-space: nowrap;">客户编号</th>
57
+ <th style="white-space: nowrap;">客户名称</th>
58
+ <th style="white-space: nowrap;">客户电话</th>
59
+ <th style="white-space: nowrap;">地址信息</th>
60
+ <th style="white-space: nowrap;">选择</th>
61
+ </tr>
62
+ </template>
63
+ <template partial='body'>
64
+ <tr >
65
+ <td style="text-align: center;">
66
+ <nobr><font>{{$index+1}}</font></nobr>
67
+ </td>
68
+ <td style="text-align: center;">
69
+ <nobr><font>{{ row.f_userinfo_code }}</font></nobr>
70
+ </td>
71
+ <td style="text-align: center;">
72
+ <nobr><font>{{ row.f_user_name }}</font></nobr>
73
+ </td>
74
+ <td style="text-align: center;">
75
+ <nobr><font>{{ row.f_user_phone }}</font></nobr>
76
+ </td>
77
+ <td style="text-align: center;">
78
+ <nobr><font>{{ row.f_address }}</font></nobr>
79
+ </td>
80
+ <td style="text-align: center;">
81
+ <nobr><font>
82
+ <button type="button" name="button" class="button_export" @click.prevent="$parent.$parent.$parent.$parent.select(row)">确认选择</button>
83
+ </font></nobr>
84
+ </td>
85
+ </tr>
86
+ </template>
87
+ </data-grid>
88
+ </criteria-paged>
89
+ </article>
90
+ <footer slot="modal-footer" class="modal-footer">
91
+ </footer>
92
+ </modal>
93
+ </template>
94
+ <script>
95
+ import {PagedList} from 'vue-client'
96
+ import Vue from 'vue'
97
+
98
+ export default {
99
+ title: '收费管理',
100
+ props: {
101
+ selectdata: {
102
+ type: Object
103
+ },
104
+ mark: {
105
+ type: Number,
106
+ default: 0
107
+ }
108
+ },
109
+ data () {
110
+ return {
111
+ showselect: false,
112
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/applyGetUserinfos`, 20, null),
113
+ criteriaShow: false
114
+ }
115
+ },
116
+ ready () {
117
+ },
118
+ methods: {
119
+ select (row) {
120
+ this.$dispatch('selectUserinfo', row)
121
+
122
+ this.showselect = false
123
+ },
124
+ searchCondition (args) {
125
+ args.condition = `${args.condition} and ui.f_filialeid = '${Vue.user.orgid}'`
126
+
127
+ this.model.search(args.condition, args.model)
128
+ },
129
+ clear () {
130
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
131
+ this.$refs.cp.$refs.cri.model[key] = null
132
+ })
133
+ },
134
+ openSelect () {
135
+ this.showselect = true
136
+ setTimeout(() => {
137
+ this.$refs.cp.$refs.cri.search()
138
+ }, 100)
139
+ }
140
+ },
141
+ events: {
142
+ },
143
+ computed: {
144
+ },
145
+ watch: {
146
+ }
147
+ }
148
+ </script>
149
+ <style scoped>
150
+ .control-label-justify {
151
+ display: inline-block;
152
+ vertical-align: top;
153
+ width: 110px;
154
+ text-align: justify;
155
+ font-family: PingFang-SC-Bold;
156
+ }
157
+
158
+ .control-label-justify::after {
159
+ content: "";
160
+ display: inline-block;
161
+ width: 100%;
162
+ overflow: hidden;
163
+ height: 0;
164
+ }
165
+ .input_view{
166
+ padding: 8px;
167
+ background-color: #ffffff;
168
+ border-radius: 2px;
169
+ border: solid 1px #c7c7c7!important;
170
+ color: #333333!important;
171
+ font-size: 15px!important;
172
+ }
173
+
174
+ .input_view[readonly]{
175
+ border: 1px solid #DDD!important;
176
+ color:#ACA899!important;
177
+ }
178
+ .input_view:disabled{
179
+ border: 1px solid #DDD!important;
180
+ color:#ACA899!important;
181
+ }
182
+ </style>
@@ -1,84 +1,185 @@
1
1
  <template>
2
- <div style="width: 100%">
2
+ <div class="p-10">
3
3
  <criteria-paged :model="model" v-ref:cp>
4
4
  <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
- <div partial style="padding: 10px">
6
- <div class="row app-row">
7
- <div class="col-xs-4">
8
- <label class="font text-left">项目名称:</label>
5
+ <div partial class="auto">
6
+ <div class="row form-group app-input">
7
+ <label class="">客户名称:</label>
8
+ <div class="col-xs-8" >
9
+ <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
10
+ </div>
11
+ </div>
12
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
+ <label class="">联&ensp;系&ensp;人:</label>
14
+ <div class="col-xs-8" >
15
+ <input class="" v-model=model.f_contact condition="u.f_contact like '%{}%'" />
16
+ </div>
17
+ </div>
18
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
19
+ <label class="">操&ensp;作&ensp;人:</label>
20
+ <div class="col-xs-8" >
21
+ <input class="" v-model=model.f_operator condition="u.f_operator like '%{}%'" />
22
+ </div>
23
+ </div>
24
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
25
+ <label class="">报建编号:</label>
26
+ <div class="col-xs-8" >
27
+ <input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
28
+ </div>
29
+ </div>
30
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
31
+ <label class="">合同编号:</label>
32
+ <div class="col-xs-8" >
33
+ <input class="" v-model=model.f_contract_number condition="u.f_contract_number like '%{}%'" />
34
+ </div>
35
+ </div>
36
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
37
+ <label class="">报建类型:</label>
38
+ <div class="col-xs-8" >
39
+ <v-select
40
+ width="100%"
41
+ v-model="model.f_apply_type"
42
+ placeholder='报建类型'
43
+ condition="u.f_apply_type = '{}'"
44
+ :value.sync="model.f_apply_type"
45
+ :options='$parent.$parent.applytype'
46
+ class="select select_list"
47
+ :value-single="true"
48
+ @change="$parent.$parent.applyTypeChange()"
49
+ close-on-select ></v-select>
9
50
  </div>
51
+ </div>
52
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
53
+ <label class="">报建性质:</label>
10
54
  <div class="col-xs-8" >
11
- <input class="search_input input-font" v-model=model.f_entry_name condition="u.f_entry_name like '%{}%'" />
55
+ <v-select
56
+ width="100%"
57
+ v-model="model.f_apply_nature"
58
+ placeholder='报建性质'
59
+ condition="f_apply_nature = '{}'"
60
+ :value.sync="model.f_apply_nature"
61
+ :options='$parent.$parent.applyNatures'
62
+ class="select select_list"
63
+ :value-single="true"
64
+ close-on-select ></v-select>
12
65
  </div>
13
66
  </div>
14
- <div class="row app-row">
15
- <div class="col-xs-4">
16
- <label class="font text-left">CEA号:</label>
67
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
68
+ <label class="">办理环节:</label>
69
+ <div class="col-xs-8" >
70
+ <v-select
71
+ width="100%"
72
+ v-model="model.defname"
73
+ placeholder='办理环节'
74
+ condition="defname = '{}'"
75
+ :value.sync="model.defname"
76
+ :options='$parent.$parent.defnames'
77
+ class="select select_list"
78
+ :value-single="true"
79
+ close-on-select ></v-select>
17
80
  </div>
81
+ </div>
82
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
83
+ <label class="">联系电话:</label>
18
84
  <div class="col-xs-8" >
19
- <input class="search_input input-font" v-model=model.f_cea_number condition="u.f_cea_number like '%{}%'" />
85
+ <input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
20
86
  </div>
21
87
  </div>
22
- <div class="row app-row" v-if="$parent.$parent.criteriaShow">
23
- <div class="col-xs-4">
24
- <label class="font text-left">工程编号:</label>
88
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
89
+ <label class="">用户地址:</label>
90
+ <div class="col-xs-8" >
91
+ <input class="" v-model=model.f_address condition="u.f_address like '%{}%'" />
25
92
  </div>
93
+ </div>
94
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
95
+ <label class="">施工单位:</label>
26
96
  <div class="col-xs-8" >
27
- <input class="search_input input-font" v-model=model.f_project_number condition="u.f_project_number like '%{}%'" />
97
+ <input class="" v-model=model.f_construction_unit condition="u.f_construction_unit like '%{}%'" />
28
98
  </div>
29
99
  </div>
30
- <div class="row app-row text-right" style="padding-bottom: 10px;height: auto">
100
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
101
+ <label class="">开始时间:</label>
102
+ <div class="col-xs-8" >
103
+ <datepicker id="startDate" placeholder="开始日期"
104
+ style="width: 100%!important;"
105
+ v-model="model.startDate"
106
+ :value.sync="model.startDate"
107
+ :format="'yyyy-MM-dd 00:00:00'"
108
+ :show-reset-button="true"
109
+ condition="u.f_apply_date >= '{}'">
110
+ </datepicker>
111
+ </div>
112
+ </div>
113
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
114
+ <label class="">结束时间:</label>
115
+ <div class="col-xs-8" >
116
+ <datepicker id="endDate" placeholder="结束日期"
117
+ style="width: 100%!important;"
118
+ v-model="model.endDate"
119
+ :value.sync="model.endDate"
120
+ :format="'yyyy-MM-dd 23:59:59'"
121
+ :show-reset-button="true"
122
+ condition="f_apply_date <= '{}'">
123
+ </datepicker>
124
+ </div>
125
+ </div>
126
+ <div class="row form-group text-right" style="">
31
127
  <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
32
- <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
128
+ <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
33
129
  <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
34
130
  </div>
35
131
  </div>
36
132
  </criteria>
37
133
  <list :model="model" partial='list'>
38
- <div partial class="auto app-text panel" style="margin: 10px">
134
+ <div partial class="auto app-text panel">
39
135
  <div class="panel-body panel-self">
40
- <div class="col-xs-6">
41
- <p class="col-xs-6 text-left font"><b>工程编号:</b></p>
42
- <p class="col-xs-6 text-left input-font">{{ row.f_project_number }}</p>
43
- </div>
44
- <div class="col-xs-6">
45
- <p class="col-xs-6 text-left font"><b>CEA&emsp;号:</b></p>
46
- <p class="col-xs-6 text-left input-font">{{ row.f_cea_number }}</p>
136
+ <div class="col-xs-12">
137
+ <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
138
+ <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
47
139
  </div>
48
140
  <div class="col-xs-12">
49
- <p class="col-xs-3 text-left font"><b>项目名称:</b></p>
50
- <p class="col-xs-9 text-left input-font">{{ row.f_entry_name }}</p>
141
+ <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
142
+ <!-- <p class="col-xs-9 text-left input-font">{{ row.f_phone }}</p>-->
143
+ <p class="col-xs-9 text-left input-font">
144
+ {{ row.f_phone }}&ensp;
145
+ <svg @click.prevent="$parent.$parent.$parent.dialNumber(row.f_phone)" style="width: 25px;height: 25px;position: absolute;" t="1628575136009" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2374" width="200" height="200"><path d="M682.25 465.262c0 16.695 11.115 27.811 27.81 27.811s27.812-11.116 27.812-27.811A167.395 167.395 0 0 0 570.96 298.35c-16.695 0-27.811 11.116-27.811 27.811s11.16 27.812 27.811 27.812a111.597 111.597 0 0 1 111.29 111.289z m111.289 0c0 16.695 11.115 27.811 27.81 27.811s27.812-11.116 27.812-27.811c0-152.984-125.217-278.201-278.2-278.201-16.696 0-27.812 11.16-27.812 27.855s11.16 27.811 27.811 27.811c122.405 0 222.579 100.174 222.579 222.535zM417.976 367.9c30.623-30.579 33.391-77.898 5.58-111.289L337.31 148.134c-27.811-36.16-80.666-41.74-116.869-13.928-2.768 2.812-5.536 2.812-5.536 5.58l-75.13 75.13c-72.318 72.318 30.623 267.041 217.042 453.417C543.15 854.708 735.06 954.88 807.378 885.33l75.13-75.13c33.392-33.391 33.392-86.246 0-116.825l-5.536-5.58-108.52-86.246c-33.348-27.81-80.623-25.043-111.246 5.58l-47.275 47.319c-50.087-30.623-94.593-64.014-133.564-102.941-38.927-38.971-72.275-83.478-102.898-133.565l44.507-50.043z m-38.927-75.13c8.348 11.16 8.348 27.855-2.812 36.203l-61.202 63.97a29.569 29.569 0 0 0-5.536 33.392 721.425 721.425 0 0 0 122.405 164.1 721.512 721.512 0 0 0 164.1 122.405 29.569 29.569 0 0 0 33.39-5.58l63.971-63.97c11.16-11.116 25.043-11.116 36.203-2.769l108.477 89.014s2.768 0 2.768 2.768a26.889 26.889 0 0 1 0 38.971l-75.13 75.13c-36.115 36.115-208.606-55.666-372.75-217.042-164.1-161.332-253.114-336.548-216.955-372.75l77.854-77.899c11.16-8.348 30.623-8.348 38.971 5.58l86.246 108.521z" fill="#8A8A8A" p-id="2375"></path></svg>
146
+ </p>
51
147
  </div>
52
- <div class="col-xs-6">
53
- <p class="col-xs-6 text-left font"><b>项目类型:</b></p>
54
- <p class="col-xs-6 text-left input-font">{{ row.f_apply_type }}</p>
148
+ <div class="col-xs-12">
149
+ <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
150
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
55
151
  </div>
56
- <div class="col-xs-6">
57
- <p class="col-xs-6 text-left font"><b>工程类型:</b></p>
58
- <p class="col-xs-6 text-left input-font">{{ row.f_project_type }}</p>
152
+ <div class="col-xs-12">
153
+ <p class="col-xs-3 text-left font"><b>客户编号:</b></p>
154
+ <p class="col-xs-9 text-left input-font">{{ row.f_userinfo_code }}</p>
59
155
  </div>
60
- <div class="col-xs-6">
61
- <p class="col-xs-6 text-left font"><b>项目区域:</b></p>
62
- <p class="col-xs-6 text-left input-font">{{ row.f_project_area }}</p>
156
+ <div class="col-xs-12">
157
+ <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
158
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
63
159
  </div>
64
- <div class="col-xs-6">
65
- <p class="col-xs-6 text-left font"><b>联&ensp;系&ensp;人:</b></p>
66
- <p class="col-xs-6 text-left input-font">{{ row.f_contact }}</p>
160
+ <div class="col-xs-12">
161
+ <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
162
+ <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
67
163
  </div>
68
- <div class="col-xs-6">
69
- <p class="col-xs-6 text-left font"><b>联系电话:</b></p>
70
- <p class="col-xs-6 text-left input-font">{{ row.f_phone }}</p>
164
+ <div class="col-xs-12">
165
+ <p class="col-xs-3 text-left font"><b>地&emsp;&emsp;址:</b></p>
166
+ <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
71
167
  </div>
72
- <div class="col-xs-6">
73
- <p class="col-xs-6 text-left font"><b>办理环节:</b></p>
74
- <p class="col-xs-6 text-left input-font">{{ row.defname }}</p>
168
+ <div class="col-xs-12">
169
+ <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
170
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>
75
171
  </div>
76
172
  <div class="col-xs-12">
77
- <p class="col-xs-3 text-left font"><b>项目地址:</b></p>
78
- <p class="col-xs-9 text-left input-font">{{ row.f_address }}</p>
173
+ <p class="col-xs-3 text-left font"><b>施工单位:</b></p>
174
+ <p class="col-xs-9 text-left input-font">{{ row.f_construction_unit }}</p>
175
+ </div>
176
+ <div class="col-xs-12" style="color: red">
177
+ <p class="col-xs-3 text-left font"><b>施工备注:</b></p>
178
+ <p class="col-xs-9 text-left input-font">{{ row.f_construction_remarks }}</p>
79
179
  </div>
180
+
80
181
  <div class="col-xs-12 text-right">
81
- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看进度</button>
182
+ <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">查看</button>
82
183
  </div>
83
184
  </div>
84
185
  </div>
@@ -89,25 +190,38 @@
89
190
  <script>
90
191
  import Vue from 'vue'
91
192
  import { PagedList, HttpResetClass } from 'vue-client'
193
+ import {isEmpty} from '../../Util'
92
194
  export default {
93
195
  title: '报建流程',
94
196
  data () {
95
197
  return {
96
198
  model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`, 20, {
199
+ // model: new PagedList('rs/sql/supervisory', 20, {
97
200
  data: {
98
201
  id: Vue.user.id,
99
202
  orgid: Vue.user.orgid
100
- // id: '266',
101
- // orgid: '212'
203
+ // id: '35814',
204
+ // orgid: '10101'
102
205
  }
103
206
  }),
104
- criteriaShow: false
207
+ criteriaShow: false,
208
+ // applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')], // 所有报建类型
209
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型') || [] ], // 所有报建类型
210
+ defnames: [{label: '全部', value: ''}],
211
+ applyNatures: [{label: '全部', value: ''}] // 报建性质
105
212
  }
106
213
  },
107
214
  ready () {
108
215
  this.search()
109
216
  },
110
217
  methods: {
218
+ dialNumber (phone) {
219
+ this.$showMessage(`是否拨打电话:${phone}`, ['confirm']).then((res) => {
220
+ if (res === 'confirm') {
221
+ this.$androidUtil.makeAPhoneCall(phone)
222
+ }
223
+ })
224
+ },
111
225
  clear () {
112
226
  Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
113
227
  this.$refs.cp.$refs.cri.model[key] = null
@@ -125,6 +239,22 @@
125
239
  safe: true
126
240
  })
127
241
  this.$goto('app-supervisory-cart', {selectdata: row}, 'self', _this.search)
242
+ },
243
+ applyTypeChange () {
244
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
245
+ let http = new HttpResetClass()
246
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/logic/getDefnameByType`, {
247
+ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
248
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
249
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
250
+
251
+ 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}性质`)]
252
+ })
253
+ } else {
254
+ this.defnames = [{label: '全部', value: ''}]
255
+
256
+ this.applyNatures = [{label: '全部', value: ''}]
257
+ }
128
258
  }
129
259
  },
130
260
  events: {
@@ -134,23 +264,6 @@
134
264
  }
135
265
  </script>
136
266
  <style scoped>
137
- .app-row {
138
- height: auto;
139
- background-color: white;
140
- padding: 10px 10px 0 10px;
141
- border-bottom: 1px solid rgba(235, 235, 235, 0.5);
142
- }
143
- .search_input {
144
- border: 0;
145
- outline: none;
146
- }
147
- .input-font{
148
- font: 15px PingFang-SC-Medium;
149
- color: #333333;
150
- }
151
- .app-text {
152
- font-size: 12px;
153
- }
154
267
  .panel-self{
155
268
  border-radius: 10px;
156
269
  border:1px solid #499EDF;
@@ -160,10 +273,6 @@
160
273
  font: 15px PingFang-SC-Medium;
161
274
  color: #666666;
162
275
  }
163
- .input-font{
164
- font: 15px PingFang-SC-Medium;
165
- color: #333333;
166
- }
167
276
 
168
277
  .button_shrink_top {
169
278
  width: 34px;
@@ -181,3 +290,28 @@
181
290
  background-image: url("../../../../static/newStyle/stretch_bottom.png")
182
291
  }
183
292
  </style>
293
+ <style lang="less">
294
+ .app-input {
295
+ label {
296
+ float: left;
297
+ }
298
+ .select {
299
+ button {
300
+ border: none;
301
+ outline: none;
302
+ text-align: left;
303
+ .btn-placeholder {
304
+ color: #ACA899
305
+ }
306
+ }
307
+ }
308
+ .datepicker {
309
+ .form-control:focus {
310
+ border: none!important;
311
+ outline: none!important;
312
+ -webkit-box-shadow: none;
313
+ box-shadow: none;
314
+ }
315
+ }
316
+ }
317
+ </style>