manage-client 3.3.133 → 3.3.135
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 +1 -1
- package/src/components/valueaddinfo/valueAddUserQuery.vue +6 -0
- package/src/components/webmeter/DrillData/UserGasAll.vue +5 -1
- package/src/components/webmeter/instruction/NewQueryInstruct.vue +1 -1
- package/src/components/webmeter/operationValueRecord.vue +2 -2
- package/src/components/webmeter/report/ReportDetailList.vue +4 -4
- package/src/filiale/haile/sale/businessquery/ChargeQuery.vue +18 -18
- package/src/filiale/lixianV3/NewGasStatistics.vue +4 -17
- package/src/filiale/lixianV3/config/exportConfig.js +3 -2
- package/src/filiale/yuncheng/RecordInfoQuery.vue +1447 -0
- package/src/filiale/yuncheng/config/exportConfig.js +1 -1
- package/src/filiale/yuncheng/sale.js +4 -0
|
@@ -228,7 +228,7 @@ export default{
|
|
|
228
228
|
'f_book_inputtor': '表册抄表员',
|
|
229
229
|
'f_userfiles_address': '安装地址', 'f_install_person': '安装人', 'f_gas_person': '通气人员',
|
|
230
230
|
'f_book_name': '表册名称', 'f_meter_book_num': '抄表册编号', 'f_meter_book_sort': '抄表册顺序',
|
|
231
|
-
'f_balance_amount': '表剩余金额', 'f_times': '写卡次数',
|
|
231
|
+
'f_balance_amount': '表剩余金额', 'f_times': '写卡次数', 'f_force_measure': '三项强制措施',
|
|
232
232
|
'f_fillcard_times': '补卡次数', 'f_sendsuccess': '表同步状态', 'f_isband': '微信绑定', 'f_cost_type': '缴费类型',
|
|
233
233
|
'f_bank_accopen': '银行户名', 'f_bank_name': '银行名称', 'f_bank_account': '银行账号',
|
|
234
234
|
'f_bank_idnumber': '银行身份证号', 'f_bank_pay_number': '缴费编号', 'f_maxdate': '换表时间', 'f_devices_type': '灶具信息', 'f_network_valve': '自动阀控',
|