manage-client 4.1.42 → 4.1.43
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
|
@@ -480,7 +480,8 @@ export default{
|
|
|
480
480
|
'f_hand_date': '上报日期', 'f_jval': '表内剩余金额', 'f_tablebase': '本次抄表底数', 'f_valvestate': '阀门状态',
|
|
481
481
|
'f_upload_type': '上报类型', 'f_insert_date': '系统接收时间', 'f_meterDebitAmt': '表内累计充值金额',
|
|
482
482
|
'f_signal': '噪音强度', 'f_snr': '信噪比', 'f_batterylevel': '电压', 'f_lowlithiumbattery': '电压状态', 'f_networkshutvalve': '阀门强制状态',
|
|
483
|
-
'f_wmprepaytype': '计量类型', 'f_moneystate': '金额状态', 'f_magneticInterference': '磁干扰异常', 'f_compensateState': '补偿状态'
|
|
483
|
+
'f_wmprepaytype': '计量类型', 'f_moneystate': '金额状态', 'f_magneticInterference': '磁干扰异常', 'f_compensateState': '补偿状态',
|
|
484
|
+
'flowmetertemperature': '温度', 'flowmeterpressure': '压力'
|
|
484
485
|
},
|
|
485
486
|
ReportDataQueryConfig: {
|
|
486
487
|
'f_userinfo_code': '客户编号', 'f_tablebase': '本次抄表底数', 'f_last_tablebase': '上次抄表底数', 'f_jval': '表计剩余余额', 'f_hand_date': '抄表日期',
|
|
@@ -175,6 +175,8 @@
|
|
|
175
175
|
|
|
176
176
|
<th><nobr>表状态</nobr></th>
|
|
177
177
|
<th><nobr>金额状态</nobr></th>
|
|
178
|
+
<th><nobr>温度</nobr></th>
|
|
179
|
+
<th><nobr>压力</nobr></th>
|
|
178
180
|
<!--<th><nobr>每小时上报量</nobr></th>-->
|
|
179
181
|
</tr>
|
|
180
182
|
</template>
|
|
@@ -202,6 +204,8 @@
|
|
|
202
204
|
|
|
203
205
|
<th style="text-align:center"><nobr>{{row.f_table_msg}}</nobr></th>
|
|
204
206
|
<th style="text-align:center"><nobr>{{row.f_moneystate}}</nobr></th>
|
|
207
|
+
<th style="text-align:center"><nobr>{{row.flowmetertemperature}}</nobr></th>
|
|
208
|
+
<th style="text-align:center"><nobr>{{row.flowmeterpressure}}</nobr></th>
|
|
205
209
|
<!-- <th style="text-align:center"><nobr>{{row.f_nsturalgas_data}}</nobr></th>-->
|
|
206
210
|
<!-- <th style="text-align:center"><nobr><span @click="$parent.$parent.$parent.showdetail(row.f_nsturalgas_data)"><a>查看</a></span></nobr></th>-->
|
|
207
211
|
<!--<th style="text-align:center">-->
|