sale-client 3.6.183 → 3.6.184
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
|
@@ -801,6 +801,12 @@
|
|
|
801
801
|
'f_accounts_state': '下账状态', 'f_sellinggas_operate_date': '收费时间', 'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区',
|
|
802
802
|
'f_hand_date': '下发日期', 'f_input_date': '录入日期', 'f_meter_state': '抄表状态', 'f_hand_state': '记录状态',
|
|
803
803
|
'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司', 'f_surplus_gas': '剩余气量', 'f_haircut_gas': '扣减气量',
|
|
804
|
+
'f_instantaneous_flow': '瞬时流量',
|
|
805
|
+
'f_pressure': '压力',
|
|
806
|
+
'f_temperature': '温度',
|
|
807
|
+
'f_controller_power': '控制器电量',
|
|
808
|
+
'f_flowmeter_capacity': '流量计电量',
|
|
809
|
+
'f_valve_switch': '阀门开关',
|
|
804
810
|
'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费',
|
|
805
811
|
'f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
|
|
806
812
|
'f_stair3amount': '三阶气量', 'f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'f_rest_date': '所属年月'}
|
|
@@ -559,6 +559,12 @@ export default {
|
|
|
559
559
|
'f_input_date': '抄表录入日期',
|
|
560
560
|
'f_last_tablebase': '上期底数',
|
|
561
561
|
'f_tablebase': '本期底数',
|
|
562
|
+
'f_instantaneous_flow': '瞬时流量',
|
|
563
|
+
'f_pressure': '压力',
|
|
564
|
+
'f_temperature': '温度',
|
|
565
|
+
'f_controller_power': '控制器电量',
|
|
566
|
+
'f_flowmeter_capacity': '流量计电量',
|
|
567
|
+
'f_valve_switch': '阀门开关',
|
|
562
568
|
'f_actualtablebase': '实际用量',
|
|
563
569
|
'f_meter_state': '状态'
|
|
564
570
|
},
|