apply-clients 4.1.83 → 4.1.86

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.
@@ -23,6 +23,11 @@
23
23
  <input type="text" style="width:60%" class="input_search" v-model="model.f_address"
24
24
  v-on:keyup.enter="search" condition="ua.f_address like '%{}%'" placeholder='客户地址'>
25
25
  </div>
26
+ <div class="form-group col-sm-3">
27
+ <label class="font_normal_body">卡号:</label>
28
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_card_id"
29
+ v-on:keyup.enter="search" condition="uf.f_card_id like '%{}%'" placeholder='卡号'>
30
+ </div>
26
31
  <div class="form-group col-sm-3 button-range">
27
32
  <button class="button_search button_spacing" @click.prevent="search" v-el:cx>查询</button>
28
33
  <button class="button_clear button_spacing" @click.prevent="$parent.$parent.$parent.clear()">清空</button>
@@ -45,6 +50,11 @@
45
50
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_phone"
46
51
  v-on:keyup.enter="search" condition="ui.f_user_phone = '{}'" placeholder='客户电话'>
47
52
  </div>
53
+ <div class="form-group col-sm-3">
54
+ <label class="font_normal_body">表号:</label>
55
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
56
+ v-on:keyup.enter="search" condition="uf.f_meternumber like '%{}%'" placeholder='表号'>
57
+ </div>
48
58
  </div>
49
59
  </div>
50
60
  </criteria>
@@ -55,6 +65,8 @@
55
65
  <th style="white-space: nowrap;">客户编号</th>
56
66
  <th style="white-space: nowrap;">客户名称</th>
57
67
  <th style="white-space: nowrap;">客户电话</th>
68
+ <th style="white-space: nowrap;">卡号</th>
69
+ <th style="white-space: nowrap;">表号</th>
58
70
  <th style="white-space: nowrap;">地址信息</th>
59
71
  <th style="white-space: nowrap;">选择</th>
60
72
  </tr>
@@ -74,28 +86,10 @@
74
86
  <nobr><font>{{ row.f_user_phone }}</font></nobr>
75
87
  </td>
76
88
  <td style="text-align: center;">
77
- <nobr><font>{{ row.f_address_type }}</font></nobr>
78
- </td>
79
- <td style="text-align: center;" v-show="false">
80
- <nobr><font>{{ row.f_pcd }}</font></nobr>
81
- </td>
82
- <td style="text-align: center;" v-show="false">
83
- <nobr><font>{{ row.f_street }}</font></nobr>
89
+ <nobr><font>{{ row.f_card_id }}</font></nobr>
84
90
  </td>
85
- <td style="text-align: center;" v-show="false">
86
- <nobr><font>{{ row.f_residential_area }}</font></nobr>
87
- </td>
88
- <td style="text-align: center;" v-show="false">
89
- <nobr><font>{{ row.f_building }}</font></nobr>
90
- </td>
91
- <td style="text-align: center;" v-show="false">
92
- <nobr><font>{{ row.f_unit }}</font></nobr>
93
- </td>
94
- <td style="text-align: center;" v-show="false">
95
- <nobr><font>{{ row.f_floor }}</font></nobr>
96
- </td>
97
- <td style="text-align: center;" v-show="false">
98
- <nobr><font>{{ row.f_room }}</font></nobr>
91
+ <td style="text-align: center;">
92
+ <nobr><font>{{ row.f_meternumber }}</font></nobr>
99
93
  </td>
100
94
  <td style="text-align: center;">
101
95
  <nobr><font>{{ row.f_address }}</font></nobr>