manage-client 3.3.244 → 3.3.246

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.
@@ -16,12 +16,12 @@ var qtx= 'http://36.103.222.144:6300/'
16
16
  // var bendi = 'http://220.194.141.253:8600/'
17
17
  // var bendi = 'http://203.57.101.233:9001'
18
18
  // var bendi = 'http://172.168.1.11:9001/'
19
- // var bendi = 'http://203.57.101.233:8400/'
19
+ // var bendi = 'http://192.168.50.4:8400/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://203.57.101.233:8400/'
22
+ var bendi = 'http://192.168.50.4:8400/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://203.57.101.233:8400/'
24
+ var wode = 'http://192.168.50.4:8400/'
25
25
  // 192.168.
26
26
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
27
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.244",
3
+ "version": "3.3.246",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -18,13 +18,13 @@
18
18
  <div class="col-sm-2">
19
19
  <label class="font_normal_body">客户编号</label>
20
20
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_userinfo_code" placeholder='客户编号'
21
- condition="ss.f_userinfo_code like '%{}%'" v-next-el='f_userinfo_code' v-el:meternumber
21
+ condition="ss.f_userinfo_code = '{}'" v-next-el='f_userinfo_code' v-el:meternumber
22
22
  >
23
23
  </div>
24
24
  <div class="col-sm-2">
25
25
  <label class="font_normal_body">客户名称</label>
26
26
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
27
- condition="ss.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
27
+ condition="ss.f_user_name = '{}'" v-next-el='userid' v-el:username>
28
28
  </div>
29
29
  <div class="col-sm-2">
30
30
  <label class="font_normal_body">客户地址</label>
@@ -49,18 +49,18 @@
49
49
  <div class="col-sm-2">
50
50
  <label class="font_normal_body">电&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;话</label>
51
51
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_user_phone" placeholder='电话'
52
- condition="ss.f_user_phone like '%{}%'" v-next-el='f_user_phone' v-el:f_user_phone
52
+ condition="ss.f_user_phone = '{}'" v-next-el='f_user_phone' v-el:f_user_phone
53
53
  >
54
54
  </div>
55
55
  <div class="col-sm-2">
56
56
  <label class="font_normal_body">小&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;区</label>
57
57
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_residential_area" placeholder='小区'
58
- condition="ss.f_residential_area like '%{}%'" v-next-el='f_residential_area' v-el:f_residential_area>
58
+ condition="ss.f_residential_area = '{}'" v-next-el='f_residential_area' v-el:f_residential_area>
59
59
  </div>
60
60
  <div class="col-sm-2">
61
61
  <label class="font_normal_body">表&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号</label>
62
62
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
63
- condition="ss.f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
63
+ condition="ss.f_meternumber = '{}'" v-next-el='meternumber' v-el:meternumber
64
64
  >
65
65
  </div>
66
66
  <div class="col-sm-2">
@@ -18,13 +18,13 @@
18
18
  <div class="col-sm-2">
19
19
  <label class="font_normal_body">客户编号</label>
20
20
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_userinfo_code" placeholder='客户编号'
21
- condition="ss.f_userinfo_code like '%{}%'" v-next-el='f_userinfo_code' v-el:meternumber
21
+ condition="ss.f_userinfo_code = '{}'" v-next-el='f_userinfo_code' v-el:meternumber
22
22
  >
23
23
  </div>
24
24
  <div class="col-sm-2">
25
25
  <label class="font_normal_body">客户名称</label>
26
26
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
27
- condition="ss.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
27
+ condition="ss.f_user_name = '{}'" v-next-el='userid' v-el:username>
28
28
  </div>
29
29
  <div class="col-sm-2">
30
30
  <label class="font_normal_body">客户地址</label>
@@ -49,7 +49,7 @@
49
49
  <div class="col-sm-2">
50
50
  <label class="font_normal_body">电&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;话</label>
51
51
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_user_phone" placeholder='电话'
52
- condition="ss.f_user_phone like '%{}%'" v-next-el='f_user_phone' v-el:f_user_phone
52
+ condition="ss.f_user_phone = '{}'" v-next-el='f_user_phone' v-el:f_user_phone
53
53
  >
54
54
  </div>
55
55
  <div class="col-sm-2">
@@ -60,7 +60,7 @@
60
60
  <div class="col-sm-2">
61
61
  <label class="font_normal_body">表&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号</label>
62
62
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
63
- condition="ss.f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
63
+ condition="ss.f_meternumber = '{}'" v-next-el='meternumber' v-el:meternumber
64
64
  >
65
65
  </div>
66
66
  <div class="col-sm-2">
@@ -49,7 +49,7 @@
49
49
  <div class="row" v-show="$parent.$parent.criteriaShow">
50
50
  <div class="col-sm-2 form-group">
51
51
  <label class="font_normal_body">用气地址</label>
52
- <input style="width:60%" class="input_search" condition="u.f_address like '%{}%'" placeholder='用气地址'
52
+ <input style="width:60%" class="input_search" condition="a.f_address like '%{}%'" placeholder='用气地址'
53
53
  type="text"
54
54
  v-model="model.f_address"
55
55
  >
@@ -205,6 +205,11 @@
205
205
  condition="f_hand_date <= '{} 23:59:59'">
206
206
  </datepicker>
207
207
  </div>
208
+ <div class="col-sm-2 form-group" >
209
+ <label class="font_normal_body">片区/行政村</label>
210
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_building"
211
+ condition="f_community like '%{}%'" placeholder='片区/行政村'>
212
+ </div>
208
213
  <div class="col-sm-2 form-group">
209
214
  <label class="font_normal_body">小&emsp;&emsp;区</label>
210
215
  <v-select :value.sync="model.f_residential_area"