manage-client 3.3.17 → 3.3.18
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 +1 -1
- package/src/components/sale/businessquery/ChangeMeterQuery.vue +2 -2
- package/src/components/sale/businessquery/InspectListGas.vue +2 -2
- package/src/components/sale/businessquery/InspectListUser.vue +2 -2
- package/src/filiale/tongchuan/ChargeQuery.vue +2 -2
- package/src/filiale/tongchuan/DeviceQuery.vue +2 -2
- package/src/filiale/tongchuan/FillGasQuery.vue +2 -2
- package/src/filiale/tongchuan/HandplanQuery.vue +1 -1
- package/src/filiale/tongchuan/MeterQuery.vue +2 -2
- package/src/filiale/tongchuan/PriceChangeQuery.vue +2 -2
- package/src/filiale/tongchuan/UserQuery.vue +2 -2
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<div class="col-sm-2 form-group ">
|
|
30
30
|
<label class="font_normal_body">客户编号</label>
|
|
31
31
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
32
|
-
condition="f_userinfo_code
|
|
32
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
33
33
|
</div>
|
|
34
34
|
<div class="col-sm-2 form-group">
|
|
35
35
|
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<div class="col-sm-2 form-group">
|
|
65
65
|
<label class="font_normal_body">客户名称</label>
|
|
66
66
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
67
|
-
condition="f_user_name
|
|
67
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
68
68
|
</div>
|
|
69
69
|
<div class="col-sm-2 form-group">
|
|
70
70
|
<label class="font_normal_body">客户电话</label>
|
|
@@ -137,12 +137,12 @@
|
|
|
137
137
|
<div class="col-sm-2">
|
|
138
138
|
<label class="font_normal_body"> 客户名称</label>
|
|
139
139
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
140
|
-
condition="f_user_name
|
|
140
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
141
141
|
</div>
|
|
142
142
|
<div class="col-sm-2">
|
|
143
143
|
<label class="font_normal_body"> 客户编号</label>
|
|
144
144
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
145
|
-
condition="f_userinfo_code
|
|
145
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
146
146
|
</div>
|
|
147
147
|
<div class="col-sm-2">
|
|
148
148
|
<label class="font_normal_body"> 客户地址</label>
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
<div class="col-sm-2">
|
|
144
144
|
<label class="font_normal_body">客户名称</label>
|
|
145
145
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
146
|
-
condition="f_user_name
|
|
146
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
147
147
|
</div>
|
|
148
148
|
<div class="col-sm-2">
|
|
149
149
|
<label class="font_normal_body">客户编号</label>
|
|
150
150
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
151
|
-
condition="f_userinfo_code
|
|
151
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
152
152
|
</div>
|
|
153
153
|
<div class="col-sm-2 form-group">
|
|
154
154
|
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
<div class="col-sm-2 form-group">
|
|
30
30
|
<label class="font_normal_body">客户编号</label>
|
|
31
31
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
32
|
-
condition="f_userinfo_code
|
|
32
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
33
33
|
</div>
|
|
34
34
|
<div class="col-sm-2 form-group">
|
|
35
35
|
<label class="font_normal_body">客户名称</label>
|
|
36
36
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
37
|
-
condition="f_user_name
|
|
37
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
40
|
<div class="span" style="float:right;">
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
<div class="col-sm-2 form-group" >
|
|
11
11
|
<label class="font_normal_body">客户编号</label>
|
|
12
12
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
13
|
-
condition="f_userinfo_code
|
|
13
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
14
14
|
</div>
|
|
15
15
|
<div class="col-sm-2 form-group" >
|
|
16
16
|
<label class="font_normal_body">客户名称</label>
|
|
17
17
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
18
|
-
condition="f_user_name
|
|
18
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
19
19
|
</div>
|
|
20
20
|
<div class="col-sm-2 form-group">
|
|
21
21
|
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
<div class="col-sm-2 form-group">
|
|
31
31
|
<label class="font_normal_body">客户编号</label>
|
|
32
32
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
33
|
-
condition="f_userinfo_code
|
|
33
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
34
34
|
</div>
|
|
35
35
|
<div class="col-sm-2 form-group">
|
|
36
36
|
<label class="font_normal_body">客户名称</label>
|
|
37
37
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
38
|
-
condition="f_user_name
|
|
38
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
<div class="span" style="float:right;">
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<div class="col-sm-2 form-group">
|
|
32
32
|
<label class="font_normal_body">客户编号</label>
|
|
33
33
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
34
|
-
condition="f_userinfo_code
|
|
34
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
35
35
|
</div>
|
|
36
36
|
<div class="col-sm-2 form-group">
|
|
37
37
|
<label class="font_normal_body">客户名称</label>
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
<div class="col-sm-2 form-group">
|
|
11
11
|
<label class="font_normal_body">客户编号</label>
|
|
12
12
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
13
|
-
condition="f_userinfo_code
|
|
13
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
14
14
|
</div>
|
|
15
15
|
<div class="col-sm-2 form-group">
|
|
16
16
|
<label class="font_normal_body">客户名称</label>
|
|
17
17
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
18
|
-
condition="f_user_name
|
|
18
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
19
19
|
</div>
|
|
20
20
|
<div class="col-sm-2 form-group">
|
|
21
21
|
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<div class="col-sm-2 form-group ">
|
|
30
30
|
<label class="font_normal_body">客户编号</label>
|
|
31
31
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
32
|
-
condition="f_userinfo_code
|
|
32
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
33
33
|
</div>
|
|
34
34
|
<div class="col-sm-2 form-group">
|
|
35
35
|
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
<div class="col-sm-2 form-group">
|
|
63
63
|
<label class="font_normal_body">客户名称</label>
|
|
64
64
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
65
|
-
condition="f_user_name
|
|
65
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
66
66
|
</div>
|
|
67
67
|
<div class="col-sm-2 form-group">
|
|
68
68
|
<label class="font_normal_body">客户电话</label>
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
<div class="col-sm-2 form-group">
|
|
11
11
|
<label class="font_normal_body">客户编号</label>
|
|
12
12
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_userinfo_code"
|
|
13
|
-
condition="f_userinfo_code
|
|
13
|
+
condition="f_userinfo_code like '%{}%' " placeholder="客户编号">
|
|
14
14
|
</div>
|
|
15
15
|
<div class="col-sm-2 form-group">
|
|
16
16
|
<label class="font_normal_body">客户名称</label>
|
|
17
17
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
18
|
-
condition="f_user_name
|
|
18
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
19
19
|
</div>
|
|
20
20
|
<div class="col-sm-2 form-group">
|
|
21
21
|
<label class="font_normal_body">客户电话</label>
|