manage-client 3.3.256 → 3.3.257
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 +4 -4
- package/src/filiale/hantou/GetNoMetereadData.vue +1 -1
- package/src/filiale/hantou/LostContactAnalysisList.vue +1 -1
- package/src/filiale/hantou/MeterExceptionList.vue +1 -1
- package/src/filiale/hantou/NewGasStatistics.vue +1 -1
- package/src/filiale/hantou/NewQueryInstruct.vue +606 -0
- package/src/filiale/hantou/RechargeList.vue +371 -0
- package/src/filiale/hantou/ReportDataQuery.vue +1 -1
- package/src/filiale/hantou/UserLostContactAnalysis.vue +1 -1
- package/src/filiale/hantou/WebhandMonthGas.vue +819 -0
- package/src/filiale/hantou/webmeterManage.js +6 -0
- package/src/filiale/rongcheng/RecordInfoQuery.vue +391 -350
- package/src/filiale/rongcheng/exportConfig.js +4 -1
|
@@ -196,7 +196,10 @@ export default {
|
|
|
196
196
|
'f_times': '写卡次数',
|
|
197
197
|
'f_fillcard_times': '补卡次数',
|
|
198
198
|
'f_hand_date': '最后抄表日期',
|
|
199
|
-
'f_sendsuccess': '表同步状态'
|
|
199
|
+
'f_sendsuccess': '表同步状态',
|
|
200
|
+
'f_has_bjq': '是否安装报警器',
|
|
201
|
+
'f_has_qdf': '是否有切断阀',
|
|
202
|
+
'f_has_zbq': '是否有自闭阀'
|
|
200
203
|
},
|
|
201
204
|
|
|
202
205
|
changemeterConfig: {
|