manage-client 3.2.231 → 3.2.232

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.2.231",
3
+ "version": "3.2.232",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -325,15 +325,15 @@
325
325
  <input type="text" style="width:30%" class="input_search" title="小于等于" v-model="model.f_pregas_big"
326
326
  condition="f_pregas <= '{}' " placeholder="小于等于">
327
327
  </div>
328
- <div class="col-sm-2 form-group">
329
- <label class="font_normal_body">&nbsp;&nbsp;阶数</label>
330
- <v-select placeholder='请选择'
331
- :value.sync="model.jietilevel"
332
- v-model="model.jietilevel"
333
- :options='$parent.$parent.jieshu'
334
- condition="jietilevel = '{}'"
335
- close-on-select></v-select>
336
- </div>
328
+ <!-- <div class="col-sm-2 form-group">-->
329
+ <!-- <label class="font_normal_body">&nbsp;&nbsp;阶数</label>-->
330
+ <!-- <v-select placeholder='请选择'-->
331
+ <!-- :value.sync="model.jietilevel"-->
332
+ <!-- v-model="model.jietilevel"-->
333
+ <!-- :options='$parent.$parent.jieshu'-->
334
+ <!-- condition="jietilevel = '{}'"-->
335
+ <!-- close-on-select></v-select>-->
336
+ <!-- </div>-->
337
337
  </div>
338
338
  </div>
339
339
  </criteria>
@@ -940,11 +940,11 @@
940
940
  // pos设备列表
941
941
  posEquipment: [{label: '全部',value: ''}],
942
942
  showbottomsum:false, //页面下方是否有合计: 默认为false, 在watch修改
943
- jieshu: [
944
- {label: '一阶', value: '一阶'},
945
- {label: '二阶', value: '二阶'},
946
- {label: '三阶', value: '三阶'}
947
- ]
943
+ // jieshu: [
944
+ // {label: '一阶', value: '一阶'},
945
+ // {label: '二阶', value: '二阶'},
946
+ // {label: '三阶', value: '三阶'}
947
+ // ]
948
948
  }
949
949
  },
950
950
  ready() {
@@ -194,6 +194,13 @@
194
194
  <!--condition="new_days <= {}" v-next-el='new_days' v-el:new_days-->
195
195
  <!--&gt;-->
196
196
  <!--</div>-->
197
+ <div class="col-sm-2 form-group">
198
+ <label class="font_normal_body">小区</label>
199
+ <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_residential_area"
200
+ placeholder='请输入小区'
201
+ condition="f_residential_area like '%{}%'"
202
+ >
203
+ </div>
197
204
 
198
205
  </div>
199
206
 
@@ -221,7 +228,6 @@
221
228
  <!--:field="{f_username: '客户名称', f_meternumber: '表号',f_usertype:'客户类型',f_save_money:'剩余金额',-->
222
229
  <!--f_operate_status:'状态',f_close_reason:'关阀原因',f_area:'区域',f_districtname:'小区', f_address: '地址',id:'档案编号',yytdepa:'所属机构'}"-->
223
230
  <!--sqlurl="rs/sql/getUserGas"></export-excel>-->
224
-
225
231
  </div>
226
232
  </criteria>
227
233
  <data-grid id="lostuserlist" :model="model" partial='list' v-ref:grid class="list_area table_sy">
@@ -368,7 +374,7 @@
368
374
  endDate: 'this.model.endDate'
369
375
  }),
370
376
  getfield:{
371
- "f_userinfo_code":"客户编号","f_user_name":"客户名称",
377
+ "f_userinfo_code":"客户编号","f_user_name":"客户名称","f_residential_area":"小区",
372
378
  "f_address":"客户地址","f_user_type":"客户类型","f_gasproperties":"用气性质",
373
379
  "f_meternumber":"表号",
374
380
 
@@ -145,6 +145,13 @@
145
145
  close-on-select>
146
146
  </v-select>
147
147
  </div>
148
+ <div class="col-sm-2 form-group">
149
+ <label class="font_normal_body">小区</label>
150
+ <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_residential_area"
151
+ placeholder='请输入小区'
152
+ condition="f_residential_area like '%{}%'"
153
+ >
154
+ </div>
148
155
 
149
156
  </div>
150
157
 
@@ -326,7 +333,7 @@
326
333
  return {
327
334
  model: new PagedList('rs/sql/webmeter_getUserLoseQuery', 20),
328
335
  getfield:{
329
- "f_userinfo_code":"客户编号","f_user_name":"客户名称",
336
+ "f_userinfo_code":"客户编号","f_user_name":"客户名称","f_residential_area":"小区",
330
337
  "f_address":"客户地址","f_user_type":"客户类型","f_gasproperties":"用气性质",
331
338
  "f_meternumber":"表号",
332
339
  "f_user_phone":"联系电话",
@@ -426,6 +426,14 @@
426
426
  }
427
427
  },
428
428
  computed: {
429
+ getCondition() {
430
+
431
+ return {
432
+ condition: this.condition,
433
+ startDate:`${this.$refs.paged.$refs.criteria.model.startDate}`,
434
+ endDate:`${this.$refs.paged.$refs.criteria.model.endDate}`
435
+ }
436
+ },
429
437
  getstart(){
430
438
  return `开始时间:${this.$refs.paged.$refs.criteria.model.startDate} 结束时间:${this.$refs.paged.$refs.criteria.model.endDate}`
431
439
  },
@@ -481,20 +489,6 @@
481
489
  return [{label:'是', value:'是'},
482
490
  {label:'否', value:'否'},
483
491
  ]
484
- },
485
- getCondition () {
486
- // var con = ""
487
- // if (this.orgCondtionStr) {
488
- // con = `${this.$refs.paged.$refs.criteria.condition} and m.f_orgid in (${this.orgCondtionStr})`
489
- // }
490
- // else {
491
- // con = `${this.$refs.paged.$refs.criteria.condition}and m.f_orgid in ('${this.$login.f.orgid}' )`
492
- // }
493
- return {
494
- startDate: this.$refs.paged.$refs.criteria.model.startDate,
495
- endDate: this.$refs.paged.$refs.criteria.model.endDate,
496
- condition: this.condition
497
- }
498
492
  }
499
493
  }
500
494
  }
@@ -176,6 +176,13 @@
176
176
  close-on-select>
177
177
  </v-select>
178
178
  </div>
179
+ <div class="col-sm-2 form-group">
180
+ <label class="font_normal_body">小区</label>
181
+ <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_residential_area"
182
+ placeholder='请输入小区'
183
+ condition="f_residential_area like '%{}%'"
184
+ >
185
+ </div>
179
186
  </div>
180
187
  </div>
181
188
  </criteria>
@@ -49,7 +49,7 @@
49
49
  <res-select-group
50
50
  :initres="$parent.$parent.initres"
51
51
  @re-res="$parent.$parent.getRes"
52
- :show-component=['slicearea']
52
+ :show-component="['slicearea']"
53
53
  ></res-select-group>
54
54
  <div class="col-sm-2 form-group">
55
55
  <label class="font_normal_body">客户地址</label>
@@ -58,7 +58,7 @@
58
58
  <div class="row" v-show="$parent.$parent.criteriaShow">
59
59
  <!-- :show-component="$parent.$parent.resshow"-->
60
60
  <res-select-group
61
- :show-component=['company','slicearea']
61
+ :show-component="['company','slicearea']"
62
62
  :initres="$parent.$parent.initres"
63
63
  @re-res="$parent.$parent.getRes"
64
64
  v-ref:sel
@@ -647,8 +647,10 @@
647
647
  <div class="flex" v-if="show">
648
648
  <user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
649
649
  </div>
650
- </div></div></div>
651
- <high-meter-idcard :show.sync="false" v-ref:highcard ></high-meter-idcard>
650
+ </div>
651
+ </div>
652
+ </div>
653
+ <high-meter-idcard :show.sync="false" v-ref:highcard></high-meter-idcard>
652
654
  </template>
653
655
 
654
656
  <script>