manage-client 3.3.197 → 3.3.199
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.
|
@@ -235,10 +235,18 @@
|
|
|
235
235
|
close-on-select :search="false">
|
|
236
236
|
</v-select>
|
|
237
237
|
</div>
|
|
238
|
-
<div class="col-sm-2 form-group"
|
|
239
|
-
<label class="font_normal_body"
|
|
240
|
-
<
|
|
241
|
-
|
|
238
|
+
<div class="col-sm-2 form-group">
|
|
239
|
+
<label class="font_normal_body">小  区</label>
|
|
240
|
+
<v-select :value.sync="model1.f_residential_area"
|
|
241
|
+
class="select_list select"
|
|
242
|
+
enter-push
|
|
243
|
+
multiple = "true"
|
|
244
|
+
v-model="model1.f_residential_area"
|
|
245
|
+
style="width: 60%"
|
|
246
|
+
:options='$parent.$parent.residentialArea' placeholder='选择小区'
|
|
247
|
+
close-on-select>
|
|
248
|
+
|
|
249
|
+
</v-select>
|
|
242
250
|
</div>
|
|
243
251
|
</div>
|
|
244
252
|
</div>
|
|
@@ -387,6 +395,7 @@ export default {
|
|
|
387
395
|
other:[],
|
|
388
396
|
footer:[],
|
|
389
397
|
model: new PagedList('api/af-revenue/sql/deviceQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_userinfo_code desc'`}),
|
|
398
|
+
model1: new PagedList('api/af-revenue/sql/filesQuery', 20, {orderitem: this.orderitem?'"' + this.orderitem + ' "':`'f_userinfo_code desc'`}, {f_balance: 0}),
|
|
390
399
|
criteriaShow: false,
|
|
391
400
|
orgCondtionStr: '',
|
|
392
401
|
modelval: [],
|