apply-clients 4.1.63-weinan → 4.1.64-weinan

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 (31) hide show
  1. package/index.html +30 -30
  2. package/package.json +1 -1
  3. package/src/apply.js +81 -81
  4. package/src/applyAndroid.js +52 -52
  5. package/src/components/app_apply/AppChargeManagement.vue +753 -749
  6. package/src/components/app_apply/AppInstallationDetails.vue +529 -529
  7. package/src/components/app_apply/AppProcessSupervisory.vue +214 -214
  8. package/src/components/app_apply/AppSupervisoryCart.vue +68 -68
  9. package/src/components/app_apply/AppTakePic.vue +146 -146
  10. package/src/components/app_apply/AppdevicesDetails.vue +867 -867
  11. package/src/components/app_apply/ApplyInfo.vue +56 -56
  12. package/src/components/app_apply/ApplyToDoList.vue +292 -292
  13. package/src/components/app_apply/PlaceControler.vue +274 -274
  14. package/src/components/app_apply/ServiceControl.vue +440 -440
  15. package/src/components/app_apply/ServiceView.vue +394 -394
  16. package/src/components/app_apply/materialshoufei.vue +248 -248
  17. package/src/components/product/ApplyCharge/ApplyChargeList.vue +252 -252
  18. package/src/components/product/Process/ExplorationSelect.vue +377 -377
  19. package/src/components/product/Process/ExplorationUser.vue +134 -134
  20. package/src/components/product/Process/Processes/InstallationDetails.vue +515 -515
  21. package/src/components/product/Process/Processes/chargeManagement.vue +545 -545
  22. package/src/components/product/Process/Processes/devicesDetails.vue +843 -843
  23. package/src/components/product/Process/Processes/materialshoufei.vue +187 -187
  24. package/src/components/product/Process/Service/ServiceControl.vue +1490 -1490
  25. package/src/components/product/Stop/StopApply.vue +101 -101
  26. package/src/components/product/Stop/StopApplyList.vue +266 -266
  27. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +200 -200
  28. package/src/components/product/Supervisory/SupervisoryControl.vue +124 -124
  29. package/src/components/product/Supervisory/SupervisoryList.vue +221 -221
  30. package/src/components/product/VueUtils/ApplyUpload.vue +276 -276
  31. package/src/main.js +25 -25
@@ -1,266 +1,266 @@
1
- <template>
2
- <div class="col-sm-12">
3
- <criteria-paged :model="model" v-ref:cp>
4
- <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
- <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
- <div class="row">
7
- <!-- <div class="form-group col-sm-3">-->
8
- <!-- <label class="font_normal_body">组织机构:</label>-->
9
- <!-- <res-select-->
10
- <!-- restype='organization'-->
11
- <!-- :initresid='$parent.$parent.curorgid'-->
12
- <!-- @res-select="$parent.$parent.getorg"-->
13
- <!-- is-mul="false"-->
14
- <!-- ></res-select>-->
15
- <!-- </div>-->
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_entry_name"
19
- v-on:keyup.enter="search"
20
- condition="u.f_entry_name = '{}'">
21
- </div>
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" placeholder='报建编号' v-model="model.f_apply_num"
25
- v-on:keyup.enter="search"
26
- condition="u.f_apply_num = '{}'">
27
- </div>
28
- <!-- <div class="form-group col-sm-3">
29
- <label class="font_normal_body">客户名称:</label>
30
- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
31
- v-on:keyup.enter="$parent.$parent.search()" condition="u.f_user_name like '%{}%'" placeholder='客户名称'>
32
- </div>-->
33
- <div class="form-group col-sm-2 button-range">
34
- <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
35
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
36
- <div
37
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
38
- @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
39
- class="button_spacing"
40
- style="float: right">
41
- </div>
42
- </div>
43
- </div>
44
- <div class="row" v-show="$parent.$parent.criteriaShow">
45
- <!-- <div class="form-group col-sm-3">
46
- <label class="font_normal_body">联系电话:</label>
47
- <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
48
- v-on:keyup.enter="search"
49
- condition="u.f_phone like '%{}%'">
50
- </div>-->
51
- <div class="form-group col-sm-3">
52
- <label class="font_normal_body">合同编号:</label>
53
- <input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
54
- v-on:keyup.enter="search"
55
- condition="u.f_contract_number = '{}'">
56
- </div>
57
- <div class="form-group col-sm-3">
58
- <label class="font_normal_body">报建类型:</label>
59
- <v-select
60
- v-model="model.f_apply_type"
61
- placeholder='报建类型'
62
- condition="u.f_apply_type = '{}'"
63
- :value.sync="model.f_apply_type"
64
- :options='$parent.$parent.applytype'
65
- class="select select_list"
66
- :value-single="true"
67
- @change="$parent.$parent.applyTypeChange()"
68
- close-on-select ></v-select>
69
- </div>
70
- <div class="form-group col-sm-3">
71
- <label class="font_normal_body">办理环节:</label>
72
- <v-select
73
- v-model="model.defname"
74
- placeholder='办理环节'
75
- condition="defname = '{}'"
76
- :value.sync="model.defname"
77
- :options='$parent.$parent.defnames'
78
- class="select select_list"
79
- :value-single="true"
80
- close-on-select ></v-select>
81
- </div>
82
- <div class="form-group col-sm-3">
83
- <label class="font_normal_body">用户地址:</label>
84
- <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
85
- v-on:keyup.enter="search"
86
- condition="u.f_address like '%{}%'">
87
- </div>
88
- <div class="form-group col-sm-3">
89
- <label class="font_normal_body">终止状态:</label>
90
- <v-select
91
- v-model="model.f_state"
92
- placeholder='办理环节'
93
- condition="s.f_state = '{}'"
94
- :value.sync="model.f_state"
95
- :options='$parent.$parent.states'
96
- class="select select_list"
97
- :value-single="true"
98
- close-on-select ></v-select>
99
- </div>
100
- <div class="form-group col-sm-3">
101
- <label for="startDate" class="font_normal_body">开始时间:</label>
102
- <datepicker id="startDate" placeholder="开始日期"
103
- style="width: 60%!important;"
104
- v-model="model.startDate"
105
- :value.sync="model.startDate"
106
- :format="'yyyy-MM-dd 00:00:00'"
107
- :show-reset-button="true"
108
- condition="u.f_apply_date >= '{}'">
109
- </datepicker>
110
- </div>
111
- <div class="form-group col-sm-3">
112
- <label for="endDate" class="font_normal_body">结束时间:</label>
113
- <datepicker id="endDate" placeholder="结束日期"
114
- style="width: 60%!important;"
115
- v-model="model.endDate"
116
- :value.sync="model.endDate"
117
- :format="'yyyy-MM-dd 23:59:59'"
118
- :show-reset-button="true"
119
- condition="u.f_apply_date <= '{}'">
120
- </datepicker>
121
- </div>
122
- </div>
123
- </div>
124
- </criteria>
125
- <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
126
- <template partial='head'>
127
- <tr>
128
- <th style="white-space: nowrap;">序号</th>
129
- <th style="white-space: nowrap;">报建编号</th>
130
- <th style="white-space: nowrap;">项目名称</th>
131
- <!-- <th style="white-space: nowrap;">电话</th>-->
132
- <th style="white-space: nowrap;">报建类型</th>
133
- <th style="white-space: nowrap;">办理环节</th>
134
- <th style="white-space: nowrap;">状态</th>
135
- <th style="white-space: nowrap;">终止原因</th>
136
- <th style="white-space: nowrap;">终止时间</th>
137
- <th style="white-space: nowrap;">终止人</th>
138
- <th style="white-space: nowrap;">启用原因</th>
139
- <th style="white-space: nowrap;">启用时间</th>
140
- <th style="white-space: nowrap;">启用人</th>
141
- <th style="white-space: nowrap;">操作</th>
142
- </tr>
143
- </template>
144
- <template partial='body'>
145
- <tr>
146
- <td style="text-align: center;">
147
- <nobr>{{$index+1}}</nobr>
148
- </td>
149
- <td style="text-align: center;">
150
- <nobr>{{row.f_apply_num}}</nobr>
151
- </td>
152
- <td style="text-align: center;">
153
- <nobr>{{row.f_entry_name}}</nobr>
154
- </td>
155
- <!-- <td style="text-align: center;">
156
- <nobr>{{row.f_phone}}</nobr>
157
- </td>-->
158
- <td style="text-align: center;">
159
- <nobr>{{row.f_apply_type}}</nobr>
160
- </td>
161
- <td style="text-align: center;">
162
- <nobr>{{row.defname}}</nobr>
163
- </td>
164
- <td style="text-align: center;">
165
- <nobr>{{row.f_state}}</nobr>
166
- </td>
167
- <td style="text-align: center;">
168
- <nobr>{{row.f_stop_remarks}}</nobr>
169
- </td>
170
- <td style="text-align: center;">
171
- <nobr>{{row.f_date}}</nobr>
172
- </td>
173
- <td style="text-align: center;">
174
- <nobr>{{row.f_operator}}</nobr>
175
- </td>
176
- <td style="text-align: center;">
177
- <nobr>{{row.f_cancel_reason}}</nobr>
178
- </td>
179
- <td style="text-align: center;">
180
- <nobr>{{row.f_cancel_date}}</nobr>
181
- </td>
182
- <td style="text-align: center;">
183
- <nobr>{{row.f_cancel_name}}</nobr>
184
- </td>
185
- <td style="text-align: center;">
186
- <dropdown v-if="row.f_state === '有效'">
187
- <button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
188
- <span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
189
- </button>
190
- <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
191
- <li>
192
- <a href="#" @click="$parent.$parent.$parent.click(row)">重新启用</a>
193
- </li>
194
- </ul>
195
- </dropdown>
196
- </td>
197
- </tr>
198
- </template>
199
- </data-grid>
200
- </criteria-paged>
201
- </div>
202
- </template>
203
- <script>
204
- import {HttpResetClass, PagedList} from 'vue-client'
205
- import {isEmpty} from '../../Util'
206
- export default {
207
- title: '终止报建',
208
- data () {
209
- return {
210
- model: new PagedList('rs/sql/getStopApply', 20, {
211
- data: {
212
- orgid: this.$login.f.orgid
213
- }
214
- }),
215
- curorgid: [this.$login.f.orgid],
216
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
217
- defnames: [{label: '全部', value: ''}, ...this.$appdata.getParam('办理环节')], // 流程节点
218
- states: [{label: '全部', value: ''}, {label: '有效', value: '有效'}, {label: '无效', value: '无效'}],
219
- applyNatures: [{label: '全部', value: ''}], // 报建性质
220
- criteriaShow: false
221
- }
222
- },
223
- ready () {
224
- // 调用查询
225
- this.search()
226
- },
227
- events: {
228
- },
229
- methods: {
230
- // 查询
231
- search () {
232
- this.$dispatch('search')
233
- },
234
- click (row) {
235
- this.$dispatch('cancelStopApply', row)
236
- },
237
- applyTypeChange () {
238
- if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
239
- let http = new HttpResetClass()
240
- http.load('POST', 'rs/logic/getDefnameByType', {
241
- f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
242
- }, {resolveMsg: null, rejectMsg: null}).then((res) => {
243
- this.defnames = [{label: '全部', value: ''}, ...res.data]
244
- })
245
- } else {
246
- this.defnames = [{label: '全部', value: ''}, ...this.$appdata.getParam('办理环节')]
247
- }
248
- },
249
- clear () {
250
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
251
- this.$refs.cp.$refs.cri.model[key] = null
252
- })
253
- },
254
- getorg (val) {
255
- if (val.length <= 0) {
256
- return
257
- }
258
- this.model.params.data.orgid = val[0]
259
- }
260
- },
261
- computed: {
262
- }
263
- }
264
- </script>
265
- <style scoped>
266
- </style>
1
+ <template>
2
+ <div class="col-sm-12">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <!-- <div class="form-group col-sm-3">-->
8
+ <!-- <label class="font_normal_body">组织机构:</label>-->
9
+ <!-- <res-select-->
10
+ <!-- restype='organization'-->
11
+ <!-- :initresid='$parent.$parent.curorgid'-->
12
+ <!-- @res-select="$parent.$parent.getorg"-->
13
+ <!-- is-mul="false"-->
14
+ <!-- ></res-select>-->
15
+ <!-- </div>-->
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_entry_name"
19
+ v-on:keyup.enter="search"
20
+ condition="u.f_entry_name = '{}'">
21
+ </div>
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" placeholder='报建编号' v-model="model.f_apply_num"
25
+ v-on:keyup.enter="search"
26
+ condition="u.f_apply_num = '{}'">
27
+ </div>
28
+ <!-- <div class="form-group col-sm-3">
29
+ <label class="font_normal_body">客户名称:</label>
30
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
31
+ v-on:keyup.enter="$parent.$parent.search()" condition="u.f_user_name like '%{}%'" placeholder='客户名称'>
32
+ </div>-->
33
+ <div class="form-group col-sm-2 button-range">
34
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
35
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
36
+ <div
37
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
38
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
39
+ class="button_spacing"
40
+ style="float: right">
41
+ </div>
42
+ </div>
43
+ </div>
44
+ <div class="row" v-show="$parent.$parent.criteriaShow">
45
+ <!-- <div class="form-group col-sm-3">
46
+ <label class="font_normal_body">联系电话:</label>
47
+ <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
48
+ v-on:keyup.enter="search"
49
+ condition="u.f_phone like '%{}%'">
50
+ </div>-->
51
+ <div class="form-group col-sm-3">
52
+ <label class="font_normal_body">合同编号:</label>
53
+ <input type="text" style="width:60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
54
+ v-on:keyup.enter="search"
55
+ condition="u.f_contract_number = '{}'">
56
+ </div>
57
+ <div class="form-group col-sm-3">
58
+ <label class="font_normal_body">报建类型:</label>
59
+ <v-select
60
+ v-model="model.f_apply_type"
61
+ placeholder='报建类型'
62
+ condition="u.f_apply_type = '{}'"
63
+ :value.sync="model.f_apply_type"
64
+ :options='$parent.$parent.applytype'
65
+ class="select select_list"
66
+ :value-single="true"
67
+ @change="$parent.$parent.applyTypeChange()"
68
+ close-on-select ></v-select>
69
+ </div>
70
+ <div class="form-group col-sm-3">
71
+ <label class="font_normal_body">办理环节:</label>
72
+ <v-select
73
+ v-model="model.defname"
74
+ placeholder='办理环节'
75
+ condition="defname = '{}'"
76
+ :value.sync="model.defname"
77
+ :options='$parent.$parent.defnames'
78
+ class="select select_list"
79
+ :value-single="true"
80
+ close-on-select ></v-select>
81
+ </div>
82
+ <div class="form-group col-sm-3">
83
+ <label class="font_normal_body">用户地址:</label>
84
+ <input type="text" style="width:60%" class="input_search" placeholder='用户地址' v-model="model.f_address"
85
+ v-on:keyup.enter="search"
86
+ condition="u.f_address like '%{}%'">
87
+ </div>
88
+ <div class="form-group col-sm-3">
89
+ <label class="font_normal_body">终止状态:</label>
90
+ <v-select
91
+ v-model="model.f_state"
92
+ placeholder='办理环节'
93
+ condition="s.f_state = '{}'"
94
+ :value.sync="model.f_state"
95
+ :options='$parent.$parent.states'
96
+ class="select select_list"
97
+ :value-single="true"
98
+ close-on-select ></v-select>
99
+ </div>
100
+ <div class="form-group col-sm-3">
101
+ <label for="startDate" class="font_normal_body">开始时间:</label>
102
+ <datepicker id="startDate" placeholder="开始日期"
103
+ style="width: 60%!important;"
104
+ v-model="model.startDate"
105
+ :value.sync="model.startDate"
106
+ :format="'yyyy-MM-dd 00:00:00'"
107
+ :show-reset-button="true"
108
+ condition="u.f_apply_date >= '{}'">
109
+ </datepicker>
110
+ </div>
111
+ <div class="form-group col-sm-3">
112
+ <label for="endDate" class="font_normal_body">结束时间:</label>
113
+ <datepicker id="endDate" placeholder="结束日期"
114
+ style="width: 60%!important;"
115
+ v-model="model.endDate"
116
+ :value.sync="model.endDate"
117
+ :format="'yyyy-MM-dd 23:59:59'"
118
+ :show-reset-button="true"
119
+ condition="u.f_apply_date <= '{}'">
120
+ </datepicker>
121
+ </div>
122
+ </div>
123
+ </div>
124
+ </criteria>
125
+ <data-grid :model="model" partial='list' v-ref:grid class="list_area table_sy">
126
+ <template partial='head'>
127
+ <tr>
128
+ <th style="white-space: nowrap;">序号</th>
129
+ <th style="white-space: nowrap;">报建编号</th>
130
+ <th style="white-space: nowrap;">项目名称</th>
131
+ <!-- <th style="white-space: nowrap;">电话</th>-->
132
+ <th style="white-space: nowrap;">报建类型</th>
133
+ <th style="white-space: nowrap;">办理环节</th>
134
+ <th style="white-space: nowrap;">状态</th>
135
+ <th style="white-space: nowrap;">终止原因</th>
136
+ <th style="white-space: nowrap;">终止时间</th>
137
+ <th style="white-space: nowrap;">终止人</th>
138
+ <th style="white-space: nowrap;">启用原因</th>
139
+ <th style="white-space: nowrap;">启用时间</th>
140
+ <th style="white-space: nowrap;">启用人</th>
141
+ <th style="white-space: nowrap;">操作</th>
142
+ </tr>
143
+ </template>
144
+ <template partial='body'>
145
+ <tr>
146
+ <td style="text-align: center;">
147
+ <nobr>{{$index+1}}</nobr>
148
+ </td>
149
+ <td style="text-align: center;">
150
+ <nobr>{{row.f_apply_num}}</nobr>
151
+ </td>
152
+ <td style="text-align: center;">
153
+ <nobr>{{row.f_entry_name}}</nobr>
154
+ </td>
155
+ <!-- <td style="text-align: center;">
156
+ <nobr>{{row.f_phone}}</nobr>
157
+ </td>-->
158
+ <td style="text-align: center;">
159
+ <nobr>{{row.f_apply_type}}</nobr>
160
+ </td>
161
+ <td style="text-align: center;">
162
+ <nobr>{{row.defname}}</nobr>
163
+ </td>
164
+ <td style="text-align: center;">
165
+ <nobr>{{row.f_state}}</nobr>
166
+ </td>
167
+ <td style="text-align: center;">
168
+ <nobr>{{row.f_stop_remarks}}</nobr>
169
+ </td>
170
+ <td style="text-align: center;">
171
+ <nobr>{{row.f_date}}</nobr>
172
+ </td>
173
+ <td style="text-align: center;">
174
+ <nobr>{{row.f_operator}}</nobr>
175
+ </td>
176
+ <td style="text-align: center;">
177
+ <nobr>{{row.f_cancel_reason}}</nobr>
178
+ </td>
179
+ <td style="text-align: center;">
180
+ <nobr>{{row.f_cancel_date}}</nobr>
181
+ </td>
182
+ <td style="text-align: center;">
183
+ <nobr>{{row.f_cancel_name}}</nobr>
184
+ </td>
185
+ <td style="text-align: center;">
186
+ <dropdown v-if="row.f_state === '有效'">
187
+ <button type="button" data-toggle="dropdown" style="border: 0px;background: none;">
188
+ <span class="glyphicon glyphicon-th-list" style="position: inherit;"></span>
189
+ </button>
190
+ <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
191
+ <li>
192
+ <a href="#" @click="$parent.$parent.$parent.click(row)">重新启用</a>
193
+ </li>
194
+ </ul>
195
+ </dropdown>
196
+ </td>
197
+ </tr>
198
+ </template>
199
+ </data-grid>
200
+ </criteria-paged>
201
+ </div>
202
+ </template>
203
+ <script>
204
+ import {HttpResetClass, PagedList} from 'vue-client'
205
+ import {isEmpty} from '../../Util'
206
+ export default {
207
+ title: '终止报建',
208
+ data () {
209
+ return {
210
+ model: new PagedList('rs/sql/getStopApply', 20, {
211
+ data: {
212
+ orgid: this.$login.f.orgid
213
+ }
214
+ }),
215
+ curorgid: [this.$login.f.orgid],
216
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
217
+ defnames: [{label: '全部', value: ''}, ...this.$appdata.getParam('办理环节')], // 流程节点
218
+ states: [{label: '全部', value: ''}, {label: '有效', value: '有效'}, {label: '无效', value: '无效'}],
219
+ applyNatures: [{label: '全部', value: ''}], // 报建性质
220
+ criteriaShow: false
221
+ }
222
+ },
223
+ ready () {
224
+ // 调用查询
225
+ this.search()
226
+ },
227
+ events: {
228
+ },
229
+ methods: {
230
+ // 查询
231
+ search () {
232
+ this.$dispatch('search')
233
+ },
234
+ click (row) {
235
+ this.$dispatch('cancelStopApply', row)
236
+ },
237
+ applyTypeChange () {
238
+ if (!isEmpty(this.$refs.cp.$refs.cri.model.f_apply_type)) {
239
+ let http = new HttpResetClass()
240
+ http.load('POST', 'rs/logic/getDefnameByType', {
241
+ f_apply_type: this.$refs.cp.$refs.cri.model.f_apply_type
242
+ }, {resolveMsg: null, rejectMsg: null}).then((res) => {
243
+ this.defnames = [{label: '全部', value: ''}, ...res.data]
244
+ })
245
+ } else {
246
+ this.defnames = [{label: '全部', value: ''}, ...this.$appdata.getParam('办理环节')]
247
+ }
248
+ },
249
+ clear () {
250
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
251
+ this.$refs.cp.$refs.cri.model[key] = null
252
+ })
253
+ },
254
+ getorg (val) {
255
+ if (val.length <= 0) {
256
+ return
257
+ }
258
+ this.model.params.data.orgid = val[0]
259
+ }
260
+ },
261
+ computed: {
262
+ }
263
+ }
264
+ </script>
265
+ <style scoped>
266
+ </style>