apply-clients 3.4.83 → 3.4.84
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.
package/package.json
CHANGED
|
@@ -120,141 +120,145 @@
|
|
|
120
120
|
close-on-select ></v-select>
|
|
121
121
|
</div>
|
|
122
122
|
</div>
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
123
|
+
</div>
|
|
124
|
+
<div class="row form-group text-right" >
|
|
125
|
+
<button class="btn" :class="{'button_shrink_top':$parent.$parent.childCriteriaShow,'button_shrink_bottom':!$parent.$parent.childCriteriaShow}" @click="$parent.$parent.childCriteriaShow = !$parent.$parent.childCriteriaShow" v-if="$parent.$parent.criteriaShow"></button>
|
|
126
|
+
</div>
|
|
127
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
128
|
+
<label class="">气密性是否合格:</label>
|
|
129
|
+
<div class="col-xs-8" >
|
|
130
|
+
<v-selec
|
|
131
|
+
width="100%"
|
|
132
|
+
v-model="model.f_tightness"
|
|
133
|
+
placeholder='请选择'
|
|
134
|
+
condition="u.f_tightness = '{}'"
|
|
135
|
+
:value.sync="model.f_tightness"
|
|
136
|
+
:options='$parent.$parent.isqualified'
|
|
137
|
+
class="select select_list"
|
|
138
|
+
:value-single="true"
|
|
139
|
+
close-on-select ></v-selec>
|
|
137
140
|
</div>
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
141
|
+
</div>
|
|
142
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
143
|
+
<label class="">坡度是否合格:</label>
|
|
144
|
+
<div class="col-xs-8" >
|
|
145
|
+
<v-select
|
|
146
|
+
width="100%"
|
|
147
|
+
v-model="model.f_slope"
|
|
148
|
+
placeholder='请选择'
|
|
149
|
+
condition="u.f_slope = '{}'"
|
|
150
|
+
:value.sync="model.f_slope"
|
|
151
|
+
:options='$parent.$parent.isqualified'
|
|
152
|
+
class="select select_list"
|
|
153
|
+
:value-single="true"
|
|
154
|
+
close-on-select ></v-select>
|
|
152
155
|
</div>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
156
|
+
</div>
|
|
157
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
158
|
+
<label class="">防锈漆、银粉是否合格:</label>
|
|
159
|
+
<div class="col-xs-8" >
|
|
160
|
+
<v-select
|
|
161
|
+
width="100%"
|
|
162
|
+
v-model="model.f_paint"
|
|
163
|
+
placeholder='请选择'
|
|
164
|
+
condition="u.f_paint = '{}'"
|
|
165
|
+
:value.sync="model.f_paint"
|
|
166
|
+
:options='$parent.$parent.isqualified'
|
|
167
|
+
class="select select_list"
|
|
168
|
+
:value-single="true"
|
|
169
|
+
close-on-select ></v-select>
|
|
167
170
|
</div>
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
171
|
+
</div>
|
|
172
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
173
|
+
<label class="">管道位置是否合格:</label>
|
|
174
|
+
<div class="col-xs-8" >
|
|
175
|
+
<v-select
|
|
176
|
+
width="100%"
|
|
177
|
+
v-model="model.f_position"
|
|
178
|
+
placeholder='请选择'
|
|
179
|
+
condition="u.f_position = '{}'"
|
|
180
|
+
:value.sync="model.f_position"
|
|
181
|
+
:options='$parent.$parent.isqualified'
|
|
182
|
+
class="select select_list"
|
|
183
|
+
:value-single="true"
|
|
184
|
+
close-on-select ></v-select>
|
|
182
185
|
</div>
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
186
|
+
</div>
|
|
187
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
188
|
+
<label class="">套管是否合格:</label>
|
|
189
|
+
<div class="col-xs-8" >
|
|
190
|
+
<v-select
|
|
191
|
+
width="100%"
|
|
192
|
+
v-model="model.f_casing"
|
|
193
|
+
placeholder='请选择'
|
|
194
|
+
condition="u.f_casing = '{}'"
|
|
195
|
+
:value.sync="model.f_casing"
|
|
196
|
+
:options='$parent.$parent.isqualified'
|
|
197
|
+
class="select select_list"
|
|
198
|
+
:value-single="true"
|
|
199
|
+
close-on-select ></v-select>
|
|
197
200
|
</div>
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
201
|
+
</div>
|
|
202
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
203
|
+
<label class="">是否固定牢固:</label>
|
|
204
|
+
<div class="col-xs-8" >
|
|
205
|
+
<v-select
|
|
206
|
+
width="100%"
|
|
207
|
+
v-model="model.f_firmly"
|
|
208
|
+
placeholder='请选择'
|
|
209
|
+
condition="u.f_firmly = '{}'"
|
|
210
|
+
:value.sync="model.f_firmly"
|
|
211
|
+
:options='$parent.$parent.isqualified'
|
|
212
|
+
class="select select_list"
|
|
213
|
+
:value-single="true"
|
|
214
|
+
close-on-select ></v-select>
|
|
212
215
|
</div>
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
216
|
+
</div>
|
|
217
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
218
|
+
<label class="">是否卡表封:</label>
|
|
219
|
+
<div class="col-xs-8" >
|
|
220
|
+
<v-select
|
|
221
|
+
width="100%"
|
|
222
|
+
v-model="model.f_card_envelope"
|
|
223
|
+
placeholder='请选择'
|
|
224
|
+
condition="u.f_card_envelope = '{}'"
|
|
225
|
+
:value.sync="model.f_card_envelope"
|
|
226
|
+
:options='$parent.$parent.isqualified'
|
|
227
|
+
class="select select_list"
|
|
228
|
+
:value-single="true"
|
|
229
|
+
close-on-select ></v-select>
|
|
227
230
|
</div>
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
231
|
+
</div>
|
|
232
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
233
|
+
<label class="">是否装修:</label>
|
|
234
|
+
<div class="col-xs-8" >
|
|
235
|
+
<v-select
|
|
236
|
+
width="100%"
|
|
237
|
+
v-model="model.f_renovated"
|
|
238
|
+
placeholder='请选择'
|
|
239
|
+
condition="u.f_renovated= '{}'"
|
|
240
|
+
:value.sync="model.f_renovated"
|
|
241
|
+
:options='$parent.$parent.isqualified'
|
|
242
|
+
class="select select_list"
|
|
243
|
+
:value-single="true"
|
|
244
|
+
close-on-select ></v-select>
|
|
242
245
|
</div>
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
246
|
+
</div>
|
|
247
|
+
<div class="row form-group app-input" v-if="$parent.$parent.childCriteriaShow">
|
|
248
|
+
<label class="">其它不合格:</label>
|
|
249
|
+
<div class="col-xs-8" >
|
|
250
|
+
<v-select
|
|
251
|
+
width="100%"
|
|
252
|
+
v-model="model.f_conformity"
|
|
253
|
+
placeholder='请选择'
|
|
254
|
+
condition="u.f_conformity= '{}'"
|
|
255
|
+
:value.sync="model.f_conformity"
|
|
256
|
+
:options='$parent.$parent.isqualified'
|
|
257
|
+
class="select select_list"
|
|
258
|
+
:value-single="true"
|
|
259
|
+
close-on-select ></v-select>
|
|
257
260
|
</div>
|
|
261
|
+
</div>
|
|
258
262
|
<div class="row form-group text-right" style="">
|
|
259
263
|
<button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
|
|
260
264
|
<button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
|
|
@@ -411,6 +415,7 @@ export default {
|
|
|
411
415
|
applyTypes:[],
|
|
412
416
|
// applyTypes:[{label:'散户报建',value:'散户报建'},{label:'工商户报建',value:'工商户报建'}],
|
|
413
417
|
criteriaShow: false,
|
|
418
|
+
childCriteriaShow: false,
|
|
414
419
|
// applytype: [{label: '全部', value: ''}, {label:'团购转散户',value:'团购转散户'} ], // 所有报建类型
|
|
415
420
|
defnames: [{label: '全部', value: ''}],
|
|
416
421
|
applyNatures: [{label: '全部', value: ''}], // 报建性质
|
|
@@ -418,7 +423,11 @@ export default {
|
|
|
418
423
|
{label: '全部', value: ''},
|
|
419
424
|
{label: '有效', value: '有效'}
|
|
420
425
|
],
|
|
421
|
-
laterapply: {}
|
|
426
|
+
laterapply: {},
|
|
427
|
+
isqualified: [
|
|
428
|
+
{label: '是', value: '是'},
|
|
429
|
+
{label: '否', value: '否'}
|
|
430
|
+
],
|
|
422
431
|
}
|
|
423
432
|
},
|
|
424
433
|
ready () {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
|
|
3
|
-
let specialComp = {
|
|
4
|
-
'app-exploration-user': (resolve) => { require(['./android/AppExplorationUser'], resolve) },
|
|
5
|
-
'app-service-control': (resolve) => { require(['./android/AppServiceControl'], resolve) },
|
|
6
|
-
'app-service-view': (resolve) => { require(['./android/AppServiceView'], resolve) },
|
|
7
|
-
'app-installation-details': (resolve) => { require(['./android/AppInstallationDetails'], resolve) }
|
|
8
|
-
}
|
|
9
|
-
exports.specialComp = specialComp
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
|
|
3
|
+
let specialComp = {
|
|
4
|
+
'app-exploration-user': (resolve) => { require(['./android/AppExplorationUser'], resolve) },
|
|
5
|
+
'app-service-control': (resolve) => { require(['./android/AppServiceControl'], resolve) },
|
|
6
|
+
'app-service-view': (resolve) => { require(['./android/AppServiceView'], resolve) },
|
|
7
|
+
'app-installation-details': (resolve) => { require(['./android/AppInstallationDetails'], resolve) }
|
|
8
|
+
}
|
|
9
|
+
exports.specialComp = specialComp
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
|
|
3
|
-
let specialComp = {
|
|
4
|
-
'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
|
|
5
|
-
'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
|
|
6
|
-
'installation-details': (resolve) => { require(['./pc/InstallationDetails'], resolve) },
|
|
7
|
-
'service-view': (resolve) => { require(['./pc/ServiceView'], resolve) }
|
|
8
|
-
}
|
|
9
|
-
exports.specialComp = specialComp
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
|
|
3
|
+
let specialComp = {
|
|
4
|
+
'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
|
|
5
|
+
'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
|
|
6
|
+
'installation-details': (resolve) => { require(['./pc/InstallationDetails'], resolve) },
|
|
7
|
+
'service-view': (resolve) => { require(['./pc/ServiceView'], resolve) }
|
|
8
|
+
}
|
|
9
|
+
exports.specialComp = specialComp
|