manage-client 3.3.37 → 3.3.38
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
|
@@ -176,12 +176,12 @@
|
|
|
176
176
|
</div>
|
|
177
177
|
<div class="col-sm-2 form-group">
|
|
178
178
|
<label class="font_normal_body">旧 表 号</label>
|
|
179
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
179
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber_old"
|
|
180
180
|
condition="f_meternumber_old = '{}'" placeholder='旧表号'>
|
|
181
181
|
</div>
|
|
182
182
|
<div class="col-sm-2 form-group">
|
|
183
183
|
<label class="font_normal_body">旧 卡 号</label>
|
|
184
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
184
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_card_old"
|
|
185
185
|
condition="f_card_old = '{}'" placeholder='旧卡号'>
|
|
186
186
|
</div>
|
|
187
187
|
</div>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<th colspan='9' style="font-weight: normal; text-align: center;">
|
|
76
76
|
<div>
|
|
77
77
|
<span v-show="$parent.orgname.trim()!=''">公司:{{$parent.orgname}}</span>
|
|
78
|
-
<span v-show="$parent.depname
|
|
78
|
+
<span v-show="$parent.depname!=''">部门:{{$parent.depname}}</span>
|
|
79
79
|
<span v-show="$parent.operatorname.trim()!=''">人员:{{$parent.operatorname}}</span>
|
|
80
80
|
</div>
|
|
81
81
|
</th>
|
|
@@ -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>
|