manage-client 3.2.267 → 3.2.268
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
|
@@ -221,6 +221,27 @@
|
|
|
221
221
|
condition="f_networkvalve='{}'">
|
|
222
222
|
</v-select>
|
|
223
223
|
</div>
|
|
224
|
+
<div class="col-sm-2 form-group">
|
|
225
|
+
<label class="font_normal_body">流量计品牌</label>
|
|
226
|
+
<v-select placeholder='流量计品牌' :value.sync="model.f_llj_brand" style="width:60%"
|
|
227
|
+
v-model="model.f_llj_brand" :options='$parent.$parent.lljbrand' close-on-select
|
|
228
|
+
condition="f_llj_brand='{}'">
|
|
229
|
+
</v-select>
|
|
230
|
+
</div>
|
|
231
|
+
<div class="col-sm-2 form-group">
|
|
232
|
+
<label class="font_normal_body">流量计类型</label>
|
|
233
|
+
<v-select placeholder='流量计类型' :value.sync="model.f_llj_type" style="width:60%"
|
|
234
|
+
v-model="model.f_llj_type" :options='$parent.$parent.lljtype' close-on-select
|
|
235
|
+
condition="f_llj_type='{}'">
|
|
236
|
+
</v-select>
|
|
237
|
+
</div>
|
|
238
|
+
<div class="col-sm-2 form-group">
|
|
239
|
+
<label class="font_normal_body">气表流量</label>
|
|
240
|
+
<v-select placeholder='气表流量' :value.sync="model.f_meter_flow" style="width:60%"
|
|
241
|
+
v-model="model.f_meter_flow" :options='$parent.$parent.meterflow' close-on-select
|
|
242
|
+
condition="f_meter_flow='{}'">
|
|
243
|
+
</v-select>
|
|
244
|
+
</div>
|
|
224
245
|
</div>
|
|
225
246
|
</div>
|
|
226
247
|
</criteria>
|
|
@@ -292,6 +313,15 @@
|
|
|
292
313
|
<th>
|
|
293
314
|
<nobr>气表型号</nobr>
|
|
294
315
|
</th>
|
|
316
|
+
<th>
|
|
317
|
+
<nobr>流量计品牌</nobr>
|
|
318
|
+
</th>
|
|
319
|
+
<th>
|
|
320
|
+
<nobr>流量计类型</nobr>
|
|
321
|
+
</th>
|
|
322
|
+
<th>
|
|
323
|
+
<nobr>气表流量</nobr>
|
|
324
|
+
</th>
|
|
295
325
|
<th>
|
|
296
326
|
<nobr>用气类型</nobr>
|
|
297
327
|
</th>
|
|
@@ -386,6 +416,15 @@
|
|
|
386
416
|
<td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
387
417
|
<nobr>{{ row.f_meter_style }}</nobr>
|
|
388
418
|
</td>
|
|
419
|
+
<td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
420
|
+
<nobr>{{ row.f_llj_brand }}</nobr>
|
|
421
|
+
</td>
|
|
422
|
+
<td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
423
|
+
<nobr>{{ row.f_llj_type }}</nobr>
|
|
424
|
+
</td>
|
|
425
|
+
<td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
426
|
+
<nobr>{{ row.f_meter_flow }}</nobr>
|
|
427
|
+
</td>
|
|
389
428
|
<td :class="row.f_table_state !== '正常' ? 'back-red' : 'back-blue'" style="text-align: center;">
|
|
390
429
|
<nobr>{{ row.f_gongye_type }}</nobr>
|
|
391
430
|
</td>
|
|
@@ -567,6 +606,9 @@ export default {
|
|
|
567
606
|
label: '全部',
|
|
568
607
|
value: ''
|
|
569
608
|
}, ...this.$appdata.getParam('自动阀控')] : [],
|
|
609
|
+
lljbrand: this.$appdata.getParam('流量计品牌'),
|
|
610
|
+
lljtype: this.$appdata.getParam('流量计类型'),
|
|
611
|
+
meterflow: this.$appdata.getParam('气表流量')
|
|
570
612
|
}
|
|
571
613
|
},
|
|
572
614
|
ready() {
|
|
@@ -60,6 +60,14 @@
|
|
|
60
60
|
close-on-select>
|
|
61
61
|
</v-select>
|
|
62
62
|
</div>
|
|
63
|
+
<div class="col-sm-2 form-group">
|
|
64
|
+
<label class="font_normal_body">客户类型</label>
|
|
65
|
+
<v-select :value.sync="model.f_user_type"
|
|
66
|
+
:options='$parent.$parent.usertypes' placeholder='请选择' v-model="model.f_user_type"
|
|
67
|
+
condition="f_user_type = '{}'"
|
|
68
|
+
close-on-select></v-select>
|
|
69
|
+
</div>
|
|
70
|
+
|
|
63
71
|
<div class="col-sm-2 form-group">
|
|
64
72
|
<label class="font_normal_body">气价名称</label>
|
|
65
73
|
<v-select :value.sync="model.f_price_name"
|
|
@@ -196,8 +204,8 @@
|
|
|
196
204
|
<th style="text-align:center"><nobr>{{row.f_total_gas}}</nobr></th>
|
|
197
205
|
<th style="text-align:center"><nobr>{{row.f_curbalance}}</nobr></th>
|
|
198
206
|
<th style="text-align:center"><nobr>{{row.f_jval}}</nobr></th>
|
|
199
|
-
<th style="text-align:center"><nobr>{{row.
|
|
200
|
-
<th style="text-align:center"><nobr>{{row.
|
|
207
|
+
<th style="text-align:center"><nobr>{{row.cyclegas}}</nobr></th>
|
|
208
|
+
<th style="text-align:center"><nobr>{{row.cyclefee}}</nobr></th>
|
|
201
209
|
<th style="text-align:center"><nobr>{{row.f_oughtamount}}</nobr></th>
|
|
202
210
|
<th style="text-align:center"><nobr>{{row.f_oughtfee}}</nobr></th>
|
|
203
211
|
|
|
@@ -834,8 +834,8 @@ monthGasConfig: {
|
|
|
834
834
|
'f_total_fee': '累计购气金额',
|
|
835
835
|
'f_total_gas': '累计使用量',
|
|
836
836
|
'f_balance_amount': '系统余额',
|
|
837
|
-
'
|
|
838
|
-
'
|
|
837
|
+
'cyclegas': '当前周期已用气量',
|
|
838
|
+
'cyclefee': '当前周期消费金额',
|
|
839
839
|
'f_stair1price': '一阶气价',
|
|
840
840
|
'f_stairamount1': '一阶气量',
|
|
841
841
|
'f_stair1fee': '一阶金额',
|