manage-client 3.3.130 → 3.3.131

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.130",
3
+ "version": "3.3.131",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -52,23 +52,23 @@
52
52
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
53
53
  condition="f_user_name = '{}'" placeholder="客户名称">
54
54
  </div>
55
- <div class="col-sm-2 form-group">
56
- <label class="font_normal_body">用户类型</label>
57
- <v-select :value.sync="model.f_user_type"
58
- @change="$parent.$parent.userTypeChange()"
59
- :options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
60
- condition="f_user_type = '{}'"
61
- close-on-select>
62
- </v-select>
63
- </div>
64
- <div class="col-sm-2 form-group">
65
- <label class="font_normal_body">用气性质</label>
66
- <v-select :value.sync="model.f_gasproperties"
67
- v-model="model.f_gasproperties"
68
- :options='$parent.$parent.gasproperties' placeholder='请选择'
69
- condition=" f_gasproperties = '{}'"
70
- close-on-select></v-select>
71
- </div>
55
+ <!-- <div class="col-sm-2 form-group">-->
56
+ <!-- <label class="font_normal_body">用户类型</label>-->
57
+ <!-- <v-select :value.sync="model.f_user_type"-->
58
+ <!-- @change="$parent.$parent.userTypeChange()"-->
59
+ <!-- :options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"-->
60
+ <!-- condition="f_user_type = '{}'"-->
61
+ <!-- close-on-select>-->
62
+ <!-- </v-select>-->
63
+ <!-- </div>-->
64
+ <!-- <div class="col-sm-2 form-group">-->
65
+ <!-- <label class="font_normal_body">用气性质</label>-->
66
+ <!-- <v-select :value.sync="model.f_gasproperties"-->
67
+ <!-- v-model="model.f_gasproperties"-->
68
+ <!-- :options='$parent.$parent.gasproperties' placeholder='请选择'-->
69
+ <!-- condition=" f_gasproperties = '{}'"-->
70
+ <!-- close-on-select></v-select>-->
71
+ <!-- </div>-->
72
72
  <div class="col-sm-2 form-group">
73
73
  <label class="font_normal_body">气价类型</label>
74
74
  <v-select :value.sync="model.pricetype" v-model="model.pricetype"
@@ -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 = '{}'" placeholder="客户名称">
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 = '{}'" placeholder="客户名称">
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>
@@ -52,7 +52,7 @@
52
52
  <div class="col-sm-2 form-group">
53
53
  <label class="font_normal_body">客户名称</label>
54
54
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
55
- condition="f_user_name = '{}'" placeholder="客户名称">
55
+ condition="f_user_name like '%{}%'" placeholder="客户名称">
56
56
  </div>
57
57
  <div class="col-sm-2 form-group">
58
58
  <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 = '{}'" placeholder="客户名称">
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>
@@ -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 = '{}'" placeholder="客户名称">
38
+ condition="f_user_name like '%{}%'" placeholder="客户名称">
39
39
  </div>
40
40
 
41
41
  <div class="span" style="float:right;">
@@ -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 = '{}'" placeholder="客户名称">
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>
@@ -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 = '{}'" placeholder="客户名称">
38
+ condition="f_user_name like '%{}%'" placeholder="客户名称">
39
39
  </div>
40
40
 
41
41
  <div class="span" style="float:right;">
@@ -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 = '{}'" placeholder="客户名称">
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 = '{}'" placeholder="客户名称">
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>
@@ -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 = '{}'" placeholder="客户名称">
37
+ condition="u.f_user_name like '%{}%'" placeholder="客户名称">
38
38
  </div>
39
39
 
40
40
  <div class="span" style="float:right;">
@@ -108,6 +108,14 @@
108
108
  condition="ss.f_gas_state = '{}'"
109
109
  close-on-select></v-select>
110
110
  </div>
111
+ <div class="col-sm-2 form-group">
112
+ <label class="font_normal_body">气表状态</label>
113
+ <v-select :value.sync="model.f_table_state"
114
+ v-model="model.f_table_state"
115
+ :options="$parent.$parent.tableState"
116
+ condition="f_table_state = '{}'"
117
+ close-on-select></v-select>
118
+ </div>
111
119
  <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
112
120
  <label class="font_normal_body">用气量区间</label>
113
121
  <div class="row">
@@ -177,15 +185,16 @@
177
185
  <th><nobr>地址</nobr></th>
178
186
  <th><nobr>电话</nobr></th>
179
187
 
188
+ <th><nobr>气表状态</nobr></th>
180
189
  <th><nobr>燃气证号</nobr></th>
181
190
  <th><nobr>表号</nobr></th>
182
191
  <th><nobr>表具类型</nobr></th>
183
192
  <th><nobr>表描述</nobr></th>
184
193
  <th><nobr>气价名称</nobr></th>
185
194
 
186
- <th><nobr>一阶气价</nobr></th>
187
- <th><nobr>二阶气价</nobr></th>
188
- <th><nobr>三阶气价</nobr></th>
195
+ <!-- <th><nobr>一阶气价</nobr></th>-->
196
+ <!-- <th><nobr>二阶气价</nobr></th>-->
197
+ <!-- <th><nobr>三阶气价</nobr></th>-->
189
198
 
190
199
  <th><nobr>用气性质</nobr></th>
191
200
  <th><nobr>期初余额</nobr></th>
@@ -209,15 +218,17 @@
209
218
  <td style="text-align: left;"><nobr>{{row.f_address}}</nobr></td>
210
219
  <td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>
211
220
 
221
+ <td style="text-align:center"><nobr>{{row.f_table_state}}</nobr></td>
222
+
212
223
  <td style="text-align:center"><nobr>{{row.f_gascode}}</nobr></td>
213
224
  <th style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></th>
214
225
  <th style="text-align:center"><nobr>{{row.f_meter_classify}}</nobr></th>
215
226
  <th style="text-align:center"><nobr>{{row.f_meter_title}}</nobr></th>
216
227
  <th style="text-align:center"><nobr>{{row.f_price_name}}</nobr></th>
217
228
 
218
- <th style="text-align:center"><nobr>{{row.f_stair1price}}</nobr></th>
219
- <th style="text-align:center"><nobr>{{row.f_stair2price}}</nobr></th>
220
- <th style="text-align:center"><nobr>{{row.f_stair3price}}</nobr></th>
229
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair1price}}</nobr></th>-->
230
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair2price}}</nobr></th>-->
231
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair3price}}</nobr></th>-->
221
232
 
222
233
  <th style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></th>
223
234
 
@@ -489,6 +500,9 @@
489
500
  getfield () {
490
501
  return exportConfig.GasStatistics
491
502
  },
503
+ tableState() {
504
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('气表状态')]
505
+ },
492
506
  usertypes() {
493
507
  return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]
494
508
  },
@@ -108,6 +108,14 @@
108
108
  condition="ss.f_gas_state = '{}'"
109
109
  close-on-select></v-select>
110
110
  </div>
111
+ <div class="col-sm-2 form-group">
112
+ <label class="font_normal_body">气表状态</label>
113
+ <v-select :value.sync="model.f_table_state"
114
+ v-model="model.f_table_state"
115
+ :options="$parent.$parent.tableState"
116
+ condition="f_table_state = '{}'"
117
+ close-on-select></v-select>
118
+ </div>
111
119
  <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
112
120
  <label class="font_normal_body">用气量区间</label>
113
121
  <div class="row">
@@ -176,16 +184,16 @@
176
184
  <th><nobr>小区</nobr></th>
177
185
  <th><nobr>地址</nobr></th>
178
186
  <th><nobr>电话</nobr></th>
179
-
187
+ <th><nobr>气表状态</nobr></th>
180
188
  <th><nobr>燃气证号</nobr></th>
181
189
  <th><nobr>表号</nobr></th>
182
190
  <th><nobr>表具类型</nobr></th>
183
191
  <th><nobr>表描述</nobr></th>
184
192
  <th><nobr>气价名称</nobr></th>
185
193
 
186
- <th><nobr>一阶气价</nobr></th>
187
- <th><nobr>二阶气价</nobr></th>
188
- <th><nobr>三阶气价</nobr></th>
194
+ <!-- <th><nobr>一阶气价</nobr></th>-->
195
+ <!-- <th><nobr>二阶气价</nobr></th>-->
196
+ <!-- <th><nobr>三阶气价</nobr></th>-->
189
197
 
190
198
  <th><nobr>用气性质</nobr></th>
191
199
  <th><nobr>期初余额</nobr></th>
@@ -208,16 +216,16 @@
208
216
  <td style="text-align: left;"><nobr>{{row.f_residential_area}}</nobr></td>
209
217
  <td style="text-align: left;"><nobr>{{row.f_address}}</nobr></td>
210
218
  <td style="text-align: center;"><nobr>{{row.f_user_phone}}</nobr></td>
211
-
219
+ <td style="text-align:center"><nobr>{{row.f_table_state}}</nobr></td>
212
220
  <td style="text-align:center"><nobr>{{row.f_gascode}}</nobr></td>
213
221
  <th style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></th>
214
222
  <th style="text-align:center"><nobr>{{row.f_meter_classify}}</nobr></th>
215
223
  <th style="text-align:center"><nobr>{{row.f_meter_title}}</nobr></th>
216
224
  <th style="text-align:center"><nobr>{{row.f_price_name}}</nobr></th>
217
225
 
218
- <th style="text-align:center"><nobr>{{row.f_stair1price}}</nobr></th>
219
- <th style="text-align:center"><nobr>{{row.f_stair2price}}</nobr></th>
220
- <th style="text-align:center"><nobr>{{row.f_stair3price}}</nobr></th>
226
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair1price}}</nobr></th>-->
227
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair2price}}</nobr></th>-->
228
+ <!-- <th style="text-align:center"><nobr>{{row.f_stair3price}}</nobr></th>-->
221
229
 
222
230
  <th style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></th>
223
231
 
@@ -483,6 +491,9 @@
483
491
  usertypes() {
484
492
  return [{label: ' 全部 ', value: ''}, ...this.$appdata.getParam('用户类型')]
485
493
  },
494
+ tableState() {
495
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('气表状态')]
496
+ },
486
497
  pricetypes() {
487
498
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('气价类型')]
488
499
  },
@@ -14,6 +14,11 @@ export default{
14
14
  'f_operat_type': '操作类型', 'f_describe': '操作详情', 'f_state': '状态', 'f_operate_date': '操作时间', 'f_orgname': '公司名称',
15
15
  'f_depname': '部门名称', 'f_operator': '操作人员'
16
16
  },
17
+ GasStatistics: {
18
+ 'f_userinfo_code': '客户编号', 'f_user_name': '客户姓名', 'f_residential_area': '小区', 'f_address': '地址', 'f_user_phone': '电话', 'f_table_state': '气表状态', 'f_gascode': '燃气证号', 'f_meternumber': '表号', 'f_meter_brand': '气表品牌',
19
+ 'f_meter_classify': '表具类型', 'f_meter_title': '表描述', 'f_price_name': '气价名称', 'f_user_nature': '用气类型','f_gasproperties': '用气性质', 'f_balance': '期初余额', 'f_last_tablebase': '起方', 'f_tablebase': '止方',
20
+ 'f_oughtamount': '期间用气量', 'f_oughtfee': '期间用气金额', 'f_collection': '期末充值金额', 'f_curbalance': '期末余额', 'f_gas_state': '用气状态', 'f_changetable_state': '是否换表', 'f_first_input_date': '首次抄表时间', 'f_input_date': '最后通讯日期'
21
+ },
17
22
  // 业务查询
18
23
  businesConfig: {
19
24
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_meternumber': '表号', 'f_operat_type': '操作类型', 'f_describe': '操作描述',