sale-client 3.6.310 → 3.6.311
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/build/dev-server.js +108 -108
- package/build/versionCheck.js +29 -29
- package/package.json +120 -120
- package/src/components/FilesManage/AddHostMeterUserList.vue +185 -185
- package/src/components/FilesManage/AddSubMeterUserList.vue +185 -185
- package/src/components/FilesManage/FileAddressList.vue +141 -141
- package/src/components/FilesManage/FileMergeInfo.vue +68 -68
- package/src/components/FilesManage/FileUserAddress.vue +776 -776
- package/src/components/FilesManage/FileUserAddressChange.vue +65 -65
- package/src/components/FilesManage/FileUserFiles.vue +1073 -1073
- package/src/components/FilesManage/FileUserMerge.vue +203 -203
- package/src/components/FilesManage/HostMeterAdd.vue +219 -219
- package/src/components/FilesManage/HostMeterList.vue +323 -323
- package/src/components/FilesManage/HostMeterUserList.vue +270 -270
- package/src/components/FilesManage/MeterinfoTest.vue +1207 -1207
- package/src/components/FilesManage/TemplateManage.vue +167 -167
- package/src/components/FilesManage/TotalSplit/SplitList.vue +154 -154
- package/src/components/FilesManage/TotalSplit/TotalSplitList.vue +83 -83
- package/src/components/FilesManage/UserAddressCollection.vue +694 -694
- package/src/components/FilesManage/UserAddressInFile.vue +646 -646
- package/src/components/FilesManage/UserDeviceInfoTest.vue +410 -410
- package/src/components/FilesManage/UserEssentialInfoTest.vue +602 -602
- package/src/components/FilesManage/UserGeneralInfoTest.vue +800 -800
- package/src/components/FilesManage/UserPaperInfoTest.vue +63 -63
- package/src/components/FilesManageNew/FileAddressList.vue +138 -138
- package/src/components/FilesManageNew/FileMergeInfo.vue +68 -68
- package/src/components/FilesManageNew/FileUserAddress.vue +484 -484
- package/src/components/FilesManageNew/FileUserAddressChange.vue +65 -65
- package/src/components/FilesManageNew/FileUserFiles.vue +749 -749
- package/src/components/FilesManageNew/FileUserMerge.vue +202 -202
- package/src/components/FilesManageNew/MeterinfoTest.vue +831 -831
- package/src/components/FilesManageNew/TotalSplit/SplitList.vue +154 -154
- package/src/components/FilesManageNew/TotalSplit/TotalSplitList.vue +83 -83
- package/src/components/FilesManageNew/UserGeneralInfoTest.vue +692 -692
- package/src/components/MaterialsManage/MaterialsBase.vue +163 -163
- package/src/components/MaterialsManage/MaterialsList.vue +186 -186
- package/src/components/SellGasCharge/ChargeCancel/CardMeterChargeCancel.vue +395 -395
- package/src/components/SellGasCharge/MeterCharge/CustomInvoice.vue +282 -282
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserCenter.vue +183 -183
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserManager.vue +112 -112
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserlist.vue +82 -82
- package/src/components/SellGasCharge/MeterTrace/MeterList.vue +142 -142
- package/src/components/SellGasCharge/MeterTrace/MeterTrace.vue +222 -222
- package/src/components/UserFiles/AdjustableBox/AddBox.vue +343 -343
- package/src/components/UserFiles/AdjustableBox/BOXUserList.vue +54 -54
- package/src/components/UserFiles/AdjustableBox/BoxList.vue +186 -186
- package/src/components/UserFiles/AreaList.vue +84 -84
- package/src/components/UserFiles/Meterinfo.vue +428 -428
- package/src/components/UserFiles/NewAreaInfo.vue +556 -556
- package/src/components/UserFiles/UserFiles.vue +459 -459
- package/src/components/UserFiles/UserGeneralInfo.vue +378 -378
- package/src/components/UserFiles/UserPriceChangeHistory.vue +66 -66
- package/src/components/UserFiles/UserPriceChangeManage.vue +662 -662
- package/src/components/UserFiles/XieKaUser/AddUser.vue +208 -208
- package/src/components/UserFiles/XieKaUser/UsersList.vue +269 -269
- package/src/components/UserFiles/XieKaUser/XieKaManager.vue +148 -148
- package/src/components/UserFiles/admissibility.vue +46 -46
- package/src/components/UserFiles/batchUpdateInputtor.vue +347 -347
- package/src/components/WechatManage/Knowledge.vue +439 -439
- package/src/components/WechatManage/KnowledgeAdd.vue +326 -326
- package/src/components/WechatManage/KnowledgeModify.vue +325 -325
- package/src/components/WechatManage/KnowledgeRecord.vue +64 -64
- package/src/components/WechatManage/OrderCenter/Step.vue +153 -153
- package/src/components/WechatManage/OrderCenter/orderList.vue +258 -258
- package/src/components/WechatManage/OutLets.vue +461 -461
- package/src/components/WechatManage/OutLetsRecord.vue +65 -65
- package/src/components/WechatManage/Stopgas.vue +240 -240
- package/src/components/WechatManage/UserNoticeList.vue +745 -745
- package/src/components/WechatManage/UserNoticeRecord.vue +106 -106
- package/src/components/archives/ArchivesAdd.vue +190 -190
- package/src/components/archives/ArchivesList.vue +219 -219
- package/src/components/archives/UserfilesList.vue +351 -351
- package/src/components/baichuan/ChangeTable.vue +284 -284
- package/src/components/baichuan/newTableInfo.vue +202 -202
- package/src/components/charge/ChargeList.vue +948 -948
- package/src/components/charge/ChargeManage.vue +316 -316
- package/src/components/charge/ChargeManageOther.vue +204 -204
- package/src/components/charge/ChargeManageSell.vue +202 -202
- package/src/components/charge/ChargeModal.vue +101 -101
- package/src/components/charge/ChargeOper.vue +285 -285
- package/src/components/charge/ChargeOtherOper.vue +195 -195
- package/src/components/charge/HandList.vue +121 -121
- package/src/components/charge/NfcCardReplacement.vue +88 -88
- package/src/components/charge/business/CardChangeFill.vue +627 -627
- package/src/components/charge/business/CardMeterCenter.vue +980 -980
- package/src/components/charge/business/ChangeMeterAddGas.vue +559 -559
- package/src/components/charge/business/DigitalCharge.vue +440 -440
- package/src/components/charge/business/FilesComplete.vue +254 -254
- package/src/components/charge/business/IOT/IotChangeFill.vue +488 -488
- package/src/components/charge/business/IOTMeterCenter.vue +871 -871
- package/src/components/charge/business/IotOpen.vue +78 -78
- package/src/components/charge/business/NoCardMeterCenter.vue +498 -498
- package/src/components/charge/business/OtherCharge.vue +341 -341
- package/src/components/charge/business/OtherChargeByPay.vue +477 -477
- package/src/components/charge/business/OtherChargeNew.vue +614 -614
- package/src/components/charge/business/PriceChangeCompensation/IotCompensation.vue +307 -307
- package/src/components/charge/business/PriceChangeCompensation/JbCompensation.vue +343 -343
- package/src/components/charge/business/PriceChangeCompensation/SurplusRecordDetail.vue +72 -72
- package/src/components/charge/business/RepairCharge.vue +347 -347
- package/src/components/charge/business/ReturnMoneyExamine.vue +274 -274
- package/src/components/charge/business/ShowCardSellGas.vue +931 -931
- package/src/components/charge/business/ShowCardSellGasJB.vue +202 -202
- package/src/components/charge/business/ShowCardSellGasWeb.vue +203 -203
- package/src/components/charge/business/ShowCiTiaoCard.vue +169 -169
- package/src/components/charge/business/depositCharge/DepositCharge.vue +461 -461
- package/src/components/charge/business/machine/MachineChangeFill.vue +81 -81
- package/src/components/charge/business/machine/MachineCharge.vue +173 -173
- package/src/components/charge/business/machine/MachineMeterCenter.vue +691 -691
- package/src/components/charge/business/machine/MachineMeterPartCenter.vue +389 -389
- package/src/components/charge/business/machine/MachinePartCharge.vue +143 -143
- package/src/components/charge/business/machine/OweList.vue +157 -157
- package/src/components/charge/business/refund/DropTableRefund.vue +229 -229
- package/src/components/charge/business/refund/IOTRefund.vue +267 -267
- package/src/components/charge/business/refund/machineRefund.vue +223 -223
- package/src/components/charge/business/refund_copy/IOTRefund.vue +237 -237
- package/src/components/charge/business/refund_copy/machineRefund.vue +193 -193
- package/src/components/charge/bzjcancel.vue +309 -309
- package/src/components/charge/detailinfo/DevicesDetail.vue +69 -69
- package/src/components/charge/detailinfo/OldmeterDetail.vue +88 -88
- package/src/components/charge/detailinfo/OtherChargeRecord.vue +81 -81
- package/src/components/charge/detailinfo/UserfilesDetail.vue +79 -79
- package/src/components/charge/detailinfo/UserinfoDetail.vue +66 -66
- package/src/components/charge/detailinfo/price/MixpriceDetail.vue +48 -48
- package/src/components/charge/detailinfo/price/StairpriceDetail.vue +129 -129
- package/src/components/charge/gasloss/gasLossDetail.vue +262 -262
- package/src/components/charge/gasloss/gasLossForm.vue +90 -90
- package/src/components/charge/gasloss/gasLossOperate.vue +383 -383
- package/src/components/charge/gasloss/gasLossRecords.vue +294 -294
- package/src/components/charge/gasmove.vue +249 -249
- package/src/components/chargeBatch/BatchCharge.vue +374 -374
- package/src/components/chargeBatch/BatchChargeDetail.vue +72 -72
- package/src/components/chargeBatch/CardList.vue +518 -518
- package/src/components/chargeBatch/ChargeBatchList.vue +460 -460
- package/src/components/chargeBatch/ChargeGroupList.vue +337 -337
- package/src/components/chargeBatch/ChargeManageBatch.vue +214 -214
- package/src/components/chargeBatch/ChargeManageGroup.vue +216 -216
- package/src/components/chargeBatch/OweRecordQuery.vue +126 -126
- package/src/components/chargeBatch/RecordCancel.vue +346 -346
- package/src/components/chargeBatch/ReissueBillBatch.vue +97 -97
- package/src/components/chargeBatch/groupFeeDeduction.vue +118 -118
- package/src/components/chargeBatch/groupRefund.vue +181 -181
- package/src/components/chargeNew/BookBill.vue +121 -121
- package/src/components/chargeNew/ChargeList.vue +934 -934
- package/src/components/chargeNew/ChargeManageNew.vue +232 -232
- package/src/components/chargeNew/ChargeOper.vue +234 -234
- package/src/components/chargeNew/MeterReset.vue +81 -81
- package/src/components/chargeNew/SendBook.vue +107 -107
- package/src/components/chargeNew/thirdSurplus.vue +356 -356
- package/src/components/common/limit/LimitHistory.vue +299 -299
- package/src/components/common/limit/LimitList.vue +634 -634
- package/src/components/common/searchuploadfile/uploadFileSearch.vue +138 -138
- package/src/components/common/searchuploadfile/uploadFilesHistory.vue +187 -187
- package/src/components/common/userinfo_detail/SplitPrice.vue +354 -354
- package/src/components/common/userinfo_detail/TableUsageChart.vue +81 -81
- package/src/components/common/userinfo_detail/UserBaseInfo.vue +379 -379
- package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +672 -672
- package/src/components/common/userinfo_detail/UserInfoDetailManage.vue +143 -143
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +218 -218
- package/src/components/common/userinfo_detail/contractSig.vue +51 -51
- package/src/components/common/userinfo_detail/contractSigningBrain.vue +109 -109
- package/src/components/common/userinfo_detail/ic_detail/AutomaticPurse.vue +299 -299
- package/src/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +268 -268
- package/src/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +240 -240
- package/src/components/common/userinfo_detail/ic_detail/ChangeRecord.vue +235 -235
- package/src/components/common/userinfo_detail/ic_detail/ChargeQueryUser.vue +530 -530
- package/src/components/common/userinfo_detail/ic_detail/ChargeRecordQuery.vue +102 -102
- package/src/components/common/userinfo_detail/ic_detail/DeveiceRecord.vue +251 -251
- package/src/components/common/userinfo_detail/ic_detail/FillCardQueryUser.vue +210 -210
- package/src/components/common/userinfo_detail/ic_detail/FillGasQueryUser.vue +229 -229
- package/src/components/common/userinfo_detail/ic_detail/HandQueryUser.vue +387 -387
- package/src/components/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +261 -261
- package/src/components/common/userinfo_detail/ic_detail/MeterParam.vue +152 -152
- package/src/components/common/userinfo_detail/ic_detail/OtherChargeQueryUser.vue +251 -251
- package/src/components/common/userinfo_detail/ic_detail/OtherChargeQueryUserDetail.vue +81 -81
- package/src/components/common/userinfo_detail/ic_detail/PriceAdjustmentQueryUser.vue +313 -313
- package/src/components/common/userinfo_detail/ic_detail/PriceChangeQueryUser.vue +194 -194
- package/src/components/common/userinfo_detail/ic_detail/RecordQueryUser.vue +252 -252
- package/src/components/common/userinfo_detail/ic_detail/Repurchase.vue +132 -132
- package/src/components/common/userinfo_detail/ic_detail/TransferQueryUser.vue +223 -223
- package/src/components/common/userinfo_detail/ic_detail/UserDeviceQuery.vue +252 -252
- package/src/components/common/userinfo_detail/ic_detail/WebAutomaticPurse.vue +298 -298
- package/src/components/common/userinfo_detail/ic_detail/WebChargeQueryUser.vue +378 -378
- package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +368 -368
- package/src/components/common/userinfo_detail/ic_detail/contractSigningList.vue +117 -117
- package/src/components/common/userinfo_detail/iot_detail/QueryHistoryInstruct.vue +304 -304
- package/src/components/common/userinfo_detail/iot_detail/QueryInstruct.vue +342 -342
- package/src/components/common/userinfo_detail/iot_detail/WatchCollection.vue +115 -115
- package/src/components/common/userinfo_detail/iot_detail/WatchDealWarning.vue +236 -236
- package/src/components/cooker/WareRecord.vue +85 -85
- package/src/components/matchmakingManagement/PlatformAddEdit.vue +145 -145
- package/src/components/matchmakingManagement/PlatformList.vue +150 -150
- package/src/components/meterBook/MeterList.vue +187 -187
- package/src/components/meterBook/MeterMsg.vue +194 -194
- package/src/components/meterBook/addMeterBook.vue +153 -153
- package/src/components/meterBook/addUserToBook.vue +155 -155
- package/src/components/newBill/CardList.vue +536 -536
- package/src/components/newBill/CardMeterCenter.vue +902 -902
- package/src/components/newBill/IOTMeterCenter.vue +797 -797
- package/src/components/newBill/NoCardMeterCenter.vue +466 -466
- package/src/components/newBill/PrintBill.vue +146 -146
- package/src/components/newBill/ReissueBill.vue +329 -329
- package/src/components/newpriceadjustment/NewPriceAdjustment.vue +906 -906
- package/src/components/newpriceadjustment/NewPriceAdjustmentSell.vue +596 -596
- package/src/components/newpriceadjustment/NewPriceAdjustmentWebmeter.vue +600 -600
- package/src/components/priceadjustment/adjustPrice.vue +121 -121
- package/src/components/priceadjustment/adjustUser.vue +247 -247
- package/src/components/revenue/Common/EticketModal.vue +95 -95
- package/src/components/revenue/Common/EticketPrint.vue +230 -230
- package/src/components/revenue/Common/EticketPrintAsync.vue +196 -196
- package/src/components/revenue/Common/LimitGas.vue +231 -231
- package/src/components/revenue/Common/MeterMessage.vue +184 -184
- package/src/components/revenue/Common/Movemeter.vue +467 -467
- package/src/components/revenue/Common/PaymentCode.vue +159 -159
- package/src/components/revenue/Common/PrintBill.vue +134 -134
- package/src/components/revenue/Common/ReissueBill.vue +294 -294
- package/src/components/revenue/Common/ValidateBill.vue +56 -56
- package/src/components/revenue/Common/batchDisable.vue +503 -503
- package/src/components/revenue/Common/uploadFiles.vue +503 -503
- package/src/components/revenue/Common/userFlowSheet.vue +154 -154
- package/src/components/revenue/HandManager/CardHand.vue +873 -873
- package/src/components/revenue/HandManager/EstimateCardManager.vue +1184 -1184
- package/src/components/revenue/HandManager/EstimateManager.vue +1769 -1769
- package/src/components/revenue/HandManager/HandManager.vue +1831 -1831
- package/src/components/revenue/HandManager/HandManagerCard.vue +1163 -1163
- package/src/components/revenue/HandManager/MbpeopleList.vue +498 -498
- package/src/components/revenue/HandManager/MeterBookAdd.vue +396 -396
- package/src/components/revenue/HandManager/MeterBookList.vue +488 -488
- package/src/components/revenue/HandManager/MeterBookUser.vue +724 -724
- package/src/components/revenue/HandManager/OverdueSetList.vue +295 -295
- package/src/components/revenue/HandManager/OverdueSetUser.vue +93 -93
- package/src/components/revenue/HandManager/PriceAdjustment.vue +377 -377
- package/src/components/revenue/HandManager/PriceAdjustmentCard.vue +377 -377
- package/src/components/revenue/HandManager/PriceAdjustmentSelling.vue +377 -377
- package/src/components/revenue/HandManager/PriceAdjustmentWebmeter.vue +430 -430
- package/src/components/revenue/HandManager/RemainAdjustment.vue +282 -282
- package/src/components/revenue/HandManager/VolumeAdjustment/VolumeAdjustmentManage.vue +406 -406
- package/src/components/revenue/HandManager/meterbookEntry.vue +90 -90
- package/src/components/revenue/HandManager/openEticket/HandUserManage.vue +154 -154
- package/src/components/revenue/HandManager/openEticket/HasOpenHand.vue +149 -149
- package/src/components/revenue/HandManager/openEticket/HasOpenReceipt.vue +137 -137
- package/src/components/revenue/HandManager/openEticket/UnOpenHand.vue +167 -167
- package/src/components/revenue/HandManager/openEticket/UnOpenReceipt.vue +221 -221
- package/src/components/revenue/HandManager/qtxCardHand/GassaleHand.vue +228 -228
- package/src/components/revenue/HandManager/qtxCardHand/TrqtmHand.vue +292 -292
- package/src/components/revenue/IssuanceManagement/batchCardIssuance.vue +339 -339
- package/src/components/revenue/analysis/FarawayQuery.vue +392 -392
- package/src/components/revenue/analysis/outStockQuery.vue +288 -288
- package/src/components/revenue/bank/BankForm.vue +156 -156
- package/src/components/revenue/bank/BankList.vue +143 -143
- package/src/components/revenue/bank/bankOffer.vue +199 -199
- package/src/components/revenue/bank/bankReturn.vue +217 -217
- package/src/components/revenue/base/GasWaterSearch.vue +195 -195
- package/src/components/revenue/base/PurchaseWater.vue +237 -237
- package/src/components/revenue/base/UserList.vue +480 -480
- package/src/components/revenue/base/leftview/CheckGas.vue +55 -55
- package/src/components/revenue/base/leftview/MeterUse.vue +140 -140
- package/src/components/revenue/base/leftview/MixPriceInfo.vue +60 -60
- package/src/components/revenue/base/leftview/RecordStoryinfo.vue +131 -131
- package/src/components/revenue/base/leftview/SafeCheck.vue +339 -339
- package/src/components/revenue/base/leftview/ServiceRepair.vue +128 -128
- package/src/components/revenue/base/leftview/Stairinfo.vue +156 -156
- package/src/components/revenue/base/leftview/UserFees.vue +57 -57
- package/src/components/revenue/base/leftview/Userinfo.vue +279 -279
- package/src/components/revenue/base/leftview/billMessage.vue +125 -125
- package/src/components/revenue/base/rightview/CardList.vue +558 -558
- package/src/components/revenue/base/rightview/InstallCardList.vue +298 -298
- package/src/components/revenue/base/rightview/RecordCancel.vue +338 -338
- package/src/components/revenue/base/rightview/canceldetail/AutoaccountsCancelDetail.vue +82 -82
- package/src/components/revenue/base/rightview/canceldetail/CardmetercenterCancelDetail.vue +64 -64
- package/src/components/revenue/base/rightview/canceldetail/ChangeMeterCancelDetail.vue +76 -76
- package/src/components/revenue/base/rightview/canceldetail/IOTMeterCenterCancelDetail.vue +62 -62
- package/src/components/revenue/base/rightview/canceldetail/MachinemetercenterCancelDetail.vue +86 -86
- package/src/components/revenue/base/rightview/canceldetail/OtherchargeCancelDetail.vue +62 -62
- package/src/components/revenue/base/rightview/canceldetail/ReplacecardmanageCancelDetail.vue +59 -59
- package/src/components/revenue/base/rightview/canceldetail/TransfermanageCancelDetail.vue +63 -63
- package/src/components/revenue/base/rightview/carddetail/AddUserDetail.vue +62 -62
- package/src/components/revenue/base/rightview/carddetail/AdvanceDeliveryDetail.vue +50 -50
- package/src/components/revenue/base/rightview/carddetail/AutoAccountsDetail.vue +77 -77
- package/src/components/revenue/base/rightview/carddetail/BankDKDetail.vue +77 -77
- package/src/components/revenue/base/rightview/carddetail/BankPay.vue +79 -79
- package/src/components/revenue/base/rightview/carddetail/BlacklistDetail.vue +63 -63
- package/src/components/revenue/base/rightview/carddetail/BuildFeeDetail.vue +77 -77
- package/src/components/revenue/base/rightview/carddetail/CancellationDetail.vue +58 -58
- package/src/components/revenue/base/rightview/carddetail/CardMeterCenterDetail.vue +72 -72
- package/src/components/revenue/base/rightview/carddetail/CardOverUserDetail.vue +64 -64
- package/src/components/revenue/base/rightview/carddetail/ChangeFeeDetail.vue +116 -116
- package/src/components/revenue/base/rightview/carddetail/ChangeFlowmeterDetail.vue +119 -119
- package/src/components/revenue/base/rightview/carddetail/ChangeMeterDetail.vue +80 -80
- package/src/components/revenue/base/rightview/carddetail/DisableManageDetail.vue +60 -60
- package/src/components/revenue/base/rightview/carddetail/EnableManageDetail.vue +53 -53
- package/src/components/revenue/base/rightview/carddetail/FeeDeductionDetail.vue +70 -70
- package/src/components/revenue/base/rightview/carddetail/GarbageDetail.vue +59 -59
- package/src/components/revenue/base/rightview/carddetail/GasLossDetail.vue +52 -52
- package/src/components/revenue/base/rightview/carddetail/GasPriceChangeDetail.vue +58 -58
- package/src/components/revenue/base/rightview/carddetail/IOTMeterCenterDetail.vue +62 -62
- package/src/components/revenue/base/rightview/carddetail/InputtorChangeDetail.vue +59 -59
- package/src/components/revenue/base/rightview/carddetail/MachineMeterCenterDetail.vue +72 -72
- package/src/components/revenue/base/rightview/carddetail/OffGasAddGasDetail.vue +68 -68
- package/src/components/revenue/base/rightview/carddetail/OpenMeterDetail.vue +48 -48
- package/src/components/revenue/base/rightview/carddetail/OtherChargeDetail.vue +67 -67
- package/src/components/revenue/base/rightview/carddetail/OverUserChangeDetail.vue +61 -61
- package/src/components/revenue/base/rightview/carddetail/PriceAdjustmentDetail.vue +76 -76
- package/src/components/revenue/base/rightview/carddetail/ReduceFeeDetail.vue +77 -77
- package/src/components/revenue/base/rightview/carddetail/RefundDetail.vue +62 -62
- package/src/components/revenue/base/rightview/carddetail/ReissueBill.vue +111 -111
- package/src/components/revenue/base/rightview/carddetail/RepairFeeDeduction.vue +70 -70
- package/src/components/revenue/base/rightview/carddetail/ReplaceCardManageDetail.vue +51 -51
- package/src/components/revenue/base/rightview/carddetail/ReturnMoney.vue +52 -52
- package/src/components/revenue/base/rightview/carddetail/SalecardgasDetail.vue +62 -62
- package/src/components/revenue/base/rightview/carddetail/StopApplyDetail.vue +70 -70
- package/src/components/revenue/base/rightview/carddetail/TransferManageDetail.vue +61 -61
- package/src/components/revenue/base/rightview/carddetail/UserChangeDetail.vue +79 -79
- package/src/components/revenue/base/rightview/carddetail/WeChatPay.vue +79 -79
- package/src/components/revenue/base/rightview/carddetail/WithGas.vue +70 -70
- package/src/components/revenue/base/rightview/carddetail/machineCardDetail.vue +48 -48
- package/src/components/revenue/base/rightview/carddetail/movegasDetail.vue +66 -66
- package/src/components/revenue/base/rightview/carddetail/movemeterdetail.vue +74 -74
- package/src/components/revenue/base/rightview/reissuebill/OtherBill.vue +197 -197
- package/src/components/revenue/base/rightview/valueaddinfo.vue +325 -325
- package/src/components/revenue/batchDeduction/batchDeduction.vue +47 -47
- package/src/components/revenue/batchDeduction/batchDeductionList.vue +238 -238
- package/src/components/revenue/batchDeduction/batchDeductionOper.vue +119 -119
- package/src/components/revenue/batchPreloads/batchPreloads.vue +41 -41
- package/src/components/revenue/batchPreloads/batchPreloadsCharge.vue +117 -117
- package/src/components/revenue/batchPreloads/batchPreloadsList.vue +234 -234
- package/src/components/revenue/cancelHandplan/IotHandplanCanel.vue +88 -88
- package/src/components/revenue/cardHandManage/cardDown.vue +1112 -1112
- package/src/components/revenue/cardHandManage/cardHandAudit.vue +483 -483
- package/src/components/revenue/cardHandManage/cardsHand.vue +891 -891
- package/src/components/revenue/changeInsurance/InsuranceAdd.vue +411 -411
- package/src/components/revenue/changeInsurance/InsuranceChargesDetails.vue +405 -405
- package/src/components/revenue/changeInsurance/InsuranceList.vue +264 -264
- package/src/components/revenue/changeInsurance/InsuranceRecord.vue +129 -129
- package/src/components/revenue/changeInsurance/UserInsurance.vue +77 -77
- package/src/components/revenue/comprehen/Bill/CustQueryEticket.vue +271 -271
- package/src/components/revenue/comprehen/Bill/CustomInvoice.vue +327 -327
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenCard.vue +331 -331
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenJBPage.vue +311 -311
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenPage.vue +329 -329
- package/src/components/revenue/comprehen/Bill/Eticket/EticketRecordList.vue +269 -269
- package/src/components/revenue/comprehen/Bill/EticketManage.vue +198 -198
- package/src/components/revenue/comprehen/Bill/EticketRecordList.vue +354 -354
- package/src/components/revenue/comprehen/Bill/EticketV4/CustQueryEticket.vue +333 -333
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketManage.vue +67 -67
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenCard.vue +348 -348
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenJBPage.vue +349 -349
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenPage.vue +340 -340
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketRecordList.vue +400 -400
- package/src/components/revenue/comprehen/Bill/asyncEticket/CustQueryEticketAsync.vue +308 -308
- package/src/components/revenue/comprehen/Bill/paper/AddBill.vue +186 -186
- package/src/components/revenue/comprehen/Bill/paper/BillChangeDetail.vue +57 -57
- package/src/components/revenue/comprehen/Bill/paper/BillDetail.vue +289 -289
- package/src/components/revenue/comprehen/Bill/paper/BillList.vue +238 -238
- package/src/components/revenue/comprehen/Bill/paperbill/DistributionDetail.vue +186 -186
- package/src/components/revenue/comprehen/Bill/paperbill/DistributionGather.vue +139 -139
- package/src/components/revenue/comprehen/CardManage/CardAllotEdit.vue +171 -171
- package/src/components/revenue/comprehen/CardManage/CardAllotList.vue +110 -110
- package/src/components/revenue/comprehen/CardManage/CardDetailEdit.vue +130 -130
- package/src/components/revenue/comprehen/CardManage/CardDetailList.vue +110 -110
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPayment.vue +300 -300
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPaymentConstrast.vue +301 -301
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellation.vue +245 -245
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/ChangeMeterReader.vue +93 -93
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +533 -533
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferRecords.vue +236 -236
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/Transferlist.vue +209 -209
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/ChangeNewMeter.vue +562 -562
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/IOTMeter.vue +133 -133
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/MachineMeter.vue +114 -114
- package/src/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeDeduction.vue +201 -201
- package/src/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeMachine.vue +169 -169
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/icTable.vue +255 -255
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/iotTable.vue +162 -162
- package/src/components/revenue/comprehen/ComprehenOperation/MeterDisable/DisableManage.vue +95 -95
- package/src/components/revenue/comprehen/ComprehenOperation/MeterEnable/EnableManage.vue +186 -186
- package/src/components/revenue/comprehen/ComprehenOperation/OffGasAddGas/OffGasAddGas.vue +335 -335
- package/src/components/revenue/comprehen/ComprehenOperation/OrderDetails/OrderDetails.vue +412 -412
- package/src/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +508 -508
- package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +438 -438
- package/src/components/revenue/comprehen/ComprehenOperation/PriceJustment/priceJustment.vue +124 -124
- package/src/components/revenue/comprehen/ComprehenOperation/RefundManage/RefundManage.vue +254 -254
- package/src/components/revenue/comprehen/ComprehenOperation/ReplaceCard/MachineCardBill.vue +92 -92
- package/src/components/revenue/comprehen/ComprehenOperation/ReplaceCard/ReplaceCardManage.vue +415 -415
- package/src/components/revenue/comprehen/ComprehenOperation/SellRecordChange/SellRecord.vue +83 -83
- package/src/components/revenue/comprehen/ComprehenOperation/SellRecordChange/UserinfoList.vue +74 -74
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +1149 -1149
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ResetMeter.vue +1101 -1101
- package/src/components/revenue/comprehen/ComprehenOperation/removeTable.vue +235 -235
- package/src/components/revenue/comprehen/ComprehenOperation/removeTableCancel.vue +136 -136
- package/src/components/revenue/comprehen/ComprehenOperation/resetShowCardgas/ResetShowCardGas.vue +163 -163
- package/src/components/revenue/comprehen/ComprehenOperation/wallheating/WallheatingInfoAdd.vue +174 -174
- package/src/components/revenue/comprehen/Exemption/GasFeeReduction.vue +250 -250
- package/src/components/revenue/comprehen/Maintenance/T+MoneyDocking/moneyDocking.vue +202 -202
- package/src/components/revenue/comprehen/Maintenance/T+MoneyDocking/moneyDockingTow.vue +169 -169
- package/src/components/revenue/comprehen/Maintenance/bill/billListMaintain.vue +160 -160
- package/src/components/revenue/comprehen/Maintenance/bill/billOperate.vue +266 -266
- package/src/components/revenue/comprehen/Maintenance/bill/billRecordMaintain.vue +119 -119
- package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterListMaintain.vue +374 -374
- package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterOperate.vue +283 -283
- package/src/components/revenue/comprehen/Maintenance/changeMeter/maintenanceChangeMeterRecords.vue +148 -148
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasRecordMaintain.vue +148 -148
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasRecordMaintainList.vue +337 -337
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasSpecific.vue +297 -297
- package/src/components/revenue/comprehen/Maintenance/group/MeterOperatemaingroup.vue +394 -394
- package/src/components/revenue/comprehen/Maintenance/group/StockListmaingroup.vue +477 -477
- package/src/components/revenue/comprehen/Maintenance/group/maintenancegroup.vue +149 -149
- package/src/components/revenue/comprehen/Maintenance/hand/handListMaintain.vue +640 -640
- package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
- package/src/components/revenue/comprehen/Maintenance/hand/maintenanceHandmeterRecords.vue +148 -148
- package/src/components/revenue/comprehen/Maintenance/otherRecords/OtherMaintenanceLists.vue +233 -233
- package/src/components/revenue/comprehen/Maintenance/otherRecords/Otherrecordmaintenance.vue +173 -173
- package/src/components/revenue/comprehen/Maintenance/otherRecords/specificInformation.vue +416 -416
- package/src/components/revenue/comprehen/Maintenance/pictureManage/pictureListMaintain.vue +377 -377
- package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +397 -397
- package/src/components/revenue/comprehen/Maintenance/revenue/StockListmain.vue +529 -529
- package/src/components/revenue/comprehen/Maintenance/revenue/maintenance.vue +150 -150
- package/src/components/revenue/comprehen/Message/AllUser.vue +608 -608
- package/src/components/revenue/comprehen/Message/AllUserNew.vue +617 -617
- package/src/components/revenue/comprehen/Message/ArrearsList.vue +397 -397
- package/src/components/revenue/comprehen/Message/MessageList.vue +635 -635
- package/src/components/revenue/comprehen/Message/TemplateMessage.vue +92 -92
- package/src/components/revenue/comprehen/Message/UserDefinedMessage.vue +90 -90
- package/src/components/revenue/comprehen/Message/UserDefinedMessageNew.vue +114 -114
- package/src/components/revenue/comprehen/PreferentialPolicies/PrivilegeEdit.vue +257 -257
- package/src/components/revenue/comprehen/PreferentialPolicies/PrivilegeList.vue +135 -135
- package/src/components/revenue/comprehen/ResourceRecord/ResourceRecordQuery.vue +186 -186
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/BasicLiving.vue +277 -277
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/BasicLivingList.vue +280 -280
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/UpdateBasicLiving.vue +59 -59
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/stopBasicLiving.vue +171 -171
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackList.vue +290 -290
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListDetail.vue +71 -71
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListList.vue +275 -275
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListRecord.vue +62 -62
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackModal.vue +211 -211
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackRecordQuery.vue +211 -211
- package/src/components/revenue/comprehen/StairPrice/GasPrice.vue +521 -521
- package/src/components/revenue/comprehen/StairPrice/GasPriceList.vue +319 -319
- package/src/components/revenue/comprehen/StairPrice/GasPriceUser.vue +485 -485
- package/src/components/revenue/comprehen/StairPrice/PriceChangeDetail.vue +76 -76
- package/src/components/revenue/comprehen/StairPrice/PriceChangeHistory.vue +71 -71
- package/src/components/revenue/comprehen/StairPrice/PriceRecord.vue +138 -138
- package/src/components/revenue/comprehen/StairPrice/UpdateInfo.vue +68 -68
- package/src/components/revenue/comprehen/ToolCard/CardTypeDetail.vue +191 -191
- package/src/components/revenue/comprehen/TotalSplit/AllUserFiles.vue +120 -120
- package/src/components/revenue/comprehen/TotalSplit/SplitList.vue +264 -264
- package/src/components/revenue/comprehen/TotalSplit/TotalSplitList.vue +126 -126
- package/src/components/revenue/comprehen/TotalSplit/TotalSplitManage.vue +46 -46
- package/src/components/revenue/comprehen/alipay/alipayConstrast.vue +291 -291
- package/src/components/revenue/comprehen/alipay/alipayDetail.vue +395 -395
- package/src/components/revenue/comprehen/batch/batchEditFiles.vue +237 -237
- package/src/components/revenue/comprehen/batch/batchEditHistory.vue +93 -93
- package/src/components/revenue/comprehen/batch/batchEditManage.vue +131 -131
- package/src/components/revenue/comprehen/batch/batchUserList.vue +327 -327
- package/src/components/revenue/comprehen/closeaccount/Closeaccount.vue +190 -190
- package/src/components/revenue/comprehen/closeaccount/battchcancelaudit.vue +419 -419
- package/src/components/revenue/comprehen/common/ImportExcel.vue +133 -133
- package/src/components/revenue/comprehen/device/deviceEdit.vue +106 -106
- package/src/components/revenue/comprehen/device/deviceList.vue +146 -146
- package/src/components/revenue/comprehen/gasbrand/AddGasBrand.vue +512 -512
- package/src/components/revenue/comprehen/gasbrand/AddGasMeterInitParam.vue +153 -153
- package/src/components/revenue/comprehen/gasbrand/AddGasModel.vue +122 -122
- package/src/components/revenue/comprehen/gasbrand/AddGasModelInfo.vue +128 -128
- package/src/components/revenue/comprehen/gasbrand/AddJsonParameter.vue +163 -163
- package/src/components/revenue/comprehen/gasbrand/AddUseringOrg.vue +177 -177
- package/src/components/revenue/comprehen/gasbrand/GasBrandList.vue +241 -241
- package/src/components/revenue/comprehen/gasbrand/GasBrandUser.vue +185 -185
- package/src/components/revenue/comprehen/gasbrand/GasModelInfo.vue +93 -93
- package/src/components/revenue/comprehen/gasbrand/Parames.vue +293 -293
- package/src/components/revenue/comprehen/gasbrand/ViewOrg.vue +43 -43
- package/src/components/revenue/comprehen/handAudit/MeterReadAudit.vue +392 -392
- package/src/components/revenue/comprehen/insurance/insuranceGuanL.vue +337 -337
- package/src/components/revenue/comprehen/ovdue/Overduetax.vue +624 -624
- package/src/components/revenue/comprehen/posQuery/PosQueryList.vue +430 -430
- package/src/components/revenue/comprehen/replacement/replaceMentList.vue +412 -412
- package/src/components/revenue/comprehen/replacement/replacementHandInfoRecord.vue +155 -155
- package/src/components/revenue/comprehen/replacement/replacementSingleInfoOperation.vue +296 -296
- package/src/components/revenue/comprehen/wechatpay/WeChatPayContrast.vue +327 -327
- package/src/components/revenue/comprehen/wechatpay/WeChatPayDetail.vue +448 -448
- package/src/components/revenue/comprehen/wechatpay/WeChatPayPos.vue +177 -177
- package/src/components/revenue/comprehen/wechatpay/wechatValidateManage.vue +303 -303
- package/src/components/revenue/concentrator/ncAddressList.vue +141 -141
- package/src/components/revenue/concentrator/ncArchivesAdd.vue +646 -646
- package/src/components/revenue/concentrator/ncArchivesList.vue +199 -199
- package/src/components/revenue/concentrator/ncUserfilesList.vue +391 -391
- package/src/components/revenue/concentrator/ncUserfilesList2.vue +478 -478
- package/src/components/revenue/dispatch/dispatchDown.vue +402 -402
- package/src/components/revenue/dispatch/dispatchList.vue +430 -430
- package/src/components/revenue/dispatch/showList.vue +83 -83
- package/src/components/revenue/invoiceuse/CompanyTitleInput.vue +98 -98
- package/src/components/revenue/invoiceuse/InvoiceChargeList.vue +301 -301
- package/src/components/revenue/invoiceuse/InvoiceEntry.vue +78 -78
- package/src/components/revenue/invoiceuse/InvoiceGoodsInfoEntry.vue +140 -140
- package/src/components/revenue/invoiceuse/InvoiceGoodsInput.vue +90 -90
- package/src/components/revenue/invoiceuse/InvoiceInfoEntry.vue +142 -142
- package/src/components/revenue/invoiceuse/InvoiceInformationInput.vue +110 -110
- package/src/components/revenue/invoiceuse/InvoiceUse.vue +269 -269
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +919 -919
- package/src/components/revenue/machineHandManage/HandplanQuery.vue +1350 -1350
- package/src/components/revenue/machineHandManage/machineDown.vue +1148 -1148
- package/src/components/revenue/machineHandManage/machineHand.vue +2071 -2071
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +773 -773
- package/src/components/revenue/machineHandManage/machineUploaded.vue +316 -316
- package/src/components/revenue/priceAdjustment/CardPriceAdjustment.vue +169 -169
- package/src/components/revenue/priceAdjustment/cardMange/cardSellingDifference.vue +331 -331
- package/src/components/revenue/printing/PrintingFileUserFiles.vue +867 -867
- package/src/components/revenue/regionalgas/regionalList.vue +232 -232
- package/src/components/revenue/regionalgas/regionalListRecord.vue +72 -72
- package/src/components/revenue/regionalgas/regionaladd.vue +267 -267
- package/src/components/revenue/stopairmanage/stopairList.vue +201 -201
- package/src/components/revenue/stopairmanage/stopairListRecord.vue +82 -82
- package/src/components/revenue/stopairmanage/stopairadd.vue +228 -228
- package/src/components/revenue/third/rizhao/transferAudit.vue +205 -205
- package/src/components/revenue/third/rizhao/transferAuditDisposeBasics.vue +220 -220
- package/src/components/revenue/third/transferAudit.vue +205 -205
- package/src/components/revenue/third/transferAuditDisposeBasics.vue +213 -213
- package/src/components/revenue/todoList/CompileList.vue +93 -93
- package/src/components/revenue/todoList/TodoList.vue +129 -129
- package/src/components/service/BluetoothSell.js +76 -76
- package/src/components/service/PCSell.js +77 -77
- package/src/components/service/Save.js +77 -77
- package/src/components/valueaddserver/valueaddservershow.vue +253 -253
- package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +200 -200
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +818 -818
- package/src/components/webMeter/NewWebMeterHandPlan.vue +716 -716
- package/src/components/webMeter/WebBalanceQuery.vue +532 -532
- package/src/components/webMeter/WebmeterFlowmeter.vue +1064 -1064
- package/src/components/webMeter/approvalHandleList.vue +548 -548
- package/src/components/webMeter/common/MeterMsg.vue +596 -596
- package/src/components/webMeter/common/NewWatchMsg.vue +586 -586
- package/src/components/webMeter/common/QueryInstruct.vue +244 -244
- package/src/components/webMeter/common/SignParameter.vue +278 -278
- package/src/components/webMeter/common/WatchCollection.vue +96 -96
- package/src/components/webMeter/common/WatchCost.vue +101 -101
- package/src/components/webMeter/common/WatchDealWarning.vue +231 -231
- package/src/components/webMeter/common/WatchRecharge.vue +159 -159
- package/src/components/webMeter/common/WebMeterInfoManage.vue +124 -124
- package/src/components/webMeter/common/batteryEcharts.vue +159 -159
- package/src/components/webMeter/common/signalEcharts.vue +155 -155
- package/src/components/webMeter/dataCollection/NewWebMeterHandPlan.vue +810 -810
- package/src/components/webMeter/iotBalanceAnalyse.vue +374 -374
- package/src/components/webMeter/meterinfo/NewMeterList.vue +706 -706
- package/src/components/webMeter/paramSave/ParamHistory.vue +115 -115
- package/src/components/webMeter/paramSave/ParamSet.vue +668 -668
- package/src/components/webMeter/paramSave/ParamSetForm.vue +344 -344
- package/src/components/webMeter/paramSaveNew/ParamExceptions.vue +56 -56
- package/src/components/webMeter/paramSaveNew/ParamHistory.vue +164 -164
- package/src/components/webMeter/paramSaveNew/ParamSet.vue +596 -596
- package/src/components/webMeter/paramSaveNew/ParamSetDefault.vue +221 -221
- package/src/components/webMeter/paramSaveNew/ParamSetDefaultList.vue +68 -68
- package/src/components/webMeter/paramSaveNew/ParamSetForm.vue +507 -507
- package/src/components/webMeter/webInfo/EditWebMeterInfo.vue +278 -278
- package/src/components/webMeter/webInfo/MeterHistory.vue +74 -74
- package/src/components/webMeter/webInfo/UseWebMeter.vue +185 -185
- package/src/components/webMeter/webInfo/WebMeterInfo.vue +80 -80
- package/src/components/webMeter/webInfo/WebMeterList.vue +430 -430
- package/src/components/webMeter/webInfo/qinhua/EditWebMeterInfo.vue +247 -247
- package/src/components/webMeter/webInfo/qinhua/MeterHistory.vue +74 -74
- package/src/components/webMeter/webInfo/qinhua/WebMeterInfo.vue +79 -79
- package/src/components/webMeter/webInfo/qinhua/WebMeterList.vue +357 -357
- package/src/components/weinan/YuShou.vue +116 -116
- package/src/components/weinan/tree/Hhhh.vue +194 -194
- package/src/components/weinan/tree/ShowMessage.vue +136 -136
- package/src/components/zhoukou/DeveloperInfo.vue +327 -327
- package/src/components/zhoukou/LogRecordList.vue +188 -188
- package/src/filiale/alashan/UserBaseInfoNew.vue +481 -481
- package/src/filiale/ancheng/NewMeterList.vue +607 -607
- package/src/filiale/bayan/CardMeterCenter.vue +956 -956
- package/src/filiale/bayan/CardService.js +2237 -2237
- package/src/filiale/bayan/ChargeManage.vue +316 -316
- package/src/filiale/bayan/ChargeOper.vue +312 -312
- package/src/filiale/bayan/IOTMeterCenter.vue +873 -873
- package/src/filiale/bayan/MachineMeterCenter.vue +665 -665
- package/src/filiale/bayan/NoCardMeterCenter.vue +501 -501
- package/src/filiale/bayan/OtherChargeNew.vue +643 -643
- package/src/filiale/bayan/ReplaceCardManage.vue +419 -419
- package/src/filiale/bayan/ShowCardSellGas.vue +935 -935
- package/src/filiale/bayan/UnWriteCardCenter.vue +112 -112
- package/src/filiale/bayan/Userinfo.vue +280 -280
- package/src/filiale/bayan/sale.js +30 -30
- package/src/filiale/dexin/TransferManage.vue +534 -534
- package/src/filiale/dexin/sale.js +7 -7
- package/src/filiale/dongguan/components/common/userinfo_detail/UserBaseInfoNew.vue +504 -504
- package/src/filiale/dongguan/components/common/userinfo_detail/WebMeterBatchOperationValve.vue +789 -789
- package/src/filiale/ganquan/components/UserFiles/UserPaperInfoTest.vue +81 -81
- package/src/filiale/gehua/UserBaseInfoNew.vue +469 -469
- package/src/filiale/gehua/machineHandManage/HandplanQuery.vue +1259 -1259
- package/src/filiale/guangxi/WebMeterBatchOperationValve.vue +788 -788
- package/src/filiale/haile/UserBaseInfoNew.vue +463 -463
- package/src/filiale/haile/machineHand.vue +2135 -2135
- package/src/filiale/haile/unHandplanQuery.vue +760 -760
- package/src/filiale/jingyang/ChangeMeter.vue +1171 -1171
- package/src/filiale/jingyang/EticketPrint.vue +228 -228
- package/src/filiale/jingyang/EticketV4/CustQueryEticket.vue +417 -417
- package/src/filiale/jingyang/EticketV4/EticketManage.vue +67 -67
- package/src/filiale/jingyang/EticketV4/EticketOpenCard.vue +411 -411
- package/src/filiale/jingyang/EticketV4/EticketOpenPage.vue +431 -431
- package/src/filiale/jingyang/EticketV4/EticketRecordList.vue +448 -448
- package/src/filiale/jingyang/GovernmentSell.vue +361 -361
- package/src/filiale/jingyang/charge/IOTMeterCenter.vue +872 -872
- package/src/filiale/jingyang/sale.js +26 -26
- package/src/filiale/kelai/FeeDeduction/deductionManage.vue +25 -25
- package/src/filiale/kelai/FeeDeduction/feeDeduction.vue +211 -211
- package/src/filiale/kelai/FeeDeduction/feeMachine.vue +169 -169
- package/src/filiale/kelai/meterinfodetail.vue +255 -255
- package/src/filiale/kelai/sale.js +52 -52
- package/src/filiale/liaoyuan/CardList.vue +559 -559
- package/src/filiale/liaoyuan/FileManage/MeterinfoTest.vue +581 -581
- package/src/filiale/liaoyuan/UserBaseInfoNew.vue +472 -472
- package/src/filiale/liaoyuan/sale.js +57 -57
- package/src/filiale/lixianV3/MachineMeterCenter.vue +691 -691
- package/src/filiale/lixianV3/OweDetailList.vue +79 -79
- package/src/filiale/lixianV3/OweList.vue +157 -157
- package/src/filiale/lixianV3/sale.js +21 -21
- package/src/filiale/macheng/FilesManageNew/UserEssentialInfoTest.vue +373 -373
- package/src/filiale/macheng/HandManager.vue +1597 -1597
- package/src/filiale/macheng/UserBaseInfoNew.vue +353 -353
- package/src/filiale/macheng/UserEssentialInfoTest.vue +368 -368
- package/src/filiale/meihekou/ChargeList.vue +807 -807
- package/src/filiale/meihekou/FileUserFiles.vue +986 -986
- package/src/filiale/meihekou/HandManager.vue +1789 -1789
- package/src/filiale/meihekou/MbpeopleList.vue +573 -573
- package/src/filiale/meihekou/MeterBookAdd.vue +410 -410
- package/src/filiale/meihekou/MeterinfoTest.vue +635 -635
- package/src/filiale/meihekou/UserBaseInfoNew.vue +488 -488
- package/src/filiale/meihekou/meterinfodetail.vue +240 -240
- package/src/filiale/meihekou/sale.js +52 -52
- package/src/filiale/ningjin/HandplanQuery.vue +1194 -1194
- package/src/filiale/qianneng/ArrearsList.vue +417 -417
- package/src/filiale/qianneng/components/common/userinfo_detail/UserBaseInfoNew.vue +470 -470
- package/src/filiale/qianneng/revenue/common/ic_detail/HandQueryUser.vue +419 -419
- package/src/filiale/qianneng/sale.js +103 -103
- package/src/filiale/qingtongxia/UserBaseInfoNew.vue +603 -603
- package/src/filiale/qingtongxia/sale.js +17 -17
- package/src/filiale/rizhao/ChargeList.vue +1062 -1062
- package/src/filiale/rizhao/IOTMeterCenter.vue +795 -795
- package/src/filiale/rizhao/UserBaseInfoNew.vue +452 -452
- package/src/filiale/rizhao/otherinfo.vue +92 -92
- package/src/filiale/rongchuang/CardMeterCenter.vue +918 -918
- package/src/filiale/rongchuang/DepositCharge.vue +373 -373
- package/src/filiale/rongchuang/EticketPrint.vue +503 -503
- package/src/filiale/rongchuang/EticketRecordList.vue +265 -265
- package/src/filiale/rongchuang/GasPriceList.vue +359 -359
- package/src/filiale/rongchuang/IOTMeterCenter.vue +809 -809
- package/src/filiale/rongchuang/LimitGas.vue +233 -233
- package/src/filiale/rongchuang/MeterinfoTest.vue +752 -752
- package/src/filiale/rongchuang/NoCardMeterCenter.vue +469 -469
- package/src/filiale/rongchuang/OtherChargeNew.vue +445 -445
- package/src/filiale/rongchuang/OtherGas.vue +329 -329
- package/src/filiale/rongchuang/OverUseCharge.vue +435 -435
- package/src/filiale/rongchuang/PrintBill.vue +113 -113
- package/src/filiale/rongchuang/ReissueBill.vue +294 -294
- package/src/filiale/rongchuang/ReplaceCardManage.vue +412 -412
- package/src/filiale/rongchuang/ShowCardSellGas.vue +852 -852
- package/src/filiale/rongchuang/Userinfo.vue +176 -176
- package/src/filiale/rongchuang/bill/CustQueryEticket.vue +439 -439
- package/src/filiale/rongchuang/bill/EticketOpenCard.vue +264 -264
- package/src/filiale/rongchuang/bill/EticketOpenJBPage.vue +261 -261
- package/src/filiale/rongchuang/bill/EticketOpenPage.vue +249 -249
- package/src/filiale/rongchuang/bill/EticketRecordList.vue +277 -277
- package/src/filiale/rongchuang/handListMaintain.vue +641 -641
- package/src/filiale/rongchuang/handOperate.vue +454 -454
- package/src/filiale/rongchuang/sale.js +50 -50
- package/src/filiale/shangluo/ChangeMeter.vue +1184 -1184
- package/src/filiale/shangluo/sale.js +19 -19
- package/src/filiale/shanxian/components/webMeter/WebMeterBatchOperationValve.vue +792 -792
- package/src/filiale/shanxian/components/webMeter/meterinfo/NewMeterList.vue +602 -602
- package/src/filiale/shaoguan/HandplanQuery.vue +1329 -1329
- package/src/filiale/shaoguan/base/UserBaseInfoNew.vue +474 -474
- package/src/filiale/shexian/ChargeList.vue +1026 -1026
- package/src/filiale/shexian/UserBaseInfoNew.vue +469 -469
- package/src/filiale/shexian/revenue/newchangemeter/ChangeMeter.vue +1168 -1168
- package/src/filiale/shiquan/GasPriceList.vue +342 -342
- package/src/filiale/shiquan/sale.js +31 -31
- package/src/filiale/taizhoukesi/ChangeMeterQueryUser.vue +244 -244
- package/src/filiale/taizhoukesi/UserInfoDetailManageNew.vue +214 -214
- package/src/filiale/taizhoukesi/sale.js +6 -6
- package/src/filiale/tongchuan/EticketManage.vue +60 -60
- package/src/filiale/tongchuan/Maintenance/revenue/MeterOperatemain.vue +319 -319
- package/src/filiale/tongchuan/UserBaseInfoNew.vue +378 -378
- package/src/filiale/tongchuan/bill/CustQueryEticketQueryV4.vue +337 -337
- package/src/filiale/tongchuan/bill/EticketOpenCard.vue +323 -323
- package/src/filiale/tongchuan/bill/EticketOpenIotSalePage.vue +333 -333
- package/src/filiale/tongchuan/bill/EticketOpenJBPage.vue +386 -386
- package/src/filiale/tongchuan/bill/EticketOpenPage.vue +347 -347
- package/src/filiale/tongchuan/bill/EticketPrint.vue +483 -483
- package/src/filiale/tongchuan/bill/EticketRecordList.vue +278 -278
- package/src/filiale/tongchuan/paperaudit.vue +310 -310
- package/src/filiale/tongchuan/sale.js +154 -154
- package/src/filiale/wenxi/DisableManage.vue +150 -150
- package/src/filiale/wenxi/cardsHand.vue +974 -974
- package/src/filiale/wenxi/plugging/UserPlugging.vue +100 -100
- package/src/filiale/xinkang/UserBaseInfoNew.vue +446 -446
- package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +789 -789
- package/src/filiale/yangchun/CardList.vue +559 -559
- package/src/filiale/yangchun/CardMeterCenter.vue +992 -965
- package/src/filiale/yangchun/ChangeMeter.vue +1191 -1191
- package/src/filiale/yangchun/EticketModal.vue +95 -95
- package/src/filiale/yangchun/EticketV4/CustQueryEticket.vue +334 -334
- package/src/filiale/yangchun/EticketV4/EticketManage.vue +64 -64
- package/src/filiale/yangchun/EticketV4/EticketOpenCard.vue +349 -349
- package/src/filiale/yangchun/EticketV4/EticketOpenJBPage.vue +350 -350
- package/src/filiale/yangchun/EticketV4/EticketOpenPage.vue +341 -341
- package/src/filiale/yangchun/FilesManage/UserEssentialInfoTest.vue +643 -643
- package/src/filiale/yangchun/FilesManage/UserGeneralInfoTest.vue +810 -810
- package/src/filiale/yangchun/FilesManage/UserPaperInfoTest.vue +63 -63
- package/src/filiale/yangchun/OtherChargeDetail.vue +97 -97
- package/src/filiale/yangchun/OtherChargeNew.vue +702 -702
- package/src/filiale/yangchun/plugins/LogicService.js +496 -496
- package/src/filiale/yangchun/sale.js +65 -65
- package/src/filiale/yuansheng/UserBaseInfoNew.vue +447 -447
- package/src/filiale/yuncheng/ChargeManage.vue +316 -316
- package/src/filiale/yuncheng/ChargeOper.vue +286 -286
- package/src/filiale/yuncheng/HandplanQuery.vue +1377 -1377
- package/src/filiale/yuncheng/Mulitinfo.vue +75 -75
- package/src/filiale/yuncheng/deviceinfodetail.vue +144 -144
- package/src/filiale/yuncheng/machineDown.vue +1151 -1151
- package/src/filiale/yuncheng/machineHandAudit.vue +893 -893
- package/src/filiale/yuncheng/sale.js +52 -52
- package/src/filiale/zhongsheng/charge/UserBaseInfoNew.vue +451 -451
- package/src/filiale/zhongyi/HandplanQuery.vue +1198 -1198
- package/src/filiale/zhongyi/common/MeterMessage.vue +184 -184
- package/src/filiale/zhongyi/machineHand.vue +2212 -2212
- package/src/filiale/zhongyi/sale.js +40 -40
- package/src/main.js +33 -33
- package/src/plugins/BillService.js +63 -63
- package/src/plugins/CancelService.js +298 -298
- package/src/plugins/CardManageService.js +21 -21
- package/src/plugins/CardService.js +2119 -2119
- package/src/plugins/ChangeMeterService.js +760 -760
- package/src/plugins/CommonService.js +302 -302
- package/src/plugins/FileManageService.js +460 -460
- package/src/plugins/FileService.js +270 -270
- package/src/plugins/GetLoginInfoService.js +495 -495
- package/src/plugins/GetSaleParams.js +217 -217
- package/src/plugins/HandService.js +35 -35
- package/src/plugins/InvoiceService.js +80 -80
- package/src/plugins/LoadParams.js +117 -117
- package/src/plugins/LogicService.js +491 -491
- package/src/plugins/MachineChargeService.js +120 -120
- package/src/plugins/OffGasAddGasService.js +176 -176
- package/src/plugins/PrintService.js +134 -134
- package/src/plugins/SelectService.js +44 -44
- package/src/plugins/jsign.js +168 -168
- package/src/project/State.js +17 -17
- package/src/sale.js +1212 -1212
- package/src/sign.html +399 -399
- package/src/stores/MagLoadParams.js +61 -61
|
@@ -1,1064 +1,1064 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="flex bg-white p-10 datapanel">
|
|
3
|
-
<div class="span">
|
|
4
|
-
<criteria-paged :model="model" v-ref:paged>
|
|
5
|
-
<criteria partial='criteria' v-ref:criteria @condition-changed='$parent.search'>
|
|
6
|
-
<div v-show="$parent.$parent.isdeal" novalidate class="form-horizontal select-overspread container-fluid auto"
|
|
7
|
-
partial>
|
|
8
|
-
<div class="row" width="100%">
|
|
9
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
10
|
-
<label class="button_search">表 钢 号 </label>
|
|
11
|
-
<input type="text" class="form-control"
|
|
12
|
-
placeholder='表钢号'
|
|
13
|
-
v-model="model.f_meternumber"
|
|
14
|
-
condition="ui.f_meternumber like '%{}%'"
|
|
15
|
-
>
|
|
16
|
-
</div>
|
|
17
|
-
<div v-if="$parent.$parent.searchshow">
|
|
18
|
-
|
|
19
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
20
|
-
<label class="button_search">组织机构</label>
|
|
21
|
-
<right-tree :userid.sync='$parent.$parent.obj.userid' :source.sync='$parent.$parent.obj.source'
|
|
22
|
-
@re-res="$parent.$parent.getRes"></right-tree>
|
|
23
|
-
</div>
|
|
24
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
25
|
-
<label class="button_search"> 用 户 号</label>
|
|
26
|
-
<input type="text" class="form-control"
|
|
27
|
-
v-model="model.f_userinfo_code"
|
|
28
|
-
placeholder='用户号'
|
|
29
|
-
condition="u.f_userinfo_code like '%{}%'">
|
|
30
|
-
</div>
|
|
31
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
32
|
-
<label class="button_search">用户姓名</label>
|
|
33
|
-
<input type="text" class="form-control" v-model="model.f_user_name"
|
|
34
|
-
placeholder='用户姓名'
|
|
35
|
-
condition="mr.f_user_name = '{}'">
|
|
36
|
-
</div>
|
|
37
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
38
|
-
<label class="button_search">用气地址</label>
|
|
39
|
-
<input type="text" class="form-control" v-model="model.f_address"
|
|
40
|
-
placeholder='用气地址'
|
|
41
|
-
condition="a.f_address like '%{}%'"
|
|
42
|
-
>
|
|
43
|
-
</div>
|
|
44
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
45
|
-
<label class="button_search">用户类型</label>
|
|
46
|
-
<v-select placeholder='用户类型' close-on-select
|
|
47
|
-
v-model="model.f_user_type"
|
|
48
|
-
value-single="true"
|
|
49
|
-
:value.sync="model.f_user_type"
|
|
50
|
-
:options="$parent.$parent.Gasusertype"
|
|
51
|
-
condition="ui.f_user_type {}"
|
|
52
|
-
>
|
|
53
|
-
</v-select>
|
|
54
|
-
</div>
|
|
55
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
56
|
-
<label class="button_search">用气性质</label>
|
|
57
|
-
<v-select placeholder='用气性质' close-on-select
|
|
58
|
-
value-single="true"
|
|
59
|
-
v-model="model.f_gasproperties"
|
|
60
|
-
:value.sync="model.f_gasproperties"
|
|
61
|
-
:options="$parent.$parent.Gasproperties"
|
|
62
|
-
condition="ui.f_gasproperties {}">
|
|
63
|
-
</v-select>
|
|
64
|
-
</div>
|
|
65
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
66
|
-
<label class="button_search">阀门状态</label>
|
|
67
|
-
<v-select placeholder='阀门状态' close-on-select
|
|
68
|
-
v-model="model.f_valvestate"
|
|
69
|
-
:value.sync="model.f_valvestate"
|
|
70
|
-
condition="mr.f_valvestate like '%{}%'"
|
|
71
|
-
:options="$parent.$parent.Valvestates">
|
|
72
|
-
</v-select>
|
|
73
|
-
</div>
|
|
74
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
75
|
-
<label class="button_search">上报类型</label>
|
|
76
|
-
<v-select placeholder='上报类型' close-on-select multiple
|
|
77
|
-
v-model="model.f_upload_type"
|
|
78
|
-
:value.sync="model.f_upload_type"
|
|
79
|
-
:options="$parent.$parent.Getuploadtype"
|
|
80
|
-
condition="mr.f_upload_type in {}"
|
|
81
|
-
>
|
|
82
|
-
</v-select>
|
|
83
|
-
</div>
|
|
84
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
85
|
-
<label class="button_search" style="word-break:keep-all;">上报时间</label>
|
|
86
|
-
<datepicker placeholder="起始时间"
|
|
87
|
-
:value.sync="model.startDate"
|
|
88
|
-
v-model="model.startDate"
|
|
89
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
90
|
-
condition="mr.f_hand_date >= '{}'"
|
|
91
|
-
></datepicker>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
94
|
-
<label class="button_search" style="word-break:keep-all;"> 至 </label>
|
|
95
|
-
<datepicker placeholder="结束时间"
|
|
96
|
-
:value.sync="model.endDate"
|
|
97
|
-
v-model="model.endDate"
|
|
98
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
99
|
-
condition="mr.f_hand_date <= '{}'"
|
|
100
|
-
></datepicker>
|
|
101
|
-
</div>
|
|
102
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
103
|
-
<label class="button_search" style="word-break:keep-all;">安装时间</label>
|
|
104
|
-
<datepicker placeholder="起始时间"
|
|
105
|
-
:value.sync="model.startDate1"
|
|
106
|
-
v-model="model.startDate1"
|
|
107
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
108
|
-
condition="ui.f_gas_date >= '{}'"
|
|
109
|
-
></datepicker>
|
|
110
|
-
</div>
|
|
111
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
112
|
-
<label class="button_search" style="word-break:keep-all;"> 至 </label>
|
|
113
|
-
<datepicker placeholder="结束时间"
|
|
114
|
-
:value.sync="model.endDate1"
|
|
115
|
-
v-model="model.endDate1"
|
|
116
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
117
|
-
condition="ui.f_gas_date <= '{}'"
|
|
118
|
-
></datepicker>
|
|
119
|
-
</div>
|
|
120
|
-
<!--<div class="col-sm-3 form-group form-input-group">-->
|
|
121
|
-
<!--<label class="button_search">故障状态</label>-->
|
|
122
|
-
<!--<v-select placeholder='故障状态'-->
|
|
123
|
-
<!--v-model="model.faultstate"-->
|
|
124
|
-
<!--multiple-->
|
|
125
|
-
<!--:value.sync="model.faultstate"-->
|
|
126
|
-
<!--:options="$parent.$parent.FaultStates">-->
|
|
127
|
-
<!--</v-select>-->
|
|
128
|
-
<!--</div>-->
|
|
129
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
130
|
-
<label class="button_search">用 气 量 </label>
|
|
131
|
-
<input type="text" class="form-control" v-model="model.start_gas" placeholder='最小气量'
|
|
132
|
-
condition="mr.f_tablebase-mr.f_last_tablebase >= '{}'" v-next-el='start_gas' v-el:start_gas>
|
|
133
|
-
</div>
|
|
134
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
135
|
-
<label class="button_search" style="word-break:keep-all;"> 至 </label>
|
|
136
|
-
<input type="text" class="form-control" v-model="model.end_gas" placeholder='最大气量'
|
|
137
|
-
condition="mr.f_tablebase-mr.f_last_tablebase <= '{}'" v-el:xq v-next-el='end_gas' v-el:end_gas
|
|
138
|
-
>
|
|
139
|
-
</div>
|
|
140
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
141
|
-
<label class="button_search">剩余金额</label>
|
|
142
|
-
<input type="text" class="form-control"
|
|
143
|
-
v-model="model.start_f_balance"
|
|
144
|
-
placeholder='最小金额'
|
|
145
|
-
condition="h.f_balance >= '{}'">
|
|
146
|
-
</div>
|
|
147
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
148
|
-
<label class="button_search"> 至 </label>
|
|
149
|
-
<input type="text" class="form-control"
|
|
150
|
-
v-model="model.end_f_balance"
|
|
151
|
-
placeholder='最大金额'
|
|
152
|
-
condition="h.f_balance <= '{}'"
|
|
153
|
-
>
|
|
154
|
-
</div>
|
|
155
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
156
|
-
<label class="button_search" style="word-break:keep-all;">操作时间</label>
|
|
157
|
-
<datepicker placeholder="起始时间"
|
|
158
|
-
:value.sync="model.startDate2"
|
|
159
|
-
v-model="model.startDate2"
|
|
160
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
161
|
-
condition="p.f_parameter_date >= '{}'"
|
|
162
|
-
></datepicker>
|
|
163
|
-
</div>
|
|
164
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
165
|
-
<label class="button_search" style="word-break:keep-all;"> 至 </label>
|
|
166
|
-
<datepicker placeholder="结束时间"
|
|
167
|
-
:value.sync="model.endDate2"
|
|
168
|
-
v-model="model.endDate2"
|
|
169
|
-
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
170
|
-
condition="p.f_parameter_date <= '{}'"
|
|
171
|
-
></datepicker>
|
|
172
|
-
</div>
|
|
173
|
-
<div class="col-sm-3 form-group form-input-group">
|
|
174
|
-
<label class="button_search">标记状态</label>
|
|
175
|
-
<v-select placeholder='标记状态' close-on-select
|
|
176
|
-
v-model="model.f_parameter_state"
|
|
177
|
-
:value.sync="model.f_parameter_state"
|
|
178
|
-
:options="$parent.$parent.getSignStatus"
|
|
179
|
-
condition="p.f_parameter_state {}">
|
|
180
|
-
</v-select>
|
|
181
|
-
</div>
|
|
182
|
-
</div>
|
|
183
|
-
|
|
184
|
-
<div class="col-sm-3 form-group">
|
|
185
|
-
<label class="button_search"></label>
|
|
186
|
-
<button class="btn btn-success width-100" @click="search()" v-el:cba>查询</button>
|
|
187
|
-
<label class="button_search"></label>
|
|
188
|
-
<button class="btn btn-default width-100" @click="$parent.$parent.clearmsg">清空</button>
|
|
189
|
-
<label class="button_search" v-if="!$parent.$parent.excelTable">超过十万条限制导出</label>
|
|
190
|
-
<export-excel v-if="$parent.$parent.excelTable"
|
|
191
|
-
:data="{condition: $parent.$parent.condition}"
|
|
192
|
-
:field="$parent.$parent.getfield"
|
|
193
|
-
sqlurl="rs/logic/saleExport" progress="saleGetExportProgress" sql-name="flowWebHandPlan"
|
|
194
|
-
template-name='flowHandPlan'
|
|
195
|
-
:choose-col="true"></export-excel>
|
|
196
|
-
</div>
|
|
197
|
-
<div v-show="!$parent.$parent.searchshow" @click="$parent.$parent.seachchange"
|
|
198
|
-
style="position: relative;float: right;margin-right: 1%;">
|
|
199
|
-
<img src="../../../static/webMeter/shousuo.png"><span>展开</span>
|
|
200
|
-
</div>
|
|
201
|
-
<div v-show="$parent.$parent.searchshow" @click="$parent.$parent.seachchange"
|
|
202
|
-
style="position: relative;float: right;margin-right: 1%;">
|
|
203
|
-
<img src="../../../static/webMeter/shangsheng.png"><span>收缩</span>
|
|
204
|
-
</div>
|
|
205
|
-
</div>
|
|
206
|
-
</div>
|
|
207
|
-
</criteria>
|
|
208
|
-
<data-grid id="webmeterhandplanFlowmeter" :model="model" partial='list' v-ref:grid>
|
|
209
|
-
<template partial='head'>
|
|
210
|
-
<tr>
|
|
211
|
-
<th style="text-align:center" v-show="!$parent.$parent.$parent.isdeal">
|
|
212
|
-
<nobr>操作</nobr>
|
|
213
|
-
</th>
|
|
214
|
-
<th style="text-align:center">
|
|
215
|
-
<nobr>组织机构</nobr>
|
|
216
|
-
</th>
|
|
217
|
-
<th style="text-align:center">
|
|
218
|
-
<nobr>用户号</nobr>
|
|
219
|
-
</th>
|
|
220
|
-
<th style="text-align:center">
|
|
221
|
-
<nobr>用户类型</nobr>
|
|
222
|
-
</th>
|
|
223
|
-
<th style="text-align:center">
|
|
224
|
-
<nobr>用气性质</nobr>
|
|
225
|
-
</th>
|
|
226
|
-
<th style="text-align:center">
|
|
227
|
-
<nobr>用户姓名</nobr>
|
|
228
|
-
</th>
|
|
229
|
-
<th style="text-align:center">
|
|
230
|
-
<nobr>用气地址</nobr>
|
|
231
|
-
</th>
|
|
232
|
-
<th style="text-align:center">
|
|
233
|
-
<nobr>安装时间</nobr>
|
|
234
|
-
</th>
|
|
235
|
-
<th style="text-align:center">
|
|
236
|
-
<nobr>表钢号</nobr>
|
|
237
|
-
</th>
|
|
238
|
-
<th style="text-align:center">
|
|
239
|
-
<nobr>气表品牌</nobr>
|
|
240
|
-
</th>
|
|
241
|
-
<th style="text-align:center">
|
|
242
|
-
<nobr>气表型号</nobr>
|
|
243
|
-
</th>
|
|
244
|
-
<th style="text-align:center">
|
|
245
|
-
<nobr>期初余额</nobr>
|
|
246
|
-
</th>
|
|
247
|
-
<th style="text-align:center">
|
|
248
|
-
<nobr>上次抄表底数</nobr>
|
|
249
|
-
</th>
|
|
250
|
-
<th style="text-align:center">
|
|
251
|
-
<nobr>本次抄表底数</nobr>
|
|
252
|
-
</th>
|
|
253
|
-
<th style="text-align:center">
|
|
254
|
-
<nobr>本次用气量(m³)</nobr>
|
|
255
|
-
</th>
|
|
256
|
-
<th style="text-align:center">
|
|
257
|
-
<nobr>气价(元/m³)</nobr>
|
|
258
|
-
</th>
|
|
259
|
-
<!--<th style="text-align:center">
|
|
260
|
-
<nobr>24小时用气量</nobr>
|
|
261
|
-
</th>-->
|
|
262
|
-
<th style="text-align:center">
|
|
263
|
-
<nobr>本次用气金额(元)</nobr>
|
|
264
|
-
</th>
|
|
265
|
-
<th style="text-align:center">
|
|
266
|
-
<nobr>剩余金额</nobr>
|
|
267
|
-
</th>
|
|
268
|
-
<th style="text-align:center">
|
|
269
|
-
<nobr>上报类型</nobr>
|
|
270
|
-
</th>
|
|
271
|
-
|
|
272
|
-
<th style="text-align:center">
|
|
273
|
-
<nobr>系统接收时间</nobr>
|
|
274
|
-
</th>
|
|
275
|
-
<th style="text-align:center">
|
|
276
|
-
<nobr>信号强度</nobr>
|
|
277
|
-
</th>
|
|
278
|
-
<th style="text-align:center">
|
|
279
|
-
<nobr>电压</nobr>
|
|
280
|
-
</th>
|
|
281
|
-
<th style="text-align:center">
|
|
282
|
-
<nobr>信噪比</nobr>
|
|
283
|
-
</th>
|
|
284
|
-
<th style="text-align:center">
|
|
285
|
-
<nobr>阀门状态</nobr>
|
|
286
|
-
</th>
|
|
287
|
-
<th style="text-align:center">
|
|
288
|
-
<nobr>磁干扰</nobr>
|
|
289
|
-
</th>
|
|
290
|
-
<th style="text-align:center">
|
|
291
|
-
<nobr>周期关阀</nobr>
|
|
292
|
-
</th>
|
|
293
|
-
<th style="text-align:center">
|
|
294
|
-
<nobr>过流保护关阀</nobr>
|
|
295
|
-
</th>
|
|
296
|
-
<th style="text-align:center">
|
|
297
|
-
<nobr>关阀走气</nobr>
|
|
298
|
-
</th>
|
|
299
|
-
<th style="text-align:center">
|
|
300
|
-
<nobr>拆表报警</nobr>
|
|
301
|
-
</th>
|
|
302
|
-
<th style="text-align:center">
|
|
303
|
-
<nobr>外部晶振标志</nobr>
|
|
304
|
-
</th>
|
|
305
|
-
<th style="text-align:center">
|
|
306
|
-
<nobr>软件版本号</nobr>
|
|
307
|
-
</th>
|
|
308
|
-
<th style="text-align:center">
|
|
309
|
-
<nobr>本次上报日期</nobr>
|
|
310
|
-
</th>
|
|
311
|
-
<th style="text-align:center">
|
|
312
|
-
<nobr>上次上报日期</nobr>
|
|
313
|
-
</th>
|
|
314
|
-
<th style="text-align:center">
|
|
315
|
-
<nobr>上次表状态</nobr>
|
|
316
|
-
</th>
|
|
317
|
-
<th style="text-align:center">
|
|
318
|
-
<nobr>本次表状态</nobr>
|
|
319
|
-
</th>
|
|
320
|
-
<th style="text-align:center">
|
|
321
|
-
<nobr>标记状态</nobr>
|
|
322
|
-
</th>
|
|
323
|
-
<th style="text-align:center">
|
|
324
|
-
<nobr>标记时间</nobr>
|
|
325
|
-
</th>
|
|
326
|
-
<th style="text-align:center">
|
|
327
|
-
<nobr>23-0点</nobr>
|
|
328
|
-
</th>
|
|
329
|
-
<th style="text-align:center">
|
|
330
|
-
<nobr>0-1点</nobr>
|
|
331
|
-
</th>
|
|
332
|
-
<th style="text-align:center">
|
|
333
|
-
<nobr>1-2点</nobr>
|
|
334
|
-
</th>
|
|
335
|
-
<th style="text-align:center">
|
|
336
|
-
<nobr>2-3点</nobr>
|
|
337
|
-
</th>
|
|
338
|
-
<th style="text-align:center">
|
|
339
|
-
<nobr>3-4点</nobr>
|
|
340
|
-
</th>
|
|
341
|
-
<th style="text-align:center">
|
|
342
|
-
<nobr>4-5点</nobr>
|
|
343
|
-
</th>
|
|
344
|
-
<th style="text-align:center">
|
|
345
|
-
<nobr>5-6点</nobr>
|
|
346
|
-
</th>
|
|
347
|
-
<th style="text-align:center">
|
|
348
|
-
<nobr>6-7点</nobr>
|
|
349
|
-
</th>
|
|
350
|
-
<th style="text-align:center">
|
|
351
|
-
<nobr>7-8点</nobr>
|
|
352
|
-
</th>
|
|
353
|
-
<th style="text-align:center">
|
|
354
|
-
<nobr>8-9点</nobr>
|
|
355
|
-
</th>
|
|
356
|
-
<th style="text-align:center">
|
|
357
|
-
<nobr>9-10点</nobr>
|
|
358
|
-
</th>
|
|
359
|
-
<th style="text-align:center">
|
|
360
|
-
<nobr>10-11点</nobr>
|
|
361
|
-
</th>
|
|
362
|
-
<th style="text-align:center">
|
|
363
|
-
<nobr>11-12点</nobr>
|
|
364
|
-
</th>
|
|
365
|
-
<th style="text-align:center">
|
|
366
|
-
<nobr>12-13点</nobr>
|
|
367
|
-
</th>
|
|
368
|
-
<th style="text-align:center">
|
|
369
|
-
<nobr>13-14点</nobr>
|
|
370
|
-
</th>
|
|
371
|
-
<th style="text-align:center">
|
|
372
|
-
<nobr>14-15点</nobr>
|
|
373
|
-
</th>
|
|
374
|
-
<th style="text-align:center">
|
|
375
|
-
<nobr>15-16点</nobr>
|
|
376
|
-
</th>
|
|
377
|
-
<th style="text-align:center">
|
|
378
|
-
<nobr>16-17点</nobr>
|
|
379
|
-
</th>
|
|
380
|
-
<th style="text-align:center">
|
|
381
|
-
<nobr>17-18点</nobr>
|
|
382
|
-
</th>
|
|
383
|
-
<th style="text-align:center">
|
|
384
|
-
<nobr>18-19点</nobr>
|
|
385
|
-
</th>
|
|
386
|
-
<th style="text-align:center">
|
|
387
|
-
<nobr>19-20点</nobr>
|
|
388
|
-
</th>
|
|
389
|
-
<th style="text-align:center">
|
|
390
|
-
<nobr>20-21点</nobr>
|
|
391
|
-
</th>
|
|
392
|
-
<th style="text-align:center">
|
|
393
|
-
<nobr>21-22点</nobr>
|
|
394
|
-
</th>
|
|
395
|
-
<th style="text-align:center">
|
|
396
|
-
<nobr>22-23点</nobr>
|
|
397
|
-
</th>
|
|
398
|
-
</tr>
|
|
399
|
-
</template>
|
|
400
|
-
<template partial='body' partial='list' v-ref:grid>
|
|
401
|
-
<tr>
|
|
402
|
-
<td style="text-align:center" v-show="!$parent.$parent.$parent.isdeal">
|
|
403
|
-
<button-link type="button" class="btn btn-link" @click="$parent.$parent.$parent.handchange(row)">处理
|
|
404
|
-
</button-link>
|
|
405
|
-
</td>
|
|
406
|
-
<td style="text-align:center">
|
|
407
|
-
<nobr>{{row.f_filiale}}</nobr>
|
|
408
|
-
</td>
|
|
409
|
-
<td style="text-align:center">
|
|
410
|
-
<nobr>{{row.f_userinfo_code}}</nobr>
|
|
411
|
-
</td>
|
|
412
|
-
<td style="text-align:center">
|
|
413
|
-
<nobr>{{row.f_user_type}}</nobr>
|
|
414
|
-
</td>
|
|
415
|
-
<td style="text-align:center">
|
|
416
|
-
<nobr>{{row.f_gasproperties}}</nobr>
|
|
417
|
-
</td>
|
|
418
|
-
<td style="text-align:center">
|
|
419
|
-
<nobr>{{row.f_user_name}}</nobr>
|
|
420
|
-
</td>
|
|
421
|
-
<td>
|
|
422
|
-
<nobr>{{row.f_address}}</nobr>
|
|
423
|
-
</td>
|
|
424
|
-
<td style="text-align:center">
|
|
425
|
-
<nobr>{{row.f_gas_date}}</nobr>
|
|
426
|
-
</td>
|
|
427
|
-
<td style="text-align:center" v-show="$parent.$parent.$parent.isdeal"><nobr><span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_meternumber}}</a></span></nobr></td>
|
|
428
|
-
<td style="text-align:center" v-show="!$parent.$parent.$parent.isdeal"><nobr><nobr><span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_meternumber}}</a></span></nobr></nobr></td>
|
|
429
|
-
<td style="text-align:center">
|
|
430
|
-
<nobr>{{row.f_meter_brand}}</nobr>
|
|
431
|
-
</td>
|
|
432
|
-
<td style="text-align:center">
|
|
433
|
-
<nobr>{{row.f_meter_style}}</nobr>
|
|
434
|
-
</td>
|
|
435
|
-
<td style="text-align:center">
|
|
436
|
-
<nobr>{{row.f_curbalance}}</nobr>
|
|
437
|
-
</td>
|
|
438
|
-
<td style="text-align:center">{{row.f_last_tablebase}}</td>
|
|
439
|
-
<td style="text-align:center">{{row.f_tablebase}}</td>
|
|
440
|
-
<td style="text-align:center">{{row.f_oughtamount}}</td>
|
|
441
|
-
<td style="text-align:center">
|
|
442
|
-
<nobr>{{row.f_price}}</nobr>
|
|
443
|
-
</td>
|
|
444
|
-
<!--<td style="text-align:center">
|
|
445
|
-
<nobr>{{row.f_nsturalgas_data}}</nobr>
|
|
446
|
-
</td>-->
|
|
447
|
-
<td style="text-align:center">{{row.f_oughtfee}}</td>
|
|
448
|
-
<td style="text-align:center">
|
|
449
|
-
<nobr>{{row.f_balance_amount}}</nobr>
|
|
450
|
-
</td>
|
|
451
|
-
<td style="text-align:center;width: 170px;">
|
|
452
|
-
<nobr>{{row.f_upload_type}}</nobr>
|
|
453
|
-
</td>
|
|
454
|
-
|
|
455
|
-
<td style="text-align:center">
|
|
456
|
-
<nobr>{{row.f_insert_date}}</nobr>
|
|
457
|
-
</td>
|
|
458
|
-
<td style="text-align:center">
|
|
459
|
-
<img :title='row.f_signal' v-if="row.f_signal>-80"
|
|
460
|
-
src="../../../static/WebMetericon/1.png"
|
|
461
|
-
height="12" width="24"/>
|
|
462
|
-
<img :title='row.f_signal' v-if="row.f_signal>-100&&row.f_signal<=-80"
|
|
463
|
-
src="../../../static/WebMetericon/2.png"
|
|
464
|
-
height="12" width="24"/>
|
|
465
|
-
<img :title='row.f_signal' v-if="row.f_signal>-120&&row.f_signal<=-100"
|
|
466
|
-
src="../../../static/WebMetericon/3.png"
|
|
467
|
-
height="12" width="24"/>
|
|
468
|
-
<img :title='row.f_signal' v-if="row.f_signal<=-120"
|
|
469
|
-
src="../../../static/WebMetericon/4.png"
|
|
470
|
-
height="12" width="24"/>
|
|
471
|
-
</td>
|
|
472
|
-
<td style="text-align:center">
|
|
473
|
-
<img :title='row.f_batterylevel' v-if="row.f_batterylevel>=6.00"
|
|
474
|
-
src="../../../static/WebMetericon/01.png"
|
|
475
|
-
height="12" width="24"/>
|
|
476
|
-
<img :title='row.f_batterylevel' v-if="row.f_batterylevel>=5.00&&row.f_batterylevel<6.00"
|
|
477
|
-
src="../../../static/WebMetericon/02.png"
|
|
478
|
-
height="12" width="24"/>
|
|
479
|
-
<img :title='row.f_batterylevel' v-if="row.f_batterylevel>=4.00&&row.f_batterylevel<5.00"
|
|
480
|
-
src="../../../static/WebMetericon/03.png"
|
|
481
|
-
height="12" width="24"/>
|
|
482
|
-
<img :title='row.f_batterylevel' v-if="row.f_batterylevel<4.00"
|
|
483
|
-
src="../../../static/WebMetericon/04.png"
|
|
484
|
-
height="12" width="24"/>
|
|
485
|
-
</td>
|
|
486
|
-
<!--<td style="text-align:center;width: 51px">{{row.f_snr}}</td>-->
|
|
487
|
-
<td style="text-align:center;width: 51px">{{row.f_valvestate==0?'开阀':'关阀'}}</td>
|
|
488
|
-
<td style="text-align:center;width: 51px">
|
|
489
|
-
<img :title='故障' v-if="row.f_magneticinterference==1"
|
|
490
|
-
src="../../../static/WebMetericon/guzhang.png"
|
|
491
|
-
height="12" width="12"/>
|
|
492
|
-
<img :title='正常' v-if="row.f_magneticinterference==0"
|
|
493
|
-
src="../../../static/WebMetericon/zhengchang.png"
|
|
494
|
-
height="12" width="17"/>
|
|
495
|
-
</td>
|
|
496
|
-
<td style="text-align:center;width: 51px">
|
|
497
|
-
<img :title='关阀' v-if="row.f_cycleshutvalue==1"
|
|
498
|
-
src="../../../static/WebMetericon/guzhang.png"
|
|
499
|
-
height="12" width="12"/>
|
|
500
|
-
<img :title='正常' v-if="row.f_cycleshutvalue==0"
|
|
501
|
-
src="../../../static/WebMetericon/zhengchang.png"
|
|
502
|
-
height="12" width="17"/>
|
|
503
|
-
</td>
|
|
504
|
-
<td style="text-align:center;width: 51px">
|
|
505
|
-
<img :title='关阀' v-if="row.f_overcurrentprotection==1"
|
|
506
|
-
src="../../../static/WebMetericon/guzhang.png"
|
|
507
|
-
height="12" width="12"/>
|
|
508
|
-
<img :title='正常' v-if="row.f_overcurrentprotection==0"
|
|
509
|
-
src="../../../static/WebMetericon/zhengchang.png"
|
|
510
|
-
height="12" width="17"/>
|
|
511
|
-
</td>
|
|
512
|
-
<td style="text-align:center;width: 51px">
|
|
513
|
-
<img :title='走气' v-if="row.f_leakageflag==1"
|
|
514
|
-
src="../../../static/WebMetericon/guzhang.png"
|
|
515
|
-
height="12" width="12"/>
|
|
516
|
-
<img :title='正常' v-if="row.f_leakageflag==0"
|
|
517
|
-
src="../../../static/WebMetericon/zhengchang.png"
|
|
518
|
-
height="12" width="17"/>
|
|
519
|
-
</td>
|
|
520
|
-
<td style="text-align:center;width: 51px">
|
|
521
|
-
<img :title='拆表' v-if="row.f_splitalarm==='1'"
|
|
522
|
-
src="../../../static/WebMetericon/guzhang.png"
|
|
523
|
-
height="12" width="12"/>
|
|
524
|
-
<img :title='正常' v-if="row.f_splitalarm==='0'"
|
|
525
|
-
src="../../../static/WebMetericon/zhengchang.png"
|
|
526
|
-
height="12" width="17"/>
|
|
527
|
-
</td>
|
|
528
|
-
<td style="text-align:center;width: 51px">
|
|
529
|
-
<img :title='停止' v-if="row.f_xtipllstopflag==='1'"
|
|
530
|
-
src="../../../static/WebMetericon/guzhang.png"
|
|
531
|
-
height="12" width="12"/>
|
|
532
|
-
<img :title='正常' v-if="row.f_xtipllstopflag==='0'"
|
|
533
|
-
src="../../../static/WebMetericon/zhengchang.png"
|
|
534
|
-
height="12" width="17"/>
|
|
535
|
-
</td>
|
|
536
|
-
<td style="text-align:center">
|
|
537
|
-
<nobr>{{row.f_software_version}}</nobr>
|
|
538
|
-
</td>
|
|
539
|
-
<td style="text-align:center;width: 170px;">
|
|
540
|
-
<nobr>{{row.f_hand_date}}</nobr>
|
|
541
|
-
</td>
|
|
542
|
-
<td style="text-align:center">
|
|
543
|
-
<nobr>{{row.f_last_hand_date}}</nobr>
|
|
544
|
-
</td>
|
|
545
|
-
<td style="text-align:center">
|
|
546
|
-
<nobr>{{row.f_last_meter_state_msg}}</nobr>
|
|
547
|
-
</td>
|
|
548
|
-
<td style="text-align:center">
|
|
549
|
-
<nobr>{{row.f_table_msg}}</nobr>
|
|
550
|
-
</td>
|
|
551
|
-
<td style="text-align:center">
|
|
552
|
-
<nobr>{{row.f_parameter_state}}</nobr>
|
|
553
|
-
</td>
|
|
554
|
-
<td style="text-align:center">
|
|
555
|
-
<nobr>{{row.f_parameter_date}}</nobr>
|
|
556
|
-
</td>
|
|
557
|
-
<td style="text-align:center">
|
|
558
|
-
<nobr v-if="row.f_hour>='00'">{{row.h1}}</nobr>
|
|
559
|
-
<nobr style="color: blue" v-if="row.f_hour<'00'">{{row.h1}}</nobr>
|
|
560
|
-
</td>
|
|
561
|
-
<td style="text-align:center">
|
|
562
|
-
<nobr v-if="row.f_hour>='01'">{{row.h2}}</nobr>
|
|
563
|
-
<nobr style="color: blue" v-if="row.f_hour<'01'">{{row.h2}}</nobr>
|
|
564
|
-
</td>
|
|
565
|
-
<td style="text-align:center">
|
|
566
|
-
<nobr v-if="row.f_hour>='02'">{{row.h3}}</nobr>
|
|
567
|
-
<nobr style="color: blue" v-if="row.f_hour<'02'">{{row.h3}}</nobr>
|
|
568
|
-
</td>
|
|
569
|
-
<td style="text-align:center">
|
|
570
|
-
<nobr v-if="row.f_hour>='03'">{{row.h4}}</nobr>
|
|
571
|
-
<nobr style="color: blue" v-if="row.f_hour<'03'">{{row.h4}}</nobr>
|
|
572
|
-
</td>
|
|
573
|
-
<td style="text-align:center">
|
|
574
|
-
<nobr v-if="row.f_hour>='04'">{{row.h5}}</nobr>
|
|
575
|
-
<nobr style="color: blue" v-if="row.f_hour<'04'">{{row.h5}}</nobr>
|
|
576
|
-
</td>
|
|
577
|
-
<td style="text-align:center">
|
|
578
|
-
<nobr v-if="row.f_hour>='05'">{{row.h6}}</nobr>
|
|
579
|
-
<nobr style="color: blue" v-if="row.f_hour<'05'">{{row.h6}}</nobr>
|
|
580
|
-
</td>
|
|
581
|
-
<td style="text-align:center">
|
|
582
|
-
<nobr v-if="row.f_hour>='06'">{{row.h7}}</nobr>
|
|
583
|
-
<nobr style="color: blue" v-if="row.f_hour<'06'">{{row.h7}}</nobr>
|
|
584
|
-
</td>
|
|
585
|
-
<td style="text-align:center">
|
|
586
|
-
<nobr v-if="row.f_hour>='07'">{{row.h8}}</nobr>
|
|
587
|
-
<nobr style="color: blue" v-if="row.f_hour<'07'">{{row.h8}}</nobr>
|
|
588
|
-
</td>
|
|
589
|
-
<td style="text-align:center">
|
|
590
|
-
<nobr v-if="row.f_hour>='08'">{{row.h9}}</nobr>
|
|
591
|
-
<nobr style="color: blue" v-if="row.f_hour<'08'">{{row.h9}}</nobr>
|
|
592
|
-
</td>
|
|
593
|
-
<td style="text-align:center">
|
|
594
|
-
<nobr v-if="row.f_hour>='09'">{{row.h10}}</nobr>
|
|
595
|
-
<nobr style="color: blue" v-if="row.f_hour<'09'">{{row.h10}}</nobr>
|
|
596
|
-
</td>
|
|
597
|
-
<td style="text-align:center">
|
|
598
|
-
<nobr v-if="row.f_hour>='10'">{{row.h11}}</nobr>
|
|
599
|
-
<nobr style="color: blue" v-if="row.f_hour<'10'">{{row.h11}}</nobr>
|
|
600
|
-
</td>
|
|
601
|
-
<td style="text-align:center">
|
|
602
|
-
<nobr v-if="row.f_hour>='11'">{{row.h12}}</nobr>
|
|
603
|
-
<nobr style="color: blue" v-if="row.f_hour<'11'">{{row.h12}}</nobr>
|
|
604
|
-
</td>
|
|
605
|
-
<td style="text-align:center">
|
|
606
|
-
<nobr v-if="row.f_hour>='12'">{{row.h13}}</nobr>
|
|
607
|
-
<nobr style="color: blue" v-if="row.f_hour<'12'">{{row.h13}}</nobr>
|
|
608
|
-
</td>
|
|
609
|
-
<td style="text-align:center">
|
|
610
|
-
<nobr v-if="row.f_hour>='13'">{{row.h14}}</nobr>
|
|
611
|
-
<nobr style="color: blue" v-if="row.f_hour<'13'">{{row.h14}}</nobr>
|
|
612
|
-
</td>
|
|
613
|
-
<td style="text-align:center">
|
|
614
|
-
<nobr v-if="row.f_hour>='14'">{{row.h15}}</nobr>
|
|
615
|
-
<nobr style="color: blue" v-if="row.f_hour<'14'">{{row.h15}}</nobr>
|
|
616
|
-
</td>
|
|
617
|
-
<td style="text-align:center">
|
|
618
|
-
<nobr v-if="row.f_hour>='15'">{{row.h16}}</nobr>
|
|
619
|
-
<nobr style="color: blue" v-if="row.f_hour<'15'">{{row.h16}}</nobr>
|
|
620
|
-
</td>
|
|
621
|
-
<td style="text-align:center">
|
|
622
|
-
<nobr v-if="row.f_hour>='16'">{{row.h17}}</nobr>
|
|
623
|
-
<nobr style="color: blue" v-if="row.f_hour<'16'">{{row.h17}}</nobr>
|
|
624
|
-
</td>
|
|
625
|
-
<td style="text-align:center">
|
|
626
|
-
<nobr v-if="row.f_hour>='17'">{{row.h18}}</nobr>
|
|
627
|
-
<nobr style="color: blue" v-if="row.f_hour<'17'">{{row.h18}}</nobr>
|
|
628
|
-
</td>
|
|
629
|
-
<td style="text-align:center">
|
|
630
|
-
<nobr v-if="row.f_hour>='18'">{{row.h19}}</nobr>
|
|
631
|
-
<nobr style="color: blue" v-if="row.f_hour<'18'">{{row.h19}}</nobr>
|
|
632
|
-
</td>
|
|
633
|
-
<td style="text-align:center">
|
|
634
|
-
<nobr v-if="row.f_hour>='19'">{{row.h20}}</nobr>
|
|
635
|
-
<nobr style="color: blue" v-if="row.f_hour<'19'">{{row.h20}}</nobr>
|
|
636
|
-
</td>
|
|
637
|
-
<td style="text-align:center">
|
|
638
|
-
<nobr v-if="row.f_hour>='20'">{{row.h21}}</nobr>
|
|
639
|
-
<nobr style="color: blue" v-if="row.f_hour<'20'">{{row.h21}}</nobr>
|
|
640
|
-
</td>
|
|
641
|
-
<td style="text-align:center">
|
|
642
|
-
<nobr v-if="row.f_hour>='21'">{{row.h22}}</nobr>
|
|
643
|
-
<nobr style="color: blue" v-if="row.f_hour<'21'">{{row.h22}}</nobr>
|
|
644
|
-
</td>
|
|
645
|
-
<td style="text-align:center">
|
|
646
|
-
<nobr v-if="row.f_hour>='22'">{{row.h23}}</nobr>
|
|
647
|
-
<nobr style="color: blue" v-if="row.f_hour<'22'">{{row.h23}}</nobr>
|
|
648
|
-
</td>
|
|
649
|
-
<td style="text-align:center">
|
|
650
|
-
<nobr v-if="row.f_hour>='23'">{{row.h24}}</nobr>
|
|
651
|
-
<nobr style="color: blue" v-if="row.f_hour<'23'">{{row.h24}}</nobr>
|
|
652
|
-
</td>
|
|
653
|
-
</tr>
|
|
654
|
-
</template>
|
|
655
|
-
<template partial='foot'></template>
|
|
656
|
-
</data-grid>
|
|
657
|
-
</criteria-paged>
|
|
658
|
-
</div>
|
|
659
|
-
<!--异常抄表录入-->
|
|
660
|
-
<modal :show.sync="handshow" v-ref:modal backdrop="false">
|
|
661
|
-
<header slot="modal-header" class="modal-header">
|
|
662
|
-
<button type="button" class="close" @click="handchange()"><span>×</span></button>
|
|
663
|
-
<h4 class="modal-title">表号{{handExce.exceobj.f_meternumber}}</h4>
|
|
664
|
-
</header>
|
|
665
|
-
<article slot="modal-body" class="modal-body">
|
|
666
|
-
<div class="col-sm-12">
|
|
667
|
-
<label class="button_search">上报异常类型</label>
|
|
668
|
-
<textarea name="name" rows="2" style="width: 100%"
|
|
669
|
-
class="ver-textarea" class="form-control"
|
|
670
|
-
placeholder='上报异常类型'
|
|
671
|
-
v-model='handExce.f_error_type'></textarea>
|
|
672
|
-
</div>
|
|
673
|
-
<div class="col-sm-12 form-group form-fix-width">
|
|
674
|
-
<label class="button_search">异常描述</label>
|
|
675
|
-
<textarea name="name" rows="2" style="width: 100%"
|
|
676
|
-
placeholder='上报异常类型'
|
|
677
|
-
class="ver-textarea" class="form-control"
|
|
678
|
-
v-model='handExce.f_error_msg'></textarea>
|
|
679
|
-
</div>
|
|
680
|
-
</article>
|
|
681
|
-
<footer slot="modal-footer" class="modal-footer">
|
|
682
|
-
<button v-show="handshow" type="button" class="btn btn-default" @click='handchange()'>取消</button>
|
|
683
|
-
<button v-show="handshow" type="button" class="btn btn-success" @click='saveException'>确认</button>
|
|
684
|
-
</footer>
|
|
685
|
-
</modal>
|
|
686
|
-
</div>
|
|
687
|
-
</template>
|
|
688
|
-
<script>
|
|
689
|
-
import {PagedList} from 'vue-client'
|
|
690
|
-
import getLodop from '../../plugins/LodopFuncs'
|
|
691
|
-
import * as Util from '../../Util'
|
|
692
|
-
import Vue from 'vue'
|
|
693
|
-
import co from 'co'
|
|
694
|
-
import {HttpResetClass} from 'vue-client'
|
|
695
|
-
|
|
696
|
-
let readyGen = async function (self) {
|
|
697
|
-
self.getfield = self.config.excelHeaders
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
export default {
|
|
701
|
-
title: '流量计采集',
|
|
702
|
-
data () {
|
|
703
|
-
return {
|
|
704
|
-
model: new PagedList('rs/sql/iot_flowWebHandPlan', 50),
|
|
705
|
-
row: null,
|
|
706
|
-
// 搜索显示开关
|
|
707
|
-
searchshow: false,
|
|
708
|
-
// 抄表录入开关
|
|
709
|
-
handshow: false,
|
|
710
|
-
rowData: {},
|
|
711
|
-
Gasusertype: [],
|
|
712
|
-
Gasproperties: [],
|
|
713
|
-
isdeal: true,
|
|
714
|
-
getSignStatus: [
|
|
715
|
-
{label: '全部', value: ''},
|
|
716
|
-
{label: '已标记', value: 'is not null'},
|
|
717
|
-
{label: '未标记', value: 'is null'}
|
|
718
|
-
],
|
|
719
|
-
excelTable: true,
|
|
720
|
-
getfield: {},
|
|
721
|
-
config: {
|
|
722
|
-
excelHeaders: {
|
|
723
|
-
'f_filiale': '组织机构',
|
|
724
|
-
'f_userinfo_code': '用户号',
|
|
725
|
-
'f_user_type': '用户类型',
|
|
726
|
-
'f_gasproperties': '用气性质',
|
|
727
|
-
'f_user_name': '用户姓名',
|
|
728
|
-
'f_address': '用气地址',
|
|
729
|
-
'f_gas_date': '安装时间',
|
|
730
|
-
'f_meternumber': '表钢号',
|
|
731
|
-
'f_meter_brand': '气表品牌',
|
|
732
|
-
'f_meter_style': '气表型号',
|
|
733
|
-
'f_curbalance': '期初余额',
|
|
734
|
-
'f_last_tablebase': '上次抄表底数',
|
|
735
|
-
'f_tablebase': '本次抄表底数',
|
|
736
|
-
'f_oughtamount': '本次用气量',
|
|
737
|
-
'f_price': '气价',
|
|
738
|
-
'f_oughtfee': '本次用气金额',
|
|
739
|
-
'f_balance_amount': '剩余金额',
|
|
740
|
-
'f_upload_type': '上报类型',
|
|
741
|
-
'f_insert_date': '系统接收时间',
|
|
742
|
-
'f_signal': '信号强度',
|
|
743
|
-
'f_batterylevel': '电压',
|
|
744
|
-
/* 'f_snr': '信噪比', */
|
|
745
|
-
'f_valvestate': '阀门状态',
|
|
746
|
-
'f_magneticinterference': '磁干扰',
|
|
747
|
-
'f_cycleshutvalue': '周期关阀',
|
|
748
|
-
'f_overcurrentprotection': '过流保护关阀',
|
|
749
|
-
'f_leakageflag': '关阀走气',
|
|
750
|
-
'f_splitalarm': '拆表报警',
|
|
751
|
-
'f_xtipllstopflag': '外部晶振标志',
|
|
752
|
-
'f_software_version': '软件版本号',
|
|
753
|
-
'f_hand_date': '本次上报日期',
|
|
754
|
-
'f_last_hand_date': '上次上报日期',
|
|
755
|
-
'f_last_meter_state_msg': '上次表状态',
|
|
756
|
-
'f_table_msg': '本次表状态',
|
|
757
|
-
'f_parameter_state': '标记状态',
|
|
758
|
-
'f_parameter_date': '标记时间',
|
|
759
|
-
'h1': '23-0点',
|
|
760
|
-
'h2': '0-1点',
|
|
761
|
-
'h3': '1-2点',
|
|
762
|
-
'h4': '2-3点',
|
|
763
|
-
'h5': '3-4点',
|
|
764
|
-
'h6': '4-5点',
|
|
765
|
-
'h7': '5-6点',
|
|
766
|
-
'h8': '6-7点',
|
|
767
|
-
'h9': '7-8点',
|
|
768
|
-
'h10': '8-9点',
|
|
769
|
-
'h11': '9-10点',
|
|
770
|
-
'h12': '10-11点',
|
|
771
|
-
'h13': '11-12点',
|
|
772
|
-
'h14': '12-13点',
|
|
773
|
-
'h15': '13-14点',
|
|
774
|
-
'h16': '14-15点',
|
|
775
|
-
'h17': '15-16点',
|
|
776
|
-
'h18': '16-17点',
|
|
777
|
-
'h19': '17-18点',
|
|
778
|
-
'h20': '18-19点',
|
|
779
|
-
'h21': '19-20点',
|
|
780
|
-
'h22': '20-21点',
|
|
781
|
-
'h23': '21-22点',
|
|
782
|
-
'h24': '22-23点'
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
condition: '',
|
|
786
|
-
obj: {
|
|
787
|
-
userid: this.$login.f.id,
|
|
788
|
-
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
789
|
-
res: this.$login.f.f_fengongsi,
|
|
790
|
-
resids: this.$login.f.f_orgids
|
|
791
|
-
},
|
|
792
|
-
handExce: {
|
|
793
|
-
// 异常对象
|
|
794
|
-
exceobj: {},
|
|
795
|
-
// 异常类型
|
|
796
|
-
f_error_type: '',
|
|
797
|
-
// 异常描述
|
|
798
|
-
f_error_msg: ''
|
|
799
|
-
},
|
|
800
|
-
show: false
|
|
801
|
-
}
|
|
802
|
-
},
|
|
803
|
-
// props: ['searchobj','isdeal'],
|
|
804
|
-
ready () {
|
|
805
|
-
this.$refs.paged.$refs.criteria.model.startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
806
|
-
this.$refs.paged.$refs.criteria.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
807
|
-
// this.$refs.paged.$refs.criteria.model.startDate1 = Util.toStandardDateString() + ' 00:00:00'
|
|
808
|
-
// this.$refs.paged.$refs.criteria.model.endDate1 = Util.toStandardDateString() + ' 23:59:59'
|
|
809
|
-
// 初始化用户类型,用气性质,下拉框
|
|
810
|
-
this.getTypes()
|
|
811
|
-
readyGen(this)
|
|
812
|
-
},
|
|
813
|
-
methods: {
|
|
814
|
-
// 跳转处理页面
|
|
815
|
-
dealmsg (val) {
|
|
816
|
-
val.model = this.model.model
|
|
817
|
-
this.$emit('deal-msg', val)
|
|
818
|
-
},
|
|
819
|
-
// 查询开关
|
|
820
|
-
seachchange () {
|
|
821
|
-
this.searchshow = !this.searchshow
|
|
822
|
-
},
|
|
823
|
-
// 隐藏图表
|
|
824
|
-
ShowEcharts () {
|
|
825
|
-
this.echarts = false
|
|
826
|
-
},
|
|
827
|
-
// 异常开关
|
|
828
|
-
handchange (val) {
|
|
829
|
-
if (val) {
|
|
830
|
-
console.log('开启弹窗')
|
|
831
|
-
this.handExce.exceobj = val
|
|
832
|
-
} else {
|
|
833
|
-
console.log('返回置空')
|
|
834
|
-
this.handExce = {}
|
|
835
|
-
}
|
|
836
|
-
this.handshow = !this.handshow
|
|
837
|
-
},
|
|
838
|
-
// 保存输入
|
|
839
|
-
saveException () {
|
|
840
|
-
// 准备数据
|
|
841
|
-
var Exejson = {}
|
|
842
|
-
// 抄表记录id
|
|
843
|
-
Exejson.data_id = this.handExce.exceobj.id
|
|
844
|
-
// 异常表档案ID
|
|
845
|
-
Exejson.f_user_id = this.handExce.exceobj.f_user_id
|
|
846
|
-
// 异常户档案ID
|
|
847
|
-
Exejson.f_userinfo_id = this.handExce.exceobj.f_userinfo_id
|
|
848
|
-
// 异常表号
|
|
849
|
-
Exejson.f_meternumber = this.handExce.exceobj.f_meternumber
|
|
850
|
-
// 分公司
|
|
851
|
-
Exejson.f_filiale = this.handExce.exceobj.f_filiale
|
|
852
|
-
// 分公司编号
|
|
853
|
-
Exejson.f_filialeids = this.handExce.exceobj.f_filialeids
|
|
854
|
-
// 营业网点
|
|
855
|
-
Exejson.f_outlets = this.handExce.exceobj.f_outlets
|
|
856
|
-
// 组织机构
|
|
857
|
-
Exejson.f_orgstr = this.handExce.exceobj.f_orgstr
|
|
858
|
-
// 异常类型
|
|
859
|
-
Exejson.f_error_type = this.handExce.f_error_type
|
|
860
|
-
// 异常说明
|
|
861
|
-
Exejson.f_error_msg = this.handExce.f_error_msg
|
|
862
|
-
console.log('提交异常数据')
|
|
863
|
-
console.log(Exejson)
|
|
864
|
-
let param = {
|
|
865
|
-
tablename: 't_exception',
|
|
866
|
-
basedata: Exejson
|
|
867
|
-
}
|
|
868
|
-
try {
|
|
869
|
-
this.$resetpost('rs/logic/iot_saveTable', param, {resolveMsg: null, rejectMsg: null}).then((req) => {
|
|
870
|
-
console.log(val)
|
|
871
|
-
this.handExce = {}
|
|
872
|
-
console.log('提交成功')
|
|
873
|
-
}).then(() => {
|
|
874
|
-
this.$showMessage('异常保存成功!')
|
|
875
|
-
})
|
|
876
|
-
} catch (e) {
|
|
877
|
-
this.handExce = {}
|
|
878
|
-
console.log('提交失败')
|
|
879
|
-
this.$showMessage('异常保存失败!')
|
|
880
|
-
}
|
|
881
|
-
this.handshow = false
|
|
882
|
-
},
|
|
883
|
-
DealSignal (val) {
|
|
884
|
-
console.log(val.model.f_signal)
|
|
885
|
-
if (val.model && val.model.f_signal) {
|
|
886
|
-
if (val.model.f_signal == '信号正常') {
|
|
887
|
-
val.condition = val.condition + ' and ' + 'f_signal>-100 '
|
|
888
|
-
}
|
|
889
|
-
if (val.model.f_signal == '信号异常') {
|
|
890
|
-
val.condition = val.condition + ' and ' + 'f_signal<-100 '
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
return val
|
|
894
|
-
},
|
|
895
|
-
DealFaults (val) {
|
|
896
|
-
if (val.model && val.model.faultstate) {
|
|
897
|
-
console.log(val.model.faultstate)
|
|
898
|
-
val.model.faultstate.forEach((item) => {
|
|
899
|
-
if (item == '磁干扰') {
|
|
900
|
-
val.condition = val.condition + ' and ' + 'f_magneticInterference=1 '
|
|
901
|
-
}
|
|
902
|
-
if (item == '周期关阀') {
|
|
903
|
-
val.condition = val.condition + ' and ' + 'f_cycleShutValue=1 '
|
|
904
|
-
}
|
|
905
|
-
if (item == '过流保护关阀') {
|
|
906
|
-
val.condition = val.condition + ' and ' + 'f_overCurrentProtection=1 '
|
|
907
|
-
}
|
|
908
|
-
if (item == '关阀走气') {
|
|
909
|
-
val.condition = val.condition + ' and ' + 'f_leakageFlag=1 '
|
|
910
|
-
}
|
|
911
|
-
if (item == '拆表报警') {
|
|
912
|
-
val.condition = val.condition + ' and ' + 'f_SplitAlarm=1 '
|
|
913
|
-
}
|
|
914
|
-
})
|
|
915
|
-
}
|
|
916
|
-
return val
|
|
917
|
-
},
|
|
918
|
-
SaveAsFile (str) {
|
|
919
|
-
this.$showMessage('您是否需要导出本页数据?', ['confirm', 'cancel']).then((res) => {
|
|
920
|
-
if (res === 'confirm') {
|
|
921
|
-
let style = '<style>' +
|
|
922
|
-
'td {border-width: 1px;padding: 2px;border-style: solid; border-color:black; border-collapse:collapse;} .tdright{text-align: right;} .tdcenter{text-align: center;}</style>'
|
|
923
|
-
let strHtml = style + document.getElementById(str).innerHTML
|
|
924
|
-
console.log(strHtml)
|
|
925
|
-
let LODOP = getLodop()
|
|
926
|
-
LODOP.PRINT_INIT('')
|
|
927
|
-
LODOP.ADD_PRINT_TABLE(5, 5, '99%', '100%', strHtml)
|
|
928
|
-
LODOP.SAVE_TO_FILE('抄表查看.xls')
|
|
929
|
-
}
|
|
930
|
-
})
|
|
931
|
-
},
|
|
932
|
-
clearmsg () {
|
|
933
|
-
this.$refs.paged.$refs.criteria.model = {
|
|
934
|
-
f_upload_type: []
|
|
935
|
-
}
|
|
936
|
-
},
|
|
937
|
-
search (args) {
|
|
938
|
-
// 处理故障类型
|
|
939
|
-
args = this.DealFaults(args)
|
|
940
|
-
// 处理信号
|
|
941
|
-
args = this.DealSignal(args)
|
|
942
|
-
args.condition = `${args.condition} and ui.f_filialeids like '${this.obj.resids}%'`
|
|
943
|
-
this.condition = args.condition
|
|
944
|
-
this.model.search(args.condition, args.model)
|
|
945
|
-
},
|
|
946
|
-
getRes (obj) {
|
|
947
|
-
this.obj.res = obj.res
|
|
948
|
-
this.obj.resids = obj.resids
|
|
949
|
-
},
|
|
950
|
-
getTypes () {
|
|
951
|
-
let f_user_type = []
|
|
952
|
-
let f_gasproperties = []
|
|
953
|
-
let load = new HttpResetClass()
|
|
954
|
-
let self = this
|
|
955
|
-
load.load('POST', 'rs/sql/iot_getTypes', {data: {}}, {warnMsg: null, resolveMsg: null}).then((res) => {
|
|
956
|
-
let i = 0
|
|
957
|
-
for (i = 0; i < res.data.length; i++) {
|
|
958
|
-
f_user_type[i] = res.data[i].f_user_type == null ? 'n' : res.data[i].f_user_type
|
|
959
|
-
f_gasproperties[i] = res.data[i].f_gasproperties == null ? 'n' : res.data[i].f_gasproperties
|
|
960
|
-
}
|
|
961
|
-
self.Gasusertype = self.uniq(f_user_type)
|
|
962
|
-
self.Gasproperties = self.uniq(f_gasproperties)
|
|
963
|
-
})
|
|
964
|
-
},
|
|
965
|
-
uniq (array) {
|
|
966
|
-
array.sort()
|
|
967
|
-
let arraytype = [{label: '全部', value: ''}]
|
|
968
|
-
let dr = {label: '', value: ''}
|
|
969
|
-
if (array[0] == 'n') {
|
|
970
|
-
dr = {label: '空值', value: 'is null'}
|
|
971
|
-
} else {
|
|
972
|
-
dr = {label: array[0], value: "='" + array[0] + "'"}
|
|
973
|
-
}
|
|
974
|
-
arraytype.push(dr)
|
|
975
|
-
let temp = [array[0]]
|
|
976
|
-
console.log(array[0] + 'array[0]')
|
|
977
|
-
for (var i = 1; i < array.length; i++) {
|
|
978
|
-
if (array[i] !== temp[temp.length - 1]) {
|
|
979
|
-
if (array[i] == 'n') {
|
|
980
|
-
dr = {label: '空值', value: 'is null'}
|
|
981
|
-
} else {
|
|
982
|
-
dr = {label: array[i], value: "='" + array[i] + "'"}
|
|
983
|
-
}
|
|
984
|
-
arraytype.push(dr)
|
|
985
|
-
temp.push(array[i])
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
/* console.log(arraytype[1].label + "label")
|
|
989
|
-
console.log(arraytype[1].value + "value") */
|
|
990
|
-
return arraytype
|
|
991
|
-
}
|
|
992
|
-
},
|
|
993
|
-
|
|
994
|
-
watch: {
|
|
995
|
-
'model.state' (val) {
|
|
996
|
-
if (val === '正确') {
|
|
997
|
-
if (this.model.count <= 100000) {
|
|
998
|
-
this.excelTable = true
|
|
999
|
-
} else {
|
|
1000
|
-
this.excelTable = false
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
},
|
|
1005
|
-
computed: {
|
|
1006
|
-
// 上报异常类型
|
|
1007
|
-
Excestates () {
|
|
1008
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('上报异常类型')]
|
|
1009
|
-
},
|
|
1010
|
-
/* Gasproperties () {
|
|
1011
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
|
|
1012
|
-
}, */
|
|
1013
|
-
/* Getusertype () {
|
|
1014
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
1015
|
-
}, */
|
|
1016
|
-
Getuploadtype () {
|
|
1017
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('上报类型')]
|
|
1018
|
-
},
|
|
1019
|
-
// 标记状态
|
|
1020
|
-
parameterState () {
|
|
1021
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('标记状态')]
|
|
1022
|
-
},
|
|
1023
|
-
// 标记名称
|
|
1024
|
-
parameterName () {
|
|
1025
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('标记名称')]
|
|
1026
|
-
},
|
|
1027
|
-
// 阀门状态
|
|
1028
|
-
Valvestates () {
|
|
1029
|
-
return [{label: '全部', value: '%%'}, {label: '关阀', value: '1'}, {label: '开阀', value: '0'}]
|
|
1030
|
-
},
|
|
1031
|
-
// 故障状态
|
|
1032
|
-
FaultStates () {
|
|
1033
|
-
return [{label: '全部', value: ''}, ...this.$appdata.getParam('故障状态')]
|
|
1034
|
-
// return [
|
|
1035
|
-
// {label: '磁干扰', value: '磁干扰'},
|
|
1036
|
-
// {label: '周期关阀', value: '周期关阀'},
|
|
1037
|
-
// {label: '过流保护关阀', value: '过流保护关阀'},
|
|
1038
|
-
// {label: '关阀走气', value: '关阀走气'},
|
|
1039
|
-
// {label: '拆表报警', value: '拆表报警'},
|
|
1040
|
-
// ]
|
|
1041
|
-
},
|
|
1042
|
-
SignalStates () {
|
|
1043
|
-
return [
|
|
1044
|
-
{label: '全部', value: '全部'},
|
|
1045
|
-
{label: '信号正常', value: '信号正常'},
|
|
1046
|
-
{label: '信号异常', value: '信号异常'}
|
|
1047
|
-
]
|
|
1048
|
-
}
|
|
1049
|
-
}
|
|
1050
|
-
}
|
|
1051
|
-
</script>
|
|
1052
|
-
<style>
|
|
1053
|
-
.datapanel {
|
|
1054
|
-
color: #333;
|
|
1055
|
-
background-color: white;
|
|
1056
|
-
box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
|
|
1057
|
-
padding: 10px 30px 10px 30px;
|
|
1058
|
-
border-radius: 15px;
|
|
1059
|
-
}
|
|
1060
|
-
.mystyle {
|
|
1061
|
-
float: right;
|
|
1062
|
-
padding-right: 10%;
|
|
1063
|
-
}
|
|
1064
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="flex bg-white p-10 datapanel">
|
|
3
|
+
<div class="span">
|
|
4
|
+
<criteria-paged :model="model" v-ref:paged>
|
|
5
|
+
<criteria partial='criteria' v-ref:criteria @condition-changed='$parent.search'>
|
|
6
|
+
<div v-show="$parent.$parent.isdeal" novalidate class="form-horizontal select-overspread container-fluid auto"
|
|
7
|
+
partial>
|
|
8
|
+
<div class="row" width="100%">
|
|
9
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
10
|
+
<label class="button_search">表 钢 号 </label>
|
|
11
|
+
<input type="text" class="form-control"
|
|
12
|
+
placeholder='表钢号'
|
|
13
|
+
v-model="model.f_meternumber"
|
|
14
|
+
condition="ui.f_meternumber like '%{}%'"
|
|
15
|
+
>
|
|
16
|
+
</div>
|
|
17
|
+
<div v-if="$parent.$parent.searchshow">
|
|
18
|
+
|
|
19
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
20
|
+
<label class="button_search">组织机构</label>
|
|
21
|
+
<right-tree :userid.sync='$parent.$parent.obj.userid' :source.sync='$parent.$parent.obj.source'
|
|
22
|
+
@re-res="$parent.$parent.getRes"></right-tree>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
25
|
+
<label class="button_search"> 用 户 号</label>
|
|
26
|
+
<input type="text" class="form-control"
|
|
27
|
+
v-model="model.f_userinfo_code"
|
|
28
|
+
placeholder='用户号'
|
|
29
|
+
condition="u.f_userinfo_code like '%{}%'">
|
|
30
|
+
</div>
|
|
31
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
32
|
+
<label class="button_search">用户姓名</label>
|
|
33
|
+
<input type="text" class="form-control" v-model="model.f_user_name"
|
|
34
|
+
placeholder='用户姓名'
|
|
35
|
+
condition="mr.f_user_name = '{}'">
|
|
36
|
+
</div>
|
|
37
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
38
|
+
<label class="button_search">用气地址</label>
|
|
39
|
+
<input type="text" class="form-control" v-model="model.f_address"
|
|
40
|
+
placeholder='用气地址'
|
|
41
|
+
condition="a.f_address like '%{}%'"
|
|
42
|
+
>
|
|
43
|
+
</div>
|
|
44
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
45
|
+
<label class="button_search">用户类型</label>
|
|
46
|
+
<v-select placeholder='用户类型' close-on-select
|
|
47
|
+
v-model="model.f_user_type"
|
|
48
|
+
value-single="true"
|
|
49
|
+
:value.sync="model.f_user_type"
|
|
50
|
+
:options="$parent.$parent.Gasusertype"
|
|
51
|
+
condition="ui.f_user_type {}"
|
|
52
|
+
>
|
|
53
|
+
</v-select>
|
|
54
|
+
</div>
|
|
55
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
56
|
+
<label class="button_search">用气性质</label>
|
|
57
|
+
<v-select placeholder='用气性质' close-on-select
|
|
58
|
+
value-single="true"
|
|
59
|
+
v-model="model.f_gasproperties"
|
|
60
|
+
:value.sync="model.f_gasproperties"
|
|
61
|
+
:options="$parent.$parent.Gasproperties"
|
|
62
|
+
condition="ui.f_gasproperties {}">
|
|
63
|
+
</v-select>
|
|
64
|
+
</div>
|
|
65
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
66
|
+
<label class="button_search">阀门状态</label>
|
|
67
|
+
<v-select placeholder='阀门状态' close-on-select
|
|
68
|
+
v-model="model.f_valvestate"
|
|
69
|
+
:value.sync="model.f_valvestate"
|
|
70
|
+
condition="mr.f_valvestate like '%{}%'"
|
|
71
|
+
:options="$parent.$parent.Valvestates">
|
|
72
|
+
</v-select>
|
|
73
|
+
</div>
|
|
74
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
75
|
+
<label class="button_search">上报类型</label>
|
|
76
|
+
<v-select placeholder='上报类型' close-on-select multiple
|
|
77
|
+
v-model="model.f_upload_type"
|
|
78
|
+
:value.sync="model.f_upload_type"
|
|
79
|
+
:options="$parent.$parent.Getuploadtype"
|
|
80
|
+
condition="mr.f_upload_type in {}"
|
|
81
|
+
>
|
|
82
|
+
</v-select>
|
|
83
|
+
</div>
|
|
84
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
85
|
+
<label class="button_search" style="word-break:keep-all;">上报时间</label>
|
|
86
|
+
<datepicker placeholder="起始时间"
|
|
87
|
+
:value.sync="model.startDate"
|
|
88
|
+
v-model="model.startDate"
|
|
89
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
90
|
+
condition="mr.f_hand_date >= '{}'"
|
|
91
|
+
></datepicker>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
94
|
+
<label class="button_search" style="word-break:keep-all;"> 至 </label>
|
|
95
|
+
<datepicker placeholder="结束时间"
|
|
96
|
+
:value.sync="model.endDate"
|
|
97
|
+
v-model="model.endDate"
|
|
98
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
99
|
+
condition="mr.f_hand_date <= '{}'"
|
|
100
|
+
></datepicker>
|
|
101
|
+
</div>
|
|
102
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
103
|
+
<label class="button_search" style="word-break:keep-all;">安装时间</label>
|
|
104
|
+
<datepicker placeholder="起始时间"
|
|
105
|
+
:value.sync="model.startDate1"
|
|
106
|
+
v-model="model.startDate1"
|
|
107
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
108
|
+
condition="ui.f_gas_date >= '{}'"
|
|
109
|
+
></datepicker>
|
|
110
|
+
</div>
|
|
111
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
112
|
+
<label class="button_search" style="word-break:keep-all;"> 至 </label>
|
|
113
|
+
<datepicker placeholder="结束时间"
|
|
114
|
+
:value.sync="model.endDate1"
|
|
115
|
+
v-model="model.endDate1"
|
|
116
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
117
|
+
condition="ui.f_gas_date <= '{}'"
|
|
118
|
+
></datepicker>
|
|
119
|
+
</div>
|
|
120
|
+
<!--<div class="col-sm-3 form-group form-input-group">-->
|
|
121
|
+
<!--<label class="button_search">故障状态</label>-->
|
|
122
|
+
<!--<v-select placeholder='故障状态'-->
|
|
123
|
+
<!--v-model="model.faultstate"-->
|
|
124
|
+
<!--multiple-->
|
|
125
|
+
<!--:value.sync="model.faultstate"-->
|
|
126
|
+
<!--:options="$parent.$parent.FaultStates">-->
|
|
127
|
+
<!--</v-select>-->
|
|
128
|
+
<!--</div>-->
|
|
129
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
130
|
+
<label class="button_search">用 气 量 </label>
|
|
131
|
+
<input type="text" class="form-control" v-model="model.start_gas" placeholder='最小气量'
|
|
132
|
+
condition="mr.f_tablebase-mr.f_last_tablebase >= '{}'" v-next-el='start_gas' v-el:start_gas>
|
|
133
|
+
</div>
|
|
134
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
135
|
+
<label class="button_search" style="word-break:keep-all;"> 至 </label>
|
|
136
|
+
<input type="text" class="form-control" v-model="model.end_gas" placeholder='最大气量'
|
|
137
|
+
condition="mr.f_tablebase-mr.f_last_tablebase <= '{}'" v-el:xq v-next-el='end_gas' v-el:end_gas
|
|
138
|
+
>
|
|
139
|
+
</div>
|
|
140
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
141
|
+
<label class="button_search">剩余金额</label>
|
|
142
|
+
<input type="text" class="form-control"
|
|
143
|
+
v-model="model.start_f_balance"
|
|
144
|
+
placeholder='最小金额'
|
|
145
|
+
condition="h.f_balance >= '{}'">
|
|
146
|
+
</div>
|
|
147
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
148
|
+
<label class="button_search"> 至 </label>
|
|
149
|
+
<input type="text" class="form-control"
|
|
150
|
+
v-model="model.end_f_balance"
|
|
151
|
+
placeholder='最大金额'
|
|
152
|
+
condition="h.f_balance <= '{}'"
|
|
153
|
+
>
|
|
154
|
+
</div>
|
|
155
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
156
|
+
<label class="button_search" style="word-break:keep-all;">操作时间</label>
|
|
157
|
+
<datepicker placeholder="起始时间"
|
|
158
|
+
:value.sync="model.startDate2"
|
|
159
|
+
v-model="model.startDate2"
|
|
160
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
161
|
+
condition="p.f_parameter_date >= '{}'"
|
|
162
|
+
></datepicker>
|
|
163
|
+
</div>
|
|
164
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
165
|
+
<label class="button_search" style="word-break:keep-all;"> 至 </label>
|
|
166
|
+
<datepicker placeholder="结束时间"
|
|
167
|
+
:value.sync="model.endDate2"
|
|
168
|
+
v-model="model.endDate2"
|
|
169
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
170
|
+
condition="p.f_parameter_date <= '{}'"
|
|
171
|
+
></datepicker>
|
|
172
|
+
</div>
|
|
173
|
+
<div class="col-sm-3 form-group form-input-group">
|
|
174
|
+
<label class="button_search">标记状态</label>
|
|
175
|
+
<v-select placeholder='标记状态' close-on-select
|
|
176
|
+
v-model="model.f_parameter_state"
|
|
177
|
+
:value.sync="model.f_parameter_state"
|
|
178
|
+
:options="$parent.$parent.getSignStatus"
|
|
179
|
+
condition="p.f_parameter_state {}">
|
|
180
|
+
</v-select>
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
|
|
184
|
+
<div class="col-sm-3 form-group">
|
|
185
|
+
<label class="button_search"></label>
|
|
186
|
+
<button class="btn btn-success width-100" @click="search()" v-el:cba>查询</button>
|
|
187
|
+
<label class="button_search"></label>
|
|
188
|
+
<button class="btn btn-default width-100" @click="$parent.$parent.clearmsg">清空</button>
|
|
189
|
+
<label class="button_search" v-if="!$parent.$parent.excelTable">超过十万条限制导出</label>
|
|
190
|
+
<export-excel v-if="$parent.$parent.excelTable"
|
|
191
|
+
:data="{condition: $parent.$parent.condition}"
|
|
192
|
+
:field="$parent.$parent.getfield"
|
|
193
|
+
sqlurl="rs/logic/saleExport" progress="saleGetExportProgress" sql-name="flowWebHandPlan"
|
|
194
|
+
template-name='flowHandPlan'
|
|
195
|
+
:choose-col="true"></export-excel>
|
|
196
|
+
</div>
|
|
197
|
+
<div v-show="!$parent.$parent.searchshow" @click="$parent.$parent.seachchange"
|
|
198
|
+
style="position: relative;float: right;margin-right: 1%;">
|
|
199
|
+
<img src="../../../static/webMeter/shousuo.png"><span>展开</span>
|
|
200
|
+
</div>
|
|
201
|
+
<div v-show="$parent.$parent.searchshow" @click="$parent.$parent.seachchange"
|
|
202
|
+
style="position: relative;float: right;margin-right: 1%;">
|
|
203
|
+
<img src="../../../static/webMeter/shangsheng.png"><span>收缩</span>
|
|
204
|
+
</div>
|
|
205
|
+
</div>
|
|
206
|
+
</div>
|
|
207
|
+
</criteria>
|
|
208
|
+
<data-grid id="webmeterhandplanFlowmeter" :model="model" partial='list' v-ref:grid>
|
|
209
|
+
<template partial='head'>
|
|
210
|
+
<tr>
|
|
211
|
+
<th style="text-align:center" v-show="!$parent.$parent.$parent.isdeal">
|
|
212
|
+
<nobr>操作</nobr>
|
|
213
|
+
</th>
|
|
214
|
+
<th style="text-align:center">
|
|
215
|
+
<nobr>组织机构</nobr>
|
|
216
|
+
</th>
|
|
217
|
+
<th style="text-align:center">
|
|
218
|
+
<nobr>用户号</nobr>
|
|
219
|
+
</th>
|
|
220
|
+
<th style="text-align:center">
|
|
221
|
+
<nobr>用户类型</nobr>
|
|
222
|
+
</th>
|
|
223
|
+
<th style="text-align:center">
|
|
224
|
+
<nobr>用气性质</nobr>
|
|
225
|
+
</th>
|
|
226
|
+
<th style="text-align:center">
|
|
227
|
+
<nobr>用户姓名</nobr>
|
|
228
|
+
</th>
|
|
229
|
+
<th style="text-align:center">
|
|
230
|
+
<nobr>用气地址</nobr>
|
|
231
|
+
</th>
|
|
232
|
+
<th style="text-align:center">
|
|
233
|
+
<nobr>安装时间</nobr>
|
|
234
|
+
</th>
|
|
235
|
+
<th style="text-align:center">
|
|
236
|
+
<nobr>表钢号</nobr>
|
|
237
|
+
</th>
|
|
238
|
+
<th style="text-align:center">
|
|
239
|
+
<nobr>气表品牌</nobr>
|
|
240
|
+
</th>
|
|
241
|
+
<th style="text-align:center">
|
|
242
|
+
<nobr>气表型号</nobr>
|
|
243
|
+
</th>
|
|
244
|
+
<th style="text-align:center">
|
|
245
|
+
<nobr>期初余额</nobr>
|
|
246
|
+
</th>
|
|
247
|
+
<th style="text-align:center">
|
|
248
|
+
<nobr>上次抄表底数</nobr>
|
|
249
|
+
</th>
|
|
250
|
+
<th style="text-align:center">
|
|
251
|
+
<nobr>本次抄表底数</nobr>
|
|
252
|
+
</th>
|
|
253
|
+
<th style="text-align:center">
|
|
254
|
+
<nobr>本次用气量(m³)</nobr>
|
|
255
|
+
</th>
|
|
256
|
+
<th style="text-align:center">
|
|
257
|
+
<nobr>气价(元/m³)</nobr>
|
|
258
|
+
</th>
|
|
259
|
+
<!--<th style="text-align:center">
|
|
260
|
+
<nobr>24小时用气量</nobr>
|
|
261
|
+
</th>-->
|
|
262
|
+
<th style="text-align:center">
|
|
263
|
+
<nobr>本次用气金额(元)</nobr>
|
|
264
|
+
</th>
|
|
265
|
+
<th style="text-align:center">
|
|
266
|
+
<nobr>剩余金额</nobr>
|
|
267
|
+
</th>
|
|
268
|
+
<th style="text-align:center">
|
|
269
|
+
<nobr>上报类型</nobr>
|
|
270
|
+
</th>
|
|
271
|
+
|
|
272
|
+
<th style="text-align:center">
|
|
273
|
+
<nobr>系统接收时间</nobr>
|
|
274
|
+
</th>
|
|
275
|
+
<th style="text-align:center">
|
|
276
|
+
<nobr>信号强度</nobr>
|
|
277
|
+
</th>
|
|
278
|
+
<th style="text-align:center">
|
|
279
|
+
<nobr>电压</nobr>
|
|
280
|
+
</th>
|
|
281
|
+
<th style="text-align:center">
|
|
282
|
+
<nobr>信噪比</nobr>
|
|
283
|
+
</th>
|
|
284
|
+
<th style="text-align:center">
|
|
285
|
+
<nobr>阀门状态</nobr>
|
|
286
|
+
</th>
|
|
287
|
+
<th style="text-align:center">
|
|
288
|
+
<nobr>磁干扰</nobr>
|
|
289
|
+
</th>
|
|
290
|
+
<th style="text-align:center">
|
|
291
|
+
<nobr>周期关阀</nobr>
|
|
292
|
+
</th>
|
|
293
|
+
<th style="text-align:center">
|
|
294
|
+
<nobr>过流保护关阀</nobr>
|
|
295
|
+
</th>
|
|
296
|
+
<th style="text-align:center">
|
|
297
|
+
<nobr>关阀走气</nobr>
|
|
298
|
+
</th>
|
|
299
|
+
<th style="text-align:center">
|
|
300
|
+
<nobr>拆表报警</nobr>
|
|
301
|
+
</th>
|
|
302
|
+
<th style="text-align:center">
|
|
303
|
+
<nobr>外部晶振标志</nobr>
|
|
304
|
+
</th>
|
|
305
|
+
<th style="text-align:center">
|
|
306
|
+
<nobr>软件版本号</nobr>
|
|
307
|
+
</th>
|
|
308
|
+
<th style="text-align:center">
|
|
309
|
+
<nobr>本次上报日期</nobr>
|
|
310
|
+
</th>
|
|
311
|
+
<th style="text-align:center">
|
|
312
|
+
<nobr>上次上报日期</nobr>
|
|
313
|
+
</th>
|
|
314
|
+
<th style="text-align:center">
|
|
315
|
+
<nobr>上次表状态</nobr>
|
|
316
|
+
</th>
|
|
317
|
+
<th style="text-align:center">
|
|
318
|
+
<nobr>本次表状态</nobr>
|
|
319
|
+
</th>
|
|
320
|
+
<th style="text-align:center">
|
|
321
|
+
<nobr>标记状态</nobr>
|
|
322
|
+
</th>
|
|
323
|
+
<th style="text-align:center">
|
|
324
|
+
<nobr>标记时间</nobr>
|
|
325
|
+
</th>
|
|
326
|
+
<th style="text-align:center">
|
|
327
|
+
<nobr>23-0点</nobr>
|
|
328
|
+
</th>
|
|
329
|
+
<th style="text-align:center">
|
|
330
|
+
<nobr>0-1点</nobr>
|
|
331
|
+
</th>
|
|
332
|
+
<th style="text-align:center">
|
|
333
|
+
<nobr>1-2点</nobr>
|
|
334
|
+
</th>
|
|
335
|
+
<th style="text-align:center">
|
|
336
|
+
<nobr>2-3点</nobr>
|
|
337
|
+
</th>
|
|
338
|
+
<th style="text-align:center">
|
|
339
|
+
<nobr>3-4点</nobr>
|
|
340
|
+
</th>
|
|
341
|
+
<th style="text-align:center">
|
|
342
|
+
<nobr>4-5点</nobr>
|
|
343
|
+
</th>
|
|
344
|
+
<th style="text-align:center">
|
|
345
|
+
<nobr>5-6点</nobr>
|
|
346
|
+
</th>
|
|
347
|
+
<th style="text-align:center">
|
|
348
|
+
<nobr>6-7点</nobr>
|
|
349
|
+
</th>
|
|
350
|
+
<th style="text-align:center">
|
|
351
|
+
<nobr>7-8点</nobr>
|
|
352
|
+
</th>
|
|
353
|
+
<th style="text-align:center">
|
|
354
|
+
<nobr>8-9点</nobr>
|
|
355
|
+
</th>
|
|
356
|
+
<th style="text-align:center">
|
|
357
|
+
<nobr>9-10点</nobr>
|
|
358
|
+
</th>
|
|
359
|
+
<th style="text-align:center">
|
|
360
|
+
<nobr>10-11点</nobr>
|
|
361
|
+
</th>
|
|
362
|
+
<th style="text-align:center">
|
|
363
|
+
<nobr>11-12点</nobr>
|
|
364
|
+
</th>
|
|
365
|
+
<th style="text-align:center">
|
|
366
|
+
<nobr>12-13点</nobr>
|
|
367
|
+
</th>
|
|
368
|
+
<th style="text-align:center">
|
|
369
|
+
<nobr>13-14点</nobr>
|
|
370
|
+
</th>
|
|
371
|
+
<th style="text-align:center">
|
|
372
|
+
<nobr>14-15点</nobr>
|
|
373
|
+
</th>
|
|
374
|
+
<th style="text-align:center">
|
|
375
|
+
<nobr>15-16点</nobr>
|
|
376
|
+
</th>
|
|
377
|
+
<th style="text-align:center">
|
|
378
|
+
<nobr>16-17点</nobr>
|
|
379
|
+
</th>
|
|
380
|
+
<th style="text-align:center">
|
|
381
|
+
<nobr>17-18点</nobr>
|
|
382
|
+
</th>
|
|
383
|
+
<th style="text-align:center">
|
|
384
|
+
<nobr>18-19点</nobr>
|
|
385
|
+
</th>
|
|
386
|
+
<th style="text-align:center">
|
|
387
|
+
<nobr>19-20点</nobr>
|
|
388
|
+
</th>
|
|
389
|
+
<th style="text-align:center">
|
|
390
|
+
<nobr>20-21点</nobr>
|
|
391
|
+
</th>
|
|
392
|
+
<th style="text-align:center">
|
|
393
|
+
<nobr>21-22点</nobr>
|
|
394
|
+
</th>
|
|
395
|
+
<th style="text-align:center">
|
|
396
|
+
<nobr>22-23点</nobr>
|
|
397
|
+
</th>
|
|
398
|
+
</tr>
|
|
399
|
+
</template>
|
|
400
|
+
<template partial='body' partial='list' v-ref:grid>
|
|
401
|
+
<tr>
|
|
402
|
+
<td style="text-align:center" v-show="!$parent.$parent.$parent.isdeal">
|
|
403
|
+
<button-link type="button" class="btn btn-link" @click="$parent.$parent.$parent.handchange(row)">处理
|
|
404
|
+
</button-link>
|
|
405
|
+
</td>
|
|
406
|
+
<td style="text-align:center">
|
|
407
|
+
<nobr>{{row.f_filiale}}</nobr>
|
|
408
|
+
</td>
|
|
409
|
+
<td style="text-align:center">
|
|
410
|
+
<nobr>{{row.f_userinfo_code}}</nobr>
|
|
411
|
+
</td>
|
|
412
|
+
<td style="text-align:center">
|
|
413
|
+
<nobr>{{row.f_user_type}}</nobr>
|
|
414
|
+
</td>
|
|
415
|
+
<td style="text-align:center">
|
|
416
|
+
<nobr>{{row.f_gasproperties}}</nobr>
|
|
417
|
+
</td>
|
|
418
|
+
<td style="text-align:center">
|
|
419
|
+
<nobr>{{row.f_user_name}}</nobr>
|
|
420
|
+
</td>
|
|
421
|
+
<td>
|
|
422
|
+
<nobr>{{row.f_address}}</nobr>
|
|
423
|
+
</td>
|
|
424
|
+
<td style="text-align:center">
|
|
425
|
+
<nobr>{{row.f_gas_date}}</nobr>
|
|
426
|
+
</td>
|
|
427
|
+
<td style="text-align:center" v-show="$parent.$parent.$parent.isdeal"><nobr><span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_meternumber}}</a></span></nobr></td>
|
|
428
|
+
<td style="text-align:center" v-show="!$parent.$parent.$parent.isdeal"><nobr><nobr><span @click="$parent.$parent.$parent.dealmsg(row)"><a>{{row.f_meternumber}}</a></span></nobr></nobr></td>
|
|
429
|
+
<td style="text-align:center">
|
|
430
|
+
<nobr>{{row.f_meter_brand}}</nobr>
|
|
431
|
+
</td>
|
|
432
|
+
<td style="text-align:center">
|
|
433
|
+
<nobr>{{row.f_meter_style}}</nobr>
|
|
434
|
+
</td>
|
|
435
|
+
<td style="text-align:center">
|
|
436
|
+
<nobr>{{row.f_curbalance}}</nobr>
|
|
437
|
+
</td>
|
|
438
|
+
<td style="text-align:center">{{row.f_last_tablebase}}</td>
|
|
439
|
+
<td style="text-align:center">{{row.f_tablebase}}</td>
|
|
440
|
+
<td style="text-align:center">{{row.f_oughtamount}}</td>
|
|
441
|
+
<td style="text-align:center">
|
|
442
|
+
<nobr>{{row.f_price}}</nobr>
|
|
443
|
+
</td>
|
|
444
|
+
<!--<td style="text-align:center">
|
|
445
|
+
<nobr>{{row.f_nsturalgas_data}}</nobr>
|
|
446
|
+
</td>-->
|
|
447
|
+
<td style="text-align:center">{{row.f_oughtfee}}</td>
|
|
448
|
+
<td style="text-align:center">
|
|
449
|
+
<nobr>{{row.f_balance_amount}}</nobr>
|
|
450
|
+
</td>
|
|
451
|
+
<td style="text-align:center;width: 170px;">
|
|
452
|
+
<nobr>{{row.f_upload_type}}</nobr>
|
|
453
|
+
</td>
|
|
454
|
+
|
|
455
|
+
<td style="text-align:center">
|
|
456
|
+
<nobr>{{row.f_insert_date}}</nobr>
|
|
457
|
+
</td>
|
|
458
|
+
<td style="text-align:center">
|
|
459
|
+
<img :title='row.f_signal' v-if="row.f_signal>-80"
|
|
460
|
+
src="../../../static/WebMetericon/1.png"
|
|
461
|
+
height="12" width="24"/>
|
|
462
|
+
<img :title='row.f_signal' v-if="row.f_signal>-100&&row.f_signal<=-80"
|
|
463
|
+
src="../../../static/WebMetericon/2.png"
|
|
464
|
+
height="12" width="24"/>
|
|
465
|
+
<img :title='row.f_signal' v-if="row.f_signal>-120&&row.f_signal<=-100"
|
|
466
|
+
src="../../../static/WebMetericon/3.png"
|
|
467
|
+
height="12" width="24"/>
|
|
468
|
+
<img :title='row.f_signal' v-if="row.f_signal<=-120"
|
|
469
|
+
src="../../../static/WebMetericon/4.png"
|
|
470
|
+
height="12" width="24"/>
|
|
471
|
+
</td>
|
|
472
|
+
<td style="text-align:center">
|
|
473
|
+
<img :title='row.f_batterylevel' v-if="row.f_batterylevel>=6.00"
|
|
474
|
+
src="../../../static/WebMetericon/01.png"
|
|
475
|
+
height="12" width="24"/>
|
|
476
|
+
<img :title='row.f_batterylevel' v-if="row.f_batterylevel>=5.00&&row.f_batterylevel<6.00"
|
|
477
|
+
src="../../../static/WebMetericon/02.png"
|
|
478
|
+
height="12" width="24"/>
|
|
479
|
+
<img :title='row.f_batterylevel' v-if="row.f_batterylevel>=4.00&&row.f_batterylevel<5.00"
|
|
480
|
+
src="../../../static/WebMetericon/03.png"
|
|
481
|
+
height="12" width="24"/>
|
|
482
|
+
<img :title='row.f_batterylevel' v-if="row.f_batterylevel<4.00"
|
|
483
|
+
src="../../../static/WebMetericon/04.png"
|
|
484
|
+
height="12" width="24"/>
|
|
485
|
+
</td>
|
|
486
|
+
<!--<td style="text-align:center;width: 51px">{{row.f_snr}}</td>-->
|
|
487
|
+
<td style="text-align:center;width: 51px">{{row.f_valvestate==0?'开阀':'关阀'}}</td>
|
|
488
|
+
<td style="text-align:center;width: 51px">
|
|
489
|
+
<img :title='故障' v-if="row.f_magneticinterference==1"
|
|
490
|
+
src="../../../static/WebMetericon/guzhang.png"
|
|
491
|
+
height="12" width="12"/>
|
|
492
|
+
<img :title='正常' v-if="row.f_magneticinterference==0"
|
|
493
|
+
src="../../../static/WebMetericon/zhengchang.png"
|
|
494
|
+
height="12" width="17"/>
|
|
495
|
+
</td>
|
|
496
|
+
<td style="text-align:center;width: 51px">
|
|
497
|
+
<img :title='关阀' v-if="row.f_cycleshutvalue==1"
|
|
498
|
+
src="../../../static/WebMetericon/guzhang.png"
|
|
499
|
+
height="12" width="12"/>
|
|
500
|
+
<img :title='正常' v-if="row.f_cycleshutvalue==0"
|
|
501
|
+
src="../../../static/WebMetericon/zhengchang.png"
|
|
502
|
+
height="12" width="17"/>
|
|
503
|
+
</td>
|
|
504
|
+
<td style="text-align:center;width: 51px">
|
|
505
|
+
<img :title='关阀' v-if="row.f_overcurrentprotection==1"
|
|
506
|
+
src="../../../static/WebMetericon/guzhang.png"
|
|
507
|
+
height="12" width="12"/>
|
|
508
|
+
<img :title='正常' v-if="row.f_overcurrentprotection==0"
|
|
509
|
+
src="../../../static/WebMetericon/zhengchang.png"
|
|
510
|
+
height="12" width="17"/>
|
|
511
|
+
</td>
|
|
512
|
+
<td style="text-align:center;width: 51px">
|
|
513
|
+
<img :title='走气' v-if="row.f_leakageflag==1"
|
|
514
|
+
src="../../../static/WebMetericon/guzhang.png"
|
|
515
|
+
height="12" width="12"/>
|
|
516
|
+
<img :title='正常' v-if="row.f_leakageflag==0"
|
|
517
|
+
src="../../../static/WebMetericon/zhengchang.png"
|
|
518
|
+
height="12" width="17"/>
|
|
519
|
+
</td>
|
|
520
|
+
<td style="text-align:center;width: 51px">
|
|
521
|
+
<img :title='拆表' v-if="row.f_splitalarm==='1'"
|
|
522
|
+
src="../../../static/WebMetericon/guzhang.png"
|
|
523
|
+
height="12" width="12"/>
|
|
524
|
+
<img :title='正常' v-if="row.f_splitalarm==='0'"
|
|
525
|
+
src="../../../static/WebMetericon/zhengchang.png"
|
|
526
|
+
height="12" width="17"/>
|
|
527
|
+
</td>
|
|
528
|
+
<td style="text-align:center;width: 51px">
|
|
529
|
+
<img :title='停止' v-if="row.f_xtipllstopflag==='1'"
|
|
530
|
+
src="../../../static/WebMetericon/guzhang.png"
|
|
531
|
+
height="12" width="12"/>
|
|
532
|
+
<img :title='正常' v-if="row.f_xtipllstopflag==='0'"
|
|
533
|
+
src="../../../static/WebMetericon/zhengchang.png"
|
|
534
|
+
height="12" width="17"/>
|
|
535
|
+
</td>
|
|
536
|
+
<td style="text-align:center">
|
|
537
|
+
<nobr>{{row.f_software_version}}</nobr>
|
|
538
|
+
</td>
|
|
539
|
+
<td style="text-align:center;width: 170px;">
|
|
540
|
+
<nobr>{{row.f_hand_date}}</nobr>
|
|
541
|
+
</td>
|
|
542
|
+
<td style="text-align:center">
|
|
543
|
+
<nobr>{{row.f_last_hand_date}}</nobr>
|
|
544
|
+
</td>
|
|
545
|
+
<td style="text-align:center">
|
|
546
|
+
<nobr>{{row.f_last_meter_state_msg}}</nobr>
|
|
547
|
+
</td>
|
|
548
|
+
<td style="text-align:center">
|
|
549
|
+
<nobr>{{row.f_table_msg}}</nobr>
|
|
550
|
+
</td>
|
|
551
|
+
<td style="text-align:center">
|
|
552
|
+
<nobr>{{row.f_parameter_state}}</nobr>
|
|
553
|
+
</td>
|
|
554
|
+
<td style="text-align:center">
|
|
555
|
+
<nobr>{{row.f_parameter_date}}</nobr>
|
|
556
|
+
</td>
|
|
557
|
+
<td style="text-align:center">
|
|
558
|
+
<nobr v-if="row.f_hour>='00'">{{row.h1}}</nobr>
|
|
559
|
+
<nobr style="color: blue" v-if="row.f_hour<'00'">{{row.h1}}</nobr>
|
|
560
|
+
</td>
|
|
561
|
+
<td style="text-align:center">
|
|
562
|
+
<nobr v-if="row.f_hour>='01'">{{row.h2}}</nobr>
|
|
563
|
+
<nobr style="color: blue" v-if="row.f_hour<'01'">{{row.h2}}</nobr>
|
|
564
|
+
</td>
|
|
565
|
+
<td style="text-align:center">
|
|
566
|
+
<nobr v-if="row.f_hour>='02'">{{row.h3}}</nobr>
|
|
567
|
+
<nobr style="color: blue" v-if="row.f_hour<'02'">{{row.h3}}</nobr>
|
|
568
|
+
</td>
|
|
569
|
+
<td style="text-align:center">
|
|
570
|
+
<nobr v-if="row.f_hour>='03'">{{row.h4}}</nobr>
|
|
571
|
+
<nobr style="color: blue" v-if="row.f_hour<'03'">{{row.h4}}</nobr>
|
|
572
|
+
</td>
|
|
573
|
+
<td style="text-align:center">
|
|
574
|
+
<nobr v-if="row.f_hour>='04'">{{row.h5}}</nobr>
|
|
575
|
+
<nobr style="color: blue" v-if="row.f_hour<'04'">{{row.h5}}</nobr>
|
|
576
|
+
</td>
|
|
577
|
+
<td style="text-align:center">
|
|
578
|
+
<nobr v-if="row.f_hour>='05'">{{row.h6}}</nobr>
|
|
579
|
+
<nobr style="color: blue" v-if="row.f_hour<'05'">{{row.h6}}</nobr>
|
|
580
|
+
</td>
|
|
581
|
+
<td style="text-align:center">
|
|
582
|
+
<nobr v-if="row.f_hour>='06'">{{row.h7}}</nobr>
|
|
583
|
+
<nobr style="color: blue" v-if="row.f_hour<'06'">{{row.h7}}</nobr>
|
|
584
|
+
</td>
|
|
585
|
+
<td style="text-align:center">
|
|
586
|
+
<nobr v-if="row.f_hour>='07'">{{row.h8}}</nobr>
|
|
587
|
+
<nobr style="color: blue" v-if="row.f_hour<'07'">{{row.h8}}</nobr>
|
|
588
|
+
</td>
|
|
589
|
+
<td style="text-align:center">
|
|
590
|
+
<nobr v-if="row.f_hour>='08'">{{row.h9}}</nobr>
|
|
591
|
+
<nobr style="color: blue" v-if="row.f_hour<'08'">{{row.h9}}</nobr>
|
|
592
|
+
</td>
|
|
593
|
+
<td style="text-align:center">
|
|
594
|
+
<nobr v-if="row.f_hour>='09'">{{row.h10}}</nobr>
|
|
595
|
+
<nobr style="color: blue" v-if="row.f_hour<'09'">{{row.h10}}</nobr>
|
|
596
|
+
</td>
|
|
597
|
+
<td style="text-align:center">
|
|
598
|
+
<nobr v-if="row.f_hour>='10'">{{row.h11}}</nobr>
|
|
599
|
+
<nobr style="color: blue" v-if="row.f_hour<'10'">{{row.h11}}</nobr>
|
|
600
|
+
</td>
|
|
601
|
+
<td style="text-align:center">
|
|
602
|
+
<nobr v-if="row.f_hour>='11'">{{row.h12}}</nobr>
|
|
603
|
+
<nobr style="color: blue" v-if="row.f_hour<'11'">{{row.h12}}</nobr>
|
|
604
|
+
</td>
|
|
605
|
+
<td style="text-align:center">
|
|
606
|
+
<nobr v-if="row.f_hour>='12'">{{row.h13}}</nobr>
|
|
607
|
+
<nobr style="color: blue" v-if="row.f_hour<'12'">{{row.h13}}</nobr>
|
|
608
|
+
</td>
|
|
609
|
+
<td style="text-align:center">
|
|
610
|
+
<nobr v-if="row.f_hour>='13'">{{row.h14}}</nobr>
|
|
611
|
+
<nobr style="color: blue" v-if="row.f_hour<'13'">{{row.h14}}</nobr>
|
|
612
|
+
</td>
|
|
613
|
+
<td style="text-align:center">
|
|
614
|
+
<nobr v-if="row.f_hour>='14'">{{row.h15}}</nobr>
|
|
615
|
+
<nobr style="color: blue" v-if="row.f_hour<'14'">{{row.h15}}</nobr>
|
|
616
|
+
</td>
|
|
617
|
+
<td style="text-align:center">
|
|
618
|
+
<nobr v-if="row.f_hour>='15'">{{row.h16}}</nobr>
|
|
619
|
+
<nobr style="color: blue" v-if="row.f_hour<'15'">{{row.h16}}</nobr>
|
|
620
|
+
</td>
|
|
621
|
+
<td style="text-align:center">
|
|
622
|
+
<nobr v-if="row.f_hour>='16'">{{row.h17}}</nobr>
|
|
623
|
+
<nobr style="color: blue" v-if="row.f_hour<'16'">{{row.h17}}</nobr>
|
|
624
|
+
</td>
|
|
625
|
+
<td style="text-align:center">
|
|
626
|
+
<nobr v-if="row.f_hour>='17'">{{row.h18}}</nobr>
|
|
627
|
+
<nobr style="color: blue" v-if="row.f_hour<'17'">{{row.h18}}</nobr>
|
|
628
|
+
</td>
|
|
629
|
+
<td style="text-align:center">
|
|
630
|
+
<nobr v-if="row.f_hour>='18'">{{row.h19}}</nobr>
|
|
631
|
+
<nobr style="color: blue" v-if="row.f_hour<'18'">{{row.h19}}</nobr>
|
|
632
|
+
</td>
|
|
633
|
+
<td style="text-align:center">
|
|
634
|
+
<nobr v-if="row.f_hour>='19'">{{row.h20}}</nobr>
|
|
635
|
+
<nobr style="color: blue" v-if="row.f_hour<'19'">{{row.h20}}</nobr>
|
|
636
|
+
</td>
|
|
637
|
+
<td style="text-align:center">
|
|
638
|
+
<nobr v-if="row.f_hour>='20'">{{row.h21}}</nobr>
|
|
639
|
+
<nobr style="color: blue" v-if="row.f_hour<'20'">{{row.h21}}</nobr>
|
|
640
|
+
</td>
|
|
641
|
+
<td style="text-align:center">
|
|
642
|
+
<nobr v-if="row.f_hour>='21'">{{row.h22}}</nobr>
|
|
643
|
+
<nobr style="color: blue" v-if="row.f_hour<'21'">{{row.h22}}</nobr>
|
|
644
|
+
</td>
|
|
645
|
+
<td style="text-align:center">
|
|
646
|
+
<nobr v-if="row.f_hour>='22'">{{row.h23}}</nobr>
|
|
647
|
+
<nobr style="color: blue" v-if="row.f_hour<'22'">{{row.h23}}</nobr>
|
|
648
|
+
</td>
|
|
649
|
+
<td style="text-align:center">
|
|
650
|
+
<nobr v-if="row.f_hour>='23'">{{row.h24}}</nobr>
|
|
651
|
+
<nobr style="color: blue" v-if="row.f_hour<'23'">{{row.h24}}</nobr>
|
|
652
|
+
</td>
|
|
653
|
+
</tr>
|
|
654
|
+
</template>
|
|
655
|
+
<template partial='foot'></template>
|
|
656
|
+
</data-grid>
|
|
657
|
+
</criteria-paged>
|
|
658
|
+
</div>
|
|
659
|
+
<!--异常抄表录入-->
|
|
660
|
+
<modal :show.sync="handshow" v-ref:modal backdrop="false">
|
|
661
|
+
<header slot="modal-header" class="modal-header">
|
|
662
|
+
<button type="button" class="close" @click="handchange()"><span>×</span></button>
|
|
663
|
+
<h4 class="modal-title">表号{{handExce.exceobj.f_meternumber}}</h4>
|
|
664
|
+
</header>
|
|
665
|
+
<article slot="modal-body" class="modal-body">
|
|
666
|
+
<div class="col-sm-12">
|
|
667
|
+
<label class="button_search">上报异常类型</label>
|
|
668
|
+
<textarea name="name" rows="2" style="width: 100%"
|
|
669
|
+
class="ver-textarea" class="form-control"
|
|
670
|
+
placeholder='上报异常类型'
|
|
671
|
+
v-model='handExce.f_error_type'></textarea>
|
|
672
|
+
</div>
|
|
673
|
+
<div class="col-sm-12 form-group form-fix-width">
|
|
674
|
+
<label class="button_search">异常描述</label>
|
|
675
|
+
<textarea name="name" rows="2" style="width: 100%"
|
|
676
|
+
placeholder='上报异常类型'
|
|
677
|
+
class="ver-textarea" class="form-control"
|
|
678
|
+
v-model='handExce.f_error_msg'></textarea>
|
|
679
|
+
</div>
|
|
680
|
+
</article>
|
|
681
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
682
|
+
<button v-show="handshow" type="button" class="btn btn-default" @click='handchange()'>取消</button>
|
|
683
|
+
<button v-show="handshow" type="button" class="btn btn-success" @click='saveException'>确认</button>
|
|
684
|
+
</footer>
|
|
685
|
+
</modal>
|
|
686
|
+
</div>
|
|
687
|
+
</template>
|
|
688
|
+
<script>
|
|
689
|
+
import {PagedList} from 'vue-client'
|
|
690
|
+
import getLodop from '../../plugins/LodopFuncs'
|
|
691
|
+
import * as Util from '../../Util'
|
|
692
|
+
import Vue from 'vue'
|
|
693
|
+
import co from 'co'
|
|
694
|
+
import {HttpResetClass} from 'vue-client'
|
|
695
|
+
|
|
696
|
+
let readyGen = async function (self) {
|
|
697
|
+
self.getfield = self.config.excelHeaders
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export default {
|
|
701
|
+
title: '流量计采集',
|
|
702
|
+
data () {
|
|
703
|
+
return {
|
|
704
|
+
model: new PagedList('rs/sql/iot_flowWebHandPlan', 50),
|
|
705
|
+
row: null,
|
|
706
|
+
// 搜索显示开关
|
|
707
|
+
searchshow: false,
|
|
708
|
+
// 抄表录入开关
|
|
709
|
+
handshow: false,
|
|
710
|
+
rowData: {},
|
|
711
|
+
Gasusertype: [],
|
|
712
|
+
Gasproperties: [],
|
|
713
|
+
isdeal: true,
|
|
714
|
+
getSignStatus: [
|
|
715
|
+
{label: '全部', value: ''},
|
|
716
|
+
{label: '已标记', value: 'is not null'},
|
|
717
|
+
{label: '未标记', value: 'is null'}
|
|
718
|
+
],
|
|
719
|
+
excelTable: true,
|
|
720
|
+
getfield: {},
|
|
721
|
+
config: {
|
|
722
|
+
excelHeaders: {
|
|
723
|
+
'f_filiale': '组织机构',
|
|
724
|
+
'f_userinfo_code': '用户号',
|
|
725
|
+
'f_user_type': '用户类型',
|
|
726
|
+
'f_gasproperties': '用气性质',
|
|
727
|
+
'f_user_name': '用户姓名',
|
|
728
|
+
'f_address': '用气地址',
|
|
729
|
+
'f_gas_date': '安装时间',
|
|
730
|
+
'f_meternumber': '表钢号',
|
|
731
|
+
'f_meter_brand': '气表品牌',
|
|
732
|
+
'f_meter_style': '气表型号',
|
|
733
|
+
'f_curbalance': '期初余额',
|
|
734
|
+
'f_last_tablebase': '上次抄表底数',
|
|
735
|
+
'f_tablebase': '本次抄表底数',
|
|
736
|
+
'f_oughtamount': '本次用气量',
|
|
737
|
+
'f_price': '气价',
|
|
738
|
+
'f_oughtfee': '本次用气金额',
|
|
739
|
+
'f_balance_amount': '剩余金额',
|
|
740
|
+
'f_upload_type': '上报类型',
|
|
741
|
+
'f_insert_date': '系统接收时间',
|
|
742
|
+
'f_signal': '信号强度',
|
|
743
|
+
'f_batterylevel': '电压',
|
|
744
|
+
/* 'f_snr': '信噪比', */
|
|
745
|
+
'f_valvestate': '阀门状态',
|
|
746
|
+
'f_magneticinterference': '磁干扰',
|
|
747
|
+
'f_cycleshutvalue': '周期关阀',
|
|
748
|
+
'f_overcurrentprotection': '过流保护关阀',
|
|
749
|
+
'f_leakageflag': '关阀走气',
|
|
750
|
+
'f_splitalarm': '拆表报警',
|
|
751
|
+
'f_xtipllstopflag': '外部晶振标志',
|
|
752
|
+
'f_software_version': '软件版本号',
|
|
753
|
+
'f_hand_date': '本次上报日期',
|
|
754
|
+
'f_last_hand_date': '上次上报日期',
|
|
755
|
+
'f_last_meter_state_msg': '上次表状态',
|
|
756
|
+
'f_table_msg': '本次表状态',
|
|
757
|
+
'f_parameter_state': '标记状态',
|
|
758
|
+
'f_parameter_date': '标记时间',
|
|
759
|
+
'h1': '23-0点',
|
|
760
|
+
'h2': '0-1点',
|
|
761
|
+
'h3': '1-2点',
|
|
762
|
+
'h4': '2-3点',
|
|
763
|
+
'h5': '3-4点',
|
|
764
|
+
'h6': '4-5点',
|
|
765
|
+
'h7': '5-6点',
|
|
766
|
+
'h8': '6-7点',
|
|
767
|
+
'h9': '7-8点',
|
|
768
|
+
'h10': '8-9点',
|
|
769
|
+
'h11': '9-10点',
|
|
770
|
+
'h12': '10-11点',
|
|
771
|
+
'h13': '11-12点',
|
|
772
|
+
'h14': '12-13点',
|
|
773
|
+
'h15': '13-14点',
|
|
774
|
+
'h16': '14-15点',
|
|
775
|
+
'h17': '15-16点',
|
|
776
|
+
'h18': '16-17点',
|
|
777
|
+
'h19': '17-18点',
|
|
778
|
+
'h20': '18-19点',
|
|
779
|
+
'h21': '19-20点',
|
|
780
|
+
'h22': '20-21点',
|
|
781
|
+
'h23': '21-22点',
|
|
782
|
+
'h24': '22-23点'
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
condition: '',
|
|
786
|
+
obj: {
|
|
787
|
+
userid: this.$login.f.id,
|
|
788
|
+
source: `tool.getFullTree(this.getRights().where(row.getType() == $organization$))`,
|
|
789
|
+
res: this.$login.f.f_fengongsi,
|
|
790
|
+
resids: this.$login.f.f_orgids
|
|
791
|
+
},
|
|
792
|
+
handExce: {
|
|
793
|
+
// 异常对象
|
|
794
|
+
exceobj: {},
|
|
795
|
+
// 异常类型
|
|
796
|
+
f_error_type: '',
|
|
797
|
+
// 异常描述
|
|
798
|
+
f_error_msg: ''
|
|
799
|
+
},
|
|
800
|
+
show: false
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
// props: ['searchobj','isdeal'],
|
|
804
|
+
ready () {
|
|
805
|
+
this.$refs.paged.$refs.criteria.model.startDate = Util.toStandardDateString() + ' 00:00:00'
|
|
806
|
+
this.$refs.paged.$refs.criteria.model.endDate = Util.toStandardDateString() + ' 23:59:59'
|
|
807
|
+
// this.$refs.paged.$refs.criteria.model.startDate1 = Util.toStandardDateString() + ' 00:00:00'
|
|
808
|
+
// this.$refs.paged.$refs.criteria.model.endDate1 = Util.toStandardDateString() + ' 23:59:59'
|
|
809
|
+
// 初始化用户类型,用气性质,下拉框
|
|
810
|
+
this.getTypes()
|
|
811
|
+
readyGen(this)
|
|
812
|
+
},
|
|
813
|
+
methods: {
|
|
814
|
+
// 跳转处理页面
|
|
815
|
+
dealmsg (val) {
|
|
816
|
+
val.model = this.model.model
|
|
817
|
+
this.$emit('deal-msg', val)
|
|
818
|
+
},
|
|
819
|
+
// 查询开关
|
|
820
|
+
seachchange () {
|
|
821
|
+
this.searchshow = !this.searchshow
|
|
822
|
+
},
|
|
823
|
+
// 隐藏图表
|
|
824
|
+
ShowEcharts () {
|
|
825
|
+
this.echarts = false
|
|
826
|
+
},
|
|
827
|
+
// 异常开关
|
|
828
|
+
handchange (val) {
|
|
829
|
+
if (val) {
|
|
830
|
+
console.log('开启弹窗')
|
|
831
|
+
this.handExce.exceobj = val
|
|
832
|
+
} else {
|
|
833
|
+
console.log('返回置空')
|
|
834
|
+
this.handExce = {}
|
|
835
|
+
}
|
|
836
|
+
this.handshow = !this.handshow
|
|
837
|
+
},
|
|
838
|
+
// 保存输入
|
|
839
|
+
saveException () {
|
|
840
|
+
// 准备数据
|
|
841
|
+
var Exejson = {}
|
|
842
|
+
// 抄表记录id
|
|
843
|
+
Exejson.data_id = this.handExce.exceobj.id
|
|
844
|
+
// 异常表档案ID
|
|
845
|
+
Exejson.f_user_id = this.handExce.exceobj.f_user_id
|
|
846
|
+
// 异常户档案ID
|
|
847
|
+
Exejson.f_userinfo_id = this.handExce.exceobj.f_userinfo_id
|
|
848
|
+
// 异常表号
|
|
849
|
+
Exejson.f_meternumber = this.handExce.exceobj.f_meternumber
|
|
850
|
+
// 分公司
|
|
851
|
+
Exejson.f_filiale = this.handExce.exceobj.f_filiale
|
|
852
|
+
// 分公司编号
|
|
853
|
+
Exejson.f_filialeids = this.handExce.exceobj.f_filialeids
|
|
854
|
+
// 营业网点
|
|
855
|
+
Exejson.f_outlets = this.handExce.exceobj.f_outlets
|
|
856
|
+
// 组织机构
|
|
857
|
+
Exejson.f_orgstr = this.handExce.exceobj.f_orgstr
|
|
858
|
+
// 异常类型
|
|
859
|
+
Exejson.f_error_type = this.handExce.f_error_type
|
|
860
|
+
// 异常说明
|
|
861
|
+
Exejson.f_error_msg = this.handExce.f_error_msg
|
|
862
|
+
console.log('提交异常数据')
|
|
863
|
+
console.log(Exejson)
|
|
864
|
+
let param = {
|
|
865
|
+
tablename: 't_exception',
|
|
866
|
+
basedata: Exejson
|
|
867
|
+
}
|
|
868
|
+
try {
|
|
869
|
+
this.$resetpost('rs/logic/iot_saveTable', param, {resolveMsg: null, rejectMsg: null}).then((req) => {
|
|
870
|
+
console.log(val)
|
|
871
|
+
this.handExce = {}
|
|
872
|
+
console.log('提交成功')
|
|
873
|
+
}).then(() => {
|
|
874
|
+
this.$showMessage('异常保存成功!')
|
|
875
|
+
})
|
|
876
|
+
} catch (e) {
|
|
877
|
+
this.handExce = {}
|
|
878
|
+
console.log('提交失败')
|
|
879
|
+
this.$showMessage('异常保存失败!')
|
|
880
|
+
}
|
|
881
|
+
this.handshow = false
|
|
882
|
+
},
|
|
883
|
+
DealSignal (val) {
|
|
884
|
+
console.log(val.model.f_signal)
|
|
885
|
+
if (val.model && val.model.f_signal) {
|
|
886
|
+
if (val.model.f_signal == '信号正常') {
|
|
887
|
+
val.condition = val.condition + ' and ' + 'f_signal>-100 '
|
|
888
|
+
}
|
|
889
|
+
if (val.model.f_signal == '信号异常') {
|
|
890
|
+
val.condition = val.condition + ' and ' + 'f_signal<-100 '
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
return val
|
|
894
|
+
},
|
|
895
|
+
DealFaults (val) {
|
|
896
|
+
if (val.model && val.model.faultstate) {
|
|
897
|
+
console.log(val.model.faultstate)
|
|
898
|
+
val.model.faultstate.forEach((item) => {
|
|
899
|
+
if (item == '磁干扰') {
|
|
900
|
+
val.condition = val.condition + ' and ' + 'f_magneticInterference=1 '
|
|
901
|
+
}
|
|
902
|
+
if (item == '周期关阀') {
|
|
903
|
+
val.condition = val.condition + ' and ' + 'f_cycleShutValue=1 '
|
|
904
|
+
}
|
|
905
|
+
if (item == '过流保护关阀') {
|
|
906
|
+
val.condition = val.condition + ' and ' + 'f_overCurrentProtection=1 '
|
|
907
|
+
}
|
|
908
|
+
if (item == '关阀走气') {
|
|
909
|
+
val.condition = val.condition + ' and ' + 'f_leakageFlag=1 '
|
|
910
|
+
}
|
|
911
|
+
if (item == '拆表报警') {
|
|
912
|
+
val.condition = val.condition + ' and ' + 'f_SplitAlarm=1 '
|
|
913
|
+
}
|
|
914
|
+
})
|
|
915
|
+
}
|
|
916
|
+
return val
|
|
917
|
+
},
|
|
918
|
+
SaveAsFile (str) {
|
|
919
|
+
this.$showMessage('您是否需要导出本页数据?', ['confirm', 'cancel']).then((res) => {
|
|
920
|
+
if (res === 'confirm') {
|
|
921
|
+
let style = '<style>' +
|
|
922
|
+
'td {border-width: 1px;padding: 2px;border-style: solid; border-color:black; border-collapse:collapse;} .tdright{text-align: right;} .tdcenter{text-align: center;}</style>'
|
|
923
|
+
let strHtml = style + document.getElementById(str).innerHTML
|
|
924
|
+
console.log(strHtml)
|
|
925
|
+
let LODOP = getLodop()
|
|
926
|
+
LODOP.PRINT_INIT('')
|
|
927
|
+
LODOP.ADD_PRINT_TABLE(5, 5, '99%', '100%', strHtml)
|
|
928
|
+
LODOP.SAVE_TO_FILE('抄表查看.xls')
|
|
929
|
+
}
|
|
930
|
+
})
|
|
931
|
+
},
|
|
932
|
+
clearmsg () {
|
|
933
|
+
this.$refs.paged.$refs.criteria.model = {
|
|
934
|
+
f_upload_type: []
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
search (args) {
|
|
938
|
+
// 处理故障类型
|
|
939
|
+
args = this.DealFaults(args)
|
|
940
|
+
// 处理信号
|
|
941
|
+
args = this.DealSignal(args)
|
|
942
|
+
args.condition = `${args.condition} and ui.f_filialeids like '${this.obj.resids}%'`
|
|
943
|
+
this.condition = args.condition
|
|
944
|
+
this.model.search(args.condition, args.model)
|
|
945
|
+
},
|
|
946
|
+
getRes (obj) {
|
|
947
|
+
this.obj.res = obj.res
|
|
948
|
+
this.obj.resids = obj.resids
|
|
949
|
+
},
|
|
950
|
+
getTypes () {
|
|
951
|
+
let f_user_type = []
|
|
952
|
+
let f_gasproperties = []
|
|
953
|
+
let load = new HttpResetClass()
|
|
954
|
+
let self = this
|
|
955
|
+
load.load('POST', 'rs/sql/iot_getTypes', {data: {}}, {warnMsg: null, resolveMsg: null}).then((res) => {
|
|
956
|
+
let i = 0
|
|
957
|
+
for (i = 0; i < res.data.length; i++) {
|
|
958
|
+
f_user_type[i] = res.data[i].f_user_type == null ? 'n' : res.data[i].f_user_type
|
|
959
|
+
f_gasproperties[i] = res.data[i].f_gasproperties == null ? 'n' : res.data[i].f_gasproperties
|
|
960
|
+
}
|
|
961
|
+
self.Gasusertype = self.uniq(f_user_type)
|
|
962
|
+
self.Gasproperties = self.uniq(f_gasproperties)
|
|
963
|
+
})
|
|
964
|
+
},
|
|
965
|
+
uniq (array) {
|
|
966
|
+
array.sort()
|
|
967
|
+
let arraytype = [{label: '全部', value: ''}]
|
|
968
|
+
let dr = {label: '', value: ''}
|
|
969
|
+
if (array[0] == 'n') {
|
|
970
|
+
dr = {label: '空值', value: 'is null'}
|
|
971
|
+
} else {
|
|
972
|
+
dr = {label: array[0], value: "='" + array[0] + "'"}
|
|
973
|
+
}
|
|
974
|
+
arraytype.push(dr)
|
|
975
|
+
let temp = [array[0]]
|
|
976
|
+
console.log(array[0] + 'array[0]')
|
|
977
|
+
for (var i = 1; i < array.length; i++) {
|
|
978
|
+
if (array[i] !== temp[temp.length - 1]) {
|
|
979
|
+
if (array[i] == 'n') {
|
|
980
|
+
dr = {label: '空值', value: 'is null'}
|
|
981
|
+
} else {
|
|
982
|
+
dr = {label: array[i], value: "='" + array[i] + "'"}
|
|
983
|
+
}
|
|
984
|
+
arraytype.push(dr)
|
|
985
|
+
temp.push(array[i])
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
/* console.log(arraytype[1].label + "label")
|
|
989
|
+
console.log(arraytype[1].value + "value") */
|
|
990
|
+
return arraytype
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
|
|
994
|
+
watch: {
|
|
995
|
+
'model.state' (val) {
|
|
996
|
+
if (val === '正确') {
|
|
997
|
+
if (this.model.count <= 100000) {
|
|
998
|
+
this.excelTable = true
|
|
999
|
+
} else {
|
|
1000
|
+
this.excelTable = false
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
computed: {
|
|
1006
|
+
// 上报异常类型
|
|
1007
|
+
Excestates () {
|
|
1008
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('上报异常类型')]
|
|
1009
|
+
},
|
|
1010
|
+
/* Gasproperties () {
|
|
1011
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用气性质')]
|
|
1012
|
+
}, */
|
|
1013
|
+
/* Getusertype () {
|
|
1014
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
|
|
1015
|
+
}, */
|
|
1016
|
+
Getuploadtype () {
|
|
1017
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('上报类型')]
|
|
1018
|
+
},
|
|
1019
|
+
// 标记状态
|
|
1020
|
+
parameterState () {
|
|
1021
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('标记状态')]
|
|
1022
|
+
},
|
|
1023
|
+
// 标记名称
|
|
1024
|
+
parameterName () {
|
|
1025
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('标记名称')]
|
|
1026
|
+
},
|
|
1027
|
+
// 阀门状态
|
|
1028
|
+
Valvestates () {
|
|
1029
|
+
return [{label: '全部', value: '%%'}, {label: '关阀', value: '1'}, {label: '开阀', value: '0'}]
|
|
1030
|
+
},
|
|
1031
|
+
// 故障状态
|
|
1032
|
+
FaultStates () {
|
|
1033
|
+
return [{label: '全部', value: ''}, ...this.$appdata.getParam('故障状态')]
|
|
1034
|
+
// return [
|
|
1035
|
+
// {label: '磁干扰', value: '磁干扰'},
|
|
1036
|
+
// {label: '周期关阀', value: '周期关阀'},
|
|
1037
|
+
// {label: '过流保护关阀', value: '过流保护关阀'},
|
|
1038
|
+
// {label: '关阀走气', value: '关阀走气'},
|
|
1039
|
+
// {label: '拆表报警', value: '拆表报警'},
|
|
1040
|
+
// ]
|
|
1041
|
+
},
|
|
1042
|
+
SignalStates () {
|
|
1043
|
+
return [
|
|
1044
|
+
{label: '全部', value: '全部'},
|
|
1045
|
+
{label: '信号正常', value: '信号正常'},
|
|
1046
|
+
{label: '信号异常', value: '信号异常'}
|
|
1047
|
+
]
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
</script>
|
|
1052
|
+
<style>
|
|
1053
|
+
.datapanel {
|
|
1054
|
+
color: #333;
|
|
1055
|
+
background-color: white;
|
|
1056
|
+
box-shadow: darkgrey 0.5px 0.5px 0.5px 0.5px;
|
|
1057
|
+
padding: 10px 30px 10px 30px;
|
|
1058
|
+
border-radius: 15px;
|
|
1059
|
+
}
|
|
1060
|
+
.mystyle {
|
|
1061
|
+
float: right;
|
|
1062
|
+
padding-right: 10%;
|
|
1063
|
+
}
|
|
1064
|
+
</style>
|