manage-client 3.3.116 → 3.3.117

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.116",
3
+ "version": "3.3.117",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -365,6 +365,9 @@
365
365
  <th>
366
366
  <nobr>客户名称</nobr>
367
367
  </th>
368
+ <th>
369
+ <nobr>身份证号</nobr>
370
+ </th>
368
371
  <th>
369
372
  <nobr>片区</nobr>
370
373
  </th>
@@ -576,6 +579,9 @@
576
579
  <td style="text-align: center;">
577
580
  <nobr>{{row.f_user_name}}</nobr>
578
581
  </td>
582
+ <td style="text-align: center;">
583
+ <nobr>{{row.f_idnumber}}</nobr>
584
+ </td>
579
585
  <td style="text-align: center;">
580
586
  <nobr>{{row.f_zones}}</nobr>
581
587
  </td>
@@ -212,6 +212,9 @@
212
212
  <nobr>客户名称</nobr>
213
213
  </th>
214
214
  <th>
215
+ <nobr>身份证号</nobr>
216
+ </th>
217
+ <th>
215
218
  <!-- <nobr>客户地址</nobr>-->
216
219
  <data-order field="f_address" name="客户地址"
217
220
  :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order>
@@ -297,6 +300,9 @@
297
300
  <td style="text-align: center;">
298
301
  <nobr>{{row.f_user_name}}</nobr>
299
302
  </td>
303
+ <td style="text-align: center;">
304
+ <nobr>{{row.f_idnumber}}</nobr>
305
+ </td>
300
306
  <td style="text-align: center;">
301
307
  <nobr>{{row.f_address}}</nobr>
302
308
  </td>
@@ -43,7 +43,7 @@
43
43
  :value.sync="model.handStartDate"
44
44
  :format="'yyyy-MM-dd 00:00:00'"
45
45
  :show-reset-button="true"
46
- condition="f_hand_date >= '{}'">
46
+ condition="f_input_date >= '{}'">
47
47
  </datepicker>
48
48
  </div>
49
49
  <div class="col-sm-2 form-group">
@@ -53,7 +53,7 @@
53
53
  :value.sync="model.handEndDate"
54
54
  :format="'yyyy-MM-dd 23:59:59'"
55
55
  :show-reset-button="true"
56
- condition="f_hand_date <= '{}'">
56
+ condition="f_input_date <= '{}'">
57
57
  </datepicker>
58
58
  </div>
59
59
  <div class="col-sm-2 form-group">
@@ -92,7 +92,7 @@ export default{
92
92
  'f_price_name': '气价名称','f_type': '收费类型', 'f_price': '单价', 'f_gas': '气量','f_money': '气费'
93
93
  },
94
94
  chargeConfig: {
95
- 'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_user_phone': '客户电话', 'f_address': '客户地址', 'f_zones': '片区', 'f_user_type': '客户类型',
95
+ 'id': '收费编号', 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_idnumber': '身份证号', 'f_user_phone': '客户电话', 'f_address': '客户地址', 'f_zones': '片区', 'f_user_type': '客户类型',
96
96
  'f_gasproperties': '用气性质', 'f_meternumber': '表号', 'f_meter_brand': '气表品牌', 'f_times': '购气次数', 'f_price_name': '气价名称',
97
97
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_pregas': '气量', 'fee': '金额', 'f_preamount': '燃气费', 'f_collection': '收款', 'f_privilege_money': '优惠金额', 'f_balance': '上期结余',
98
98
  'f_curbalance': '本期结余', 'f_type': '收费类型', 'f_payment': '付款方式', 'f_bank_type': '支付渠道', 'f_state': '状态', 'f_operate_date': '收费日期', 'f_serial_id': '流水号',
@@ -281,7 +281,7 @@ export default{
281
281
  },
282
282
 
283
283
  otherchargeConfig: {
284
- 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_user_phone': '客户电话', 'f_meter_classify': '气表类型',
284
+ 'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_idnumber': '身份证号', 'f_address': '客户地址', 'f_user_phone': '客户电话', 'f_meter_classify': '气表类型',
285
285
  'f_meter_brand': '气表品牌',
286
286
  'f_bill_number': '收据票号', 'f_brand_spec': '收费类型', 'f_typename': '品名规格',
287
287
  'f_typenumber': '型号', 'f_unitprice': '单价', 'f_number': '数量','hushu':'户数',
@@ -39,6 +39,9 @@
39
39
  <tabs header="物联网表结算分析" v-if="newWebHand &&permission('物联网表结算分析')">
40
40
  <new-webmeter-settlement-analysis v-if="show.includes('物联网表结算分析')"></new-webmeter-settlement-analysis>
41
41
  </tabs>
42
+ <tabs header="开关阀记录查询" v-if="permission('开关阀记录查询')">
43
+ <operation-value-record v-if="show.includes('开关阀记录查询')"></operation-value-record>
44
+ </tabs>
42
45
  </tab-button>
43
46
 
44
47
  </template>
@@ -184,9 +184,6 @@
184
184
  <th><nobr>表描述</nobr></th>
185
185
  <th><nobr>气价名称</nobr></th>
186
186
 
187
- <th><nobr>一阶气价</nobr></th>
188
- <th><nobr>二阶气价</nobr></th>
189
- <th><nobr>三阶气价</nobr></th>
190
187
 
191
188
  <th><nobr>用气性质</nobr></th>
192
189
  <th><nobr>期初余额</nobr></th>
@@ -217,9 +214,6 @@
217
214
  <th style="text-align:center"><nobr>{{row.f_meter_title}}</nobr></th>
218
215
  <th style="text-align:center"><nobr>{{row.f_price_name}}</nobr></th>
219
216
 
220
- <th style="text-align:center"><nobr>{{row.f_stair1price}}</nobr></th>
221
- <th style="text-align:center"><nobr>{{row.f_stair2price}}</nobr></th>
222
- <th style="text-align:center"><nobr>{{row.f_stair3price}}</nobr></th>
223
217
 
224
218
  <th style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></th>
225
219
 
@@ -192,10 +192,6 @@
192
192
  <th><nobr>表描述</nobr></th>
193
193
  <th><nobr>气价名称</nobr></th>
194
194
 
195
- <th><nobr>一阶气价</nobr></th>
196
- <th><nobr>二阶气价</nobr></th>
197
- <th><nobr>三阶气价</nobr></th>
198
-
199
195
  <th><nobr>用气性质</nobr></th>
200
196
  <th><nobr>期初余额</nobr></th>
201
197
  <th><nobr>起方</nobr></th>
@@ -226,9 +222,6 @@
226
222
  <th style="text-align:center"><nobr>{{row.f_meter_title}}</nobr></th>
227
223
  <th style="text-align:center"><nobr>{{row.f_price_name}}</nobr></th>
228
224
 
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>
232
225
 
233
226
  <th style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></th>
234
227
 
@@ -0,0 +1,331 @@
1
+ <template >
2
+ <div class="flex-row">
3
+ <div @keyup.enter="search1" class="basic-main">
4
+ <criteria-paged :model="model" v-ref:paged>
5
+ <criteria @condition-changed='$parent.search' partial='criteria' v-ref:criteria>
6
+ <div class="form-horizontal select-overspread container-fluid auto" novalidate partial>
7
+ <div class="row">
8
+ <div class="col-sm-2">
9
+ <res-select-group :show-component="['company']" :initres="$parent.$parent.org" @re-res="$parent.$parent.getorg" style="width:60%"></res-select-group>
10
+ </div>
11
+ <div class="col-sm-2 form-group ">
12
+ <label class="font_normal_body">客户编号</label>
13
+ <input
14
+ class="input_search" condition="f_userinfo_code = '{}'"
15
+ placeholder='客户编号'
16
+ style="width:60%"
17
+ type="text"
18
+ v-model="model.f_userinfo_code">
19
+ </div>
20
+
21
+ <div class="col-sm-2 form-group">
22
+ <label class="font_normal_body">客户名称</label>
23
+ <input
24
+ class="input_search" condition="f_user_name like '%{}%'"
25
+ placeholder='客户名称'
26
+ style="width:60%"
27
+ type="text"
28
+ v-model="model.f_user_name"
29
+ >
30
+ </div>
31
+ <div class="col-sm-2 form-group">
32
+ <label class="font_normal_body">客户地址</label>
33
+ <input class="input_search"
34
+ condition="f_address like '%{}%'"
35
+ placeholder='客户地址'
36
+ style="width:60%"
37
+ type="text"
38
+ v-model="model.f_address"
39
+ >
40
+ </div>
41
+
42
+ <div style="float:right">
43
+ <button @click="search()" class="button_search" v-el:cba>查询</button>
44
+ <button @click="$parent.$parent.clearmsg" class="button_clear">清空</button>
45
+ <export-excel
46
+ :choose-col="true"
47
+ :data="{condition: $parent.$parent.condition,
48
+ f_orgid: $parent.$parent.f_orgid,
49
+ f_start_date: $parent.$parent.f_start_date,
50
+ f_end_date: $parent.$parent.f_end_date
51
+ }"
52
+ :field="$parent.$parent.getfield" sql-name="operationValueRecord" sqlurl="rs/logic/exportfile"
53
+ template-name='开关阀记录'></export-excel>
54
+ <div
55
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
56
+ @click="$parent.$parent.hidden()" class="button_spacing" style="float: right"></div>
57
+ </div>
58
+ </div>
59
+ <div class="row" v-show="$parent.$parent.criteriaShow">
60
+ <div class="col-sm-2 form-group">
61
+ <label class="font_normal_body">用气性质</label>
62
+ <v-select style="width:60%" :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
63
+ placeholder='用气性质'
64
+ value-single="true"
65
+ :options='$parent.$parent.Gasproperties'
66
+ close-on-select
67
+ condition="f_gasproperties = '{}'"
68
+ ></v-select>
69
+ </div>
70
+ <div class="col-sm-2 form-group">
71
+ <label class="font_normal_body">表&ensp;&ensp;&ensp;&ensp;号</label>
72
+ <input
73
+ class="input_search" condition="u1.f_meternumber = '{}'"
74
+ placeholder='表号'
75
+ style="width:60%"
76
+ type="text"
77
+ v-model="model.f_meternumber">
78
+ </div>
79
+ <div class="col-sm-2 form-group">
80
+ <label class="font_normal_body">气表品牌</label>
81
+ <v-select
82
+ :options='$parent.$parent.meterbrand'
83
+
84
+ :value.sync="model.f_gasbrand"
85
+ close-on-select
86
+ condition="f_meter_brand='{}'"
87
+ placeholder='气表品牌'
88
+ style="width:60%"
89
+ v-model="model.f_gasbrand">
90
+ </v-select>
91
+ </div>
92
+ <div class="col-sm-2 form-group">
93
+ <label class="font_normal_body">操作时间</label>
94
+ <datepicker :format="'yyyy-MM-dd HH:mm:ss'" :value.sync="model.f_start_date"
95
+ condition="f_instruct_date >= '{}'"
96
+ placeholder="起始时间"
97
+ style="width:60%"
98
+ v-model="model.f_start_date"
99
+ ></datepicker>
100
+ </div>
101
+ <div class="col-sm-2 form-group">
102
+ <label class="font_normal_body">&emsp;&emsp;至&emsp;</label>
103
+ <datepicker :format="'yyyy-MM-dd HH:mm:ss'" :value.sync="model.f_end_date"
104
+ condition="f_instruct_date <= '{}'"
105
+ placeholder="结束时间"
106
+ style="width:60%"
107
+ v-model="model.f_end_date"
108
+ ></datepicker>
109
+ </div>
110
+ </div>
111
+ </div>
112
+ </criteria>
113
+ <data-grid :model="model" class="list_area table_sy" id="queryinstruct" partial='list' :modelval="$parent.$parent.modelval" v-ref:grid>
114
+ <template partial='head'>
115
+ <tr>
116
+ <th style="text-align:center">
117
+ <nobr>序号</nobr>
118
+ </th>
119
+ <th style="text-align:center">
120
+ <nobr>客户编号</nobr>
121
+ </th>
122
+ <th style="text-align:center">
123
+ <nobr>客户名称</nobr>
124
+ </th>
125
+ <th style="text-align:center">
126
+ <nobr>客户地址</nobr>
127
+ </th>
128
+ <th style="text-align:center">
129
+ <nobr>表号</nobr>
130
+ </th>
131
+ <th style="text-align:center">
132
+ <nobr>气表品牌</nobr>
133
+ </th>
134
+ <th style="text-align:center"><nobr>操作类型</nobr></th>
135
+ <th style="text-align:center"><nobr>操作人</nobr></th>
136
+ <th style="text-align:center"><nobr>操作时间</nobr></th>
137
+ <th style="text-align:center"><nobr>开发阀原因</nobr></th>
138
+ <th style="text-align:center"><nobr>组织机构</nobr></th>
139
+ </tr>
140
+ </template>
141
+ <template partial='body'>
142
+ <tr>
143
+ <td style="text-align:center">
144
+ <nobr>{{$index+1}}</nobr>
145
+ </td>
146
+ <td style="text-align:center">
147
+ {{row.f_userinfo_code}}
148
+ </td>
149
+ <td style="text-align:center">
150
+ <nobr>{{row.f_user_name}}</nobr>
151
+ </td>
152
+ <td style="text-align:center">
153
+ <nobr>{{row.f_address}}</nobr>
154
+ </td>
155
+ <td style="text-align:center">
156
+ <nobr>{{row.f_meternumber}}</nobr>
157
+ </td>
158
+ <td style="text-align:center">
159
+ <nobr>{{row.f_meter_brand}}</nobr>
160
+ </td>
161
+ <td style="text-align:center">
162
+ <nobr>{{row.f_instruct_title}}</nobr>
163
+ </td>
164
+ <td style="text-align:center">
165
+ <nobr>{{row.f_operator}}</nobr>
166
+ </td>
167
+ <td style="text-align:center">
168
+ <nobr>{{row.f_instruct_date}}</nobr>
169
+ </td>
170
+ <td style="text-align:center">
171
+ <nobr>{{row.f_info}}</nobr>
172
+ </td>
173
+ <td style="text-align:center">
174
+ <nobr>{{row.f_orgname}}</nobr>
175
+ </td>
176
+
177
+ </tr>
178
+ </template>
179
+ </data-grid>
180
+ </criteria-paged>
181
+ </div>
182
+
183
+ </div>
184
+ </template>
185
+ <script>
186
+ import {HttpResetClass, PagedList} from 'vue-client'
187
+ import * as Util from '../../Util'
188
+
189
+ let readyGen = async function (self) {
190
+ await self.$MagLoadParams.loadParam()
191
+ self.getfield = self.config.excelHeaders
192
+ }
193
+ export default {
194
+ title: '开关阀记录查询',
195
+ data () {
196
+ return {
197
+ model: new PagedList('rs/sql/operationValueRecord', 50),
198
+ row: null,
199
+ isLoading: true,
200
+ searchshow: true,
201
+ criteriaShow:false,
202
+ Gasproperties:[],
203
+ meterbrand: [],
204
+ userType:[],
205
+ instructtype:[],
206
+ instructstate:[],
207
+ org:{
208
+ org:[this.$login.f.orgid],
209
+ dep:[],
210
+ user:[],
211
+ },
212
+ orgcondition:'',
213
+ show: false,
214
+ condition:'',
215
+ f_orgid:'',
216
+ f_start_date:'',
217
+ f_end_date:'',
218
+ getfield: {},
219
+ config: {
220
+ excelHeaders: {
221
+ 'f_userinfo_code': '客户编号','f_address': '客户地址','f_user_name': '客户姓名',
222
+ 'f_meternumber': '表号','f_meter_brand': '气表品牌','f_instruct_title':'操作类型',
223
+ 'f_info':'开关阀原因','f_inputtor':'操作人','f_instruct_date':'操作时间',
224
+ 'f_orgname': '组织机构'
225
+ }
226
+ },
227
+ instructtitle: [],
228
+ detailShow: false,
229
+ f_instruct_content: '',
230
+ modelval: [
231
+ '序号','客户编号','客户名称','客户地址','表号','气表品牌','操作类型','操作人','操作时间','充值金额','开发阀原因','组织机构'
232
+ ]
233
+ }
234
+ },
235
+ ready () {
236
+ readyGen(this)
237
+ this.$refs.paged.$refs.criteria.model.f_start_date = Util.toStandardDateString() + ' 00:00:00'
238
+ this.$refs.paged.$refs.criteria.model.f_end_date = Util.toStandardDateString() + ' 23:59:59'
239
+ this.$refs.paged.$refs.grid.modelval = this.modelval
240
+ },
241
+ methods: {
242
+ hidden(){
243
+ this.criteriaShow = !this.criteriaShow
244
+ },
245
+ getorg(condition,obj) {
246
+ this.orgcondition = condition.replace('f_orgid','i.f_orgid')
247
+ this.orgcondition = this.orgcondition.replace('f_depid','i.f_depid')
248
+ this.orgcondition = this.orgcondition.replace('f_operatorid','i.f_operatorid')
249
+ this.orgname = obj.orgnames[0]
250
+ },
251
+ initQueryParam () {
252
+ let arr = []
253
+ this.$MagGetSaleParam.getGasbrand().forEach((item) => {
254
+ let temp = {}
255
+ if(item.value.f_meter_type==='物联网表'){
256
+ temp.label = item.label
257
+ temp.value = item.value.f_meter_brand
258
+ arr.push(temp )
259
+ }
260
+
261
+ })
262
+ this.meterbrand = [{label: '全部', value: ''}, ...arr]
263
+ },
264
+ clearmsg () {
265
+ this.$refs.paged.$refs.criteria.model = {}
266
+ },
267
+ clickshow () {
268
+ this.searchshow = !this.searchshow
269
+ },
270
+ dealmsg (val) {
271
+ val.model = this.model.model
272
+ this.$emit('deal-msg', val)
273
+ },
274
+ async search (args) {
275
+ // this.obj.resids = this.obj.resids.replace(/\./g, ''),
276
+ args.condition = `${args.condition}`+this.orgcondition
277
+ console.log(args.condition+"args.condition")
278
+ this.condition = args.condition
279
+ if( this.$refs.paged.$refs.criteria.model.f_start_date!=null && this.$refs.paged.$refs.criteria.model.f_start_date!=''){
280
+ this.model.params.f_start_date = `'${this.$refs.paged.$refs.criteria.model.f_start_date}'`;
281
+ this.f_start_date = `'${this.$refs.paged.$refs.criteria.model.f_start_date}'`;
282
+ }else{
283
+ this.model.params.f_start_date = '';
284
+ this.f_start_date = '';
285
+ }
286
+ if( this.$refs.paged.$refs.criteria.model.f_end_date!=null && this.$refs.paged.$refs.criteria.model.f_end_date!=''){
287
+ this.model.params.f_end_date = `'${this.$refs.paged.$refs.criteria.model.f_end_date}'`;
288
+ this.f_end_date = `'${this.$refs.paged.$refs.criteria.model.f_end_date}'`;
289
+ }else{
290
+ this.model.params.f_end_date = "";
291
+ this.f_end_date = "";
292
+ }
293
+ if(this.f_orgid_new == '' || this.f_orgid_new == null){
294
+ this.model.params.f_orgid = `'${this.$login.f.orgid}'`;
295
+ this.f_orgid = `${this.$login.f.orgid}`;
296
+ }else{
297
+ this.model.params.f_orgid = `'${this.f_orgid_new}'`;
298
+ this.f_orgid = `${this.f_orgid_new}`;
299
+ }
300
+ await this.model.search(args.condition, args.model)
301
+ await this.initQueryParam();
302
+ await this.$refs.paged.$refs.grid.InitializedData()
303
+ await this.$refs.paged.$refs.grid.displayColumnSettings(undefined)
304
+
305
+ },
306
+
307
+ },
308
+ computed: {
309
+ userType () {
310
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
311
+ },
312
+ Gasproperties () {
313
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
314
+ }
315
+
316
+ }
317
+ }
318
+ </script>
319
+ <style>
320
+ .form-input-group label {
321
+ text-align: right;
322
+ width: auto;
323
+ }
324
+ .datapanel {
325
+ color: #333;
326
+ background-color: white;
327
+ box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px ;
328
+ padding: 10px 30px 10px 30px;
329
+ border-radius:15px;
330
+ }
331
+ </style>
@@ -63,7 +63,7 @@
63
63
  <div class="col-sm-2 form-group">
64
64
  <label class="font_normal_body">客户名称</label>
65
65
  <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
66
- condition="f_user_name = '{}'" placeholder="客户名称">
66
+ condition="f_user_name like '%{}%'" placeholder="客户名称">
67
67
  </div>
68
68
  <div class="col-sm-2 form-group">
69
69
  <label class="font_normal_body">收费编号</label>
@@ -193,10 +193,6 @@
193
193
  <th><nobr>表描述</nobr></th>
194
194
  <th><nobr>气价名称</nobr></th>
195
195
 
196
- <th><nobr>一阶气价</nobr></th>
197
- <th><nobr>二阶气价</nobr></th>
198
- <th><nobr>三阶气价</nobr></th>
199
-
200
196
  <th><nobr>用气类型</nobr></th>
201
197
  <th><nobr>用气性质</nobr></th>
202
198
  <th><nobr>期初余额</nobr></th>
@@ -226,10 +222,6 @@
226
222
  <th style="text-align:center"><nobr>{{row.f_meter_title}}</nobr></th>
227
223
  <th style="text-align:center"><nobr>{{row.f_price_name}}</nobr></th>
228
224
 
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>
232
-
233
225
  <th style="text-align:center"><nobr>{{row.f_user_nature}}</nobr></th>
234
226
  <th style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></th>
235
227
 
@@ -263,6 +263,12 @@ export default{
263
263
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址', 'f_meternumber': '表号',
264
264
  'f_last_tablebase': '上期底数', 'f_tablebase': '本期底数', 'f_real_amount': '用气量', 'totalgas': '总购气量',
265
265
  'f_yuliang': '余量', 'f_inputtor': '抄表员', 'f_hand_date': '下发日期', 'f_input_date': '录入日期',
266
+ 'f_instantaneous_flow': '瞬时流量',
267
+ 'f_pressure': '压力',
268
+ 'f_temperature': '温度',
269
+ 'f_controller_power': '控制器电量',
270
+ 'f_flowmeter_capacity': '流量计电量',
271
+ 'f_valve_switch': '阀门开关',
266
272
  'f_meter_state': '抄表状态', 'f_operator': '操作员', 'f_depname': '部门'
267
273
  },
268
274
  handplanConfig: {
@@ -116,5 +116,7 @@ export default function () {
116
116
  Vue.component('webmeter-settlement-analysis', (resolve) => { require(['./components/webmeter/gasAnalysis/WebmeterSettlementAnalysis'], resolve) })
117
117
  // 物联网表结算分析新
118
118
  Vue.component('new-webmeter-settlement-analysis', (resolve) => { require(['./components/webmeter/gasAnalysis/NewWebmeterSettlementAnalysis'], resolve) })
119
+ // 开关阀记录
120
+ Vue.component('operation-value-record', (resolve) => { require(['./components/webmeter/operationValueRecord'], resolve) })
119
121
  }
120
122