manage-client 3.3.197 → 3.3.198

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.197",
3
+ "version": "3.3.198",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -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">小区</label>
240
- <input type="text" style="width:60%" class="input_search" v-model="model.f_residential_area"
241
- condition="f_residential_area like '%{}%'" placeholder='筛选小区'>
238
+ <div class="col-sm-2 form-group">
239
+ <label class="font_normal_body">小&emsp;&emsp;区</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: [],