manage-client 3.3.56 → 3.3.57
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/AccountQuery/ExpectGasList.vue +1 -1
- package/src/components/sale/businessquery/AccountQuery/OverdueList.vue +1 -1
- package/src/components/sale/businessquery/AccountQuery/PreGasList.vue +1 -1
- package/src/components/sale/businessquery/AccountQuery/keyUserGasRanking.vue +1 -1
- package/src/components/sale/businessquery/ArrearsQuery.vue +1 -1
- package/src/components/sale/businessquery/BalanceQuery.vue +1 -1
- package/src/components/sale/businessquery/BalanceTable.vue +1 -1
- package/src/components/sale/businessquery/BusinesQuery.vue +1 -1
- package/src/components/sale/businessquery/CancellationQuery.vue +1 -1
- package/src/components/sale/businessquery/CardHandplanQuery.vue +1 -1
- package/src/components/sale/businessquery/ChangeUserQuery.vue +1 -1
- package/src/components/sale/businessquery/ChargeQuery.vue +1 -1
- package/src/components/sale/businessquery/DepositDetail.vue +1 -1
- package/src/components/sale/businessquery/DisableQuery.vue +1 -1
- package/src/components/sale/businessquery/EnableQuery.vue +1 -1
- package/src/components/sale/businessquery/FMYGasQuery.vue +2 -2
- package/src/components/sale/businessquery/FillCardQuery.vue +1 -1
- package/src/components/sale/businessquery/FillGasQuery.vue +1 -1
- package/src/components/sale/businessquery/FlotsamChargeQuery.vue +1 -1
- package/src/components/sale/businessquery/GasInspection.vue +1 -1
- package/src/components/sale/businessquery/GroupChargeQuery.vue +1 -1
- package/src/components/sale/businessquery/HandRateQuery.vue +2 -2
- package/src/components/sale/businessquery/HandplanQuery.vue +1 -1
- package/src/components/sale/businessquery/MonthGasQuery.vue +1 -1
- package/src/components/sale/businessquery/MoveMeterQuery.vue +1 -1
- package/src/components/sale/businessquery/NewAccountQuery.vue +1 -1
- package/src/components/sale/businessquery/NewFMYGasQuery.vue +2 -2
- package/src/components/sale/businessquery/NoBusinessQuery.vue +1 -1
- package/src/components/sale/businessquery/OtherChargeNopayQuery.vue +1 -1
- package/src/components/sale/businessquery/OtherChargeQuery.vue +1 -1
- package/src/components/sale/businessquery/PriceChange.vue +1 -1
- package/src/components/sale/businessquery/PrintSheetQuery.vue +1 -1
- package/src/components/sale/businessquery/PrivilegeQuery.vue +1 -1
- package/src/components/sale/businessquery/ReverseQuery.vue +1 -1
- package/src/components/sale/businessquery/SendbookQuery.vue +1 -1
- package/src/components/sale/businessquery/UnhandBusiness.vue +1 -1
- package/src/components/sale/businessquery/UserSellHeadDetail.vue +1 -1
- package/src/components/sale/businessquery/WebHandplanQuery.vue +1 -1
- package/src/components/sale/businessquery/WebMeterMonthGasQuery.vue +1 -1
- package/src/components/sale/businessquery/YingShouMingXi.vue +1 -1
- package/src/components/sale/businessquery/analysisquery/CardHandAnalysis.vue +1 -1
- package/src/components/sale/businessquery/overDueQuery.vue +1 -1
- package/src/components/sale/businessquery/priceadjustQuery.vue +1 -1
- package/src/components/sale/businessquery/reportDetail.vue +1 -1
- package/src/components/sale/businessquery/sellingChargePrice.vue +1 -2
- package/src/components/sale/businessquery/weChatBind.vue +1 -1
- package/src/components/sale/businessquery/yucunDetails.vue +1 -1
- package/src/components/sale/config/exportConfig.js +2 -1
- package/src/components/sale/filesquery/DeviceQuery.vue +2 -2
- package/src/components/sale/filesquery/FireQuery.vue +2 -2
- package/src/components/sale/filesquery/FmyGasDeviceQuery.vue +1 -1
- package/src/components/sale/filesquery/GasDeviceQuery.vue +2 -2
- package/src/components/sale/filesquery/MeterQuery.vue +2 -2
- package/src/components/sale/filesquery/PriceChangeQuery.vue +1 -1
- package/src/components/sale/filesquery/RecordInfoQuery.vue +1 -1
- package/src/components/sale/filesquery/UserDeviceQuery.vue +1 -1
- package/src/components/sale/filesquery/UserQuery.vue +2 -2
- package/src/components/sale/filesquery/filequerydetail/BlackListQueryDetail.vue +1 -1
- package/src/components/sale/filesquery/filequerydetail/DisableQueryDetail.vue +1 -1
- package/src/components/sale/filesquery/filequerydetail/EnableQueryDetail.vue +1 -1
- package/src/filiale/rizhao/ChargeQuery.vue +1 -1
- package/src/filiale/rizhao/InspectListUser.vue +1 -1
- package/src/filiale/rizhao/MeterQuery.vue +1 -1
- package/src/filiale/rizhao/UserQuery.vue +1 -1
- package/src/filiale/zhongsheng/ChargeQuery.vue +2 -2
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
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;">
|
|
@@ -35,7 +35,7 @@
|
|
|
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;">
|
|
@@ -35,7 +35,7 @@
|
|
|
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;">
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<div class="col-sm-2 form-group">
|
|
54
54
|
<label class="font_normal_body">客户姓名</label>
|
|
55
55
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
56
|
-
condition="f_user_name
|
|
56
|
+
condition="f_user_name like '%{}%'" placeholder="客户姓名">
|
|
57
57
|
</div>
|
|
58
58
|
<div class="col-sm-2 form-group">
|
|
59
59
|
<label class="font_normal_body">表号</label>
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<div class="col-sm-2 form-group">
|
|
72
72
|
<label class="font_normal_body">客户名称</label>
|
|
73
73
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
74
|
-
condition="f_user_name
|
|
74
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
75
75
|
</div>
|
|
76
76
|
<div class="col-sm-2 form-group">
|
|
77
77
|
<label class="font_normal_body">用户证号</label>
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<div class="col-sm-2 form-group">
|
|
56
56
|
<label class="font_normal_body">客户名称</label>
|
|
57
57
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
58
|
-
condition="f_user_name
|
|
58
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
59
59
|
</div>
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<div class="col-sm-2 form-group">
|
|
64
64
|
<label class="font_normal_body">客户名称</label>
|
|
65
65
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
66
|
-
condition="u.f_user_name
|
|
66
|
+
condition="u.f_user_name like '%{}%'" placeholder="客户名称">
|
|
67
67
|
</div>
|
|
68
68
|
<div class="col-sm-2 form-group">
|
|
69
69
|
<label class="font_normal_body">客户类型</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>
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
<div class="col-sm-2 form-group">
|
|
62
62
|
<label class="font_normal_body">客户名称</label>
|
|
63
63
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
64
|
-
condition="
|
|
64
|
+
condition=" f_user_name like '%{}%'" placeholder='客户名称'>
|
|
65
65
|
</div>
|
|
66
66
|
<div class="col-sm-2 form-group">
|
|
67
67
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<div class="col-sm-2 form-group">
|
|
56
56
|
<label class="font_normal_body">客户名称</label>
|
|
57
57
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
58
|
-
condition="f_user_name
|
|
58
|
+
condition=" f_user_name like '%{}%'" placeholder="客户名称">
|
|
59
59
|
</div>
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户地址</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>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<div class="col-sm-2 form-group">
|
|
64
64
|
<label class="font_normal_body">客户名称</label>
|
|
65
65
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
66
|
-
condition="f_user_name
|
|
66
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
67
67
|
</div>
|
|
68
68
|
<div class="col-sm-2 form-group">
|
|
69
69
|
<label class="font_normal_body">收费编号</label>
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户名称</label>
|
|
62
62
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
63
|
-
condition=" f_user_name
|
|
63
|
+
condition=" f_user_name like '%{}%'" placeholder='客户名称'>
|
|
64
64
|
</div>
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
66
66
|
<label class="font_normal_body">客户电话</label>
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
<div class="col-sm-2 form-group">
|
|
91
91
|
<label class="font_normal_body">客户名称</label>
|
|
92
92
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
93
|
-
condition=" f_user_name
|
|
93
|
+
condition=" f_user_name like '%{}%'" placeholder='客户名称'
|
|
94
94
|
:size="model.f_user_name ? model.f_user_name.length * 2 : 1">
|
|
95
95
|
</div>
|
|
96
96
|
<div class="col-sm-2 form-group">
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<div class="col-sm-2 form-group">
|
|
82
82
|
<label class="font_normal_body">客户名称</label>
|
|
83
83
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
84
|
-
condition="f_user_name
|
|
84
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
85
85
|
</div>
|
|
86
86
|
<div class="col-sm-2 form-group">
|
|
87
87
|
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<div class="col-sm-2 form-group">
|
|
110
110
|
<label class="font_normal_body">客户表号</label>
|
|
111
111
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
112
|
-
condition="f_meternumber
|
|
112
|
+
condition="f_meternumber = '{}'" placeholder='客户表号'>
|
|
113
113
|
</div>
|
|
114
114
|
<div class="col-sm-2 form-group">
|
|
115
115
|
<label class="font_normal_body" title="参数名称:气表类型">气表类型</label>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户名称</label>
|
|
62
62
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
63
|
-
condition="f_user_name
|
|
63
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
64
64
|
</div>
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
66
66
|
<label class="font_normal_body">客户地址</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>
|
|
@@ -35,7 +35,7 @@
|
|
|
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
|
<div class="col-sm-2 form-group">
|
|
41
41
|
<label class="font_normal_body">收费状态</label>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<div class="col-sm-2 form-group">
|
|
82
82
|
<label class="font_normal_body">客户名称 </label>
|
|
83
83
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
84
|
-
condition="f_user_name
|
|
84
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
85
85
|
</div>
|
|
86
86
|
<div class="col-sm-2 form-group">
|
|
87
87
|
<label class="font_normal_body">客户编号 </label>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<div class="col-sm-2 form-group">
|
|
51
51
|
<label class="font_normal_body">客户名称</label>
|
|
52
52
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
53
|
-
condition="f_user_name
|
|
53
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
54
54
|
</div>
|
|
55
55
|
<div class="col-sm-2 form-group">
|
|
56
56
|
<label class="font_normal_body">客户类型</label>
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
66
66
|
<label class="font_normal_body">客户名称</label>
|
|
67
67
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
68
|
-
condition="f_user_name
|
|
68
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
69
69
|
</div>
|
|
70
70
|
<div class="col-sm-2 form-group">
|
|
71
71
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<div class="col-sm-2 form-group">
|
|
76
76
|
<label class="font_normal_body">客户表号</label>
|
|
77
77
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
78
|
-
condition="f_meternumber
|
|
78
|
+
condition="f_meternumber = '{}'" placeholder='客户表号'>
|
|
79
79
|
</div>
|
|
80
80
|
<div class="col-sm-2 form-group">
|
|
81
81
|
<label class="font_normal_body" title="参数名称:气表类型">气表类型</label>
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<div class="col-sm-2 form-group">
|
|
98
98
|
<label class="font_normal_body">客户名称</label>
|
|
99
99
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
100
|
-
condition="f_user_name
|
|
100
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
101
101
|
</div>
|
|
102
102
|
|
|
103
103
|
<div class="col-sm-2 form-group">
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
<div class="col-sm-2 form-group">
|
|
62
62
|
<label class="font_normal_body">客户名称</label>
|
|
63
63
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
64
|
-
condition="f_user_name
|
|
64
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
65
65
|
</div>
|
|
66
66
|
<div class="col-sm-2 form-group">
|
|
67
67
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
<div class="col-sm-2 form-group">
|
|
62
62
|
<label class="font_normal_body">客户名称</label>
|
|
63
63
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
64
|
-
condition=" f_user_name
|
|
64
|
+
condition=" f_user_name like '%{}%'" placeholder='客户名称'
|
|
65
65
|
:size="model.f_user_name ? model.f_user_name.length * 2 : 1">
|
|
66
66
|
</div>
|
|
67
67
|
</div>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户名称</label>
|
|
62
62
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
63
|
-
condition="f_user_name
|
|
63
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
64
64
|
</div>
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
66
66
|
<label class="font_normal_body">用气性质</label>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<div class="col-sm-2 form-group">
|
|
82
82
|
<label class="font_normal_body">客户名称</label>
|
|
83
83
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
84
|
-
condition="f_user_name
|
|
84
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
85
85
|
</div>
|
|
86
86
|
<div class="col-sm-2 form-group">
|
|
87
87
|
<label class="font_normal_body" title="旧客户编号">档案编号</label>
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<div class="col-sm-2 form-group">
|
|
110
110
|
<label class="font_normal_body">客户表号</label>
|
|
111
111
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
112
|
-
condition="f_meternumber
|
|
112
|
+
condition="f_meternumber = '{}'" placeholder='客户表号'>
|
|
113
113
|
</div>
|
|
114
114
|
<div class="col-sm-2 form-group">
|
|
115
115
|
<label class="font_normal_body" title="参数名称:气表类型">气表类型</label>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<div class="col-sm-2 form-group">
|
|
59
59
|
<label class="font_normal_body">客户名称</label>
|
|
60
60
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
61
|
-
condition="f_user_name
|
|
61
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
62
62
|
</div>
|
|
63
63
|
<!--<div class="col-sm-2 form-group">-->
|
|
64
64
|
<!--<label class="font_normal_body">收费编号</label>-->
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户名称</label>
|
|
62
62
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
63
|
-
condition="f_user_name
|
|
63
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
64
64
|
</div>
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
66
66
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户名称</label>
|
|
62
62
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
63
|
-
condition="f_user_name
|
|
63
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
64
64
|
</div>
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
66
66
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户名称</label>
|
|
62
62
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
63
|
-
condition="f_user_name
|
|
63
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
64
64
|
</div>
|
|
65
65
|
<div class="col-sm-2 form-group">
|
|
66
66
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<div class="col-sm-2 form-group">
|
|
67
67
|
<label class="font_normal_body">用户姓名</label>
|
|
68
68
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
69
|
-
condition="ui.f_user_name
|
|
69
|
+
condition="ui.f_user_name like '%{}%' " placeholder="用户姓名">
|
|
70
70
|
</div>
|
|
71
71
|
<div class="form-group col-sm-3">
|
|
72
72
|
<label class="font_normal_body">打印次数</label>
|
|
@@ -35,7 +35,7 @@
|
|
|
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;">
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<div class="col-sm-2 form-group">
|
|
60
60
|
<label class="font_normal_body">客户名称</label>
|
|
61
61
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
62
|
-
condition="f_user_name
|
|
62
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
63
63
|
</div>
|
|
64
64
|
<div class="col-sm-2 form-group">
|
|
65
65
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
<div class="col-sm-2 form-group">
|
|
62
62
|
<label class="font_normal_body">客户名称</label>
|
|
63
63
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
64
|
-
condition=" f_user_name
|
|
64
|
+
condition=" f_user_name like '%{}%'" placeholder='客户名称'>
|
|
65
65
|
</div>
|
|
66
66
|
<div class="col-sm-2 form-group">
|
|
67
67
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<div class="col-sm-2 form-group">
|
|
60
60
|
<label class="font_normal_body">客户名称</label>
|
|
61
61
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
62
|
-
condition="u.f_user_name
|
|
62
|
+
condition="u.f_user_name like '%{}%'" placeholder="客户名称">
|
|
63
63
|
</div>
|
|
64
64
|
<div class="col-sm-2 form-group">
|
|
65
65
|
<label class="font_normal_body">用户电话</label>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<div class="col-sm-2 form-group">
|
|
64
64
|
<label class="font_normal_body">客户名称</label>
|
|
65
65
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
66
|
-
condition="f_user_name
|
|
66
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
67
67
|
</div>
|
|
68
68
|
<div class="col-sm-2 form-group">
|
|
69
69
|
<label class="font_normal_body">客户类型</label>
|
|
@@ -15,7 +15,7 @@
|
|
|
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="span" style="float:right;">
|
|
21
21
|
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
@@ -34,7 +34,7 @@
|
|
|
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;">
|
|
@@ -34,7 +34,7 @@
|
|
|
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="u.f_user_name
|
|
37
|
+
condition="u.f_user_name like '%{}%'" placeholder="客户名称">
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
40
|
<div class="span" style="float:right;">
|
|
@@ -34,7 +34,7 @@
|
|
|
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;">
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
<div class="col-sm-2 form-group">
|
|
62
62
|
<label class="font_normal_body">客户名称</label>
|
|
63
63
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
64
|
-
condition="f_user_name
|
|
64
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
65
65
|
</div>
|
|
66
66
|
<div class="col-sm-2 form-group">
|
|
67
67
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<div class="col-sm-2 form-group">
|
|
61
61
|
<label class="font_normal_body">客户名称</label>
|
|
62
62
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
63
|
-
condition="f_user_name
|
|
63
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
64
64
|
</div>
|
|
65
65
|
|
|
66
66
|
<div class="col-sm-2 form-group">
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<div class="col-sm-2 form-group">
|
|
52
52
|
<label class="font_normal_body">客户名称</label>
|
|
53
53
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
54
|
-
condition="f_user_name
|
|
54
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
55
55
|
</div>
|
|
56
56
|
<div class="col-sm-2 form-group">
|
|
57
57
|
<label class="font_normal_body">用户电话</label>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<div class="col-sm-2 form-group">
|
|
73
73
|
<label class="font_normal_body">客户名称</label>
|
|
74
74
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
75
|
-
condition="f_user_name
|
|
75
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
76
76
|
</div>
|
|
77
77
|
<!-- <div class="col-sm-2 form-group">-->
|
|
78
78
|
<!-- <label class="font_normal_body">客户电话</label>-->
|
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
<label class="font_normal_body">气价类型</label>
|
|
95
95
|
<v-select :value.sync="model.pricetypes" v-model="model.pricetypes"
|
|
96
96
|
@change="$parent.$parent.pricetypechanged"
|
|
97
|
-
condition="f_user_name = '{}'"
|
|
98
97
|
placeholder='气价类型' :options="$parent.$parent.pricetypes"
|
|
99
98
|
close-on-select v-ref:type>
|
|
100
99
|
</v-select>
|
|
@@ -35,7 +35,7 @@
|
|
|
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
|
<div class="span" style="float:right;">
|
|
41
41
|
<button class="button_search button_spacing" @click="search()">查询</button>
|
|
@@ -35,7 +35,7 @@
|
|
|
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;">
|
|
@@ -445,7 +445,8 @@ export default{
|
|
|
445
445
|
},
|
|
446
446
|
transferConfig: {
|
|
447
447
|
'f_userinfo_code': '客户编号', 'f_newuser_name': '客户名称', 'f_olduserinfo_code': '档案编号', 'f_address': '客户地址',
|
|
448
|
-
'f_user_name': '原客户名称', 'f_newuser_phone': '新客户电话', '
|
|
448
|
+
'f_user_name': '原客户名称', 'f_newuser_phone': '新客户电话', 'f_newidnumber': '新客户身份证', 'f_user_phone': '原客户电话',
|
|
449
|
+
'f_idnumber': '原客户身份证', 'f_transfer_fees': '过户费', 'f_operate_date': '过户日期',
|
|
449
450
|
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meternumber': '表号'
|
|
450
451
|
},
|
|
451
452
|
transferRecordConfig: {
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<div class="col-sm-2 form-group" >
|
|
70
70
|
<label class="font_normal_body">所属表 </label>
|
|
71
71
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
72
|
-
condition="f_meternumber
|
|
72
|
+
condition="f_meternumber = '{}'" placeholder='所属表(表号)'>
|
|
73
73
|
</div>
|
|
74
74
|
|
|
75
75
|
<div class="col-sm-2 form-group" >
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<div class="col-sm-2 form-group" >
|
|
70
70
|
<label class="font_normal_body">表  号</label>
|
|
71
71
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
72
|
-
condition="f_meternumber
|
|
72
|
+
condition="f_meternumber = '{}'" placeholder='表号'>
|
|
73
73
|
</div>
|
|
74
74
|
|
|
75
75
|
<div class="col-sm-2 form-group" >
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -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_meternumber"
|
|
67
|
-
condition="f_meternumber
|
|
67
|
+
condition="f_meternumber = '{}'" placeholder='燃气表号'>
|
|
68
68
|
</div>
|
|
69
69
|
<res-select-group :initres="$parent.$parent.initres" @re-res="$parent.$parent.getRes"></res-select-group>
|
|
70
70
|
<div class="col-sm-2 form-group">
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<div class="col-sm-2 form-group">
|
|
72
72
|
<label class="font_normal_body"> 表号 </label>
|
|
73
73
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
74
|
-
condition="f_meternumber
|
|
74
|
+
condition="f_meternumber = '{}'" placeholder='表号'>
|
|
75
75
|
</div>
|
|
76
76
|
|
|
77
77
|
<div class="col-sm-2 form-group">
|
|
@@ -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>
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
<div class="col-sm-2 form-group">
|
|
127
127
|
<label class="font_normal_body">燃气表号</label>
|
|
128
128
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
129
|
-
condition="f_meternumber
|
|
129
|
+
condition="f_meternumber = '{}'" placeholder='燃气表号'>
|
|
130
130
|
</div>
|
|
131
131
|
|
|
132
132
|
<div class="col-sm-2 form-group">
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<div class="col-sm-2 form-group" >
|
|
64
64
|
<label class="font_normal_body">客户名称</label>
|
|
65
65
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
66
|
-
condition="f_user_name
|
|
66
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
67
67
|
</div>
|
|
68
68
|
<div class="col-sm-2 form-group" >
|
|
69
69
|
<label class="font_normal_body">客户状态</label>
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
<div class="col-sm-2 form-group">
|
|
127
127
|
<label class="font_normal_body">燃气表号</label>
|
|
128
128
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
129
|
-
condition="f_meternumber
|
|
129
|
+
condition="f_meternumber = '{}'" placeholder='燃气表号'>
|
|
130
130
|
</div>
|
|
131
131
|
<!-- <div class="col-sm-2">-->
|
|
132
132
|
<!-- <label class="font_normal_body"> 小区名称 </label>-->
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<div class="col-sm-2">
|
|
15
15
|
<label class="font_normal_body">客户名称</label>
|
|
16
16
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
17
|
-
condition="f_user_name
|
|
17
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
18
18
|
</div>
|
|
19
19
|
<div class="col-sm-2">
|
|
20
20
|
<label class="font_normal_body">操作类型</label>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<div class="col-sm-2">
|
|
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">
|
|
21
21
|
<label for="startDate" class="font_normal_body">开始日期</label>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<div class="col-sm-2">
|
|
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
|
:size="model.f_user_name ? model.f_user_name.length * 2 : 1">
|
|
20
20
|
</div>
|
|
21
21
|
<div class="col-sm-2">
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<div class="col-sm-2 form-group">
|
|
64
64
|
<label class="font_normal_body">客户名称</label>
|
|
65
65
|
<input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
|
|
66
|
-
condition="f_user_name
|
|
66
|
+
condition="f_user_name like '%{}%'" placeholder="客户名称">
|
|
67
67
|
</div>
|
|
68
68
|
<div class="col-sm-2 form-group">
|
|
69
69
|
<label class="font_normal_body">收费编号</label>
|
|
@@ -143,7 +143,7 @@
|
|
|
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>
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -15,7 +15,7 @@
|
|
|
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>
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
</div>
|
|
148
148
|
<div class="col-sm-2 form-group">
|
|
149
149
|
<label class="font_normal_body">气价名称</label>
|
|
150
|
-
<v-select :value.sync="
|
|
151
|
-
v-model="
|
|
150
|
+
<v-select :value.sync="model.f_price_name"
|
|
151
|
+
v-model="model.f_price_name"
|
|
152
152
|
multiple
|
|
153
153
|
condition="f_price_name in {}"
|
|
154
154
|
:options="$parent.$parent.pricenames">
|