apply-clients 4.1.85 → 4.1.87

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.
Files changed (39) hide show
  1. package/package.json +1 -1
  2. package/src/components/product/Process/Processes/InstallationDetails.vue +17 -0
  3. package/src/components/product/Process/Processes/selectUserinfo.vue +15 -21
  4. package/src/components/product/Process/Service/ServiceControl.vue +1222 -1222
  5. package/dist-android/index.html +0 -3
  6. package/dist-android/static/.gitkeep +0 -0
  7. package/dist-android/static/batchleft.png +0 -0
  8. package/dist-android/static/batchright.png +0 -0
  9. package/dist-android/static/bluemainbg.jpg +0 -0
  10. package/dist-android/static/config.json +0 -7
  11. package/dist-android/static/denglu.png +0 -0
  12. package/dist-android/static/glyphicons-halflings-regular.eot +0 -0
  13. package/dist-android/static/glyphicons-halflings-regular.svg +0 -288
  14. package/dist-android/static/glyphicons-halflings-regular.ttf +0 -0
  15. package/dist-android/static/glyphicons-halflings-regular.woff +0 -0
  16. package/dist-android/static/glyphicons-halflings-regular.woff2 +0 -0
  17. package/dist-android/static/huangtengbiaozhi.png +0 -0
  18. package/dist-android/static/jingyin.jpg +0 -0
  19. package/dist-android/static/login_bg.jpg +0 -0
  20. package/dist-android/static/login_title.png +0 -0
  21. package/dist-android/static/login_title1.png +0 -0
  22. package/dist-android/static/loginbg.jpg +0 -0
  23. package/dist-android/static/loginlogo.png +0 -0
  24. package/dist-android/static/main_logo.png +0 -0
  25. package/dist-android/static/mainbg.jpg +0 -0
  26. package/dist-android/static/menulogo.png +0 -0
  27. package/dist-android/static/newmainbg.jpg +0 -0
  28. package/dist-android/static/psicon.png +0 -0
  29. package/dist-android/static/singleleft.png +0 -0
  30. package/dist-android/static/singleright.png +0 -0
  31. package/dist-android/static/treeopen.png +0 -0
  32. package/dist-android/static/treeout.png +0 -0
  33. package/dist-android/static/treeset.png +0 -0
  34. package/dist-android/static/usericon.png +0 -0
  35. package/dist-android/static/xinxi.png +0 -0
  36. package/dist-android/static//344/277/256/346/224/271/345/257/206/347/240/201.png +0 -0
  37. package/dist-android/static//345/256/211/346/243/200/345/257/274/350/210/252/347/253/226/345/261/2173.png +0 -0
  38. package/dist-android/static//345/257/274/345/207/272/346/225/260/346/215/256.png +0 -0
  39. package/dist-android/static//346/270/205/347/251/272/346/225/260/346/215/256.png +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "4.1.85",
3
+ "version": "4.1.87",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -215,6 +215,19 @@
215
215
  </datepicker>
216
216
  </div>
217
217
  </div>
218
+ <div class="form-group col-sm-6">
219
+ <label class="col-sm-4 control-label">开户方式:</label>
220
+ <div class="col-sm-8">
221
+ <input-select
222
+ placeholder="开户方式"
223
+ :value.sync="item.f_open_way"
224
+ v-model="item.f_open_way"
225
+ :options="openway"
226
+ :disabled="mark === 1"
227
+ :show-reset-button="reset">
228
+ </input-select>
229
+ </div>
230
+ </div>
218
231
  </div>
219
232
 
220
233
  </article>
@@ -481,6 +494,10 @@ export default {
481
494
  }
482
495
  return data
483
496
  },
497
+ //
498
+ openway(){
499
+ return this.$appdata.getParam('开户方式报建')
500
+ },
484
501
  // 表向
485
502
  aroundmeters() {
486
503
  return this.$appdata.getParam('左右表')
@@ -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>