manage-client 4.1.43 → 4.1.44-qjls
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 +1 -1
- package/src/components/sale/config/exportConfig.js +2 -0
- package/src/filiale/qingjian/MeterQuery.vue +1019 -0
- package/src/filiale/qingjian/RecordInfoQuery.vue +1501 -0
- package/src/filiale/qingjian/SellingTable.vue +1 -1
- package/src/filiale/qingjian/webmeterManage.js +8 -0
- package/src/filiale/jinbin/exportConfig.js +0 -1110
- package/src/filiale/jinbin/sale/businessquery/ChargeQuery.vue +0 -1372
- package/src/filiale/jinbin/sale.js +0 -7
package/package.json
CHANGED
|
@@ -153,6 +153,7 @@ export default {
|
|
|
153
153
|
'value': '气价详情',
|
|
154
154
|
'f_meter_brand': '气表品牌',
|
|
155
155
|
'f_meter_style': '气表型号',
|
|
156
|
+
'f_xc_meter_style': '现场表具型号',
|
|
156
157
|
'f_inputtor': '户管员',
|
|
157
158
|
'f_gas_person': '通气人',
|
|
158
159
|
'f_gas_date': '通气时间',
|
|
@@ -643,6 +644,7 @@ export default {
|
|
|
643
644
|
'f_is_mgq': '是否煤改气',
|
|
644
645
|
'f_send_usegas_card': '是否发放天然气使用证',
|
|
645
646
|
'f_meter_style': '型号',
|
|
647
|
+
'f_xc_meter_style': '现场表具型号',
|
|
646
648
|
'f_table_state': '表具状态',
|
|
647
649
|
'f_initial_base': '初始气表底数',
|
|
648
650
|
'f_total_usegas_amount': '累计用气金额',
|