manage-client 3.2.258 → 3.2.259
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
|
@@ -818,6 +818,44 @@ monthGasConfig: {
|
|
|
818
818
|
'f_insert_date': '抄表日期',
|
|
819
819
|
'f_last_insertdate': '上次抄表日期',
|
|
820
820
|
'f_valvestate': '阀门开启状态'
|
|
821
|
+
},
|
|
822
|
+
// 物联网表抄表
|
|
823
|
+
webmeterHandConfig: {
|
|
824
|
+
'f_userinfo_code': '用户编号',
|
|
825
|
+
'f_user_name': '用户名称',
|
|
826
|
+
'f_residential_area': '小区名称',
|
|
827
|
+
'f_address': '地址',
|
|
828
|
+
'f_meter_brand': '气表品牌',
|
|
829
|
+
'f_meternumber': '表号',
|
|
830
|
+
'f_oughtamount': '本期气量',
|
|
831
|
+
'f_oughtfee': '本期金额',
|
|
832
|
+
'f_jval': '表内剩余余额',
|
|
833
|
+
'f_hand_date': '抄表日期',
|
|
834
|
+
'f_total_fee': '累计购气金额',
|
|
835
|
+
'f_total_gas': '累计使用量',
|
|
836
|
+
'f_balance_amount': '系统余额',
|
|
837
|
+
'cycleGas': '当前周期已用气量',
|
|
838
|
+
'cycleFee': '当前周期消费金额',
|
|
839
|
+
'f_stair1price': '一阶气价',
|
|
840
|
+
'f_stairamount1': '一阶气量',
|
|
841
|
+
'f_stair1fee': '一阶金额',
|
|
842
|
+
'f_stair2price': '二阶气价',
|
|
843
|
+
'f_stairamount2': '二阶气量',
|
|
844
|
+
'f_stair2fee': '二阶金额',
|
|
845
|
+
'f_stair3price': '三阶气价',
|
|
846
|
+
'f_stairamount3': '三阶气量',
|
|
847
|
+
'f_stair3fee': '三阶金额',
|
|
848
|
+
'f_signal': '信号强度',
|
|
849
|
+
'f_snr': '信噪比',
|
|
850
|
+
'f_batteryLevel': '电压',
|
|
851
|
+
'f_networkShutValve': '阀门关闭标志',
|
|
852
|
+
'f_valveState': '阀门状态',
|
|
853
|
+
'f_magneticInterference': '磁干扰',
|
|
854
|
+
'f_valve_exception': '异常阀门',
|
|
855
|
+
'f_SplitAlarm': '拆表报警',
|
|
856
|
+
'f_overCurrentProtection': '过流保护',
|
|
857
|
+
'f_die_meter': '死表',
|
|
858
|
+
'f_upload_type': '上报类型'
|
|
821
859
|
}
|
|
822
860
|
|
|
823
861
|
}
|