manage-client 3.2.278 → 3.2.279
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
|
@@ -18,7 +18,7 @@
|
|
|
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="f_userinfo_code
|
|
21
|
+
condition="f_userinfo_code = '{}'" v-next-el='f_userinfo_code' v-el:meternumber
|
|
22
22
|
>
|
|
23
23
|
</div>
|
|
24
24
|
<div class="col-sm-2">
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<div class="col-sm-2">
|
|
51
51
|
<label class="font_normal_body">表 号</label>
|
|
52
52
|
<input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
|
|
53
|
-
condition="f_meternumber
|
|
53
|
+
condition="f_meternumber = '{}'" v-next-el='meternumber' v-el:meternumber
|
|
54
54
|
>
|
|
55
55
|
</div>
|
|
56
56
|
<div class="col-sm-2 form-group">
|
|
@@ -354,9 +354,8 @@
|
|
|
354
354
|
},
|
|
355
355
|
|
|
356
356
|
search (args) {
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
if (isUserinfoCodeEdit){
|
|
357
|
+
if (this.$refs.paged.$refs.criteria.model.startDate == '' || this.$refs.paged.$refs.criteria.model.endDate == ''){
|
|
358
|
+
if (this.$refs.paged.$refs.criteria.model.f_userinfo_code){
|
|
360
359
|
this.$refs.paged.$refs.criteria.model.startDate = '1990-01-01 00:00:00'
|
|
361
360
|
this.$refs.paged.$refs.criteria.model.endDate = Util.addDate(new Date(),1).substring(0,10) + ' 00:00:00'
|
|
362
361
|
}else{
|