sale-client 3.7.36 → 3.7.37-bayan
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/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/.gradle/file-system.probe +0 -0
- package/GetLoginInfoService.js.bak +489 -0
- package/build/dev-server.js +38 -93
- package/build/versionCheck.js +5 -5
- package/package.json +7 -5
- package/src/App.vue +2 -2
- package/src/Util.js +18 -18
- package/src/components/FilesManage/AddHostMeterUserList.vue +1 -1
- package/src/components/FilesManage/AddSubMeterUserList.vue +1 -1
- package/src/components/FilesManage/Edit.vue +3 -3
- package/src/components/FilesManage/FileAddressList.vue +2 -2
- package/src/components/FilesManage/FileMergeInfo.vue +1 -1
- package/src/components/FilesManage/FileUserAddress.vue +6 -6
- package/src/components/FilesManage/FileUserAddressChange.vue +1 -1
- package/src/components/FilesManage/FileUserFiles.vue +71 -50
- package/src/components/FilesManage/FileUserMerge.vue +1 -1
- package/src/components/FilesManage/HostMeterAdd.vue +2 -2
- package/src/components/FilesManage/HostMeterList.vue +1 -1
- package/src/components/FilesManage/HostMeterUserList.vue +3 -3
- package/src/components/FilesManage/MeterinfoTest.vue +9 -9
- package/src/components/FilesManage/TemplateManage.vue +3 -3
- package/src/components/FilesManage/TotalSplit/SplitList.vue +1 -1
- package/src/components/FilesManage/TotalSplit/TotalSplitList.vue +1 -1
- package/src/components/FilesManage/UserAddressCollection.vue +5 -5
- package/src/components/FilesManage/UserAddressInFile.vue +6 -6
- package/src/components/FilesManage/UserDeviceInfoTest.vue +1 -1
- package/src/components/FilesManage/UserFireInfo.vue +4 -4
- package/src/components/FilesManage/UserGeneralInfoTest.vue +18 -11
- package/src/components/FilesManageNew/FileAddressList.vue +2 -2
- package/src/components/FilesManageNew/FileAddressManage.vue +1 -1
- package/src/components/FilesManageNew/FileMergeInfo.vue +1 -1
- package/src/components/FilesManageNew/FileUserAddress.vue +5 -5
- package/src/components/FilesManageNew/FileUserAddressChange.vue +1 -1
- package/src/components/FilesManageNew/FileUserFiles.vue +42 -23
- package/src/components/FilesManageNew/FileUserMerge.vue +1 -1
- package/src/components/FilesManageNew/MeterinfoTest.vue +14 -14
- package/src/components/FilesManageNew/TotalSplit/SplitList.vue +1 -1
- package/src/components/FilesManageNew/TotalSplit/TotalSplitList.vue +1 -1
- package/src/components/FilesManageNew/UserEssentialInfoTest.vue +211 -229
- package/src/components/FilesManageNew/UserGeneralInfoTest.vue +14 -11
- package/src/components/MaterialsManage/MaterialsBase.vue +8 -6
- package/src/components/MaterialsManage/MaterialsList.vue +3 -3
- package/src/components/SellGasCharge/ChargeCancel/CardMeterChargeCancel.vue +8 -4
- package/src/components/SellGasCharge/MeterCharge/CustomInvoice.vue +1 -1
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserCenter.vue +3 -3
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserManager.vue +3 -3
- package/src/components/SellGasCharge/MeterChargeforUser/ChargeUserlist.vue +1 -1
- package/src/components/SellGasCharge/MeterTrace/MeterList.vue +3 -3
- package/src/components/SellGasCharge/MeterTrace/MeterTrace.vue +3 -3
- package/src/components/UserFiles/AdjustableBox/AddBox.vue +8 -8
- package/src/components/UserFiles/AdjustableBox/BOXUserList.vue +1 -1
- package/src/components/UserFiles/AdjustableBox/BoxList.vue +3 -3
- package/src/components/UserFiles/AreaList.vue +2 -2
- package/src/components/UserFiles/Meterinfo.vue +4 -4
- package/src/components/UserFiles/NewAreaInfo.vue +4 -4
- package/src/components/UserFiles/UserFiles.vue +6 -6
- package/src/components/UserFiles/UserGeneralInfo.vue +1 -1
- package/src/components/UserFiles/UserPriceChangeHistory.vue +3 -1
- package/src/components/UserFiles/UserPriceChangeManage.vue +49 -21
- package/src/components/UserFiles/XieKaUser/AddUser.vue +2 -2
- package/src/components/UserFiles/XieKaUser/UsersList.vue +2 -2
- package/src/components/UserFiles/XieKaUser/XieKaManager.vue +1 -1
- package/src/components/UserFiles/admissibility.vue +1 -1
- package/src/components/UserFiles/batchUpdateInputtor.vue +4 -4
- package/src/components/WechatManage/Knowledge.vue +6 -6
- package/src/components/WechatManage/KnowledgeAdd.vue +1 -1
- package/src/components/WechatManage/KnowledgeModify.vue +1 -1
- package/src/components/WechatManage/KnowledgeRecord.vue +1 -1
- package/src/components/WechatManage/OrderCenter/Step.vue +1 -1
- package/src/components/WechatManage/OrderCenter/orderList.vue +1 -1
- package/src/components/WechatManage/OutLets.vue +5 -5
- package/src/components/WechatManage/OutLetsRecord.vue +1 -1
- package/src/components/WechatManage/Stopgas.vue +2 -2
- package/src/components/WechatManage/UserNoticeList.vue +13 -13
- package/src/components/WechatManage/UserNoticeRecord.vue +1 -1
- package/src/components/archives/ArchivesAdd.vue +1 -1
- package/src/components/archives/ArchivesList.vue +1 -1
- package/src/components/archives/UserfilesList.vue +7 -7
- package/src/components/baichuan/ChangeTable.vue +2 -2
- package/src/components/baichuan/newTableInfo.vue +3 -3
- package/src/components/charge/ChargeList.vue +89 -51
- package/src/components/charge/ChargeManage.vue +5 -8
- package/src/components/charge/ChargeManageOther.vue +1 -1
- package/src/components/charge/ChargeManageSell.vue +1 -1
- package/src/components/charge/ChargeModal.vue +11 -3
- package/src/components/charge/ChargeOper.vue +33 -5
- package/src/components/charge/ChargeOtherOper.vue +3 -3
- package/src/components/charge/HandList.vue +1 -1
- package/src/components/charge/NfcCardReplacement.vue +1 -1
- package/src/components/charge/business/CardChangeFill.vue +4 -4
- package/src/components/charge/business/CardMeterCenter.vue +13 -13
- package/src/components/charge/business/ChangeMeterAddGas.vue +3 -3
- package/src/components/charge/business/DigitalCharge.vue +3 -3
- package/src/components/charge/business/FilesComplete.vue +21 -9
- package/src/components/charge/business/IOT/IotChangeFill.vue +3 -5
- package/src/components/charge/business/IOTMeterCenter.vue +16 -19
- package/src/components/charge/business/IotOpen.vue +1 -1
- package/src/components/charge/business/NoCardMeterCenter.vue +12 -9
- package/src/components/charge/business/OtherCharge.vue +4 -4
- package/src/components/charge/business/OtherChargeAudit.vue +7 -7
- package/src/components/charge/business/OtherChargeByPay.vue +7 -7
- package/src/components/charge/business/OtherChargeNew.vue +91 -56
- package/src/components/charge/business/PriceChangeCompensation/IotCompensation.vue +4 -4
- package/src/components/charge/business/PriceChangeCompensation/JbCompensation.vue +4 -4
- package/src/components/charge/business/PriceChangeCompensation/SurplusRecordDetail.vue +1 -1
- package/src/components/charge/business/RepairCharge.vue +4 -4
- package/src/components/charge/business/ReturnMoneyExamine.vue +7 -7
- package/src/components/charge/business/ServiceEvaluation.vue +348 -437
- package/src/components/charge/business/ShowCardSellGas.vue +13 -13
- package/src/components/charge/business/ShowCardSellGasJB.vue +1 -1
- package/src/components/charge/business/ShowCardSellGasWeb.vue +1 -1
- package/src/components/charge/business/ShowCiTiaoCard.vue +1 -1
- package/src/components/charge/business/depositCharge/DepositCharge.vue +5 -5
- package/src/components/charge/business/machine/MachineChangeFill.vue +1 -1
- package/src/components/charge/business/machine/MachineCharge.vue +3 -3
- package/src/components/charge/business/machine/MachineMeterCenter.vue +46 -27
- package/src/components/charge/business/machine/MachineMeterPartCenter.vue +4 -4
- package/src/components/charge/business/machine/MachinePartCharge.vue +3 -3
- package/src/components/charge/business/machine/OweList.vue +3 -1
- package/src/components/charge/business/refund/DropTableRefund.vue +5 -5
- package/src/components/charge/business/refund/IOTRefund.vue +13 -13
- package/src/components/charge/business/refund/machineRefund.vue +6 -6
- package/src/components/charge/business/refund_copy/IOTRefund.vue +7 -7
- package/src/components/charge/business/refund_copy/machineRefund.vue +4 -4
- package/src/components/charge/bzjcancel.vue +75 -14
- package/src/components/charge/detailinfo/DevicesDetail.vue +1 -1
- package/src/components/charge/detailinfo/OldmeterDetail.vue +1 -1
- package/src/components/charge/detailinfo/OtherChargeRecord.vue +1 -1
- package/src/components/charge/detailinfo/UserfilesDetail.vue +1 -1
- package/src/components/charge/detailinfo/UserinfoDetail.vue +1 -1
- package/src/components/charge/detailinfo/price/MixpriceDetail.vue +1 -1
- package/src/components/charge/detailinfo/price/StairpriceDetail.vue +1 -1
- package/src/components/charge/gasloss/gasLossDetail.vue +3 -3
- package/src/components/charge/gasloss/gasLossForm.vue +2 -2
- package/src/components/charge/gasloss/gasLossOperate.vue +4 -4
- package/src/components/charge/gasloss/gasLossRecords.vue +4 -4
- package/src/components/charge/gasmove.vue +3 -3
- package/src/components/charge/saletabbut.vue +1 -1
- package/src/components/chargeBatch/BatchCharge.vue +6 -6
- package/src/components/chargeBatch/BatchChargeDetail.vue +1 -1
- package/src/components/chargeBatch/CardList.vue +18 -18
- package/src/components/chargeBatch/ChargeBatchList.vue +1 -1
- package/src/components/chargeBatch/ChargeGroupList.vue +4 -4
- package/src/components/chargeBatch/ChargeManageBatch.vue +2 -2
- package/src/components/chargeBatch/ChargeManageGroup.vue +3 -3
- package/src/components/chargeBatch/OweRecordQuery.vue +1 -1
- package/src/components/chargeBatch/RecordCancel.vue +12 -12
- package/src/components/chargeBatch/ReissueBillBatch.vue +1 -1
- package/src/components/chargeBatch/groupFeeDeduction.vue +1 -1
- package/src/components/chargeBatch/groupRefund.vue +4 -4
- package/src/components/chargeNew/BookBill.vue +2 -2
- package/src/components/chargeNew/ChargeList.vue +10 -10
- package/src/components/chargeNew/ChargeManageNew.vue +3 -3
- package/src/components/chargeNew/ChargeOper.vue +3 -3
- package/src/components/chargeNew/MeterReset.vue +1 -1
- package/src/components/chargeNew/SendBook.vue +2 -2
- package/src/components/chargeNew/thirdSurplus.vue +16 -21
- package/src/components/common/limit/LimitGasManage.vue +3 -3
- package/src/components/common/limit/LimitHistory.vue +3 -3
- package/src/components/common/limit/LimitList.vue +8 -8
- package/src/components/common/searchuploadfile/uploadFileSearch.vue +1 -1
- package/src/components/common/searchuploadfile/uploadFilesHistory.vue +9 -30
- package/src/components/common/userinfo_detail/SplitPrice.vue +4 -4
- package/src/components/common/userinfo_detail/TableUsageChart.vue +1 -1
- package/src/components/common/userinfo_detail/UserBaseInfo.vue +5 -5
- package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +14 -18
- package/src/components/common/userinfo_detail/UserInfoDetailManage.vue +3 -6
- package/src/components/common/userinfo_detail/UserInfoDetailManageNew.vue +413 -109
- package/src/components/common/userinfo_detail/apply_detail/Supervisory/Service/ResAreaSelectGroup.vue +1 -1
- package/src/components/common/userinfo_detail/apply_detail/Supervisory/Service/ServiceView.vue +0 -3
- package/src/components/common/userinfo_detail/apply_detail/Supervisory/Service/SupervisoryServiceControl.vue +6 -6
- package/src/components/common/userinfo_detail/apply_detail/Supervisory/SupervisoryControl.vue +2 -2
- package/src/components/common/userinfo_detail/apply_detail/Supervisory/SupervisoryList.vue +1 -1
- package/src/components/common/userinfo_detail/apply_detail/Supervisory/SupervisoryhCart.vue +1 -1
- package/src/components/common/userinfo_detail/apply_detail/applyCharge/ApplyChargeList.vue +3 -3
- package/src/components/common/userinfo_detail/contractSigningBrain.vue +1 -3
- package/src/components/common/userinfo_detail/ic_detail/AutomaticPurse.vue +8 -8
- package/src/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +3 -3
- package/src/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +7 -3
- package/src/components/common/userinfo_detail/ic_detail/ChangeRecord.vue +2 -2
- package/src/components/common/userinfo_detail/ic_detail/ChargeQueryUser.vue +10 -10
- package/src/components/common/userinfo_detail/ic_detail/ChargeRecordQuery.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/DeveiceRecord.vue +2 -2
- package/src/components/common/userinfo_detail/ic_detail/FillCardQueryUser.vue +2 -2
- package/src/components/common/userinfo_detail/ic_detail/FillGasQueryUser.vue +2 -2
- package/src/components/common/userinfo_detail/ic_detail/GarbageRecordList.vue +69 -0
- package/src/components/common/userinfo_detail/ic_detail/HandQueryUser.vue +3 -3
- package/src/components/common/userinfo_detail/ic_detail/InsuranceChargesRecord.vue +384 -0
- package/src/components/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +3 -3
- package/src/components/common/userinfo_detail/ic_detail/MeterParam.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/OtherChargeQueryUser.vue +4 -4
- package/src/components/common/userinfo_detail/ic_detail/OtherChargeQueryUserDetail.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/PriceAdjustmentQueryUser.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/PriceChangeQueryUser.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/RecordQueryUser.vue +2 -2
- package/src/components/common/userinfo_detail/ic_detail/RepairList.vue +109 -0
- package/src/components/common/userinfo_detail/ic_detail/Repurchase.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/SecuritycheckInfo.vue +155 -0
- package/src/components/common/userinfo_detail/ic_detail/TransferQueryUser.vue +2 -2
- package/src/components/common/userinfo_detail/ic_detail/UserDeviceQuery.vue +10 -9
- package/src/components/common/userinfo_detail/ic_detail/UserKeyRecord.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/WebAutomaticPurse.vue +8 -8
- package/src/components/common/userinfo_detail/ic_detail/WebChargeQueryUser.vue +9 -9
- package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +5 -5
- package/src/components/common/userinfo_detail/ic_detail/contractSigningList.vue +1 -1
- package/src/components/common/userinfo_detail/ic_detail/insertKeyUser.vue +3 -3
- package/src/components/common/userinfo_detail/ic_detail/meteringRecords.vue +112 -0
- package/src/components/common/userinfo_detail/iot_detail/QueryHistoryInstruct.vue +14 -14
- package/src/components/common/userinfo_detail/iot_detail/QueryInstruct.vue +64 -20
- package/src/components/common/userinfo_detail/iot_detail/WatchCollection.vue +34 -1
- package/src/components/common/userinfo_detail/iot_detail/WatchDealWarning.vue +3 -3
- package/src/components/cooker/WareRecord.vue +1 -1
- package/src/components/matchmakingManagement/PlatformList.vue +1 -1
- package/src/components/meterBook/MeterList.vue +2 -2
- package/src/components/meterBook/MeterMsg.vue +4 -4
- package/src/components/meterBook/addMeterBook.vue +1 -1
- package/src/components/meterBook/addUserToBook.vue +2 -2
- package/src/components/newpriceadjustment/NewPriceAdjustment.vue +8 -8
- package/src/components/newpriceadjustment/NewPriceAdjustmentSell.vue +6 -6
- package/src/components/newpriceadjustment/NewPriceAdjustmentWebmeter.vue +6 -6
- package/src/components/priceadjustment/adjustPrice.vue +2 -2
- package/src/components/priceadjustment/adjustUser.vue +2 -2
- package/src/components/revenue/Common/AcceptBill.vue +1 -1
- package/src/components/revenue/Common/CorrectBill.vue +1 -1
- package/src/components/revenue/Common/EticketPrint.vue +5 -5
- package/src/components/revenue/Common/EticketPrintAsync.vue +15 -15
- package/src/components/revenue/Common/LimitGas.vue +2 -2
- package/src/components/revenue/Common/MeterMessage.vue +2 -2
- package/src/components/revenue/Common/Movemeter.vue +28 -26
- package/src/components/revenue/Common/PaymentCode.vue +24 -9
- package/src/components/revenue/Common/PrintBill.vue +19 -3
- package/src/components/revenue/Common/ReissueBill.vue +21 -6
- package/src/components/revenue/Common/ValidateBill.vue +1 -1
- package/src/components/revenue/Common/batchDisable.vue +3 -3
- package/src/components/revenue/Common/scanNativebak.vue +194 -0
- package/src/components/revenue/Common/uploadFiles.vue +4 -4
- package/src/components/revenue/Common/userFlowSheet.vue +5 -5
- package/src/components/revenue/HandManager/CardHand.vue +36 -26
- package/src/components/revenue/HandManager/EstimateCardManager.vue +18 -18
- package/src/components/revenue/HandManager/EstimateManager.vue +26 -26
- package/src/components/revenue/HandManager/HandManager.vue +28 -29
- package/src/components/revenue/HandManager/HandManagerCard.vue +15 -15
- package/src/components/revenue/HandManager/IndustryCommerceHand.vue +11 -11
- package/src/components/revenue/HandManager/MbpeopleList.vue +6 -6
- package/src/components/revenue/HandManager/MeterBookAdd.vue +3 -3
- package/src/components/revenue/HandManager/MeterBookList.vue +2 -5
- package/src/components/revenue/HandManager/MeterBookUser.vue +9 -9
- package/src/components/revenue/HandManager/OverdueSetList.vue +4 -4
- package/src/components/revenue/HandManager/OverdueSetUser.vue +1 -1
- package/src/components/revenue/HandManager/PriceAdjustment.vue +6 -6
- package/src/components/revenue/HandManager/PriceAdjustmentCard.vue +6 -6
- package/src/components/revenue/HandManager/PriceAdjustmentSelling.vue +6 -6
- package/src/components/revenue/HandManager/PriceAdjustmentWebmeter.vue +6 -6
- package/src/components/revenue/HandManager/RemainAdjustment.vue +4 -4
- package/src/components/revenue/HandManager/VolumeAdjustment/VolumeAdjustmentManage.vue +6 -6
- package/src/components/revenue/HandManager/WebHand.vue +1020 -0
- package/src/components/revenue/HandManager/meterbookEntry.vue +1 -1
- package/src/components/revenue/HandManager/openEticket/HandUserManage.vue +1 -1
- package/src/components/revenue/HandManager/openEticket/HasOpenHand.vue +2 -2
- package/src/components/revenue/HandManager/openEticket/HasOpenReceipt.vue +3 -3
- package/src/components/revenue/HandManager/openEticket/UnOpenHand.vue +3 -3
- package/src/components/revenue/HandManager/openEticket/UnOpenReceipt.vue +2 -2
- package/src/components/revenue/HandManager/qtxCardHand/GassaleHand.vue +3 -3
- package/src/components/revenue/HandManager/qtxCardHand/TrqtmHand.vue +3 -3
- package/src/components/revenue/IssuanceManagement/batchCardIssuance.vue +4 -4
- package/src/components/revenue/analysis/FarawayQuery.vue +2 -2
- package/src/components/revenue/analysis/outStockQuery.vue +2 -2
- package/src/components/revenue/bank/BankForm.vue +1 -1
- package/src/components/revenue/bank/BankList.vue +4 -4
- package/src/components/revenue/bank/bankOffer.vue +3 -3
- package/src/components/revenue/bank/bankReturn.vue +3 -3
- package/src/components/revenue/base/CardServer/ReadCard.vue +10 -0
- package/src/components/revenue/base/GasWaterSearch.vue +2 -2
- package/src/components/revenue/base/PurchaseWater.vue +1 -1
- package/src/components/revenue/base/UserList.vue +4 -4
- package/src/components/revenue/base/leftview/CheckGas.vue +1 -1
- package/src/components/revenue/base/leftview/HiddenDangerInfo.vue +6 -3
- package/src/components/revenue/base/leftview/MeterUse.vue +4 -4
- package/src/components/revenue/base/leftview/MixPriceInfo.vue +1 -1
- package/src/components/revenue/base/leftview/RecordStoryinfo.vue +1 -1
- package/src/components/revenue/base/leftview/SafeCheck.vue +50 -15
- package/src/components/revenue/base/leftview/ServiceRepair.vue +89 -11
- package/src/components/revenue/base/leftview/ServiceSubstitution.vue +1 -1
- package/src/components/revenue/base/leftview/Stairinfo.vue +18 -18
- package/src/components/revenue/base/leftview/UserFeeInfo.vue +76 -0
- package/src/components/revenue/base/leftview/UserFees.vue +1 -1
- package/src/components/revenue/base/leftview/Userinfo.vue +38 -7
- package/src/components/revenue/base/leftview/billMessage.vue +2 -2
- package/src/components/revenue/base/leftview/meterinfodetail.vue +60 -18
- package/src/components/revenue/base/leftview/otherinfo.vue +1 -0
- package/src/components/revenue/base/rightview/CardList.vue +47 -41
- package/src/components/revenue/base/rightview/InstallCardList.vue +4 -4
- package/src/components/revenue/base/rightview/RecordCancel.vue +29 -27
- package/src/components/revenue/base/rightview/canceldetail/AutoaccountsCancelDetail.vue +1 -1
- package/src/components/revenue/base/rightview/canceldetail/CardmetercenterCancelDetail.vue +1 -1
- package/src/components/revenue/base/rightview/canceldetail/ChangeMeterCancelDetail.vue +1 -1
- package/src/components/revenue/base/rightview/canceldetail/IOTMeterCenterCancelDetail.vue +1 -1
- package/src/components/revenue/base/rightview/canceldetail/MachinemetercenterCancelDetail.vue +1 -1
- package/src/components/revenue/base/rightview/canceldetail/OtherchargeCancelDetail.vue +1 -1
- package/src/components/revenue/base/rightview/canceldetail/ReplacecardmanageCancelDetail.vue +1 -1
- package/src/components/revenue/base/rightview/canceldetail/TransfermanageCancelDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/AddUserDetail.vue +11 -7
- package/src/components/revenue/base/rightview/carddetail/AdvanceDeliveryDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/AutoAccountsDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/BankDKDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/BankPay.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/BlacklistDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/BuildFeeDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/CancellationDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/CardMeterCenterDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/CardOverUserDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/ChangeFeeDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/ChangeFlowmeterDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/ChangeMeterDetail.vue +5 -1
- package/src/components/revenue/base/rightview/carddetail/DisableManageDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/EnableManageDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/FeeDeductionDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/GarbageDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/GasChargeDetail.vue +62 -0
- package/src/components/revenue/base/rightview/carddetail/GasLossDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/GasPriceChangeDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/IOTMeterCenterDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/InputtorChangeDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/InsuranceManageDetail.vue +83 -0
- package/src/components/revenue/base/rightview/carddetail/MachineMeterCenterDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/OffGasAddGasDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/OpenMeterDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/OtherChargeDetail.vue +5 -1
- package/src/components/revenue/base/rightview/carddetail/OverUserChangeDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/PriceAdjustmentDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/ReduceFeeDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/RefundDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/ReissueBill.vue +5 -5
- package/src/components/revenue/base/rightview/carddetail/RepairFeeDeduction.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/ReplaceCardManageDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/ReturnMoney.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/SalecardgasDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/StopApplyDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/TransferManageDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/UserChangeDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/WeChatPay.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/WithGas.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/machineCardDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/movegasDetail.vue +1 -1
- package/src/components/revenue/base/rightview/carddetail/movemeterdetail.vue +1 -1
- package/src/components/revenue/base/rightview/reissuebill/OtherBill.vue +3 -3
- package/src/components/revenue/base/rightview/valueaddinfo.vue +2 -2
- package/src/components/revenue/batchDeduction/batchDeduction.vue +30 -13
- package/src/components/revenue/batchDeduction/batchDeductionList.vue +42 -11
- package/src/components/revenue/batchDeduction/batchDeductionOper.vue +2 -2
- package/src/components/revenue/batchPreloads/batchPreloads.vue +1 -1
- package/src/components/revenue/batchPreloads/batchPreloadsCharge.vue +2 -2
- package/src/components/revenue/batchPreloads/batchPreloadsList.vue +6 -6
- package/src/components/revenue/cancelHandplan/IotHandplanCanel.vue +2 -2
- package/src/components/revenue/cardHandManage/cardDown.vue +36 -17
- package/src/components/revenue/cardHandManage/cardHandAudit.vue +6 -6
- package/src/components/revenue/cardHandManage/cardsHand.vue +18 -18
- package/src/components/revenue/changeInsurance/InsuranceAdd.vue +2 -1
- package/src/components/revenue/changeInsurance/InsuranceChargesDetails.vue +22 -4
- package/src/components/revenue/changeInsurance/InsuranceList.vue +5 -5
- package/src/components/revenue/changeInsurance/InsuranceRecord.vue +264 -27
- package/src/components/revenue/changeInsurance/UserInsurance.vue +1 -1
- package/src/components/revenue/comprehen/Bill/CustQueryEticket.vue +2 -2
- package/src/components/revenue/comprehen/Bill/CustomInvoice.vue +2 -2
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenCard.vue +2 -2
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenJBPage.vue +2 -2
- package/src/components/revenue/comprehen/Bill/Eticket/EticketOpenPage.vue +2 -2
- package/src/components/revenue/comprehen/Bill/Eticket/EticketRecordList.vue +1 -1
- package/src/components/revenue/comprehen/Bill/EticketManage.vue +2 -2
- package/src/components/revenue/comprehen/Bill/EticketRecordList.vue +2 -2
- package/src/components/revenue/comprehen/Bill/EticketV4/CustQueryEticket.vue +3 -3
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenCard.vue +3 -3
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenJBPage.vue +3 -3
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketOpenPage.vue +3 -3
- package/src/components/revenue/comprehen/Bill/EticketV4/EticketRecordList.vue +2 -2
- package/src/components/revenue/comprehen/Bill/asyncEticket/CustQueryEticketAsync.vue +3 -3
- package/src/components/revenue/comprehen/Bill/paper/AddBill.vue +1 -1
- package/src/components/revenue/comprehen/Bill/paper/BillChangeDetail.vue +1 -1
- package/src/components/revenue/comprehen/Bill/paper/BillDetail.vue +4 -4
- package/src/components/revenue/comprehen/Bill/paper/BillList.vue +3 -3
- package/src/components/revenue/comprehen/Bill/paperbill/DistributionDetail.vue +2 -2
- package/src/components/revenue/comprehen/Bill/paperbill/DistributionGather.vue +1 -1
- package/src/components/revenue/comprehen/CardManage/CardAllotEdit.vue +1 -1
- package/src/components/revenue/comprehen/CardManage/CardAllotList.vue +3 -3
- package/src/components/revenue/comprehen/CardManage/CardDetailEdit.vue +1 -1
- package/src/components/revenue/comprehen/CardManage/CardDetailList.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPayment.vue +13 -13
- package/src/components/revenue/comprehen/ComprehenOperation/BankPayment/BankPaymentConstrast.vue +3 -3
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellation.vue +115 -18
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/ChangeMeterReader.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +527 -357
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferRecords.vue +3 -3
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/Transferlist.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/ChangeNewMeter.vue +3 -3
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/IOTMeter.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/MachineMeter.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeDeduction.vue +106 -10
- package/src/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeMachine.vue +2 -2
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/icTable.vue +11 -28
- package/src/components/revenue/comprehen/ComprehenOperation/GiftFee/iotTable.vue +197 -96
- package/src/components/revenue/comprehen/ComprehenOperation/LimitGasManage.vue +3 -3
- package/src/components/revenue/comprehen/ComprehenOperation/MeterDisable/DisableManage.vue +72 -66
- package/src/components/revenue/comprehen/ComprehenOperation/MeterEnable/EnableManage.vue +30 -13
- package/src/components/revenue/comprehen/ComprehenOperation/OffGasAddGas/OffGasAddGas.vue +4 -4
- package/src/components/revenue/comprehen/ComprehenOperation/OrderDetails/OrderDetails.vue +8 -8
- package/src/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +10 -10
- package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +21 -13
- package/src/components/revenue/comprehen/ComprehenOperation/PriceJustment/priceJustment.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentConstrast.vue +2 -2
- package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +8 -8
- package/src/components/revenue/comprehen/ComprehenOperation/RefundManage/RefundManage.vue +2 -2
- package/src/components/revenue/comprehen/ComprehenOperation/ReplaceCard/MachineCardBill.vue +2 -2
- package/src/components/revenue/comprehen/ComprehenOperation/ReplaceCard/ReplaceCardManage.vue +26 -7
- package/src/components/revenue/comprehen/ComprehenOperation/SellRecordChange/SellRecord.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/SellRecordChange/UserinfoList.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/SignContractManage/signContract.vue +225 -0
- package/src/components/revenue/comprehen/ComprehenOperation/UserVisit/UserVisit.vue +217 -0
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +52 -31
- package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ResetMeter.vue +188 -21
- package/src/components/revenue/comprehen/ComprehenOperation/removeTable.vue +11 -9
- package/src/components/revenue/comprehen/ComprehenOperation/removeTableCancel.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/resetShowCardgas/ResetShowCardGas.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/wallheating/WallheatingInfoAdd.vue +2 -2
- package/src/components/revenue/comprehen/Exemption/GasFeeReduction.vue +4 -7
- package/src/components/revenue/comprehen/Maintenance/T+MoneyDocking/moneyDocking.vue +1 -1
- package/src/components/revenue/comprehen/Maintenance/T+MoneyDocking/moneyDockingTow.vue +3 -3
- package/src/components/revenue/comprehen/Maintenance/bill/billListMaintain.vue +1 -1
- package/src/components/revenue/comprehen/Maintenance/bill/billOperate.vue +2 -2
- package/src/components/revenue/comprehen/Maintenance/bill/billRecordMaintain.vue +1 -1
- package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterListMaintain.vue +2 -2
- package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterOperate.vue +28 -26
- package/src/components/revenue/comprehen/Maintenance/changeMeter/maintenanceChangeMeterRecords.vue +1 -1
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasRecordMaintain.vue +1 -1
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasRecordMaintainList.vue +2 -2
- package/src/components/revenue/comprehen/Maintenance/fillgas/fillgasSpecific.vue +4 -4
- package/src/components/revenue/comprehen/Maintenance/group/MeterOperatemaingroup.vue +2 -2
- package/src/components/revenue/comprehen/Maintenance/group/StockListmaingroup.vue +5 -5
- package/src/components/revenue/comprehen/Maintenance/group/maintenancegroup.vue +1 -1
- package/src/components/revenue/comprehen/Maintenance/hand/handListMaintain.vue +25 -24
- package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +27 -27
- package/src/components/revenue/comprehen/Maintenance/hand/maintenanceHandmeterRecords.vue +1 -1
- package/src/components/revenue/comprehen/Maintenance/otherRecords/OtherMaintenanceLists.vue +2 -2
- package/src/components/revenue/comprehen/Maintenance/otherRecords/Otherrecordmaintenance.vue +4 -4
- package/src/components/revenue/comprehen/Maintenance/otherRecords/specificInformation.vue +29 -65
- package/src/components/revenue/comprehen/Maintenance/pictureManage/pictureListMaintain.vue +3 -3
- package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +57 -16
- package/src/components/revenue/comprehen/Maintenance/revenue/StockListmain.vue +5 -5
- package/src/components/revenue/comprehen/Maintenance/revenue/maintenance.vue +1 -1
- package/src/components/revenue/comprehen/Message/AllUser.vue +21 -10
- package/src/components/revenue/comprehen/Message/AllUserNew.vue +7 -7
- package/src/components/revenue/comprehen/Message/ArrearsList.vue +2 -2
- package/src/components/revenue/comprehen/Message/MessageList.vue +8 -8
- package/src/components/revenue/comprehen/Message/MessageManage.vue +3 -0
- package/src/components/revenue/comprehen/Message/TemplateMessage.vue +1 -1
- package/src/components/revenue/comprehen/Message/UserDefinedMessage.vue +1 -1
- package/src/components/revenue/comprehen/Message/UserDefinedMessageNew.vue +2 -2
- package/src/components/revenue/comprehen/PreferentialPolicies/PrivilegeEdit.vue +3 -3
- package/src/components/revenue/comprehen/PreferentialPolicies/PrivilegeList.vue +1 -1
- package/src/components/revenue/comprehen/ResourceRecord/ResourceRecordQuery.vue +2 -2
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/BasicLiving.vue +3 -3
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/BasicLivingList.vue +2 -2
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/UpdateBasicLiving.vue +1 -1
- package/src/components/revenue/comprehen/SpecialUser/BasicLiving/stopBasicLiving.vue +2 -2
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackList.vue +103 -7
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListDetail.vue +1 -1
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListList.vue +5 -11
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListRecord.vue +1 -1
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackModal.vue +1 -1
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackRecordQuery.vue +12 -3
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackUserSelect.vue +1 -2
- package/src/components/revenue/comprehen/StairPrice/GasPrice.vue +7 -7
- package/src/components/revenue/comprehen/StairPrice/GasPriceList.vue +2 -2
- package/src/components/revenue/comprehen/StairPrice/GasPriceUser.vue +5 -5
- package/src/components/revenue/comprehen/StairPrice/PriceChangeDetail.vue +1 -1
- package/src/components/revenue/comprehen/StairPrice/PriceChangeHistory.vue +1 -1
- package/src/components/revenue/comprehen/StairPrice/PriceRecord.vue +3 -3
- package/src/components/revenue/comprehen/StairPrice/UpdateInfo.vue +1 -1
- package/src/components/revenue/comprehen/ToolCard/CardTypeDetail.vue +1 -1
- package/src/components/revenue/comprehen/TotalSplit/AllUserFiles.vue +1 -1
- package/src/components/revenue/comprehen/TotalSplit/SplitList.vue +1 -1
- package/src/components/revenue/comprehen/TotalSplit/TotalSplitList.vue +3 -3
- package/src/components/revenue/comprehen/alipay/alipayConstrast.vue +3 -3
- package/src/components/revenue/comprehen/alipay/alipayDetail.vue +7 -7
- package/src/components/revenue/comprehen/batch/batchEditFiles.vue +1 -1
- package/src/components/revenue/comprehen/batch/batchEditHistory.vue +1 -1
- package/src/components/revenue/comprehen/batch/batchEditManage.vue +1 -1
- package/src/components/revenue/comprehen/batch/batchUserList.vue +2 -2
- package/src/components/revenue/comprehen/closeaccount/Closeaccount.vue +2 -2
- package/src/components/revenue/comprehen/closeaccount/battchcancelaudit.vue +3 -3
- package/src/components/revenue/comprehen/common/ImportExcel.vue +10 -9
- package/src/components/revenue/comprehen/device/deviceEdit.vue +1 -1
- package/src/components/revenue/comprehen/device/deviceList.vue +2 -2
- package/src/components/revenue/comprehen/gasbrand/AddGasBrand.vue +2 -2
- package/src/components/revenue/comprehen/gasbrand/AddGasModel.vue +2 -1
- package/src/components/revenue/comprehen/gasbrand/AddGasModelInfo.vue +14 -2
- package/src/components/revenue/comprehen/gasbrand/AddJsonParameter.vue +2 -2
- package/src/components/revenue/comprehen/gasbrand/AddUseringOrg.vue +4 -4
- package/src/components/revenue/comprehen/gasbrand/GasBrandList.vue +3 -3
- package/src/components/revenue/comprehen/gasbrand/GasBrandUser.vue +2 -2
- package/src/components/revenue/comprehen/gasbrand/GasModelInfo.vue +1 -1
- package/src/components/revenue/comprehen/gasbrand/Parames.vue +4 -4
- package/src/components/revenue/comprehen/gasbrand/ViewOrg.vue +1 -1
- package/src/components/revenue/comprehen/handAudit/MeterReadAudit.vue +8 -8
- package/src/components/revenue/comprehen/insurance/insuranceGuanL.vue +3 -3
- package/src/components/revenue/comprehen/ovdue/Overduetax.vue +90 -61
- package/src/components/revenue/comprehen/posQuery/PosQueryList.vue +7 -7
- package/src/components/revenue/comprehen/replacement/replaceMentList.vue +2 -2
- package/src/components/revenue/comprehen/replacement/replacementHandInfoRecord.vue +1 -1
- package/src/components/revenue/comprehen/replacement/replacementSingleInfoOperation.vue +2 -2
- package/src/components/revenue/comprehen/wechatpay/WeChatPayContrast.vue +3 -3
- package/src/components/revenue/comprehen/wechatpay/WeChatPayDetail.vue +12 -12
- package/src/components/revenue/comprehen/wechatpay/WeChatPayPos.vue +3 -3
- package/src/components/revenue/comprehen/wechatpay/wechatValidateManage.vue +5 -5
- package/src/components/revenue/concentrator/ncAddressList.vue +2 -2
- package/src/components/revenue/concentrator/ncArchivesAdd.vue +4 -4
- package/src/components/revenue/concentrator/ncArchivesList.vue +2 -2
- package/src/components/revenue/concentrator/ncUserfilesList.vue +3 -3
- package/src/components/revenue/concentrator/ncUserfilesList2.vue +5 -5
- package/src/components/revenue/dispatch/dispatchDown.vue +2 -2
- package/src/components/revenue/dispatch/dispatchList.vue +7 -7
- package/src/components/revenue/dispatch/showList.vue +1 -1
- package/src/components/revenue/invoiceuse/CompanyTitleInput.vue +1 -1
- package/src/components/revenue/invoiceuse/InvoiceChargeList.vue +1 -1
- package/src/components/revenue/invoiceuse/InvoiceEntry.vue +1 -1
- package/src/components/revenue/invoiceuse/InvoiceGoodsInfoEntry.vue +2 -2
- package/src/components/revenue/invoiceuse/InvoiceGoodsInput.vue +1 -1
- package/src/components/revenue/invoiceuse/InvoiceInfoEntry.vue +2 -2
- package/src/components/revenue/invoiceuse/InvoiceInformationInput.vue +1 -1
- package/src/components/revenue/invoiceuse/InvoiceUse.vue +6 -6
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +12 -12
- package/src/components/revenue/machineHandManage/HandplanQuery.vue +24 -12
- package/src/components/revenue/machineHandManage/machineDown.vue +28 -17
- package/src/components/revenue/machineHandManage/machineHand.vue +96 -63
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +13 -13
- package/src/components/revenue/machineHandManage/machineUploaded.vue +3 -3
- package/src/components/revenue/priceAdjustment/CardPriceAdjustment.vue +2 -2
- package/src/components/revenue/priceAdjustment/cardMange/cardSellingDifference.vue +3 -3
- package/src/components/revenue/printing/PrintingFileUserFiles.vue +21 -21
- package/src/components/revenue/regionalgas/regionalList.vue +2 -2
- package/src/components/revenue/regionalgas/regionalListRecord.vue +1 -1
- package/src/components/revenue/regionalgas/regionaladd.vue +1 -1
- package/src/components/revenue/stopairmanage/stopairList.vue +2 -2
- package/src/components/revenue/stopairmanage/stopairListRecord.vue +1 -1
- package/src/components/revenue/stopairmanage/stopairadd.vue +1 -1
- package/src/components/revenue/third/rizhao/transferAudit.vue +1 -1
- package/src/components/revenue/third/rizhao/transferAuditDisposeBasics.vue +2 -2
- package/src/components/revenue/third/transferAudit.vue +1 -1
- package/src/components/revenue/third/transferAuditDisposeBasics.vue +2 -2
- package/src/components/revenue/todoList/CompileList.vue +1 -1
- package/src/components/revenue/todoList/TodoList.vue +2 -2
- package/src/components/service/BluetoothSell.js +2 -2
- package/src/components/service/PCSell.js +2 -2
- package/src/components/service/Save.js +2 -2
- package/src/components/valueaddserver/valueaddservershow.vue +2 -2
- package/src/components/webMeter/MeterManage/WebMeterBatchOperate.vue +5 -5
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +11 -11
- package/src/components/webMeter/NewWebMeterHandPlan.vue +5 -5
- package/src/components/webMeter/WebBalanceQuery.vue +5 -5
- package/src/components/webMeter/WebMeterExceptionHandle.vue +4 -4
- package/src/components/webMeter/WebMeterExceptionList.vue +1 -1
- package/src/components/webMeter/WebMeterExceptionManage.vue +1 -1
- package/src/components/webMeter/WebmeterFlowmeter.vue +4 -4
- package/src/components/webMeter/approvalHandleList.vue +5 -5
- package/src/components/webMeter/common/MeterMsg.vue +6 -6
- package/src/components/webMeter/common/NewWatchMsg.vue +9 -10
- package/src/components/webMeter/common/QueryInstruct.vue +3 -3
- package/src/components/webMeter/common/SignParameter.vue +3 -3
- package/src/components/webMeter/common/WatchCollection.vue +1 -1
- package/src/components/webMeter/common/WatchCost.vue +1 -1
- package/src/components/webMeter/common/WatchDealWarning.vue +3 -3
- package/src/components/webMeter/common/WatchRecharge.vue +1 -1
- package/src/components/webMeter/common/WebMeterInfoManage.vue +1 -1
- package/src/components/webMeter/common/batteryEcharts.vue +1 -1
- package/src/components/webMeter/common/signalEcharts.vue +1 -1
- package/src/components/webMeter/dataCollection/NewWebMeterHandPlan.vue +5 -5
- package/src/components/webMeter/iotBalanceAnalyse.vue +3 -3
- package/src/components/webMeter/meterinfo/NewMeterList.vue +27 -4
- package/src/components/webMeter/paramSave/ParamHistory.vue +2 -2
- package/src/components/webMeter/paramSave/ParamSet.vue +4 -4
- package/src/components/webMeter/paramSave/ParamSetForm.vue +16 -22
- package/src/components/webMeter/paramSaveNew/ParamExceptions.vue +1 -1
- package/src/components/webMeter/paramSaveNew/ParamHistory.vue +2 -2
- package/src/components/webMeter/paramSaveNew/ParamSet.vue +4 -4
- package/src/components/webMeter/paramSaveNew/ParamSetDefault.vue +2 -2
- package/src/components/webMeter/paramSaveNew/ParamSetDefaultList.vue +1 -1
- package/src/components/webMeter/paramSaveNew/ParamSetForm.vue +14 -20
- package/src/components/webMeter/webInfo/EditWebMeterInfo.vue +3 -3
- package/src/components/webMeter/webInfo/MeterHistory.vue +1 -1
- package/src/components/webMeter/webInfo/UseWebMeter.vue +2 -2
- package/src/components/webMeter/webInfo/WebMeterInfo.vue +1 -1
- package/src/components/webMeter/webInfo/WebMeterList.vue +5 -5
- package/src/components/webMeter/webInfo/qinhua/EditWebMeterInfo.vue +3 -3
- package/src/components/webMeter/webInfo/qinhua/MeterHistory.vue +1 -1
- package/src/components/webMeter/webInfo/qinhua/WebMeterInfo.vue +1 -1
- package/src/components/webMeter/webInfo/qinhua/WebMeterList.vue +4 -4
- package/src/components/weinan/YuShou.vue +1 -1
- package/src/components/weinan/tree/Hhhh.vue +3 -3
- package/src/components/weinan/tree/ShowMessage.vue +2 -2
- package/src/components/zhoukou/DeveloperInfo.vue +4 -4
- package/src/components/zhoukou/LogRecordList.vue +2 -2
- package/src/filiale/Baole/FilesManage/MeterinfoTest.vue +8 -8
- package/src/filiale/Baole/FilesManage/UserDeviceInfoTest.vue +4 -4
- package/src/filiale/Baole/sale.js +0 -2
- package/src/filiale/HuaiLai/SafeCheck.vue +376 -0
- package/src/filiale/HuaiLai/ServiceRepair.vue +172 -0
- package/src/filiale/HuaiLai/sale.js +9 -0
- package/src/filiale/TaiYuan/ChargeList.vue +973 -0
- package/src/filiale/TaiYuan/NoCardMeterCenter.vue +531 -0
- package/src/filiale/TaiYuan/TransferManage.vue +704 -0
- package/src/filiale/TaiYuan/Userinfo.vue +393 -0
- package/src/filiale/TaiYuan/meterinfodetail.vue +488 -0
- package/src/filiale/TaiYuan/sale.js +14 -0
- package/src/filiale/alashan/AddGasBrand.vue +2 -2
- package/src/filiale/alashan/ChargeOper.vue +4 -4
- package/src/filiale/alashan/FileUserFiles.vue +9 -9
- package/src/filiale/alashan/MeterinfoTest.vue +5 -5
- package/src/filiale/alashan/PrintBill.vue +19 -3
- package/src/filiale/alashan/ReissueBill.vue +5 -5
- package/src/filiale/alashan/UserBaseInfoNew.vue +6 -6
- package/src/filiale/alashan/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/alashan/Userinfo.vue +2 -2
- package/src/filiale/alashan/business/CardMeterCenter.vue +8 -8
- package/src/filiale/alashan/business/IOTMeterCenter.vue +9 -9
- package/src/filiale/alashan/business/NoCardMeterCenter.vue +3 -3
- package/src/filiale/alashan/eticket/CustQueryEticket.vue +3 -3
- package/src/filiale/alashan/eticket/EticketPrint.vue +5 -5
- package/src/filiale/alashan/eticket/EticketRecordList.vue +2 -2
- package/src/filiale/ancheng/BankPayment/BankPayment.vue +6 -6
- package/src/filiale/ancheng/FilesManage/FileUserFiles.vue +9 -9
- package/src/filiale/ancheng/FilesManage/MeterinfoTest.vue +9 -9
- package/src/filiale/ancheng/FilesManageNew/FileUserFiles.vue +11 -11
- package/src/filiale/ancheng/NewMeterList.vue +3 -3
- package/src/filiale/ancheng/UserPriceChangeManage.vue +4 -4
- package/src/filiale/bayan/CardMeterCenter.vue +21 -29
- package/src/filiale/bayan/CardMeterChargeCancel.vue +4 -4
- package/src/filiale/bayan/CardService.js +48 -48
- package/src/filiale/bayan/ChargeList.vue +14 -14
- package/src/filiale/bayan/ChargeManage.vue +5 -6
- package/src/filiale/bayan/ChargeOper.vue +5 -16
- package/src/filiale/bayan/ChargeRecordQuery.vue +1 -1
- package/src/filiale/bayan/DisableManage.vue +1 -1
- package/src/filiale/bayan/EnableManage.vue +9 -16
- package/src/filiale/bayan/EnableManageDetail.vue +1 -1
- package/src/filiale/bayan/FileManageService.js +5 -5
- package/src/filiale/bayan/FileUserFiles.vue +12 -12
- package/src/filiale/bayan/FilesManage/FileUserFiles.vue +9 -9
- package/src/filiale/bayan/FilesManageNew/UserEssentialInfoTest.vue +0 -12
- package/src/filiale/bayan/IOTMeterCenter.vue +8 -8
- package/src/filiale/bayan/LimitGasManage.vue +3 -3
- package/src/filiale/bayan/MachineMeterCenter.vue +9 -9
- package/src/filiale/bayan/MeterMessage.vue +2 -2
- package/src/filiale/bayan/MeterOperatemain.vue +3 -3
- package/src/filiale/bayan/MeterinfoTest.vue +9 -9
- package/src/filiale/bayan/NoCardMeterCenter.vue +9 -17
- package/src/filiale/bayan/OtherChargeNew.vue +7 -7
- package/src/filiale/bayan/ReplaceCardManage.vue +3 -3
- package/src/filiale/bayan/SafeCheck.vue +3 -3
- package/src/filiale/bayan/SecuritycheckInfo.vue +1 -1
- package/src/filiale/bayan/ServiceRepair.vue +1 -1
- package/src/filiale/bayan/ServiceSubstitution.vue +2 -2
- package/src/filiale/bayan/ShowCardSellGas.vue +8 -8
- package/src/filiale/bayan/StockListmain.vue +5 -5
- package/src/filiale/bayan/TransferManage.vue +4 -4
- package/src/filiale/bayan/Upload.vue +2 -2
- package/src/filiale/bayan/UploadIdCard.vue +3 -3
- package/src/filiale/bayan/UploadImg.vue +2 -2
- package/src/filiale/bayan/UserEssentialInfoTest.vue +5 -15
- package/src/filiale/bayan/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/bayan/Userinfo.vue +6 -6
- package/src/filiale/bayan/disableRecord.vue +2 -2
- package/src/filiale/bayan/hiddenDanger.vue +1 -1
- package/src/filiale/bayan/maintenance.vue +1 -1
- package/src/filiale/bayan/meterinfodetail.vue +1 -1
- package/src/filiale/bayan/otherinfo.vue +1 -1
- package/src/filiale/bayan/plugins/LogicService.js +24 -24
- package/src/filiale/bayan/sale.js +0 -2
- package/src/filiale/bazhong/UserInfoDetailManageNew.vue +245 -0
- package/src/filiale/{shanxian → bazhong/ic_detail}/ChangeMeterQueryUser.vue +85 -6
- package/src/filiale/bazhong/sale.js +8 -0
- package/src/filiale/beifangshiye/CardMeterCenter.vue +994 -0
- package/src/filiale/beifangshiye/ChangeMeter.vue +1184 -0
- package/src/filiale/beifangshiye/ChargeList.vue +992 -0
- package/src/filiale/{shimen → beifangshiye}/ChargeOper.vue +20 -26
- package/src/filiale/beifangshiye/FilesManage/FileUserFiles.vue +1098 -0
- package/src/filiale/beifangshiye/FilesManage/MeterinfoTest.vue +1245 -0
- package/src/filiale/beifangshiye/FilesManage/UserEssentialInfoTest.vue +668 -0
- package/src/filiale/beifangshiye/FilesManageNew/FileUserFiles.vue +758 -0
- package/src/filiale/beifangshiye/FilesManageNew/MeterinfoTest.vue +849 -0
- package/src/filiale/beifangshiye/GasPrice.vue +561 -0
- package/src/filiale/beifangshiye/LogicService.js +492 -0
- package/src/filiale/beifangshiye/OtherChargeNew.vue +625 -0
- package/src/filiale/beifangshiye/PaymentCode.vue +222 -0
- package/src/filiale/beifangshiye/sale.js +29 -0
- package/src/filiale/beifangshiye/scanNative.vue +255 -0
- package/src/filiale/chengtou/components/FilesManage/FileUserAddress.vue +5 -5
- package/src/filiale/chengtou/components/FilesManage/FileUserFiles.vue +9 -9
- package/src/filiale/chengtou/components/FilesManage/UploadIdCard.vue +2 -2
- package/src/filiale/chengtou/components/FilesManage/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/chengtou/components/OtherChargeNew.vue +5 -5
- package/src/filiale/chengtou/components/charge/IOTRefund.vue +7 -7
- package/src/filiale/chengtou/components/charge/bzjcancel.vue +8 -8
- package/src/filiale/chengtou/components/charge/machineRefund.vue +7 -7
- package/src/filiale/chengtou/plugins/FileManageService.js +5 -5
- package/src/filiale/daliyihua/MeterinfoTest.vue +9 -9
- package/src/filiale/daliyihua/UserDeviceInfoTest.vue +4 -4
- package/src/filiale/dexin/BlackList/BlackListList.vue +137 -104
- package/src/filiale/dexin/CardMeterCenter.vue +9 -9
- package/src/filiale/dexin/ChangeMeter.vue +37 -17
- package/src/filiale/{jiaocheng → dexin}/FileUserFiles.vue +126 -166
- package/src/filiale/dexin/MeterinfoTest.vue +1239 -0
- package/src/filiale/dexin/NoCardMeterCenter.vue +3 -3
- package/src/filiale/dexin/OtherChargeByPay.vue +477 -0
- package/src/filiale/dexin/PaymentCode.vue +179 -0
- package/src/filiale/dexin/TransferManage.vue +3 -3
- package/src/filiale/{Baole/FilesManage → dexin}/UserEssentialInfoTest.vue +1 -2
- package/src/filiale/dexin/UserInfoDetailManageNew.vue +535 -0
- package/src/filiale/dexin/Userinfo.vue +4 -4
- package/src/filiale/dexin/WatchCollection.vue +153 -0
- package/src/filiale/dexin/WatchDealWarning.vue +3 -3
- package/src/filiale/dexin/WebHandQueryUser.vue +415 -0
- package/src/filiale/dexin/cardsHand.vue +908 -0
- package/src/filiale/dexin/sale.js +13 -2
- package/src/filiale/dongguan/components/BasicLiving.vue +4 -4
- package/src/filiale/dongguan/components/EditWebMeterInfo.vue +3 -3
- package/src/filiale/dongguan/components/FilesManage/FileUserFiles.vue +9 -9
- package/src/filiale/dongguan/components/FilesManage/MeterinfoTest.vue +7 -7
- package/src/filiale/dongguan/components/common/WatchDealWarning.vue +3 -3
- package/src/filiale/dongguan/components/common/userinfo_detail/UserBaseInfoNew.vue +6 -6
- package/src/filiale/dongguan/components/common/userinfo_detail/UserInfoDetailManageNew.vue +13 -9
- package/src/filiale/dongguan/components/common/userinfo_detail/WebMeterBatchOperate.vue +4 -4
- package/src/filiale/dongguan/components/common/userinfo_detail/WebMeterBatchOperationValve.vue +7 -7
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/AutomaticPurse.vue +8 -8
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/ChangeRecord.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/ChargeQueryUser.vue +9 -9
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/ChargeRecordQuery.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/DeveiceRecord.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/FillCardQueryUser.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/FillGasQueryUser.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/HandQueryUser.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +3 -3
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/MeterParam.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/OtherChargeQueryUser.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/OtherChargeQueryUserDetail.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/PriceAdjustmentQueryUser.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/PriceChangeQueryUser.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/RecordQueryUser.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/Repurchase.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/ic_detail/TransferQueryUser.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/iot_detail/QueryException.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/iot_detail/QueryInstruct.vue +2 -2
- package/src/filiale/dongguan/components/common/userinfo_detail/iot_detail/QueryInstructResult.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/iot_detail/WatchCollection.vue +1 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/iot_detail/WatchDealWarning.vue +3 -3
- package/src/filiale/dongguan/components/comprehen/StairPrice/GasPrice.vue +7 -7
- package/src/filiale/dongguan/components/newchangemeter/ChangeMeter.vue +11 -11
- package/src/filiale/dongguan/components/newchangemeter/ResetMeter.vue +11 -11
- package/src/filiale/foric-v3/MaterialsList.vue +4 -4
- package/src/{components/newBill → filiale/fugou}/CardMeterCenter.vue +186 -100
- package/src/filiale/fugou/ChargeModal.vue +101 -0
- package/src/filiale/fugou/ChargeQueryUser.vue +537 -0
- package/src/filiale/fugou/ChargeRecordQuery.vue +104 -0
- package/src/filiale/fugou/FileManageService.js +463 -0
- package/src/filiale/fugou/FileUserFiles.vue +1533 -0
- package/src/filiale/fugou/IOTMeterCenter.vue +904 -0
- package/src/filiale/fugou/MeterinfoTest.vue +1273 -0
- package/src/{components/newBill → filiale/fugou}/NoCardMeterCenter.vue +71 -12
- package/src/filiale/fugou/OtherChargeQueryUser.vue +253 -0
- package/src/filiale/fugou/OtherChargeQueryUserDetail.vue +81 -0
- package/src/filiale/fugou/OtherGas.vue +517 -0
- package/src/filiale/{shangluo/FilesManageNew → fugou}/UserDeviceInfoTest.vue +44 -49
- package/src/filiale/{shengtai/FilesManage → fugou}/UserEssentialInfoTest.vue +42 -13
- package/src/filiale/fugou/UserGeneralInfoTest.vue +846 -0
- package/src/filiale/{shanxian → fugou}/UserInfoDetailManageNew.vue +123 -125
- package/src/filiale/fugou/UserPriceChangeHistory.vue +68 -0
- package/src/filiale/fugou/UserPriceChangeManage.vue +699 -0
- package/src/filiale/fugou/Userinfo.vue +339 -0
- package/src/filiale/fugou/components/FileUserAddress.vue +1043 -0
- package/src/filiale/fugou/components/charge/business/CardChangeFill.vue +628 -0
- package/src/filiale/fugou/components/charge/business/ChangeMeterAddGas.vue +560 -0
- package/src/filiale/fugou/components/charge/business/ChangeSendCard.vue +23 -0
- package/src/filiale/fugou/components/charge/business/IotChangeFill.vue +489 -0
- package/src/filiale/fugou/components/charge/business/MachineChangeFill.vue +82 -0
- package/src/filiale/fugou/components/charge/business/OtherChargeNew.vue +632 -0
- package/src/filiale/fugou/components/refund/CardRefund.vue +319 -0
- package/src/filiale/fugou/components/refund/IOTRefund.vue +298 -0
- package/src/filiale/fugou/components/refund/RefundManage.vue +22 -0
- package/src/filiale/{bayan → fugou/components/refund}/machineRefund.vue +38 -29
- package/src/filiale/fugou/components/revenue/Common/MeterMessage.vue +200 -0
- package/src/filiale/fugou/components/revenue/HandManager/MbpeopleList.vue +793 -0
- package/src/filiale/fugou/components/revenue/base/leftview/MixPriceInfo.vue +60 -0
- package/src/filiale/fugou/components/revenue/cardHandManage/cardDown.vue +979 -0
- package/src/filiale/fugou/components/revenue/cardHandManage/cardHandAudit.vue +553 -0
- package/src/filiale/fugou/components/revenue/cardHandManage/cardsHand.vue +886 -0
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +534 -0
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/FeeDeduction/deductionManage.vue +27 -0
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeDeduction.vue +202 -0
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeMachine.vue +194 -0
- package/src/filiale/{shimen → fugou/components/revenue/comprehen/ComprehenOperation}/GiftFee/icTable.vue +62 -103
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/GiftFee/iotTable.vue +188 -0
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/MeterDisable/DisableManage.vue +107 -0
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/MeterEnable/EnableManage.vue +195 -0
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +520 -0
- package/src/filiale/{wuhai → fugou/components/revenue/comprehen/ComprehenOperation/OverCharge}/OverUseCharge.vue +22 -30
- package/src/filiale/fugou/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +1338 -0
- package/src/filiale/fugou/components/revenue/machineHandManage/ArrearsQuery.vue +880 -0
- package/src/filiale/fugou/components/revenue/machineHandManage/HandplanQuery.vue +1282 -0
- package/src/filiale/fugou/components/revenue/machineHandManage/machineDown.vue +1000 -0
- package/src/filiale/fugou/components/revenue/machineHandManage/machineHand.vue +2022 -0
- package/src/filiale/fugou/components/revenue/machineHandManage/machineHandAudit.vue +804 -0
- package/src/filiale/fugou/sale.js +97 -0
- package/src/filiale/fugu/MeterinfoTest.vue +6 -6
- package/src/filiale/fugu/UserEssentialInfoTest.vue +1 -1
- package/src/filiale/fugu/business/CardMeterCenter.vue +9 -9
- package/src/filiale/fugu/components/BlackList/BlackList.vue +4 -4
- package/src/filiale/fugu/components/BlackList/BlackListBatch.vue +2 -2
- package/src/filiale/fugu/components/BlackList/BlackListDetail.vue +1 -1
- package/src/filiale/fugu/components/BlackList/BlackListList.vue +7 -7
- package/src/filiale/fugu/components/BlackList/BlackListRecord.vue +1 -1
- package/src/filiale/fugu/components/FilesManage/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/fugu/components/FilesManage/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/fugu/components/plugins/FileManageService.js +5 -5
- package/src/filiale/fugu/components/plugins/LogicService.js +25 -25
- package/src/filiale/fugu/components/revenue/DisableManage.vue +1 -1
- package/src/filiale/fugu/components/revenue/MeterOperatemain.vue +2 -2
- package/src/filiale/fugu/components/revenue/base/leftview/MixPriceInfo.vue +1 -1
- package/src/filiale/fugu/components/revenue/base/rightview/CardList.vue +26 -26
- package/src/filiale/fugu/components/revenue/machineHandManage/machineHand.vue +28 -28
- package/src/filiale/ganquan/components/FilesManage/FileUserFiles.vue +10 -10
- package/src/filiale/ganquan/components/UserFiles/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/ganquan/components/revenue/comprehen/StairPrice/GasPriceUser.vue +5 -5
- package/src/filiale/gaomi/components/BatchCancellation.vue +2 -2
- package/src/filiale/gaomi/components/CardList.vue +18 -18
- package/src/filiale/gaomi/components/CardMeterCenter.vue +6 -6
- package/src/filiale/gaomi/components/ChangeAccount/TransferManage.vue +2 -2
- package/src/filiale/gaomi/components/FilesManage/FileUserFiles.vue +8 -8
- package/src/filiale/gaomi/components/FilesManage/MeterinfoTest.vue +5 -5
- package/src/filiale/gaomi/components/IOTMeterCenter.vue +7 -7
- package/src/filiale/gaomi/components/OtherGas/OtherGas.vue +6 -6
- package/src/filiale/gaomi/components/SendBook.vue +2 -2
- package/src/filiale/gaomi/components/ShowCardSellGas.vue +7 -7
- package/src/filiale/gaomi/components/Stairinfo.vue +1 -1
- package/src/filiale/gaomi/components/charge/ChargeManage.vue +2 -2
- package/src/filiale/gaomi/components/charge/ChargeOper.vue +4 -4
- package/src/filiale/gaomi/components/revenue/comprehen/SpecialUser/BlackList/BlackList.vue +3 -3
- package/src/filiale/gaomi/plugins/LogicService.js +21 -21
- package/src/filiale/gehua/BankPayment.vue +6 -6
- package/src/filiale/gehua/CancelService.js +5 -5
- package/src/filiale/gehua/CardChangeFill.vue +2 -2
- package/src/filiale/gehua/CardMeterCenter.vue +12 -12
- package/src/filiale/gehua/CardMeterChargeCancel.vue +4 -4
- package/src/filiale/gehua/ChangeMeter.vue +11 -11
- package/src/filiale/gehua/ChargeGroupList.vue +4 -4
- package/src/filiale/gehua/ChargeList.vue +11 -11
- package/src/filiale/gehua/DepositCharge.vue +4 -11
- package/src/filiale/gehua/FileManageNew/FileUserFiles.vue +11 -11
- package/src/filiale/gehua/FileUserFiles.vue +9 -9
- package/src/filiale/gehua/HandManager.vue +27 -27
- package/src/filiale/gehua/IOTMeterCenter.vue +11 -11
- package/src/filiale/gehua/IotChangeFill.vue +2 -2
- package/src/filiale/gehua/MachineChangeFill.vue +1 -1
- package/src/filiale/gehua/MachineMeterCenter.vue +15 -15
- package/src/filiale/gehua/MeterHistory.vue +1 -1
- package/src/filiale/gehua/MeterinfoTest.vue +7 -7
- package/src/filiale/gehua/MisPosPay.vue +1 -1
- package/src/filiale/gehua/NewPriceAdjustment.vue +8 -8
- package/src/filiale/gehua/NewPriceAdjustmentSell.vue +6 -6
- package/src/filiale/gehua/NewPriceAdjustmentWebmeter.vue +6 -6
- package/src/filiale/gehua/OtherChargeNew.vue +6 -6
- package/src/filiale/gehua/OverUseCharge.vue +2 -2
- package/src/filiale/gehua/PriceChangeCompensation/GroupJbCompensation.vue +3 -3
- package/src/filiale/gehua/PriceChangeCompensation/IotCompensation.vue +3 -3
- package/src/filiale/gehua/PriceChangeCompensation/JbCompensation.vue +3 -3
- package/src/filiale/gehua/PriceChangeCompensation/OweRecordQuery.vue +2 -2
- package/src/filiale/gehua/PriceChangeCompensation/SurplusRecordDetail.vue +2 -2
- package/src/filiale/gehua/ReplaceCardManage.vue +3 -3
- package/src/filiale/gehua/ShowCardSellGas.vue +8 -13
- package/src/filiale/gehua/UploadIdCard.vue +2 -2
- package/src/filiale/gehua/UserBaseInfoNew.vue +6 -6
- package/src/filiale/gehua/UserGeneralInfoTest.vue +8 -8
- package/src/filiale/gehua/WebMeterInfo.vue +1 -1
- package/src/filiale/gehua/WebMeterList.vue +4 -4
- package/src/filiale/gehua/handAccount/UserCheckBill.vue +1 -1
- package/src/filiale/gehua/handAccount/checkAccountPrint.vue +4 -4
- package/src/filiale/gehua/handAccount/handAccount.vue +6 -6
- package/src/filiale/gehua/handAccount/handAccountQueryList.vue +1 -13
- package/src/filiale/gehua/handAccount/handAccountQueryPrint.vue +2 -2
- package/src/filiale/gehua/handAccount/handList.vue +5 -48
- package/src/filiale/gehua/machineHandManage/HandplanQuery.vue +8 -8
- package/src/filiale/gehua/sale.js +0 -4
- package/src/filiale/gehua/userinfo_detail/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/gehua/wechatValidateManage.vue +5 -5
- package/src/filiale/guangxi/CardChangeFill.vue +2 -2
- package/src/filiale/guangxi/CardHand.vue +14 -14
- package/src/filiale/guangxi/CardMeterCenter.vue +8 -8
- package/src/filiale/guangxi/CardMeterChargeCancel.vue +4 -4
- package/src/filiale/guangxi/CardService.js +19 -19
- package/src/filiale/guangxi/ChangeMeter.vue +11 -11
- package/src/filiale/guangxi/ChargeManage.vue +2 -2
- package/src/filiale/guangxi/ChargeOper.vue +3 -3
- package/src/filiale/guangxi/EticketPrint.vue +5 -5
- package/src/filiale/guangxi/IOTMeterCenter.vue +7 -7
- package/src/filiale/guangxi/MachineMeterCenter.vue +7 -7
- package/src/filiale/guangxi/OtherGas.vue +7 -7
- package/src/filiale/guangxi/PrintBill.vue +2 -2
- package/src/filiale/guangxi/ResetMeter.vue +11 -11
- package/src/filiale/guangxi/ShowCardSellGas.vue +7 -7
- package/src/filiale/guangxi/WebMeterBatchOperationValve.vue +7 -7
- package/src/filiale/guangxi/icTable.vue +4 -4
- package/src/filiale/guangxi/iotTable.vue +2 -2
- package/src/filiale/haile/ArrearsQuery.vue +5 -5
- package/src/filiale/haile/ChargeList.vue +11 -11
- package/src/filiale/haile/FilesManage/FileUserFiles.vue +9 -9
- package/src/filiale/haile/FilesManage/MeterinfoTest.vue +8 -8
- package/src/filiale/haile/MachineMeterCenter.vue +11 -11
- package/src/filiale/haile/UserBaseInfoNew.vue +6 -56
- package/src/filiale/haile/handplanReplicationRate.vue +3 -3
- package/src/filiale/haile/leftview/Userinfo.vue +1 -1
- package/src/filiale/haile/leftview/meterinfodetail.vue +1 -1
- package/src/filiale/haile/machineHand.vue +30 -30
- package/src/filiale/haile/machineHandManage/ArrearsQuery.vue +5 -5
- package/src/filiale/haile/sale.js +0 -3
- package/src/filiale/haile/unHandplanQuery.vue +5 -26
- package/src/filiale/hantou/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/hantou/WebMeterBatchOperationValve.vue +8 -8
- package/src/filiale/hantou/batchDisable.vue +3 -3
- package/src/filiale/hongYa/components/charge/ChargeList.vue +1075 -0
- package/src/filiale/hongYa/components/charge/DetailManage.vue +41 -0
- package/src/filiale/hongYa/components/charge/detailinfo/DevicesDetail.vue +69 -0
- package/src/filiale/hongYa/components/charge/detailinfo/UserfilesDetail.vue +79 -0
- package/src/filiale/hongYa/components/charge/detailinfo/UserinfoDetail.vue +66 -0
- package/src/filiale/hongYa/revenue/Common/Movemeter.vue +590 -0
- package/src/filiale/hongYa/revenue/base/leftview/Userinfo.vue +384 -0
- package/src/filiale/hongYa/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +831 -0
- package/src/filiale/hongYa/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +1190 -0
- package/src/filiale/hongYa/sale.js +13 -0
- package/src/filiale/huaran/FilesManage/FileUserFiles.vue +1118 -0
- package/src/filiale/huaran/FilesManage/MeterinfoTest.vue +58 -41
- package/src/filiale/{shangluo/FilesManageNew → huaran/FilesManage}/UserGeneralInfoTest.vue +31 -18
- package/src/filiale/huaran/FilesManage/UserPaperInfoTest.vue +68 -0
- package/src/filiale/huaran/FilesManageNew/FileUserFiles.vue +749 -0
- package/src/filiale/huaran/FilesManageNew/MeterinfoTest.vue +6 -6
- package/src/filiale/huaran/FilesManageNew/UserGeneralInfoTest.vue +700 -0
- package/src/filiale/huaran/GasPrice.vue +527 -0
- package/src/filiale/huaran/GasPriceList.vue +319 -0
- package/src/filiale/huaran/GasPriceUser.vue +490 -0
- package/src/filiale/huaran/HighMeterCard.vue +959 -0
- package/src/filiale/huaran/ToolCardList.vue +77 -0
- package/src/filiale/{qianneng/revenue/comprehen → huaran}/gasbrand/AddGasBrand.vue +6 -6
- package/src/filiale/{qianneng/revenue/comprehen → huaran}/gasbrand/AddGasModel.vue +1 -1
- package/src/filiale/{qianneng/revenue/comprehen → huaran}/gasbrand/AddGasModelInfo.vue +1 -5
- package/src/filiale/huaran/gasbrand/AddUseringOrg.vue +177 -0
- package/src/filiale/huaran/gasbrand/GasBrandList.vue +241 -0
- package/src/filiale/huaran/gasbrand/ViewOrg.vue +43 -0
- package/src/filiale/huaran/pdf-helper.js +230 -0
- package/src/filiale/huaran/sale.js +22 -0
- package/src/filiale/huayin/CardMeterCenter.vue +8 -8
- package/src/filiale/huayin/ChangeMeter.vue +11 -11
- package/src/filiale/huayin/FileManageService.js +5 -5
- package/src/filiale/huayin/FileUserFiles.vue +9 -9
- package/src/filiale/huayin/IOTMeterCenter.vue +7 -7
- package/src/filiale/huayin/MachineMeterCenter.vue +9 -9
- package/src/filiale/huayin/MeterinfoTest.vue +8 -8
- package/src/filiale/huayin/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/huayin/base/MixPriceInfo.vue +1 -1
- package/src/filiale/huayin/base/SafeCheck.vue +4 -4
- package/src/filiale/huayin/base/ServiceRepair.vue +1 -1
- package/src/filiale/huayin/base/Userinfo.vue +1 -1
- package/src/filiale/jiaxian/AutomaticPurse.vue +349 -0
- package/src/filiale/jiaxian/ChangeMeterQueryUser.vue +303 -0
- package/src/filiale/jiaxian/ChangeRecord.vue +277 -0
- package/src/filiale/jiaxian/ChargeManage.vue +327 -0
- package/src/filiale/jiaxian/FillCardQueryUser.vue +250 -0
- package/src/filiale/jiaxian/FillGasQueryUser.vue +270 -0
- package/src/filiale/jiaxian/IOTMeterCenter.vue +931 -0
- package/src/filiale/jiaxian/NoCardMeterCenter.vue +569 -0
- package/src/filiale/jiaxian/OtherChargeQueryUser.vue +305 -0
- package/src/filiale/jiaxian/PriceAdjustmentQueryUser.vue +368 -0
- package/src/filiale/jiaxian/PriceChangeQueryUser.vue +243 -0
- package/src/filiale/jiaxian/QueryInstruct.vue +436 -0
- package/src/filiale/jiaxian/RecordQueryUser.vue +321 -0
- package/src/filiale/jiaxian/Repurchase.vue +181 -0
- package/src/filiale/jiaxian/TransferManage.vue +704 -0
- package/src/filiale/jiaxian/TransferQueryUser.vue +274 -0
- package/src/filiale/jiaxian/UserInfoDetailManageNew.vue +249 -0
- package/src/filiale/jiaxian/Userinfo.vue +426 -0
- package/src/filiale/jiaxian/WatchCollection.vue +176 -0
- package/src/filiale/jiaxian/WebAutomaticPurse.vue +348 -0
- package/src/filiale/jiaxian/contractSigningList.vue +149 -0
- package/src/filiale/jiaxian/deviceMessage.vue +94 -0
- package/src/filiale/jiaxian/sale.js +19 -0
- package/src/filiale/jinbin/CardMeterCenter.vue +5 -5
- package/src/filiale/jinbin/ShowCardSellGas.vue +6 -6
- package/src/filiale/jingwei/CardHand.vue +15 -15
- package/src/filiale/jingwei/CardMeterCenter.vue +8 -8
- package/src/filiale/jingwei/FileUserAddress.vue +5 -5
- package/src/filiale/jingwei/FileUserFiles.vue +9 -9
- package/src/filiale/jingwei/MeterinfoTest.vue +5 -5
- package/src/filiale/jingwei/ShowCardSellGas.vue +8 -8
- package/src/filiale/jingwei/meterinfodetail.vue +1 -1
- package/src/filiale/jingyang/ChangeMeter.vue +13 -13
- package/src/filiale/jingyang/ChargeQueryUser.vue +9 -9
- package/src/filiale/jingyang/ChargeRecordQuery.vue +1 -1
- package/src/filiale/jingyang/EticketPrint.vue +5 -5
- package/src/filiale/jingyang/EticketV4/CustQueryEticket.vue +4 -6
- package/src/filiale/jingyang/EticketV4/EticketOpenCard.vue +3 -12
- package/src/filiale/jingyang/EticketV4/EticketOpenPage.vue +9 -21
- package/src/filiale/jingyang/EticketV4/EticketRecordList.vue +5 -13
- package/src/filiale/jingyang/GovernmentSell.vue +6 -6
- package/src/filiale/jingyang/IOTRefund.vue +5 -5
- package/src/filiale/jingyang/PriceChangeCompensation/IotCompensation.vue +3 -3
- package/src/filiale/jingyang/PriceChangeCompensation/JbCompensation.vue +3 -3
- package/src/filiale/jingyang/PriceChangeCompensation/SurplusRecordDetail.vue +1 -1
- package/src/filiale/jingyang/QueryInstruct.vue +5 -5
- package/src/filiale/jingyang/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/jingyang/charge/CardMeterCenter.vue +9 -9
- package/src/filiale/jingyang/charge/ChargeList.vue +11 -11
- package/src/filiale/jingyang/charge/ChargeManage.vue +4 -4
- package/src/filiale/jingyang/charge/ChargeModal.vue +2 -2
- package/src/filiale/jingyang/charge/IOTMeterCenter.vue +9 -9
- package/src/filiale/jingyang/charge/ShowCardSellGas.vue +8 -8
- package/src/filiale/jingyang/sale.js +0 -3
- package/src/filiale/jingyang/wechatValidateManage.vue +175 -270
- package/src/filiale/jinhong/AutoAccountsDetail.vue +63 -0
- package/src/filiale/{wuhai → jinhong}/CardList.vue +57 -98
- package/src/filiale/jinhong/CardMeterCenter.vue +143 -0
- package/src/filiale/jinhong/CardMeterCenterInner.vue +1091 -0
- package/src/filiale/{shimen → jinhong}/CardService.js +67 -57
- package/src/filiale/jinhong/FilesComplete.vue +266 -0
- package/src/filiale/jinhong/GarbageCharge.vue +212 -0
- package/src/filiale/jinhong/GarbagefeesList.vue +95 -0
- package/src/filiale/jinhong/HandList.vue +120 -0
- package/src/filiale/jinhong/HandplanQuery.vue +1450 -0
- package/src/filiale/jinhong/HighMeterCard.vue +362 -0
- package/src/filiale/jinhong/IOTMeterCenter.vue +143 -0
- package/src/filiale/jinhong/IOTMeterCenterInner.vue +948 -0
- package/src/filiale/jinhong/InsuranceAdd.vue +469 -0
- package/src/filiale/jinhong/InsuranceChargesDetails.vue +486 -0
- package/src/filiale/jinhong/InsuranceRecord.vue +380 -0
- package/src/filiale/jinhong/InsuranceTemp.vue +220 -0
- package/src/filiale/jinhong/MachineCharge.vue +214 -0
- package/src/filiale/{qingjian → jinhong}/MachineChargeService.js +27 -10
- package/src/filiale/jinhong/MachineMeterCenter.vue +741 -0
- package/src/filiale/jinhong/RecordCancel.vue +340 -0
- package/src/filiale/jinhong/ShowCardSellGas.vue +143 -0
- package/src/filiale/jinhong/ShowCardSellGasInner.vue +1021 -0
- package/src/filiale/jinhong/Userinfo.vue +496 -0
- package/src/filiale/jinhong/insuranceGuanL.vue +349 -0
- package/src/filiale/jinhong/machineDown.vue +1234 -0
- package/src/filiale/{rongcheng → jinhong}/machineHand.vue +88 -62
- package/src/filiale/jinhong/plugins/GetSaleParams.js +302 -0
- package/src/filiale/jinhong/plugins/LoadParams.js +124 -0
- package/src/filiale/jinhong/sale.js +63 -0
- package/src/filiale/jinhuang/ChangeMeter.vue +1194 -0
- package/src/filiale/{shimen → jinhuang}/ChargeManage.vue +15 -20
- package/src/filiale/jinhuang/ChargeOper.vue +369 -0
- package/src/filiale/jinhuang/OtherChargeQueryUser.vue +251 -0
- package/src/filiale/jinhuang/OtherChargeQueryUserDetail.vue +81 -0
- package/src/filiale/jinhuang/UserInfoDetailManageNew.vue +259 -0
- package/src/filiale/jinhuang/WebHand.vue +1036 -0
- package/src/filiale/jinhuang/WebHandQueryUser.vue +413 -0
- package/src/filiale/jinhuang/cardsHand.vue +921 -0
- package/src/filiale/jinhuang/sale.js +14 -0
- package/src/filiale/jinjiang/AllUser.vue +5 -5
- package/src/filiale/jinjiang/ArrearsList.vue +2 -2
- package/src/filiale/jinjiang/CardChangeFill.vue +3 -3
- package/src/filiale/jinjiang/CardMeterCenter.vue +5 -5
- package/src/filiale/jinjiang/ChangeMeter.vue +9 -9
- package/src/filiale/jinjiang/ChargeList.vue +8 -8
- package/src/filiale/jinjiang/ChargeManage.vue +3 -3
- package/src/filiale/jinjiang/IOTMeterCenter.vue +6 -6
- package/src/filiale/jinjiang/MachineMeterCenter.vue +8 -8
- package/src/filiale/jinjiang/MeterinfoTest.vue +5 -5
- package/src/filiale/kelai/BlackList.vue +3 -3
- package/src/filiale/kelai/CardChangeFill.vue +3 -3
- package/src/filiale/kelai/CardMeterCenter.vue +10 -10
- package/src/filiale/kelai/ChargeManage.vue +2 -2
- package/src/filiale/kelai/ChargeModal.vue +2 -2
- package/src/filiale/kelai/ChargeOper.vue +3 -3
- package/src/filiale/kelai/FeeDeduction/feeDeduction.vue +3 -3
- package/src/filiale/kelai/FeeDeduction/feeMachine.vue +2 -2
- package/src/filiale/kelai/FileManageService.js +5 -5
- package/src/filiale/kelai/FileUserAddress.vue +5 -5
- package/src/filiale/kelai/FileUserFiles.vue +12 -12
- package/src/filiale/kelai/FileUserFilesKeLai.vue +9 -9
- package/src/filiale/kelai/GarbageCharge.vue +5 -5
- package/src/filiale/kelai/GarbageEditManage.vue +1 -1
- package/src/filiale/kelai/GarbageList.vue +5 -5
- package/src/filiale/kelai/GarbageOperateMain.vue +1 -1
- package/src/filiale/kelai/IOTMeterCenter.vue +9 -9
- package/src/filiale/kelai/IotChangeFill.vue +2 -2
- package/src/filiale/kelai/MachineMeterCenter.vue +10 -10
- package/src/filiale/kelai/MeterinfoTest.vue +7 -17
- package/src/filiale/kelai/ShowCardSellGas.vue +10 -10
- package/src/filiale/kelai/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/kelai/UserfilesList.vue +3 -3
- package/src/filiale/kelai/Userinfo.vue +4 -4
- package/src/filiale/konggang/ChargeList.vue +9 -9
- package/src/filiale/konggang/CorrectBill.vue +1 -1
- package/src/filiale/konggang/FileUserFiles.vue +9 -9
- package/src/filiale/konggang/PrintBill.vue +2 -2
- package/src/filiale/konggang/ReissueBill.vue +5 -5
- package/src/filiale/konggang/StockListmain.vue +5 -5
- package/src/filiale/konggang/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/liaoyuan/BasicLiving.vue +4 -4
- package/src/filiale/liaoyuan/CardList.vue +31 -31
- package/src/filiale/liaoyuan/ChangeMeter.vue +10 -10
- package/src/filiale/liaoyuan/ChangeRecord.vue +2 -2
- package/src/filiale/liaoyuan/ChargeList.vue +6 -6
- package/src/filiale/liaoyuan/ChargeManage.vue +3 -3
- package/src/filiale/liaoyuan/ChargeModal.vue +2 -2
- package/src/filiale/liaoyuan/FileManage/MeterinfoTest.vue +6 -6
- package/src/filiale/liaoyuan/FileManage/UserGeneralInfoTest.vue +1 -1
- package/src/filiale/liaoyuan/FileUserFiles.vue +8 -8
- package/src/filiale/liaoyuan/HandManager.vue +25 -32
- package/src/filiale/liaoyuan/IOTRefund.vue +4 -4
- package/src/filiale/liaoyuan/MeterBookAdd.vue +1 -1
- package/src/filiale/liaoyuan/MeterBookUser.vue +8 -8
- package/src/filiale/liaoyuan/NewPriceAdjustment.vue +8 -8
- package/src/filiale/liaoyuan/NewPriceAdjustmentSell.vue +6 -6
- package/src/filiale/liaoyuan/NewPriceAdjustmentWebmeter.vue +6 -6
- package/src/filiale/liaoyuan/Overduetax.vue +11 -11
- package/src/filiale/liaoyuan/PriceAdjustment.vue +7 -7
- package/src/filiale/liaoyuan/PriceChangeCompensation/IotCompensation.vue +3 -3
- package/src/filiale/liaoyuan/PriceChangeCompensation/JbCompensation.vue +3 -3
- package/src/filiale/liaoyuan/PriceChangeCompensation/SurplusRecordDetail.vue +1 -1
- package/src/filiale/liaoyuan/UserBaseInfoNew.vue +6 -6
- package/src/filiale/liaoyuan/comprehen/StairPrice/GasPrice.vue +7 -7
- package/src/filiale/liaoyuan/comprehen/StairPrice/GasPriceList.vue +2 -2
- package/src/filiale/liaoyuan/feeDeduction.vue +1 -1
- package/src/filiale/liaoyuan/feeMachine.vue +1 -1
- package/src/filiale/liaoyuan/machineRefund.vue +4 -4
- package/src/filiale/liaoyuan/meterinfodetail.vue +1 -1
- package/src/filiale/liaoyuan/sale.js +1 -4
- package/src/filiale/liuan/ChargeList.vue +11 -11
- package/src/filiale/liuan/DevicesDetail.vue +1 -1
- package/src/filiale/liuan/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/liuan/UserfilesDetail.vue +1 -1
- package/src/filiale/liuan/Userinfo.vue +1 -1
- package/src/filiale/liuan/UserinfoDetail.vue +1 -1
- package/src/filiale/liuan/WatchCollection.vue +1 -1
- package/src/filiale/lixianV3/ArrearsQuery.vue +5 -5
- package/src/filiale/lixianV3/ChangeMeter.vue +13 -13
- package/src/filiale/lixianV3/InsuranceAdd.vue +2 -1
- package/src/filiale/lixianV3/InsuranceChargesDetails.vue +3 -3
- package/src/filiale/lixianV3/MachineCharge.vue +3 -3
- package/src/filiale/lixianV3/MachineMeterCenter.vue +9 -9
- package/src/filiale/lixianV3/MeterReadAudit.vue +8 -8
- package/src/filiale/lixianV3/OweList.vue +1 -1
- package/src/filiale/lixianV3/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/lixianV3/charge/ChargeManage.vue +3 -3
- package/src/filiale/lixianV3/components/charge/CardMeterCenter.vue +9 -9
- package/src/filiale/lixianV3/components/charge/ChargeList.vue +11 -11
- package/src/filiale/lixianV3/components/charge/IOTMeterCenter.vue +10 -12
- package/src/filiale/lixianV3/ic_detail/HandQueryUser.vue +3 -3
- package/src/filiale/lixianV3/iotHand.vue +8 -8
- package/src/filiale/lixianV3/machineHand.vue +30 -30
- package/src/filiale/macheng/CardList.vue +15 -15
- package/src/filiale/macheng/CardMeterCenter.vue +8 -8
- package/src/filiale/macheng/ChangeMeter.vue +7 -22
- package/src/filiale/macheng/ChangeRecord.vue +2 -2
- package/src/filiale/macheng/ChargeList.vue +8 -8
- package/src/filiale/macheng/ChargeManage.vue +3 -3
- package/src/filiale/macheng/ChargeOper.vue +4 -4
- package/src/filiale/macheng/CorrectBill.vue +1 -1
- package/src/filiale/macheng/EstimateManager.vue +21 -21
- package/src/filiale/macheng/FileUserAddress.vue +5 -5
- package/src/filiale/macheng/FileUserFiles.vue +8 -8
- package/src/filiale/macheng/FilesManageNew/FileUserFiles.vue +11 -11
- package/src/filiale/macheng/FilesManageNew/MeterinfoTest.vue +6 -6
- package/src/filiale/macheng/FilesManageNew/UserEssentialInfoTest.vue +1 -1
- package/src/filiale/macheng/FilesManageNew/UserGeneralInfoTest.vue +8 -8
- package/src/filiale/macheng/HandManager.vue +23 -23
- package/src/filiale/macheng/MachineMeterCenter.vue +8 -8
- package/src/filiale/macheng/MessageList.vue +4 -4
- package/src/filiale/macheng/MeterinfoTest.vue +6 -6
- package/src/filiale/macheng/PrintBill.vue +2 -2
- package/src/filiale/macheng/ReissueBill.vue +5 -5
- package/src/filiale/macheng/UserBaseInfoNew.vue +5 -5
- package/src/filiale/macheng/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/macheng/UserEssentialInfoTest.vue +1 -1
- package/src/filiale/macheng/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/macheng/UserPriceChangeManage.vue +3 -3
- package/src/filiale/macheng/ic_detail/HandQueryUser.vue +3 -3
- package/src/filiale/macheng/ic_detail/WebHandQueryUser.vue +2 -2
- package/src/filiale/macheng/printing/PrintingFileUserFiles.vue +7 -7
- package/src/filiale/meihekou/ArrearsList.vue +192 -25
- package/src/filiale/meihekou/CardHand.vue +18 -20
- package/src/filiale/meihekou/CardMeterCenter.vue +991 -0
- package/src/filiale/meihekou/ChangeMeter.vue +9 -9
- package/src/filiale/meihekou/ChargeList.vue +10 -10
- package/src/filiale/meihekou/ChargeManage.vue +5 -4
- package/src/filiale/meihekou/ChargeOper.vue +279 -169
- package/src/filiale/meihekou/DevicesDetail.vue +1 -1
- package/src/filiale/meihekou/EstimateManager.vue +24 -24
- package/src/filiale/meihekou/FileUserFiles.vue +9 -9
- package/src/filiale/meihekou/HandManager.vue +109 -35
- package/src/filiale/meihekou/MachineCharge.vue +4 -3
- package/src/filiale/{wuhai → meihekou}/MachineMeterCenter.vue +16 -25
- package/src/filiale/meihekou/MbpeopleList.vue +4 -4
- package/src/filiale/meihekou/MessageList.vue +9 -9
- package/src/filiale/meihekou/MeterBookAdd.vue +3 -3
- package/src/filiale/meihekou/MeterOperatemain.vue +567 -0
- package/src/filiale/meihekou/MeterinfoTest.vue +5 -5
- package/src/filiale/meihekou/NoCardMeterCenter.vue +542 -0
- package/src/filiale/meihekou/OverUseCharge.vue +2 -2
- package/src/filiale/meihekou/OweList.vue +1 -1
- package/src/filiale/meihekou/PaymentCode.vue +4 -4
- package/src/filiale/meihekou/PrintBill.vue +54 -42
- package/src/filiale/meihekou/RecordCancel.vue +13 -13
- package/src/filiale/meihekou/ReissueBill.vue +45 -15
- package/src/filiale/meihekou/SafeCheck.vue +386 -0
- package/src/filiale/meihekou/ShowCardSellGas.vue +935 -0
- package/src/filiale/meihekou/TransferManage.vue +704 -0
- package/src/filiale/meihekou/UserBaseInfoNew.vue +413 -367
- package/src/filiale/meihekou/UserFeeInfo.vue +84 -0
- package/src/filiale/meihekou/UserPriceChangeManage.vue +689 -0
- package/src/filiale/meihekou/UserfilesDetail.vue +1 -1
- package/src/filiale/meihekou/Userinfo.vue +244 -16
- package/src/filiale/meihekou/UserinfoDetail.vue +1 -1
- package/src/filiale/meihekou/batch/batchEditFiles.vue +14 -1
- package/src/filiale/meihekou/batch/batchEditHistory.vue +1 -1
- package/src/filiale/meihekou/batch/batchEditManage.vue +1 -1
- package/src/filiale/meihekou/batch/batchUserList.vue +3 -3
- package/src/filiale/meihekou/common/userinfo_detail/UserInfoDetailManageNew.vue +14 -10
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/HandQueryUser.vue +400 -0
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +3 -3
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/RecordQueryUser.vue +2 -2
- package/src/filiale/meihekou/deviceMessage.vue +86 -0
- package/src/filiale/meihekou/handAudit/MeterReadAudit.vue +56 -21
- package/src/filiale/meihekou/handOperate.vue +69 -47
- package/src/filiale/meihekou/icTable.vue +233 -0
- package/src/filiale/meihekou/machineHand.vue +2181 -0
- package/src/filiale/meihekou/manualChargeCenter.vue +394 -0
- package/src/filiale/meihekou/meterTable.vue +220 -0
- package/src/filiale/meihekou/meterinfodetail.vue +50 -45
- package/src/filiale/meihekou/otherinfo.vue +101 -0
- package/src/filiale/meihekou/refund/IOTRefund.vue +4 -4
- package/src/filiale/meihekou/refund/cardRefund.vue +5 -5
- package/src/filiale/meihekou/refund/machineRefund.vue +4 -4
- package/src/filiale/meihekou/replacementSingleInfoOperation.vue +436 -0
- package/src/filiale/meihekou/sale.js +34 -2
- package/src/filiale/meihekou/specificInformation.vue +552 -0
- package/src/filiale/ningjin/CardHand.vue +14 -14
- package/src/filiale/ningjin/CardMeterCenter.vue +8 -8
- package/src/filiale/ningjin/ChangeMeter.vue +11 -11
- package/src/filiale/ningjin/ChargeRecordQuery.vue +1 -1
- package/src/filiale/ningjin/FileUserFiles.vue +10 -23
- package/src/filiale/ningjin/HandplanQuery.vue +8 -8
- package/src/filiale/ningjin/IOTMeterCenter.vue +7 -7
- package/src/filiale/ningjin/MeterReadAudit.vue +7 -7
- package/src/filiale/ningjin/MeterinfoTest.vue +6 -6
- package/src/filiale/ningjin/NoCardMeterCenter.vue +2 -2
- package/src/filiale/ningjin/ReplaceCardManage.vue +3 -3
- package/src/filiale/ningjin/UserBaseInfoNew.vue +8 -8
- package/src/filiale/ningjin/UserInfoDetailManageNew.vue +12 -12
- package/src/filiale/ningjin/Userinfo.vue +1 -1
- package/src/filiale/ningjin/WatchCollection.vue +1 -1
- package/src/filiale/ningjin/common/userinfo_detail/ic_detail/RecordQueryUser.vue +2 -2
- package/src/filiale/ningjin/machineDown.vue +7 -7
- package/src/filiale/ningjin/machineHand.vue +30 -30
- package/src/filiale/ningjin/refund/IOTRefund.vue +4 -4
- package/src/filiale/ningjin/refund/machineRefund.vue +4 -4
- package/src/filiale/qianneng/ArrearsList.vue +2 -2
- package/src/filiale/qianneng/CardList.vue +18 -18
- package/src/filiale/qianneng/ChangeMeter.vue +20 -31
- package/src/filiale/qianneng/FilesManage/FileUserFiles.vue +9 -9
- package/src/filiale/qianneng/FilesManage/MeterinfoTest.vue +6 -6
- package/src/filiale/qianneng/FilesManage/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/qianneng/FilesManageNew/FileUserFiles.vue +10 -10
- package/src/filiale/qianneng/FilesManageNew/MeterinfoTest.vue +5 -5
- package/src/filiale/qianneng/FilesManageNew/UserGeneralInfoTest.vue +8 -8
- package/src/filiale/qianneng/GasPrice.vue +7 -7
- package/src/filiale/qianneng/GasPriceList.vue +2 -2
- package/src/filiale/qianneng/HandManager.vue +27 -27
- package/src/filiale/qianneng/MachineCharge.vue +3 -3
- package/src/filiale/qianneng/MbpeopleList.vue +3 -3
- package/src/filiale/qianneng/MessageList.vue +7 -7
- package/src/filiale/qianneng/MeterMessage.vue +4 -5
- package/src/filiale/qianneng/NoCardMeterCenter.vue +2 -2
- package/src/filiale/qianneng/OtherChargeNew.vue +5 -5
- package/src/filiale/qianneng/OweList.vue +1 -1
- package/src/filiale/qianneng/PaymentCode.vue +3 -3
- package/src/filiale/qianneng/TransferManage.vue +2 -2
- package/src/filiale/qianneng/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/qianneng/archives/UserfilesList.vue +7 -7
- package/src/filiale/qianneng/charge/ChargeList.vue +9 -9
- package/src/filiale/qianneng/chargeBatch/BatchCharge.vue +5 -5
- package/src/filiale/qianneng/chargeBatch/ChargeGroupList.vue +4 -4
- package/src/filiale/qianneng/chargeBatch/OweRecordQuery.vue +2 -2
- package/src/filiale/qianneng/components/common/userinfo_detail/UserBaseInfoNew.vue +5 -5
- package/src/filiale/qianneng/components/thirdSurplus.vue +2 -2
- package/src/filiale/qianneng/eticket/EticketOpenCard.vue +2 -2
- package/src/filiale/qianneng/eticket/EticketOpenJBPage.vue +2 -2
- package/src/filiale/qianneng/eticket/EticketOpenPage.vue +3 -3
- package/src/filiale/qianneng/eticket/EticketPrint.vue +4 -4
- package/src/filiale/qianneng/eticket/EticketRecordList.vue +2 -2
- package/src/filiale/qianneng/gasLossRecords.vue +5 -5
- package/src/filiale/qianneng/js/hignmeter.js +359 -379
- package/src/filiale/qianneng/machine/ArrearsQuery.vue +5 -5
- package/src/filiale/qianneng/machine/CardMeterCenter.vue +9 -9
- package/src/filiale/qianneng/machine/IOTMeterCenter.vue +9 -9
- package/src/filiale/qianneng/machine/MachineMeterCenter.vue +10 -10
- package/src/filiale/qianneng/meterbookEntry.vue +1 -1
- package/src/filiale/qianneng/revenue/ChargeManage.vue +3 -3
- package/src/filiale/qianneng/revenue/ChargeOper.vue +2 -2
- package/src/filiale/qianneng/revenue/Userinfo.vue +2 -2
- package/src/filiale/qianneng/revenue/common/UserInfoDetailManageNew.vue +13 -11
- package/src/filiale/qianneng/revenue/common/ic_detail/AutomaticPurse.vue +8 -8
- package/src/filiale/qianneng/revenue/common/ic_detail/ChargeQueryUser.vue +9 -9
- package/src/filiale/qianneng/revenue/common/ic_detail/HandQueryUser.vue +3 -3
- package/src/filiale/qianneng/revenue/comprehen/ReloadingTable.vue +1 -1
- package/src/filiale/qianneng/revenue/machineHandManage/machineDown.vue +6 -6
- package/src/filiale/qianneng/revenue/machineHandManage/machineHand.vue +29 -29
- package/src/filiale/qianneng/revenue/machineHandManage/machineHandAudit.vue +10 -10
- package/src/filiale/qianneng/revenue/machineHandManage/machinePhoneManage.vue +4 -4
- package/src/filiale/qianneng/revenue/machineHandManage/machineSync.vue +4 -4
- package/src/filiale/qianneng/revenue/sms/AccountBillList.vue +6 -6
- package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +5 -5
- package/src/filiale/qianneng/sale.js +0 -5
- package/src/filiale/qianneng/specificInformation.vue +5 -5
- package/src/filiale/qingjian/CardMeterCenter.vue +49 -83
- package/src/filiale/qingjian/ChargeModal.vue +2 -2
- package/src/filiale/qingjian/FileUserFiles.vue +43 -66
- package/src/filiale/qingjian/IOTRefund.vue +5 -5
- package/src/filiale/qingjian/MeterinfoTest.vue +10 -10
- package/src/filiale/qingjian/SafeCheck.vue +25 -25
- package/src/filiale/qingjian/ShowCardSellGas.vue +47 -73
- package/src/filiale/qingjian/UserEssentialInfoTest.vue +140 -290
- package/src/filiale/qingjian/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/qingjian/WebHandQueryUser.vue +2 -2
- package/src/filiale/qingjian/sale.js +0 -8
- package/src/filiale/qingtongxia/CardMeterCenter.vue +9 -9
- package/src/filiale/qingtongxia/ChangeAccount/TransferManage.vue +2 -2
- package/src/filiale/qingtongxia/ChargeRecordQuery.vue +1 -1
- package/src/filiale/qingtongxia/FilesManage/UserEssentialInfoTest.vue +1 -1
- package/src/filiale/qingtongxia/HandList.vue +1 -1
- package/src/filiale/qingtongxia/HandManager/HandManager.vue +26 -26
- package/src/filiale/qingtongxia/IOTMeterCenter.vue +9 -9
- package/src/filiale/qingtongxia/MachineCharge.vue +3 -3
- package/src/filiale/qingtongxia/MachineMeterCenter.vue +8 -8
- package/src/filiale/qingtongxia/MeterOperatemain.vue +2 -2
- package/src/filiale/qingtongxia/OweList.vue +1 -1
- package/src/filiale/qingtongxia/UserBaseInfoNew.vue +7 -7
- package/src/filiale/qingtongxia/UserGeneralInfoTest.vue +3 -3
- package/src/filiale/qingtongxia/Userinfo.vue +1 -1
- package/src/filiale/qingtongxia/meterinfodetail.vue +1 -1
- package/src/filiale/qingtongxia/plugins/MachineChargeService.js +2 -2
- package/src/filiale/rizhao/CardMeterCenter.vue +8 -8
- package/src/filiale/rizhao/ChargeList.vue +9 -9
- package/src/filiale/rizhao/ChargeQueryUser.vue +10 -10
- package/src/filiale/rizhao/ChargeRecordQuery.vue +1 -1
- package/src/filiale/rizhao/FileUserAddress.vue +5 -5
- package/src/filiale/rizhao/FileUserFiles.vue +9 -9
- package/src/filiale/rizhao/IOTMeterCenter.vue +7 -7
- package/src/filiale/rizhao/InsuranceAdd.vue +2 -1
- package/src/filiale/rizhao/MeterinfoTest.vue +6 -6
- package/src/filiale/rizhao/NoCardMeterCenter.vue +2 -2
- package/src/filiale/rizhao/ShowCardSellGas.vue +8 -8
- package/src/filiale/rizhao/UploadIdCard.vue +2 -2
- package/src/filiale/rizhao/UserBaseInfoNew.vue +5 -5
- package/src/filiale/rizhao/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/rizhao/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/rizhao/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/rizhao/UserPriceChangeManage.vue +4 -4
- package/src/filiale/rizhao/Userinfo.vue +1 -1
- package/src/filiale/rizhao/replaceMentList.vue +2 -2
- package/src/filiale/rizhao/replacementSingleInfoOperation.vue +2 -2
- package/src/filiale/rongchang/IOTRefund.vue +5 -5
- package/src/filiale/rongcheng/ChangeMeter.vue +13 -13
- package/src/filiale/rongcheng/ChargeList.vue +6 -6
- package/src/filiale/rongcheng/ChargeManage.vue +3 -3
- package/src/filiale/rongcheng/ChargeModal.vue +2 -2
- package/src/filiale/rongcheng/CustomerDeviceInfoTest.vue +14 -29
- package/src/filiale/rongcheng/EditWebMeterInfo.vue +3 -3
- package/src/filiale/rongcheng/FileUserAddress.vue +5 -5
- package/src/filiale/rongcheng/FileUserFiles.vue +8 -8
- package/src/filiale/rongcheng/FilesManageNew/CardList.vue +15 -15
- package/src/filiale/rongcheng/FilesManageNew/FileAddressList.vue +1 -1
- package/src/filiale/rongcheng/FilesManageNew/FileMergeInfo.vue +1 -1
- package/src/filiale/rongcheng/FilesManageNew/FileUserAddress.vue +5 -5
- package/src/filiale/rongcheng/FilesManageNew/FileUserAddressChange.vue +1 -1
- package/src/filiale/rongcheng/FilesManageNew/FileUserFiles.vue +10 -10
- package/src/filiale/rongcheng/FilesManageNew/FileUserMerge.vue +1 -1
- package/src/filiale/rongcheng/FilesManageNew/MeterinfoTest.vue +5 -5
- package/src/filiale/rongcheng/FilesManageNew/UserGeneralInfoTest.vue +8 -8
- package/src/filiale/rongcheng/HandManager.vue +23 -24
- package/src/filiale/rongcheng/MeterinfoTest.vue +5 -5
- package/src/filiale/rongcheng/PriceAdjustment.vue +6 -6
- package/src/filiale/rongcheng/PriceAdjustmentCard.vue +6 -6
- package/src/filiale/rongcheng/RecordCancel.vue +11 -11
- package/src/filiale/rongcheng/RemainAdjustment.vue +4 -4
- package/src/filiale/rongcheng/SafeCheck.vue +3 -3
- package/src/filiale/rongcheng/ShowCardSellGas.vue +9 -9
- package/src/filiale/rongcheng/UserBaseInfo.vue +5 -5
- package/src/filiale/rongcheng/UserDeviceInfoTest.vue +4 -22
- package/src/filiale/rongcheng/UserGeneralInfoTest.vue +2 -2
- package/src/filiale/rongcheng/UserMeterInfoTest.vue +0 -1
- package/src/filiale/rongcheng/alReturnsMoney.vue +4 -4
- package/src/filiale/rongcheng/business/CardChangeFill.vue +3 -3
- package/src/filiale/rongcheng/business/CardMeterCenter.vue +13 -11
- package/src/filiale/rongcheng/business/CardMeterChargeCancel.vue +6 -6
- package/src/filiale/rongcheng/business/ChangeMeterAddGas.vue +3 -3
- package/src/filiale/rongcheng/business/FilesComplete.vue +1 -1
- package/src/filiale/rongcheng/business/IOT/IotChangeFill.vue +2 -2
- package/src/filiale/rongcheng/business/IOTMeterCenter.vue +6 -6
- package/src/filiale/rongcheng/business/IotOpen.vue +1 -1
- package/src/filiale/rongcheng/business/MeterDisable/DisableManage.vue +1 -1
- package/src/filiale/rongcheng/business/MeterEnable/EnableManage.vue +3 -3
- package/src/filiale/rongcheng/business/NoCardMeterCenter.vue +2 -2
- package/src/filiale/rongcheng/business/OtherCharge.vue +3 -3
- package/src/filiale/rongcheng/business/OtherChargeNew.vue +4 -4
- package/src/filiale/rongcheng/business/PriceChangeCompensation/IotCompensation.vue +3 -3
- package/src/filiale/rongcheng/business/PriceChangeCompensation/JbCompensation.vue +3 -3
- package/src/filiale/rongcheng/business/RepairCharge.vue +4 -4
- package/src/filiale/rongcheng/business/ShowCardSellGasJB.vue +1 -1
- package/src/filiale/rongcheng/business/ShowCardSellGasWeb.vue +1 -1
- package/src/filiale/rongcheng/business/depositCharge/DepositCharge.vue +3 -3
- package/src/filiale/rongcheng/business/machine/MachineChangeFill.vue +1 -1
- package/src/filiale/rongcheng/business/machine/MachineCharge.vue +3 -3
- package/src/filiale/rongcheng/business/machine/MachineMeterCenter.vue +9 -9
- package/src/filiale/rongcheng/business/machine/MachineMeterPartCenter.vue +4 -4
- package/src/filiale/rongcheng/business/machine/MachinePartCharge.vue +3 -3
- package/src/filiale/rongcheng/business/machine/OweList.vue +1 -1
- package/src/filiale/rongcheng/business/refund/IOTRefund.vue +4 -4
- package/src/filiale/rongcheng/business/refund/machineRefund.vue +4 -4
- package/src/filiale/rongcheng/deviceinfodetail.vue +1 -1
- package/src/filiale/rongcheng/gasmove.vue +4 -4
- package/src/filiale/rongcheng/plugins/LogicService.js +24 -24
- package/src/filiale/rongcheng/sale.js +1 -3
- package/src/filiale/rongchuang/BlackList.vue +3 -3
- package/src/filiale/rongchuang/CardMeterCenter.vue +8 -8
- package/src/filiale/rongchuang/ChangeMeter.vue +13 -13
- package/src/filiale/rongchuang/CorrectBill.vue +1 -1
- package/src/filiale/rongchuang/DepositCharge.vue +3 -3
- package/src/filiale/rongchuang/EticketPrint.vue +4 -4
- package/src/filiale/rongchuang/EticketRecordList.vue +2 -2
- package/src/filiale/rongchuang/FilesManage/FileUserFiles.vue +9 -9
- package/src/filiale/rongchuang/FilesManage/UserGeneralInfoTest.vue +5 -17
- package/src/filiale/rongchuang/FilesManageNew/UserGeneralInfoTest.vue +8 -8
- package/src/filiale/rongchuang/GasPriceList.vue +3 -3
- package/src/filiale/rongchuang/IOTMeterCenter.vue +8 -8
- package/src/filiale/rongchuang/LimitGas.vue +2 -2
- package/src/filiale/rongchuang/MeterinfoTest.vue +29 -40
- package/src/filiale/rongchuang/NoCardMeterCenter.vue +2 -2
- package/src/filiale/rongchuang/OtherChargeNew.vue +4 -4
- package/src/filiale/rongchuang/OtherGas.vue +6 -6
- package/src/filiale/rongchuang/OverUseCharge.vue +1 -1
- package/src/filiale/rongchuang/PrintBill.vue +2 -2
- package/src/filiale/rongchuang/ReissueBill.vue +5 -5
- package/src/filiale/rongchuang/ReplaceCardManage.vue +3 -3
- package/src/filiale/rongchuang/ShowCardSellGas.vue +6 -6
- package/src/filiale/rongchuang/Userinfo.vue +18 -73
- package/src/filiale/rongchuang/bill/CustQueryEticket.vue +2 -2
- package/src/filiale/rongchuang/bill/EticketOpenCard.vue +2 -2
- package/src/filiale/rongchuang/bill/EticketOpenJBPage.vue +2 -2
- package/src/filiale/rongchuang/bill/EticketOpenPage.vue +2 -2
- package/src/filiale/rongchuang/bill/EticketRecordList.vue +2 -2
- package/src/filiale/rongchuang/handListMaintain.vue +5 -5
- package/src/filiale/rongchuang/handOperate.vue +5 -5
- package/src/filiale/rongchuang/sale.js +0 -5
- package/src/filiale/ronghao/AddUserDetail.vue +66 -0
- package/src/filiale/ronghao/ArrearsQuery.vue +974 -0
- package/src/filiale/{wuan → ronghao}/BankPayment.vue +36 -23
- package/src/filiale/ronghao/BasicLivingList.vue +396 -0
- package/src/filiale/ronghao/BatchCancellation.vue +342 -0
- package/src/filiale/ronghao/BlackList.vue +377 -0
- package/src/filiale/ronghao/BlackListList.vue +291 -0
- package/src/{components/newBill → filiale/ronghao}/CardList.vue +94 -99
- package/src/filiale/ronghao/CardMeterCenter.vue +994 -0
- package/src/filiale/ronghao/CardMeterChargeCancel.vue +463 -0
- package/src/filiale/ronghao/CardService.js +2144 -0
- package/src/filiale/ronghao/ChangeMeter.vue +1321 -0
- package/src/filiale/ronghao/ChangeMeterService.js +774 -0
- package/src/filiale/{zhongyi → ronghao}/ChargeList.vue +49 -54
- package/src/filiale/ronghao/ChargeManage.vue +325 -0
- package/src/filiale/ronghao/ChargeOper.vue +330 -0
- package/src/filiale/ronghao/CommonService.js +302 -0
- package/src/filiale/{siyang → ronghao}/DisableManage.vue +18 -4
- package/src/filiale/ronghao/FilesManageNew/UserEssentialInfoTest.vue +457 -0
- package/src/filiale/ronghao/FilesManageNew/UserGeneralInfoTest.vue +690 -0
- package/src/filiale/ronghao/HandplanQuery.vue +1427 -0
- package/src/filiale/ronghao/HighMeterCard.vue +591 -0
- package/src/filiale/ronghao/HistoryHandQueryUser.vue +363 -0
- package/src/{components/newBill → filiale/ronghao}/IOTMeterCenter.vue +185 -76
- package/src/filiale/ronghao/IOTRefund.vue +385 -0
- package/src/filiale/ronghao/ImgSelfSafePlus.vue +194 -0
- package/src/filiale/ronghao/InsuranceAdd.vue +443 -0
- package/src/filiale/ronghao/InsuranceChargesDetails.vue +543 -0
- package/src/filiale/ronghao/InsuranceDetail.vue +28 -0
- package/src/filiale/ronghao/InsuranceList.vue +264 -0
- package/src/filiale/ronghao/InsuranceManage.vue +58 -0
- package/src/filiale/ronghao/MachineCharge.vue +179 -0
- package/src/filiale/ronghao/MachineChargeService.js +149 -0
- package/src/filiale/ronghao/MachineMeterCenter.vue +710 -0
- package/src/filiale/ronghao/NoCardMeterCenter.vue +534 -0
- package/src/filiale/ronghao/OverUseCharge.vue +464 -0
- package/src/filiale/ronghao/OweDetailList.vue +79 -0
- package/src/filiale/ronghao/OweList.vue +159 -0
- package/src/filiale/ronghao/PaymentCode.vue +230 -0
- package/src/filiale/ronghao/PriceChangeCompensation/CompensationManage.vue +26 -0
- package/src/filiale/ronghao/PriceChangeCompensation/IotCompensation.vue +319 -0
- package/src/filiale/ronghao/PriceChangeCompensation/JbCompensation.vue +343 -0
- package/src/filiale/ronghao/PriceChangeCompensation/SurplusRecordDetail.vue +74 -0
- package/src/filiale/ronghao/RecordCancel.vue +332 -0
- package/src/filiale/{siyang → ronghao}/ReplaceCardManage.vue +13 -13
- package/src/filiale/ronghao/ResetMeter.vue +1270 -0
- package/src/filiale/{siyang → ronghao}/ShowCardSellGas.vue +16 -13
- package/src/filiale/ronghao/SpecialUserManage.vue +64 -0
- package/src/filiale/ronghao/TransferManage.vue +673 -0
- package/src/filiale/ronghao/Upload.vue +654 -0
- package/src/filiale/ronghao/UploadIdCard.vue +584 -0
- package/src/filiale/{siyang → ronghao}/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/ronghao/UserInfoDetailManageNew.vue +255 -0
- package/src/filiale/ronghao/UserInsurance.vue +77 -0
- package/src/filiale/ronghao/Userinfo.vue +402 -0
- package/src/filiale/ronghao/WorkBusySmall.vue +127 -0
- package/src/filiale/ronghao/WorkHistory.vue +697 -0
- package/src/filiale/ronghao/cardDown.vue +1141 -0
- package/src/filiale/ronghao/cardHandAudit.vue +518 -0
- package/src/filiale/ronghao/cardsHand.vue +946 -0
- package/src/filiale/ronghao/changemeterOperate.vue +315 -0
- package/src/filiale/ronghao/fillgasSpecific.vue +313 -0
- package/src/filiale/ronghao/ic_detail/ChargeQueryUser.vue +554 -0
- package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -0
- package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -0
- package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -0
- package/src/filiale/ronghao/insuranceGuanL.vue +356 -0
- package/src/filiale/ronghao/iotTable.vue +301 -0
- package/src/filiale/ronghao/machineDown.vue +1176 -0
- package/src/filiale/ronghao/machineHand.vue +2177 -0
- package/src/filiale/ronghao/machineHandAudit.vue +833 -0
- package/src/filiale/ronghao/machineRefund.vue +357 -0
- package/src/filiale/ronghao/meterinfodetail.vue +478 -0
- package/src/filiale/ronghao/meteringRecords.vue +131 -0
- package/src/filiale/ronghao/removeTable.vue +251 -0
- package/src/filiale/ronghao/removeTableCancel.vue +153 -0
- package/src/filiale/ronghao/replacementSingleInfoOperation.vue +315 -0
- package/src/filiale/ronghao/sale.js +140 -0
- package/src/filiale/ronghao/specificInformation.vue +537 -0
- package/src/filiale/ronghao/uploadFilesHistory.vue +195 -0
- package/src/filiale/{bayan → ronghao}/wechatValidateManage.vue +194 -163
- package/src/filiale/ruihua/CardMeterCenter.vue +1059 -0
- package/src/filiale/ruihua/FilesManage/FileUserAddress.vue +786 -0
- package/src/filiale/{shimen → ruihua/FilesManage}/MeterinfoTest.vue +39 -35
- package/src/filiale/ruihua/FilesManage/UserEssentialInfoTest.vue +616 -0
- package/src/filiale/ruihua/FilesManageNew/UserEssentialInfoTest.vue +465 -0
- package/src/filiale/{qingjian → ruihua}/IOTMeterCenter.vue +121 -99
- package/src/filiale/ruihua/IOTRefund.vue +303 -0
- package/src/filiale/{wuhai/DigitalCharge.vue → ruihua/NoCardMeterCenter.vue} +181 -61
- package/src/filiale/ruihua/OweDetailList.vue +79 -0
- package/src/filiale/ruihua/OweList.vue +157 -0
- package/src/filiale/ruihua/Userinfo.vue +339 -0
- package/src/filiale/ruihua/newchangemeter/ChangeMeter.vue +1299 -0
- package/src/filiale/ruihua/newchangemeter/ResetMeter.vue +1278 -0
- package/src/filiale/ruihua/sale.js +30 -0
- package/src/filiale/ruihua/webInfo/WebMeterInfo.vue +80 -0
- package/src/filiale/ruihua/webInfo/WebMeterList.vue +439 -0
- package/src/filiale/shanggao/BankPayment.vue +5 -5
- package/src/filiale/shanggao/CardList.vue +27 -27
- package/src/filiale/shanggao/FileAddressList.vue +1 -1
- package/src/filiale/shanggao/FileUserFiles.vue +9 -9
- package/src/filiale/shanggao/MeterinfoTest.vue +6 -6
- package/src/filiale/shanggao/OweList.vue +1 -1
- package/src/filiale/shanggao/PaymentCode.vue +3 -3
- package/src/filiale/shanggao/ReturnMoneyExamine.vue +12 -12
- package/src/filiale/shanggao/Userinfo.vue +1 -1
- package/src/filiale/shanggao/charge/ChargeManage.vue +2 -2
- package/src/filiale/shanggao/charge/ChargeOper.vue +3 -3
- package/src/filiale/shangluo/CardMeterCenter.vue +8 -8
- package/src/filiale/shangluo/ChangeMeter.vue +13 -13
- package/src/filiale/shangluo/IOTMeterCenter.vue +7 -7
- package/src/filiale/shangluo/LimitGas.vue +2 -2
- package/src/filiale/shangluo/MachineMeterCenter.vue +9 -9
- package/src/filiale/shangluo/MeterinfoTest.vue +7 -7
- package/src/filiale/shangluo/Userinfo.vue +2 -2
- package/src/filiale/shangluo/fillgasSpecific.vue +4 -4
- package/src/filiale/shangluo/plugins/MachineChargeService.js +2 -2
- package/src/filiale/shangluo/sale.js +0 -6
- package/src/filiale/shanxian/ChangeMeter.vue +11 -11
- package/src/filiale/shanxian/FileUserAddress.vue +5 -5
- package/src/filiale/shanxian/GasPriceList.vue +2 -2
- package/src/filiale/shanxian/OtherChargeNew.vue +5 -5
- package/src/filiale/shanxian/ResetMeter.vue +11 -11
- package/src/filiale/shanxian/StockListmain.vue +5 -5
- package/src/filiale/shanxian/TransferManage.vue +2 -2
- package/src/filiale/shanxian/UploadIdCard.vue +2 -2
- package/src/filiale/shanxian/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/shanxian/WebMeterInfo.vue +1 -1
- package/src/filiale/shanxian/WebMeterList.vue +4 -4
- package/src/filiale/shanxian/components/FilesManage/FileAddressList.vue +1 -1
- package/src/filiale/shanxian/components/FilesManage/FileUserFiles.vue +12 -16
- package/src/filiale/shanxian/components/FilesManage/MeterinfoTest.vue +8 -8
- package/src/filiale/shanxian/components/FilesManage/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/shanxian/components/FilesManageNew/FileAddressList.vue +1 -1
- package/src/filiale/shanxian/components/FilesManageNew/FileUserAddress.vue +5 -5
- package/src/filiale/shanxian/components/FilesManageNew/FileUserFiles.vue +11 -11
- package/src/filiale/shanxian/components/FilesManageNew/UserGeneralInfoTest.vue +8 -8
- package/src/filiale/shanxian/components/UserFiles/UserPriceChangeManage.vue +4 -4
- package/src/filiale/shanxian/components/charge/ChargeOper.vue +3 -3
- package/src/filiale/shanxian/components/charge/SafeCheck.vue +5 -5
- package/src/filiale/shanxian/components/revenue/CardMeterCenter.vue +10 -10
- package/src/filiale/shanxian/components/revenue/ChargeList.vue +11 -11
- package/src/filiale/shanxian/components/revenue/InsuranceAdd.vue +2 -1
- package/src/filiale/shanxian/components/revenue/InsuranceChargesDetails.vue +1 -1
- package/src/filiale/shanxian/components/revenue/InsuranceList.vue +6 -6
- package/src/filiale/shanxian/components/revenue/base/Userinfo.vue +2 -2
- package/src/filiale/shanxian/components/revenue/insuranceGuanL.vue +2 -2
- package/src/filiale/shanxian/components/webMeter/WebMeterBatchOperationValve.vue +7 -7
- package/src/filiale/shanxian/components/webMeter/meterinfo/NewMeterList.vue +3 -3
- package/src/filiale/shanxian/sale.js +0 -2
- package/src/filiale/shaoguan/FileUserAddress.vue +5 -5
- package/src/filiale/shaoguan/FilesManage/FileUserFiles.vue +8 -8
- package/src/filiale/shaoguan/FilesManage/MeterinfoTest.vue +8 -9
- package/src/filiale/shaoguan/FilesManage/UserGeneralInfoTest.vue +1 -1
- package/src/filiale/shaoguan/FilesManageNew/FileUserFiles.vue +10 -10
- package/src/filiale/shaoguan/FilesManageNew/MeterinfoTest.vue +7 -7
- package/src/filiale/shaoguan/FilesManageNew/UserGeneralInfoTest.vue +8 -8
- package/src/filiale/shaoguan/HandplanQuery.vue +8 -8
- package/src/filiale/shaoguan/IOTMeterCenter.vue +10 -10
- package/src/filiale/shaoguan/MachineMeterCenter.vue +9 -9
- package/src/filiale/shaoguan/Message/AllUser.vue +5 -5
- package/src/filiale/shaoguan/Message/MessageList.vue +5 -5
- package/src/filiale/shaoguan/OtherChargeNew.vue +4 -4
- package/src/filiale/shaoguan/OverUseCharge.vue +2 -2
- package/src/filiale/shaoguan/ShowCardSellGas.vue +8 -8
- package/src/filiale/shaoguan/TransferManage.vue +3 -3
- package/src/filiale/shaoguan/base/UserBaseInfoNew.vue +6 -6
- package/src/filiale/shaoguan/charge/ChargeList.vue +7 -7
- package/src/filiale/shaoguan/charge/ChargeManage.vue +3 -3
- package/src/filiale/shaoguan/charge/ChargeOper.vue +4 -4
- package/src/filiale/shaoguan/handListMaintain.vue +3 -3
- package/src/filiale/shaoguan/newchangemeter/ChangeMeter.vue +7 -7
- package/src/filiale/shaoguan/plugins/FileManageService.js +5 -5
- package/src/filiale/shexian/ChargeList.vue +11 -11
- package/src/filiale/shexian/ChargeQueryUser.vue +10 -10
- package/src/filiale/shexian/FilesManage/FileUserFiles.vue +10 -10
- package/src/filiale/shexian/FilesManage/MeterinfoTest.vue +8 -8
- package/src/filiale/shexian/FilesManage/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/shexian/Upload.vue +2 -2
- package/src/filiale/shexian/UploadIdCard.vue +2 -2
- package/src/filiale/shexian/UserBaseInfoNew.vue +6 -6
- package/src/filiale/shexian/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/shexian/Userinfo.vue +1 -1
- package/src/filiale/shexian/ic_detail/ChangeMeterQueryUser.vue +2 -2
- package/src/filiale/shexian/revenue/MeterMessage.vue +2 -2
- package/src/filiale/shexian/revenue/newchangemeter/ChangeMeter.vue +14 -14
- package/src/filiale/shexian/revenue/newchangemeter/ResetMeter.vue +14 -14
- package/src/filiale/shimen/CardMeterCenter.vue +9 -9
- package/src/filiale/shimen/FileService.js +7 -7
- package/src/filiale/shimen/IOTMeterCenter.vue +9 -9
- package/src/filiale/shimen/MachineMeterCenter.vue +12 -12
- package/src/filiale/shimen/OtherChargeByPay.vue +6 -6
- package/src/filiale/shimen/ReissueBill.vue +4 -4
- package/src/filiale/shimen/ShowCardSellGas.vue +11 -11
- package/src/filiale/shimen/UserBaseInfoNew.vue +8 -8
- package/src/filiale/shimen/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/shimen/meterinfodetail.vue +1 -1
- package/src/filiale/shimen/sale.js +0 -24
- package/src/filiale/shimen/wechatValidateContrast.vue +4 -5
- package/src/filiale/shimen/wechatValidateManage.vue +183 -267
- package/src/filiale/shiquan/CardList.vue +27 -27
- package/src/filiale/shiquan/CardMeterChargeCancel.vue +4 -4
- package/src/filiale/shiquan/ChargeManage.vue +3 -3
- package/src/filiale/shiquan/FilesManage/MeterinfoTest.vue +9 -9
- package/src/filiale/shiquan/FilesManage/UserGeneralInfoTest.vue +5 -5
- package/src/filiale/shiquan/GasPriceList.vue +3 -3
- package/src/filiale/shiquan/WebMeterInfo.vue +1 -1
- package/src/filiale/shiquan/WebMeterList.vue +4 -4
- package/src/filiale/shiquan/charge/CardMeterCenter.vue +9 -9
- package/src/filiale/shiquan/charge/IOTMeterCenter.vue +9 -9
- package/src/filiale/shiquan/charge/NoCardMeterCenter.vue +3 -3
- package/src/filiale/taizhoukesi/ChangeMeterQueryUser.vue +2 -2
- package/src/filiale/taizhoukesi/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/taizhoukesi/WatchCollection.vue +1 -1
- package/src/filiale/tongchuan/BankPayment/BankPayment.vue +7 -5
- package/src/filiale/tongchuan/BasicLivingList.vue +2 -2
- package/src/filiale/tongchuan/BlackList/BlackList.vue +3 -3
- package/src/filiale/tongchuan/BlackList/BlackListDetail.vue +1 -1
- package/src/filiale/tongchuan/BlackList/BlackListList.vue +2 -2
- package/src/filiale/tongchuan/BlackList/BlackListRecord.vue +1 -1
- package/src/filiale/tongchuan/CardChangeFill.vue +3 -3
- package/src/filiale/tongchuan/CardList.vue +17 -17
- package/src/filiale/tongchuan/CardMeterCenter.vue +8 -8
- package/src/filiale/tongchuan/CardMeterChargeCancel.vue +5 -5
- package/src/filiale/tongchuan/ChangeMeter.vue +9 -9
- package/src/filiale/tongchuan/ChargeList.vue +8 -8
- package/src/filiale/tongchuan/ChargeManage.vue +2 -2
- package/src/filiale/tongchuan/ChargeModal.vue +2 -2
- package/src/filiale/tongchuan/ChargeOper.vue +4 -4
- package/src/filiale/tongchuan/ChargeRecordQuery.vue +1 -1
- package/src/filiale/tongchuan/EditWebMeterInfo.vue +3 -8
- package/src/filiale/tongchuan/EticketOpenJBPage.vue +4 -4
- package/src/filiale/tongchuan/FileAddressList.vue +1 -1
- package/src/filiale/tongchuan/FileUserAddress.vue +22 -75
- package/src/filiale/tongchuan/FileUserFiles.vue +10 -74
- package/src/filiale/tongchuan/FillGasQueryUser.vue +2 -2
- package/src/filiale/tongchuan/HandList.vue +4 -4
- package/src/filiale/tongchuan/HandManager.vue +26 -26
- package/src/filiale/tongchuan/IOTMeterCenter.vue +6 -6
- package/src/filiale/tongchuan/IotChangeFill.vue +2 -2
- package/src/filiale/tongchuan/MachineChangeFill.vue +1 -1
- package/src/filiale/tongchuan/Maintenance/revenue/MeterOperatemain.vue +2 -2
- package/src/filiale/tongchuan/Message/AllUser.vue +6 -6
- package/src/filiale/tongchuan/MeterMessage.vue +2 -2
- package/src/filiale/tongchuan/MeterinfoTest.vue +6 -6
- package/src/filiale/tongchuan/OverUseCharge.vue +2 -2
- package/src/filiale/tongchuan/PaymentCode.vue +5 -5
- package/src/filiale/tongchuan/StairPrice/GasPrice.vue +7 -7
- package/src/filiale/tongchuan/StairPrice/GasPriceList.vue +2 -2
- package/src/filiale/tongchuan/StairPrice/GasPriceUser.vue +5 -5
- package/src/filiale/tongchuan/StairPrice/PriceChangeDetail.vue +1 -1
- package/src/filiale/tongchuan/StairPrice/PriceChangeHistory.vue +1 -1
- package/src/filiale/tongchuan/StairPrice/PriceRecord.vue +2 -2
- package/src/filiale/tongchuan/StairPrice/UpdateInfo.vue +1 -1
- package/src/filiale/tongchuan/TransferManage.vue +2 -2
- package/src/filiale/tongchuan/TransferRecords.vue +3 -3
- package/src/filiale/tongchuan/UserAddressInFile.vue +10 -10
- package/src/filiale/tongchuan/UserBaseInfoNew.vue +5 -5
- package/src/filiale/tongchuan/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/tongchuan/UserEssentialInfoTest.vue +1 -23
- package/src/filiale/tongchuan/UserGeneralInfoTest.vue +3 -3
- package/src/filiale/tongchuan/UserPriceChangeManage.vue +15 -21
- package/src/filiale/tongchuan/Userinfo.vue +1 -1
- package/src/filiale/tongchuan/WebMeterInfo.vue +1 -1
- package/src/filiale/tongchuan/WebMeterList.vue +8 -30
- package/src/filiale/tongchuan/base/MixPriceInfo.vue +1 -1
- package/src/filiale/tongchuan/base/RecordCancel.vue +12 -12
- package/src/filiale/tongchuan/base/SafeCheck.vue +3 -3
- package/src/filiale/tongchuan/base/ServiceRepair.vue +1 -1
- package/src/filiale/tongchuan/bill/CustQueryEticket.vue +3 -3
- package/src/filiale/tongchuan/bill/CustQueryEticketQueryV4.vue +3 -3
- package/src/filiale/tongchuan/bill/EticketOpenCard.vue +2 -2
- package/src/filiale/tongchuan/bill/EticketOpenIotSalePage.vue +3 -3
- package/src/filiale/tongchuan/bill/EticketOpenJBPage.vue +3 -3
- package/src/filiale/tongchuan/bill/EticketOpenPage.vue +3 -3
- package/src/filiale/tongchuan/bill/EticketPrint.vue +3 -3
- package/src/filiale/tongchuan/bill/EticketRecordList.vue +1 -1
- package/src/filiale/tongchuan/bill/ReissueBill.vue +23 -7
- package/src/filiale/tongchuan/common/userinfo_detail/UserInfoDetailManageNew.vue +13 -16
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/AutomaticPurse.vue +8 -8
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/CardHandRecord.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChangeRecord.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChargeQueryUser.vue +9 -9
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/ChargeRecordQuery.vue +1 -1
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/DeveiceRecord.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/FillCardQueryUser.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/FillGasQueryUser.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/HandQueryUser.vue +3 -3
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +3 -3
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/MeterParam.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/OtherChargeQueryUser.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/OtherChargeQueryUserDetail.vue +1 -1
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/PriceAdjustmentQueryUser.vue +1 -1
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/PriceChangeQueryUser.vue +1 -1
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/RecordQueryUser.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/Repurchase.vue +1 -1
- package/src/filiale/tongchuan/common/userinfo_detail/ic_detail/TransferQueryUser.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/MeterParamIot.vue +1 -1
- package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/QueryInstruct.vue +2 -2
- package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/WatchCollection.vue +1 -1
- package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/WatchDealWarning.vue +3 -3
- package/src/filiale/tongchuan/feeDeduction.vue +1 -1
- package/src/filiale/tongchuan/feeMachine.vue +1 -1
- package/src/filiale/tongchuan/filemanagenew/FileUserFiles.vue +12 -17
- package/src/filiale/tongchuan/paperaudit.vue +4 -4
- package/src/filiale/tongchuan/plugins/FileManageService.js +5 -5
- package/src/filiale/tongchuan/plugins/LogicService.js +24 -24
- package/src/filiale/tongchuan/sale.js +0 -12
- package/src/filiale/{shimen → tonghua}/CardList.vue +52 -44
- package/src/filiale/tonghua/sale.js +6 -0
- package/src/filiale/tuying/TransferManage.vue +704 -0
- package/src/filiale/tuying/sale.js +6 -0
- package/src/filiale/wenxi/CardHand.vue +14 -14
- package/src/filiale/wenxi/CardList.vue +26 -26
- package/src/filiale/wenxi/CardMeterCenter.vue +9 -9
- package/src/filiale/wenxi/CardService.js +49 -49
- package/src/filiale/wenxi/ChargeList.vue +12 -12
- package/src/filiale/wenxi/ChargeQueryUser.vue +9 -9
- package/src/filiale/wenxi/ChargeRecordQuery.vue +1 -1
- package/src/filiale/wenxi/DisableManage.vue +3 -3
- package/src/filiale/wenxi/FileUserFiles.vue +10 -10
- package/src/filiale/wenxi/FilesManageNew/UserGeneralInfoTest.vue +8 -8
- package/src/filiale/wenxi/GasPriceUser.vue +5 -5
- package/src/filiale/wenxi/HandplanQuery.vue +8 -8
- package/src/filiale/wenxi/IOTMeterCenter.vue +7 -7
- package/src/filiale/wenxi/IOTRefund.vue +4 -4
- package/src/filiale/wenxi/MarginCompensation.vue +1 -1
- package/src/filiale/wenxi/MeterinfoTest.vue +8 -12
- package/src/filiale/wenxi/OffGasAddGas.vue +2 -2
- package/src/filiale/wenxi/ShowCardSellGas.vue +8 -8
- package/src/filiale/wenxi/TransferManage.vue +2 -2
- package/src/filiale/wenxi/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/wenxi/UserGeneralInfoTest.vue +4 -4
- package/src/filiale/wenxi/UserList.vue +4 -4
- package/src/filiale/wenxi/UserPriceChangeManage.vue +4 -4
- package/src/filiale/wenxi/Userinfo.vue +2 -2
- package/src/filiale/wenxi/cardsHand.vue +15 -15
- package/src/filiale/wenxi/plugging/UserPlugging.vue +1 -1
- package/src/filiale/wenxi/plugging/UserSecurePlugging.vue +2 -2
- package/src/filiale/wenxi/plugins/FileManageService.js +5 -5
- package/src/filiale/wuan/BlackList/BlackList.vue +3 -3
- package/src/filiale/wuan/BlackList/BlackListDetail.vue +1 -1
- package/src/filiale/wuan/BlackList/BlackListList.vue +2 -2
- package/src/filiale/wuan/BlackList/BlackListRecord.vue +1 -1
- package/src/filiale/wuan/BlackList/BlackModal.vue +1 -1
- package/src/filiale/wuan/ChangeMeter.vue +13 -13
- package/src/filiale/wuan/FileUserFiles.vue +9 -9
- package/src/filiale/wuan/MeterMessage.vue +3 -4
- package/src/filiale/wuan/MeterinfoTest.vue +5 -5
- package/src/filiale/wuan/TransferManage.vue +2 -2
- package/src/filiale/wuan/UserDeviceInfoTest.vue +1 -1
- package/src/filiale/wuan/UserEssentialInfoTest.vue +1 -1
- package/src/filiale/wuan/charge/CardMeterCenter.vue +5 -5
- package/src/filiale/wuan/charge/ChargeManage.vue +2 -2
- package/src/filiale/wuan/charge/MeterinfoTest.vue +5 -5
- package/src/filiale/wuan/sale.js +0 -2
- package/src/filiale/wuhai/CardMeterCenter.vue +12 -15
- package/src/filiale/wuhai/ChangeMeter.vue +9 -9
- package/src/filiale/wuhai/ChargeRecordQuery.vue +1 -1
- package/src/filiale/wuhai/FileUserAddress.vue +5 -5
- package/src/filiale/wuhai/IOTMeterCenter.vue +511 -513
- package/src/filiale/wuhai/MeterinfoTest.vue +6 -6
- package/src/filiale/wuhai/NoCardMeterCenter.vue +4 -7
- package/src/filiale/wuhai/OtherChargeNew.vue +38 -47
- package/src/filiale/wuhai/OtherGas.vue +6 -6
- package/src/filiale/wuhai/ShowCardSellGas.vue +21 -30
- package/src/filiale/wuhai/TransferManage.vue +2 -2
- package/src/filiale/wuhai/UserGeneralInfoTest.vue +3 -3
- package/src/filiale/wuhai/UserInfoDetailManageNew.vue +10 -12
- package/src/filiale/wuhai/Userinfo.vue +1 -1
- package/src/filiale/wuhai/feeDeduction.vue +3 -3
- package/src/filiale/wuhai/sale.js +0 -9
- package/src/filiale/xiangyun/GasPrice.vue +7 -7
- package/src/filiale/xiangyun/IOTRefund.vue +3 -3
- package/src/filiale/xiangyun/cardChargeQuery.vue +2 -2
- package/src/filiale/xiangyun/cardChargeQuery1.vue +2 -2
- package/src/filiale/xiangyun/cardHistoryRefund.vue +3 -3
- package/src/filiale/xiangyun/cardRefund.vue +3 -3
- package/src/filiale/xiangyun/machineChargeQuery.vue +2 -2
- package/src/filiale/xiangyun/machineChargeQuery1.vue +2 -2
- package/src/filiale/xiangyun/machineHand.vue +30 -30
- package/src/filiale/xiangyun/machineRefund.vue +3 -3
- package/src/filiale/xihu/CardService.js +2138 -0
- package/src/filiale/xihu/ChangeMeterQueryUser.vue +242 -0
- package/src/filiale/xihu/FileManageService.js +465 -0
- package/src/filiale/xihu/GetTimeService.js +75 -0
- package/src/filiale/xihu/IOTMeterCenter.vue +871 -0
- package/src/filiale/xihu/IotChangeFill.vue +488 -0
- package/src/filiale/xihu/MeterOperatemain.vue +460 -0
- package/src/filiale/xihu/MeterinfoTest.vue +1250 -0
- package/src/filiale/xihu/NoCardMeterCenter.vue +498 -0
- package/src/filiale/xihu/OffGasAddGas.vue +337 -0
- package/src/filiale/xihu/OverUseCharge.vue +440 -0
- package/src/filiale/xihu/QueryInstruct.vue +409 -0
- package/src/filiale/xihu/ResetMeter.vue +1276 -0
- package/src/filiale/xihu/ShowCardSellGas.vue +931 -0
- package/src/filiale/xihu/TransferManage.vue +533 -0
- package/src/filiale/xihu/UserBaseInfoNew.vue +716 -0
- package/src/filiale/xihu/UserEssentialInfoTest.vue +440 -0
- package/src/filiale/xihu/UserInfoDetailManageNew.vue +235 -0
- package/src/filiale/xihu/UserPriceChangeManage.vue +690 -0
- package/src/filiale/xihu/Userinfo.vue +393 -0
- package/src/filiale/xihu/WatchCollection.vue +117 -0
- package/src/filiale/xihu/meterinfodetail.vue +427 -0
- package/src/filiale/xihu/sale.js +42 -0
- package/src/filiale/xinkang/ChangeMeter.vue +11 -11
- package/src/filiale/{jiaocheng → xinkang}/ChargeList.vue +39 -24
- package/src/filiale/xinkang/ChargeQueryUser.vue +11 -11
- package/src/filiale/xinkang/MeterinfoTest.vue +7 -7
- package/src/filiale/xinkang/TransferManage.vue +2 -2
- package/src/filiale/xinkang/UserBaseInfoNew.vue +5 -5
- package/src/filiale/xinkang/UserEssentialInfoTest.vue +383 -107
- package/src/filiale/xinkang/UserInfoDetailManageNew.vue +259 -0
- package/src/filiale/xinkang/WatchCollection.vue +131 -0
- package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +7 -7
- package/src/filiale/xinkang/base/leftview/Userinfo.vue +1 -1
- package/src/filiale/xinkang/base/rightview/CardList.vue +31 -31
- package/src/filiale/xinkang/sale.js +18 -15
- package/src/filiale/yangchun/AddGasBrand.vue +2 -2
- package/src/filiale/yangchun/BasicLivingList.vue +281 -0
- package/src/filiale/yangchun/BlackList/BlackList.vue +15 -13
- package/src/filiale/yangchun/BlackList/BlackListList.vue +34 -8
- package/src/filiale/yangchun/BlackList/BlackListRecord.vue +1 -1
- package/src/filiale/yangchun/BlackList/BlackRecordQuery.vue +3 -2
- package/src/filiale/yangchun/CardChangeFill.vue +682 -0
- package/src/filiale/yangchun/CardList.vue +36 -31
- package/src/filiale/yangchun/CardMeterCenter.vue +64 -22
- package/src/filiale/yangchun/ChangeMeter.vue +111 -44
- package/src/filiale/yangchun/ChangeSendCard.vue +23 -0
- package/src/filiale/yangchun/ChargeList.vue +14 -14
- package/src/filiale/yangchun/EditWebMeterInfo.vue +3 -3
- package/src/filiale/yangchun/EticketPrint.vue +7 -7
- package/src/filiale/yangchun/EticketV4/CustQueryEticket.vue +5 -5
- package/src/filiale/yangchun/EticketV4/EticketOpenCard.vue +7 -7
- package/src/filiale/yangchun/EticketV4/EticketOpenJBPage.vue +5 -5
- package/src/filiale/yangchun/EticketV4/EticketOpenPage.vue +7 -7
- package/src/filiale/yangchun/EticketV4/EticketRecordList.vue +2 -6
- package/src/filiale/yangchun/EticketV4/SpecialQueryEticket.vue +5 -5
- package/src/filiale/yangchun/FilesManage/FileUserFiles.vue +24 -18
- package/src/filiale/yangchun/FilesManage/HostMeterAdd.vue +219 -0
- package/src/filiale/yangchun/FilesManage/HostMeterList.vue +323 -0
- package/src/filiale/yangchun/FilesManage/HostMeterUserList.vue +271 -0
- package/src/filiale/yangchun/FilesManage/UserGeneralInfoTest.vue +5 -5
- package/src/filiale/yangchun/FilesManage/UserPaperInfoTest.vue +3 -3
- package/src/filiale/yangchun/FilesManageNew/FileUserFiles.vue +753 -0
- package/src/filiale/yangchun/GasSurcharge.vue +383 -0
- package/src/filiale/yangchun/HandplanQuery.vue +8 -66
- package/src/filiale/yangchun/IOTMeterCenter.vue +9 -9
- package/src/filiale/yangchun/MachineChargeService.js +2 -2
- package/src/filiale/yangchun/MachineMeterCenter.vue +9 -9
- package/src/filiale/yangchun/MeterHistory.vue +1 -1
- package/src/filiale/yangchun/MeterinfoTest.vue +15 -9
- package/src/filiale/yangchun/NewMeterList.vue +742 -0
- package/src/filiale/yangchun/NoCardMeterCenter.vue +3 -3
- package/src/filiale/yangchun/OtherChargeDetail.vue +2 -2
- package/src/filiale/yangchun/OtherChargeNew.vue +7 -7
- package/src/filiale/yangchun/Overdue/OverdueSetList.vue +4 -4
- package/src/filiale/yangchun/Overdue/OverdueSetUser.vue +1 -1
- package/src/filiale/yangchun/ShowCardSellGas.vue +8 -8
- package/src/filiale/yangchun/StairPrice.vue +76 -0
- package/src/filiale/yangchun/UseWebMeter.vue +2 -2
- package/src/filiale/yangchun/UserBaseInfoNew.vue +703 -0
- package/src/filiale/yangchun/UserDeviceInfoTest.vue +558 -0
- package/src/filiale/{liaoyuan → yangchun}/UserPriceChangeManage.vue +44 -13
- package/src/filiale/yangchun/WebMeterInfo.vue +1 -1
- package/src/filiale/yangchun/WebMeterList.vue +4 -4
- package/src/filiale/yangchun/cardDown.vue +7 -7
- package/src/filiale/{jingyang/wechatValidate.vue → yangchun/cardHandManager.vue} +14 -17
- package/src/filiale/yangchun/cardsHand.vue +956 -0
- package/src/filiale/yangchun/machineDown.vue +7 -7
- package/src/filiale/yangchun/machineHand.vue +30 -30
- package/src/filiale/yangchun/machineHandAudit.vue +24 -14
- package/src/filiale/yangchun/plugins/LogicService.js +38 -37
- package/src/filiale/yangchun/sale.js +26 -0
- package/src/filiale/{rongchuang → yangchun}/specificInformation.vue +9 -9
- package/src/filiale/yongzhongch/CardChangeFill.vue +6 -6
- package/src/filiale/yongzhongch/ChangeMeter.vue +7 -7
- package/src/filiale/yongzhongch/CorrectBill.vue +1 -1
- package/src/filiale/yongzhongch/IOT/IotChangeFill.vue +5 -5
- package/src/filiale/yongzhongch/PrintBill.vue +2 -2
- package/src/filiale/yongzhongch/ReissueBill.vue +5 -5
- package/src/filiale/yongzhongch/machine/MachineChangeFill.vue +1 -1
- package/src/filiale/yuansheng/CardChangeFill.vue +2 -2
- package/src/filiale/yuansheng/CardList.vue +32 -32
- package/src/filiale/yuansheng/CardMeterCenter.vue +9 -9
- package/src/filiale/yuansheng/ChangeMeterAddGas.vue +3 -3
- package/src/filiale/yuansheng/DigitalCharge.vue +2 -2
- package/src/filiale/yuansheng/IOTMeterCenter.vue +7 -7
- package/src/filiale/yuansheng/IOTRefund.vue +4 -4
- package/src/filiale/yuansheng/MeterinfoTest.vue +8 -8
- package/src/filiale/yuansheng/NoCardMeterCenter.vue +2 -2
- package/src/filiale/yuansheng/RecordCancel.vue +11 -11
- package/src/filiale/yuansheng/SafeCheck.vue +10 -10
- package/src/filiale/yuansheng/ShowCardSellGas.vue +8 -8
- package/src/filiale/yuansheng/UserBaseInfoNew.vue +6 -6
- package/src/filiale/yuansheng/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/yuansheng/Userinfo.vue +2 -2
- package/src/filiale/yuansheng/WatchCollection.vue +1 -1
- package/src/filiale/yuansheng/icTable.vue +3 -3
- package/src/filiale/yuansheng/iotTable.vue +1 -1
- package/src/filiale/yuansheng/sale.js +0 -5
- package/src/filiale/yuncheng/CardList.vue +32 -32
- package/src/filiale/yuncheng/ChangeMeter.vue +23 -13
- package/src/filiale/yuncheng/ChargeList.vue +11 -11
- package/src/filiale/yuncheng/ChargeManage.vue +3 -3
- package/src/filiale/yuncheng/ChargeOper.vue +4 -4
- package/src/filiale/yuncheng/FileManageService.js +469 -0
- package/src/filiale/yuncheng/FilesManage/MeterinfoTest.vue +382 -173
- package/src/filiale/yuncheng/FilesManage/UserEssentialInfoTest.vue +603 -0
- package/src/filiale/yuncheng/FilesManageNew/MeterinfoTest.vue +590 -389
- package/src/filiale/yuncheng/FilesManageNew/UserDeviceInfoTest.vue +171 -0
- package/src/filiale/yuncheng/FilesManageNew/UserEssentialInfoTest.vue +493 -0
- package/src/filiale/yuncheng/FilesManageNew/UserMeterInfoTest.vue +142 -0
- package/src/filiale/yuncheng/HandplanQuery.vue +9 -8
- package/src/filiale/yuncheng/IndustryCommerceHand.vue +1229 -0
- package/src/filiale/yuncheng/IndustryCommerceHandAudit.vue +830 -0
- package/src/filiale/yuncheng/IndustryCommerceHandManager.vue +64 -0
- package/src/filiale/yuncheng/InsuranceAdd.vue +419 -0
- package/src/filiale/yuncheng/InsuranceList.vue +6 -6
- package/src/filiale/yuncheng/MeterBookUser.vue +781 -0
- package/src/filiale/yuncheng/MeterMessage.vue +2 -2
- package/src/filiale/yuncheng/Overduetax.vue +655 -0
- package/src/filiale/yuncheng/ParamHistory.vue +147 -0
- package/src/filiale/yuncheng/ParamSet.vue +669 -0
- package/src/filiale/{qianneng → yuncheng}/ParamSetForm.vue +69 -27
- package/src/filiale/yuncheng/RecordQueryUser.vue +269 -0
- package/src/filiale/yuncheng/TransferManage.vue +3 -3
- package/src/filiale/yuncheng/UploadIdCard.vue +60 -63
- package/src/filiale/yuncheng/UserDeviceInfoTest.vue +6 -7
- package/src/filiale/yuncheng/UserPriceChangeManage.vue +694 -0
- package/src/filiale/yuncheng/WebMeterInfo.vue +80 -0
- package/src/filiale/yuncheng/WebMeterList.vue +440 -0
- package/src/filiale/yuncheng/changemeterListMaintain.vue +2 -2
- package/src/filiale/yuncheng/changemeterOperate.vue +4 -4
- package/src/filiale/yuncheng/detailinfo/DevicesDetail.vue +1 -1
- package/src/filiale/yuncheng/detailinfo/OldmeterDetail.vue +1 -1
- package/src/filiale/yuncheng/detailinfo/OtherChargeRecord.vue +1 -1
- package/src/filiale/yuncheng/detailinfo/UserfilesDetail.vue +1 -1
- package/src/filiale/yuncheng/detailinfo/UserinfoDetail.vue +1 -1
- package/src/filiale/yuncheng/detailinfo/meterinfodetail.vue +5 -0
- package/src/filiale/yuncheng/detailinfo/price/MixpriceDetail.vue +1 -1
- package/src/filiale/yuncheng/detailinfo/price/StairpriceDetail.vue +1 -1
- package/src/filiale/yuncheng/deviceinfodetail.vue +1 -1
- package/src/filiale/yuncheng/gasmove.vue +3 -3
- package/src/filiale/yuncheng/industryDown.vue +1118 -0
- package/src/filiale/yuncheng/machineDown.vue +8 -8
- package/src/filiale/yuncheng/machineHand.vue +30 -30
- package/src/filiale/yuncheng/machineHandAudit.vue +13 -13
- package/src/filiale/yuncheng/sale.js +37 -2
- package/src/filiale/yuncheng/uploadFilesHistory.vue +185 -0
- package/src/filiale/zhongsheng/BlackListList.vue +2 -2
- package/src/filiale/zhongsheng/FilesManage/FileUserFiles.vue +10 -10
- package/src/filiale/zhongsheng/charge/ChargeList.vue +11 -11
- package/src/filiale/zhongsheng/charge/OtherChargeNew.vue +6 -6
- package/src/filiale/zhongsheng/charge/ShowCardSellGas.vue +8 -8
- package/src/filiale/zhongsheng/charge/UserBaseInfoNew.vue +5 -5
- package/src/filiale/zhongsheng/rightview/CardList.vue +16 -16
- package/src/filiale/zhongsheng/wechatpay/WeChatPayDetail.vue +8 -8
- package/src/filiale/zhongyi/CardMeterCenter.vue +8 -8
- package/src/filiale/zhongyi/ChangeMeter.vue +11 -11
- package/src/filiale/zhongyi/ChargeRecordQuery.vue +1 -1
- package/src/filiale/zhongyi/FileUserFiles.vue +9 -9
- package/src/filiale/zhongyi/HandQueryUser.vue +3 -3
- package/src/filiale/zhongyi/HandplanQuery.vue +15 -15
- package/src/filiale/zhongyi/IOTMeterCenter.vue +7 -7
- package/src/filiale/zhongyi/MeterReadAudit.vue +7 -7
- package/src/filiale/zhongyi/MeterinfoTest.vue +6 -6
- package/src/filiale/zhongyi/NoCardMeterCenter.vue +2 -2
- package/src/filiale/zhongyi/ReplaceCardManage.vue +3 -3
- package/src/filiale/zhongyi/UserInfoDetailManageNew.vue +12 -11
- package/src/filiale/zhongyi/Userinfo.vue +1 -1
- package/src/filiale/zhongyi/cardsHand.vue +19 -29
- package/src/filiale/zhongyi/common/MeterMessage.vue +2 -2
- package/src/filiale/zhongyi/common/userinfo_detail/ic_detail/RecordQueryUser.vue +2 -2
- package/src/filiale/zhongyi/machineDown.vue +7 -7
- package/src/filiale/zhongyi/machineHand.vue +31 -31
- package/src/filiale/zhongyi/refund/IOTRefund.vue +4 -4
- package/src/filiale/zhongyi/refund/machineRefund.vue +4 -4
- package/src/filiale/zhongyi/sale.js +0 -2
- package/src/main.js +2 -2
- package/src/plugins/BillService.js +5 -5
- package/src/plugins/CancelService.js +236 -26
- package/src/plugins/CardManageService.js +2 -2
- package/src/plugins/CardService.js +168 -67
- package/src/plugins/ChangeMeterService.js +29 -28
- package/src/plugins/CommonService.js +14 -14
- package/src/plugins/FileManageService.js +8 -5
- package/src/plugins/FileService.js +7 -7
- package/src/plugins/GetLoginInfoService.js +1 -1
- package/src/plugins/GetSaleParams.js +70 -62
- package/src/plugins/HandService.js +2 -2
- package/src/plugins/InvoiceService.js +10 -10
- package/src/plugins/LoadParams.js +3 -3
- package/src/plugins/LogicService.js +93 -49
- package/src/plugins/MachineChargeService.js +43 -9
- package/src/plugins/OffGasAddGasService.js +4 -4
- package/src/plugins/PrintService.js +3 -3
- package/src/plugins/QXClient.js +332 -0
- package/src/plugins/SelectService.js +6 -6
- package/src/project/State.js +1 -1
- package/src/sale.js +17 -14
- package/src/saleRes.json +1 -2
- package/src/stores/MagLoadParams.js +2 -2
- package/src/utils/secondaryDisplay.js +178 -0
- package/static/mainicon/sound.png +0 -0
- package/static/qrcode_no.png +0 -0
- package/static/syrh.png +0 -0
- package/static/syyj.png +0 -0
- package/static/xyrh.png +0 -0
- package/static/xyyj.png +0 -0
- package/test/unit/karma.conf.js +4 -4
- package/test/unit/specs/components/SellGasCharge/MeterCharge/IOTMeterCenter.spec.js +1 -1
- package/test/unit/specs/components/SellGasCharge/MeterCharge/MachineCharge.spec.js +2 -2
- package/test/unit/specs/components/UserFiles/UserGeneralInfo.spec.js +1 -1
- package/test/unit/specs/service/getSaleInitData.spec.js +1 -1
- package/yarn-error.log +812 -504
- package/src/components/newBill/PrintBill.vue +0 -146
- package/src/components/newBill/ReissueBill.vue +0 -329
- package/src/components/revenue/Common/GovernmentSell.vue +0 -512
- package/src/components/revenue/Common/PrintBillThermal.vue +0 -348
- package/src/components/revenue/Common/reportPrintThermal.vue +0 -517
- package/src/filiale/dexin/ResSelectGroupNew.vue +0 -192
- package/src/filiale/gehua/ArchivesAdd.vue +0 -198
- package/src/filiale/gehua/CardList.vue +0 -613
- package/src/filiale/haile/CardList.vue +0 -627
- package/src/filiale/haile/valveRecord.vue +0 -58
- package/src/filiale/jiaocheng/sale.js +0 -9
- package/src/filiale/jingyang/wechatValidateRefund.vue +0 -306
- package/src/filiale/liaoyuan/InputtorSummary.vue +0 -237
- package/src/filiale/meihekou/common/Stairinfo.vue +0 -157
- package/src/filiale/qingjian/HiddenDangerInfo.vue +0 -133
- package/src/filiale/qingjian/MachineMeterCenter.vue +0 -753
- package/src/filiale/rongchuang/SafeCheck.vue +0 -419
- package/src/filiale/rongchuang/UploadIdCard.vue +0 -592
- package/src/filiale/shangluo/Mulitinfo.vue +0 -75
- package/src/filiale/shangluo/deviceinfodetail.vue +0 -144
- package/src/filiale/shengtai/sale.js +0 -8
- package/src/filiale/shimen/GiftFee/iotTable.vue +0 -229
- package/src/filiale/shimen/MeterMessage.vue +0 -189
- package/src/filiale/shimen/PaymentCode.vue +0 -186
- package/src/filiale/shimen/ReplaceCardManage.vue +0 -415
- package/src/filiale/shimen/ServiceEvaluation.vue +0 -582
- package/src/filiale/shimen/gasmove.vue +0 -278
- package/src/filiale/siyang/sale.js +0 -17
- package/src/filiale/tongchuan/AdjustableBox/AddBox.vue +0 -683
- package/src/filiale/tongchuan/AdjustableBox/BOXUserList.vue +0 -231
- package/src/filiale/tongchuan/AdjustableBox/BoxList.vue +0 -133
- package/src/filiale/tongchuan/AdjustableBox/BoxManager.vue +0 -84
- package/src/filiale/tongchuan/AdjustableBox/FileAddressList.vue +0 -182
- package/src/filiale/tongchuan/AdjustableBox/FileAddressManage.vue +0 -105
- package/src/filiale/tongchuan/common/userinfo_detail/iot_detail/QueryHistoryInstruct.vue +0 -304
- package/src/filiale/wuhai/ReissueBill.vue +0 -306
- package/src/filiale/yuansheng/LimitGas.vue +0 -235
- package/src/filiale/yuansheng/LimitHistory.vue +0 -308
- package/src/filiale/yuansheng/LimitList.vue +0 -638
- package/src/plugins/CevEvaluatorPlugin.js +0 -143
- /package/src/filiale/{shangluo → huaran}/FilesManageNew/UserPaperInfoTest.vue +0 -0
- /package/src/filiale/{siyang → ronghao}/EticketModal.vue +0 -0
- /package/src/filiale/{siyang → ronghao}/UserPaperInfoTest.vue +0 -0
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Wed Mar 18 10:18:57 CST 2026
|
|
2
2
|
gradle.version=5.2.1
|
|
Binary file
|
|
@@ -0,0 +1,489 @@
|
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import {HttpResetClass} from 'vue-client'
|
|
3
|
+
import cryptJS from './EncryptUtil'
|
|
4
|
+
import RsaEncryptJS from 'jsencrypt'
|
|
5
|
+
|
|
6
|
+
let loginGen = async function (username, password, cue) {
|
|
7
|
+
let data = {username, password,resourceName:'客服系统'}
|
|
8
|
+
const getLogin = await Vue.resetpost('/api/af-auth/login', data,
|
|
9
|
+
{resolveMsg: null, rejectMsg: null,headerConfig:{'Content-type': "application/json"}
|
|
10
|
+
})
|
|
11
|
+
if (getLogin.data) {
|
|
12
|
+
//获取jwt
|
|
13
|
+
if (getLogin.data.resources.data && getLogin.data.resources.data.id){
|
|
14
|
+
Vue.$login.jwt = getLogin.data.resources.data.id
|
|
15
|
+
Vue.$login.f = getLogin.data.resources.data
|
|
16
|
+
}else {
|
|
17
|
+
Vue.$login.jwt = getLogin.data.resources.id
|
|
18
|
+
Vue.$login.f = getLogin.data.resources
|
|
19
|
+
}
|
|
20
|
+
Vue.$login.jwtNew = getLogin.data.access_token
|
|
21
|
+
console.log(getLogin.data.session)
|
|
22
|
+
Vue.$login['v4-session-key'] = Vue.$login.RSADecrypt(getLogin.data.session,'MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBAIRrmftLDHCQqREEJ132Onu+W3vmFbdF7QD751SrcDDGDTfzuz1zBuElvkHhuDBb7KZkXrCIe+MhvX2IvxcLObl3faX+evYlnfj2HRbF0hIpQLuIq22tL06ZcV5w7wqLxUZRpFElIFm8gZTkUvfKXVuHw89e4daDVhU5hK3GHNGTAgMBAAECgYABiINrFaE1E8pkBYx1JJA5yuhL73aUktfd2TeCU00vFg6kyrWCI85Sa2RKu/6CJNZWeOFgdubEUv7a22tRrNIZb3yUMaqtTwSso78mspIOJqjWXTkTH9WPElfTcdpdIse/lgZtPz6egxkuhadSvwrM9Y6NgusiW/5+x95Ct08iOQJBAN5aK+7uISURvGQj2EaRtgGEd8+d4oHl+BYvvTeG3qSgUikHQW3j0sp4gXPw2kxw6sjVgLFOc4FB6LGqwzOTzokCQQCYdYG8ty3Uo/ebUlNzeJFxHXjy/KvBSytAUzAXkRu3nZrkEaPQsi3dgOkZgk+F1fMDzfQ4EbDIU6xvqOoZXHg7AkATCW9XfoXR8anKfRMoP5Nwn9HOMbtR2cmaxK2TknV/bMZ8AsYETYwfj5+tuIJIJybC2RyykX/sIiN1CqS5xr7ZAkArj19rMRdaKyMi8MnBM1Cy9g3Jt2HHj5ejAGG8SgyWUOShh1y70z0BjcSMMkxQXAncK2s83ekZw7aADM4eQupjAkARRgTwwMOnn3IoKmQusKhZk0uxilZ4Zc2LH6Z4GiWnvteM0W8Zw4Z1lJUcjgQq3dGqL2RdmzeQZ+HgPIOXrZVK')
|
|
23
|
+
// 把登录用户添加到cookie里
|
|
24
|
+
Vue.cookie.set('loginId', Vue.$login.f.id)
|
|
25
|
+
try {
|
|
26
|
+
//获取有权限的功能树
|
|
27
|
+
let hasRight = await Vue.resetpost(`/rs/search`, {
|
|
28
|
+
source: "tool.getFullTree(this.getRights().where(row.getType() == $function$))",
|
|
29
|
+
userid: Vue.$login.f.id
|
|
30
|
+
}, { resolveMsg: null, rejectMsg: null })
|
|
31
|
+
//准备替换功能树
|
|
32
|
+
var fun = []
|
|
33
|
+
hasRight.data[0].children[0].children.forEach((item) => {
|
|
34
|
+
if (item.name === '客服系统') {
|
|
35
|
+
item.children.forEach((item1) => {
|
|
36
|
+
fun.push(item1)
|
|
37
|
+
})
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
Vue.$login.f.functions = fun
|
|
41
|
+
} catch (error) {
|
|
42
|
+
}
|
|
43
|
+
if (Vue.$login.f.id !== '11') {
|
|
44
|
+
try {
|
|
45
|
+
let getAllArea = await Vue.resetpost('/rs/search', {
|
|
46
|
+
source: 'this.getParentByType($organization$).getChildByName($片区$).getChildren()',
|
|
47
|
+
userid: Vue.$login.f.id
|
|
48
|
+
}, {resolveMsg: null, rejectMsg: null})
|
|
49
|
+
|
|
50
|
+
let areaTemp = []
|
|
51
|
+
for (let i = 0; i < getAllArea.data.length; i++) {
|
|
52
|
+
areaTemp.push({label: getAllArea.data[i].name, value: getAllArea.data[i]})
|
|
53
|
+
}
|
|
54
|
+
Vue.$login.f.f_allArea = areaTemp
|
|
55
|
+
} catch (error) {
|
|
56
|
+
Vue.$login.f.f_allArea = []
|
|
57
|
+
console.log('获取区县', error)
|
|
58
|
+
}
|
|
59
|
+
// 获取抄表员
|
|
60
|
+
try {
|
|
61
|
+
let getGasman = await Vue.resetpost('/rs/search', {
|
|
62
|
+
source: 'this.getParentByType($organization$).getChildByName($抄表员$).getUsers()',
|
|
63
|
+
userid: Vue.$login.f.id
|
|
64
|
+
}, {resolveMsg: null, rejectMsg: null})
|
|
65
|
+
let gasman = []
|
|
66
|
+
for (let i = 0; i < getGasman.data.length; i++) {
|
|
67
|
+
gasman.push(getGasman.data[i])
|
|
68
|
+
}
|
|
69
|
+
Vue.$login.f.f_gasman = gasman
|
|
70
|
+
} catch (error) {
|
|
71
|
+
Vue.$login.f.f_gasman = []
|
|
72
|
+
console.log('抄表员模块', error)
|
|
73
|
+
}
|
|
74
|
+
// 获取安装人
|
|
75
|
+
try {
|
|
76
|
+
let getInstallman = await Vue.resetpost('/rs/search', {
|
|
77
|
+
source: 'this.getParentByType($organization$).getChildByName($安装员$).getUsers()',
|
|
78
|
+
userid: Vue.$login.f.id
|
|
79
|
+
}, {resolveMsg: null, rejectMsg: null})
|
|
80
|
+
console.log('获取安装员', getInstallman)
|
|
81
|
+
let installman = []
|
|
82
|
+
for (let i = 0; i < getInstallman.data.length; i++) {
|
|
83
|
+
installman.push(getInstallman.data[i])
|
|
84
|
+
}
|
|
85
|
+
Vue.$login.f.f_installman = installman
|
|
86
|
+
} catch (error) {
|
|
87
|
+
Vue.$login.f.f_installman = []
|
|
88
|
+
console.log('安装人模块', error)
|
|
89
|
+
}
|
|
90
|
+
// 获取资源服务权限
|
|
91
|
+
try {
|
|
92
|
+
let getLic = await Vue.resetpost('/rs/search', {
|
|
93
|
+
data: {
|
|
94
|
+
source: 'this.getRights().where(row.getType()==$function$ && row.getPath($name$).indexOf($资源操作$) != -1)',
|
|
95
|
+
userid: Vue.$login.f.id
|
|
96
|
+
}
|
|
97
|
+
}, {resolveMsg: null, rejectMsg: null})
|
|
98
|
+
let arry = []
|
|
99
|
+
getLic.data.forEach((item) => {
|
|
100
|
+
arry.push(item.name)
|
|
101
|
+
})
|
|
102
|
+
Vue.$login.f.lics = arry
|
|
103
|
+
} catch (error) {
|
|
104
|
+
Vue.$login.f.f_gasman = []
|
|
105
|
+
console.log('资源服务权限', error)
|
|
106
|
+
}
|
|
107
|
+
// TODO 处理界面细节
|
|
108
|
+
try {
|
|
109
|
+
let viewDetails = await Vue.resetpost('rs/search', {
|
|
110
|
+
source: 'this.getRights().where(row.getType()==$function$ && row.getPath($name$).indexOf($功能权限$) != -1)',
|
|
111
|
+
userid: Vue.$login.f.id
|
|
112
|
+
}, {resolveMsg: null, rejectMsg: null})
|
|
113
|
+
let r = viewDetails.data
|
|
114
|
+
Vue.$login.r = []
|
|
115
|
+
r.forEach(x => Vue.$login.r.push(x.name))
|
|
116
|
+
} catch (error) {
|
|
117
|
+
Vue.$login.r = []
|
|
118
|
+
console.log('加载模块失败', error)
|
|
119
|
+
}
|
|
120
|
+
// 调用登录后处理
|
|
121
|
+
for (let proc of Vue.$login.afterLogin) {
|
|
122
|
+
await proc(Vue.$login.f)
|
|
123
|
+
}
|
|
124
|
+
// 定时发送心跳
|
|
125
|
+
if (cue) {
|
|
126
|
+
setInterval(() => {
|
|
127
|
+
let http = new HttpResetClass()
|
|
128
|
+
//暂时不出现不出现异地登录校验
|
|
129
|
+
http.load('POST', `rs/user/access/${Vue.$login.f.id}`, {}, {
|
|
130
|
+
resolveMsg: null,
|
|
131
|
+
rejectMsg: null
|
|
132
|
+
}).then((req) => {
|
|
133
|
+
if (req.data.forcestate && req.data.forcestate == 1) {
|
|
134
|
+
Vue.showMessage("您被强制下线!", ['confirm']).then((res) => {
|
|
135
|
+
location.reload()
|
|
136
|
+
})
|
|
137
|
+
} else if (req.data.status == 710) {
|
|
138
|
+
Vue.showMessage(req.data.msg + ",您将被强制退出系统", ['confirm']).then((res) => {
|
|
139
|
+
if (res === 'confirm') {
|
|
140
|
+
location.reload()
|
|
141
|
+
}
|
|
142
|
+
})
|
|
143
|
+
}
|
|
144
|
+
})
|
|
145
|
+
}, 2 * 60 * 1000)
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
} else {
|
|
150
|
+
let error = {status: 401, data: "登录失败,请稍后重试"}
|
|
151
|
+
if (getLogin.data.code !== 500) {
|
|
152
|
+
error = {status: getLogin.data.code, data: getLogin.data.msg}
|
|
153
|
+
}
|
|
154
|
+
// 抛出错误
|
|
155
|
+
throw error
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
let GetLoginInfoService = {
|
|
160
|
+
// 登录后要处理的异步对象
|
|
161
|
+
afterLogin: [],
|
|
162
|
+
//验证码开关
|
|
163
|
+
Verification: true,
|
|
164
|
+
// 验证码类型
|
|
165
|
+
VerificationType: 'mix',
|
|
166
|
+
//构建时间开关
|
|
167
|
+
versionTime: true,
|
|
168
|
+
//
|
|
169
|
+
SinglePageToken : {},
|
|
170
|
+
//登录信息展示开关
|
|
171
|
+
depPrompt: true,
|
|
172
|
+
install(Vue, options) {
|
|
173
|
+
// 给vue增添对话框显示方法
|
|
174
|
+
Vue.$login = Vue.prototype.$login = GetLoginInfoService
|
|
175
|
+
},
|
|
176
|
+
|
|
177
|
+
f: {},
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* 登录
|
|
181
|
+
* @param name
|
|
182
|
+
* @param password
|
|
183
|
+
* @param cue true/false 是/否显示异地登录
|
|
184
|
+
*/
|
|
185
|
+
login(name, password, cue) {
|
|
186
|
+
if (cue === undefined || cue === null || cue === '') {
|
|
187
|
+
cue = true
|
|
188
|
+
}
|
|
189
|
+
Vue.$login.SinglePageToken = cryptJS.AESEncrypt(JSON.stringify({name,password}), "3KMKqvgwR8ULbR8Z")
|
|
190
|
+
return loginGen(name, password, cue)
|
|
191
|
+
},
|
|
192
|
+
|
|
193
|
+
convertToIn(val) {
|
|
194
|
+
let temp = ''
|
|
195
|
+
if (val instanceof Array) {
|
|
196
|
+
if (val.length >= 1) {
|
|
197
|
+
temp = '('
|
|
198
|
+
val.forEach((res) => {
|
|
199
|
+
temp += `'${res}',`
|
|
200
|
+
})
|
|
201
|
+
temp = temp.substr(0, temp.length - 1) + ')'
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
return temp
|
|
205
|
+
},
|
|
206
|
+
|
|
207
|
+
toStandardYearMonth() {
|
|
208
|
+
let dt = new Date()
|
|
209
|
+
let month = dt.getMonth() + 1
|
|
210
|
+
return dt.getFullYear() + '-' + (month < 10 ? '0' + month : month)
|
|
211
|
+
},
|
|
212
|
+
|
|
213
|
+
toStandardYearMonth1() {
|
|
214
|
+
let dt = new Date()
|
|
215
|
+
let month = dt.getMonth() + 1
|
|
216
|
+
return dt.getFullYear() + (month < 10 ? '0' + month : month)
|
|
217
|
+
},
|
|
218
|
+
|
|
219
|
+
toStandardDateString() {
|
|
220
|
+
let dt = new Date()
|
|
221
|
+
let month = dt.getMonth() + 1
|
|
222
|
+
let date = dt.getDate()
|
|
223
|
+
return dt.getFullYear() + '-' + (month < 10 ? '0' + month : month) + '-' + (date < 10 ? '0' + date : date)
|
|
224
|
+
},
|
|
225
|
+
|
|
226
|
+
toStartAndEndDateString() {
|
|
227
|
+
let dt = new Date()
|
|
228
|
+
let month = dt.getMonth() + 1
|
|
229
|
+
// let date = dt.getDate()
|
|
230
|
+
return [dt.getFullYear() + '-' + (month < 10 ? '0' + month : month) + '-01',
|
|
231
|
+
dt.getFullYear() + '-' + (month < 10 ? '0' + month : month) + '-' + (new Date(dt.getFullYear(), month, 0).getDate())]
|
|
232
|
+
// return dt.getFullYear() + '-' + (month < 10 ? '0' + month : month) + '-' + (date < 10 ? '0' + date : date)
|
|
233
|
+
},
|
|
234
|
+
|
|
235
|
+
toStandardTimeString() {
|
|
236
|
+
let dt = new Date()
|
|
237
|
+
let month = dt.getMonth() + 1
|
|
238
|
+
let date = dt.getDate()
|
|
239
|
+
let hour = dt.getHours()
|
|
240
|
+
let min = dt.getMinutes()
|
|
241
|
+
let sec = dt.getSeconds()
|
|
242
|
+
return dt.getFullYear() + '-' + (month < 10 ? '0' + month : month) + '-' + (date < 10 ? '0' + date : date) +
|
|
243
|
+
' ' + (hour < 10 ? '0' + hour : hour) + ':' + (min < 10 ? '0' + min : min) + ':' + (sec < 10 ? '0' + sec : sec)
|
|
244
|
+
},
|
|
245
|
+
RSADecrypt(word){
|
|
246
|
+
let encrypt = new RsaEncryptJS();
|
|
247
|
+
encrypt.setPrivateKey('MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBAIRrmftLDHCQqREEJ132Onu+W3vmFbdF7QD751SrcDDGDTfzuz1zBuElvkHhuDBb7KZkXrCIe+MhvX2IvxcLObl3faX+evYlnfj2HRbF0hIpQLuIq22tL06ZcV5w7wqLxUZRpFElIFm8gZTkUvfKXVuHw89e4daDVhU5hK3GHNGTAgMBAAECgYABiINrFaE1E8pkBYx1JJA5yuhL73aUktfd2TeCU00vFg6kyrWCI85Sa2RKu/6CJNZWeOFgdubEUv7a22tRrNIZb3yUMaqtTwSso78mspIOJqjWXTkTH9WPElfTcdpdIse/lgZtPz6egxkuhadSvwrM9Y6NgusiW/5+x95Ct08iOQJBAN5aK+7uISURvGQj2EaRtgGEd8+d4oHl+BYvvTeG3qSgUikHQW3j0sp4gXPw2kxw6sjVgLFOc4FB6LGqwzOTzokCQQCYdYG8ty3Uo/ebUlNzeJFxHXjy/KvBSytAUzAXkRu3nZrkEaPQsi3dgOkZgk+F1fMDzfQ4EbDIU6xvqOoZXHg7AkATCW9XfoXR8anKfRMoP5Nwn9HOMbtR2cmaxK2TknV/bMZ8AsYETYwfj5+tuIJIJybC2RyykX/sIiN1CqS5xr7ZAkArj19rMRdaKyMi8MnBM1Cy9g3Jt2HHj5ejAGG8SgyWUOShh1y70z0BjcSMMkxQXAncK2s83ekZw7aADM4eQupjAkARRgTwwMOnn3IoKmQusKhZk0uxilZ4Zc2LH6Z4GiWnvteM0W8Zw4Z1lJUcjgQq3dGqL2RdmzeQZ+HgPIOXrZVK');
|
|
248
|
+
let resdata = encrypt.decrypt(word);
|
|
249
|
+
return resdata.toString();
|
|
250
|
+
},
|
|
251
|
+
|
|
252
|
+
guid() {
|
|
253
|
+
let buf = new Uint16Array(8)
|
|
254
|
+
window.crypto.getRandomValues(buf)
|
|
255
|
+
let S4 = function (num) {
|
|
256
|
+
let ret = num.toString(16)
|
|
257
|
+
while (ret.length < 4) {
|
|
258
|
+
ret = '0' + ret
|
|
259
|
+
}
|
|
260
|
+
return ret
|
|
261
|
+
}
|
|
262
|
+
return (S4(buf[0]) + S4(buf[1]) + S4(buf[2]) + S4(buf[3]) + S4(buf[4]) + S4(buf[5]) + S4(buf[6]) + S4(buf[7]))
|
|
263
|
+
},
|
|
264
|
+
|
|
265
|
+
choices(role, param, hasBlank = false, blankHint = '请选择') {
|
|
266
|
+
if (role == 'view') {
|
|
267
|
+
Vue.getParams(param, [null])
|
|
268
|
+
} else {
|
|
269
|
+
let result = []
|
|
270
|
+
if (hasBlank)
|
|
271
|
+
result.push({label: blankHint, value: null})
|
|
272
|
+
if (!Vue.param || !Vue.param[param])
|
|
273
|
+
result.push({label: '请在系统设置里更新参数', value: '请在系统设置里更新参数'})
|
|
274
|
+
else {
|
|
275
|
+
let p = Vue.param[param]
|
|
276
|
+
p.forEach(function (item) {
|
|
277
|
+
result.push({label: item.name, value: item.name})
|
|
278
|
+
})
|
|
279
|
+
}
|
|
280
|
+
return result
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
|
|
284
|
+
required(param) {
|
|
285
|
+
if (typeof param === 'number' && param == 0)
|
|
286
|
+
return false
|
|
287
|
+
if (!param)
|
|
288
|
+
return true
|
|
289
|
+
param = param + ''
|
|
290
|
+
param = param.trim()
|
|
291
|
+
if (!param)
|
|
292
|
+
return true
|
|
293
|
+
return false
|
|
294
|
+
},
|
|
295
|
+
|
|
296
|
+
isInt(n) {
|
|
297
|
+
return !window.isNaN(n) && n % 1 === 0
|
|
298
|
+
},
|
|
299
|
+
|
|
300
|
+
isFloat(n) {
|
|
301
|
+
return !window.isNaN(n)
|
|
302
|
+
},
|
|
303
|
+
|
|
304
|
+
// this will convert all true/false to boolean
|
|
305
|
+
booleanFilter(paper) {
|
|
306
|
+
for (let key in paper) {
|
|
307
|
+
if (!paper.hasOwnProperty(key))
|
|
308
|
+
continue
|
|
309
|
+
if (typeof paper[key] == 'object' && paper[key] != null) {
|
|
310
|
+
booleanFilter(paper[key])
|
|
311
|
+
} else {
|
|
312
|
+
if (paper[key] === 'true' || paper[key] == 'false')
|
|
313
|
+
paper[key] = (paper[key] === 'true')
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
// recursively traverse through each path
|
|
318
|
+
ratifyPics(paper) {
|
|
319
|
+
for (let key in paper) {
|
|
320
|
+
if (key.endsWith('_path')) {
|
|
321
|
+
if (!paper[key]) {
|
|
322
|
+
paper[key] = 'rs/db/file/nopic.png'
|
|
323
|
+
} else {
|
|
324
|
+
paper[key] = 'rs/db/file/' + paper[key]
|
|
325
|
+
}
|
|
326
|
+
} else if (paper[key] !== null && typeof (paper[key]) == 'object') {
|
|
327
|
+
ratifyPics(paper[key])
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
|
|
332
|
+
// load script and other stuff
|
|
333
|
+
loadscript(type, fileName) {
|
|
334
|
+
return new Promise((resolve, reject) => {
|
|
335
|
+
let element
|
|
336
|
+
if (type == 'css') {
|
|
337
|
+
element = document.createElement('link')
|
|
338
|
+
element.setAttribute('rel', 'stylesheet')
|
|
339
|
+
element.setAttribute('type', 'text/css')
|
|
340
|
+
element.setAttribute('href', fileName)
|
|
341
|
+
} else if (type == 'js') {
|
|
342
|
+
element = document.createElement('script')
|
|
343
|
+
element.setAttribute('type', 'text/javascript')
|
|
344
|
+
element.setAttribute('src', fileName)
|
|
345
|
+
}
|
|
346
|
+
if (element) {
|
|
347
|
+
element.setAttribute('async', '')
|
|
348
|
+
element.setAttribute('defer', '')
|
|
349
|
+
element.addEventListener('load', function () {
|
|
350
|
+
resolve(element)
|
|
351
|
+
}, false)
|
|
352
|
+
element.addEventListener('error', function () {
|
|
353
|
+
reject(element)
|
|
354
|
+
}, false)
|
|
355
|
+
document.body.appendChild(element)
|
|
356
|
+
}
|
|
357
|
+
})
|
|
358
|
+
},
|
|
359
|
+
// 不能选择器中截取掉多余的字符
|
|
360
|
+
orgName(name) {
|
|
361
|
+
return name.substring(10)
|
|
362
|
+
},
|
|
363
|
+
|
|
364
|
+
getNowDate(name) {
|
|
365
|
+
// 求取当前时间的工具
|
|
366
|
+
let myweekday = ''
|
|
367
|
+
let year = ''
|
|
368
|
+
let mydate = new Date()
|
|
369
|
+
myweekday = mydate.getDay()
|
|
370
|
+
let mymonth = mydate.getMonth() + 1
|
|
371
|
+
let myday = mydate.getDate()
|
|
372
|
+
let myyear = mydate.getYear()
|
|
373
|
+
year = (myyear > 200) ? myyear : 1900 + myyear
|
|
374
|
+
let week = ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期日', '星期六']
|
|
375
|
+
// document.write("<font color=#ffffff>今天是 "+year+"年"+mymonth+"月"+myday+"日 "+weekday+"</font>");
|
|
376
|
+
return year + '年' + mymonth + '月' + myday + '日 ' + week[myweekday]
|
|
377
|
+
},
|
|
378
|
+
|
|
379
|
+
addDate(date, days) {
|
|
380
|
+
// 求取当前时间的工具
|
|
381
|
+
let endDate = new Date(date)
|
|
382
|
+
endDate = endDate.valueOf()
|
|
383
|
+
endDate = endDate + days * 24 * 60 * 60 * 1000
|
|
384
|
+
endDate = new Date(endDate)
|
|
385
|
+
let month = endDate.getMonth() + 1
|
|
386
|
+
let day = endDate.getDate()
|
|
387
|
+
let hour = endDate.getHours()
|
|
388
|
+
let min = endDate.getMinutes()
|
|
389
|
+
let sec = endDate.getSeconds()
|
|
390
|
+
return endDate.getFullYear() + '-' + (month < 10 ? '0' + month : month) + '-' + (day < 10 ? '0' + day : day) +
|
|
391
|
+
' ' + (hour < 10 ? '0' + hour : hour) + ':' + (min < 10 ? '0' + min : min) + ':' + (sec < 10 ? '0' + sec : sec)
|
|
392
|
+
// return a
|
|
393
|
+
},
|
|
394
|
+
|
|
395
|
+
// 通过地址栏的参数获取参数内容
|
|
396
|
+
getUrlParames(param) {
|
|
397
|
+
var query = window.location.search
|
|
398
|
+
var iLen = param.length
|
|
399
|
+
var iStart = query.indexOf(param)
|
|
400
|
+
if (iStart === -1) {
|
|
401
|
+
return ''
|
|
402
|
+
}
|
|
403
|
+
iStart += iLen + 1
|
|
404
|
+
var iEnd = query.indexOf('&', iStart)
|
|
405
|
+
if (iEnd === -1) {
|
|
406
|
+
return query.substring(iStart)
|
|
407
|
+
}
|
|
408
|
+
return query.substring(iStart, iEnd)
|
|
409
|
+
},
|
|
410
|
+
|
|
411
|
+
// 从地址栏获取加密的参数
|
|
412
|
+
getUrlCompileParames(param) {
|
|
413
|
+
let code = unescape(window.location.search.slice(1, window.location.search.length))
|
|
414
|
+
let query = String.fromCharCode(code.charCodeAt(0) - code.length)
|
|
415
|
+
for (var i = 1; i < code.length; i++) {
|
|
416
|
+
query += String.fromCharCode(code.charCodeAt(i) - query.charCodeAt(i - 1))
|
|
417
|
+
}
|
|
418
|
+
let iLen = param.length
|
|
419
|
+
let iStart = query.indexOf(param)
|
|
420
|
+
if (iStart === -1) {
|
|
421
|
+
return ''
|
|
422
|
+
}
|
|
423
|
+
iStart += iLen + 1
|
|
424
|
+
let iEnd = query.indexOf('&', iStart)
|
|
425
|
+
if (iEnd === -1) {
|
|
426
|
+
return query.substring(iStart)
|
|
427
|
+
}
|
|
428
|
+
return query.substring(iStart, iEnd)
|
|
429
|
+
},
|
|
430
|
+
|
|
431
|
+
// 对字符串进行加密
|
|
432
|
+
compileStr(code) {
|
|
433
|
+
let c = String.fromCharCode(code.charCodeAt(0) + code.length)
|
|
434
|
+
for (let i = 1; i < code.length; i++) {
|
|
435
|
+
c += String.fromCharCode(code.charCodeAt(i) + code.charCodeAt(i - 1))
|
|
436
|
+
}
|
|
437
|
+
return escape(c)
|
|
438
|
+
},
|
|
439
|
+
// 字符串进行解密
|
|
440
|
+
uncompileStr(code) {
|
|
441
|
+
code = unescape(code)
|
|
442
|
+
let c = String.fromCharCode(code.charCodeAt(0) - code.length)
|
|
443
|
+
for (var i = 1; i < code.length; i++) {
|
|
444
|
+
c += String.fromCharCode(code.charCodeAt(i) - c.charCodeAt(i - 1))
|
|
445
|
+
}
|
|
446
|
+
return c
|
|
447
|
+
},
|
|
448
|
+
|
|
449
|
+
dateDescripte(date) {
|
|
450
|
+
let nowTime = new Date().getTime()
|
|
451
|
+
let oldTime = new Date(date).getTime()
|
|
452
|
+
let timeDiff = nowTime - oldTime
|
|
453
|
+
// 规则说明
|
|
454
|
+
// 小于等于2分钟为刚刚
|
|
455
|
+
// 大于2分钟小于等于1小时为取整的分钟前(例如:35分钟前)
|
|
456
|
+
// 大于1小时小于等于24小时为取整的小时前(例如:15小时前)
|
|
457
|
+
// 大于24小时小于等于30天为取整的天前(例如:12天前)
|
|
458
|
+
// 大于30天小于等于12月为取整的月前,月份统一为30天一月,不做额外处理(例如:3个月前)
|
|
459
|
+
// 大于365取整的年前,(例如:2年前)
|
|
460
|
+
let minute = 1000 * 60
|
|
461
|
+
let hour = minute * 60
|
|
462
|
+
let day = hour * 24
|
|
463
|
+
let month = day * 30
|
|
464
|
+
let year = month * 12
|
|
465
|
+
let des = ''
|
|
466
|
+
if (timeDiff <= minute * 2) {
|
|
467
|
+
des = '刚刚'
|
|
468
|
+
} else if (minute * 2 < timeDiff && timeDiff < hour) {
|
|
469
|
+
des = `${Math.floor(timeDiff / minute)}分钟前`
|
|
470
|
+
} else if (hour < timeDiff && timeDiff <= day) {
|
|
471
|
+
des = `${Math.floor(timeDiff / hour)}小时前`
|
|
472
|
+
} else if (day < timeDiff && timeDiff <= month) {
|
|
473
|
+
des = `${Math.floor(timeDiff / day)}天前`
|
|
474
|
+
} else if (month < timeDiff && timeDiff <= year) {
|
|
475
|
+
des = `${Math.floor(timeDiff / month)}个月前`
|
|
476
|
+
} else if (year < timeDiff) {
|
|
477
|
+
des = `${Math.floor(timeDiff / year)}年前`
|
|
478
|
+
}
|
|
479
|
+
return des
|
|
480
|
+
},
|
|
481
|
+
|
|
482
|
+
nextMonth20(date) {
|
|
483
|
+
let ds = date.split('-')
|
|
484
|
+
let nextMonth = ds[1] - 0 + 1
|
|
485
|
+
return ds[0] + '-' + (nextMonth < 10 ? '0' + nextMonth : nextMonth) + '-20 00:00:00'
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
export default GetLoginInfoService
|
package/build/dev-server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
2
|
var checkVersion = require('./versionCheck.js')
|
|
3
3
|
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://116.204.64.92:31467/', 'http://127.0.0.1:9026/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
|
@@ -19,106 +19,51 @@ var devConfig = {
|
|
|
19
19
|
children: false // 不输出子模块构建信息
|
|
20
20
|
},
|
|
21
21
|
proxy: {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
'/
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
// '/rs/sql/filemanage_getUserfies':{
|
|
40
|
-
// target: 'http://127.0.0.1:8080/'
|
|
22
|
+
// '/api/af-revenue/batchdeduction/all': {
|
|
23
|
+
// pathRewrite: {
|
|
24
|
+
// '/api/af-revenue/batchdeduction/all': '/batchdeduction/all'
|
|
25
|
+
// },
|
|
26
|
+
// target: localUrl
|
|
27
|
+
// },
|
|
28
|
+
// '/api/af-revenue/logic': {
|
|
29
|
+
// pathRewrite: {
|
|
30
|
+
// '/api/af-revenue/logic': '/logic'
|
|
31
|
+
// },
|
|
32
|
+
// target: localUrl
|
|
33
|
+
// },
|
|
34
|
+
// '/api/af-revenue/file': {
|
|
35
|
+
// // pathRewrite: {
|
|
36
|
+
// // '/api/af-revenue/file': '/file'
|
|
37
|
+
// // },
|
|
38
|
+
// target: localUrl
|
|
41
39
|
// },
|
|
42
|
-
// '/rs
|
|
43
|
-
//
|
|
40
|
+
// '/weixin2/rs':{
|
|
41
|
+
//
|
|
42
|
+
// target: 'http://410663id1ia4.vicp.fun'
|
|
44
43
|
// },
|
|
45
|
-
'/
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
},
|
|
51
|
-
'/
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
},
|
|
60
|
-
|
|
61
|
-
// 查找资源服务数据
|
|
62
|
-
'/rs/search': {
|
|
63
|
-
target: serverRul
|
|
64
|
-
},
|
|
65
|
-
// 查找资源服务数据
|
|
66
|
-
'/rs/logic/getLogin': {
|
|
67
|
-
target: serverRul
|
|
68
|
-
},
|
|
69
|
-
// 查找资源服务数据
|
|
70
|
-
'/rs/logic/getInitData': {
|
|
71
|
-
target: serverRul
|
|
72
|
-
},
|
|
73
|
-
'/rs/logic/getSaleInitData': {
|
|
74
|
-
target: localUrl
|
|
75
|
-
},
|
|
76
|
-
// 用户登录服务地址
|
|
77
|
-
'/rs/user': {
|
|
78
|
-
target: serverRul
|
|
79
|
-
},
|
|
80
|
-
'/rs/path': {
|
|
81
|
-
target: serverRul
|
|
82
|
-
},
|
|
83
|
-
'/rs/data': {
|
|
84
|
-
target: serverRul
|
|
85
|
-
},
|
|
86
|
-
'/rs/license': {
|
|
87
|
-
target: serverRul
|
|
88
|
-
},
|
|
89
|
-
'/rs/db': {
|
|
90
|
-
target: serverRul
|
|
91
|
-
},
|
|
92
|
-
'/excel': {
|
|
93
|
-
target: serverRul
|
|
94
|
-
},
|
|
95
|
-
'/rs/config': {
|
|
96
|
-
target: serverRul
|
|
97
|
-
},
|
|
98
|
-
'/rs/report': {
|
|
99
|
-
target: serverRul
|
|
100
|
-
},
|
|
101
|
-
'/rs/vue': {
|
|
44
|
+
// '/api/af-revenue/sql': {
|
|
45
|
+
// pathRewrite: {
|
|
46
|
+
// '/api/af-revenue/sql': '/sql'
|
|
47
|
+
// },
|
|
48
|
+
// target: localUrl
|
|
49
|
+
// },
|
|
50
|
+
'/rs/pay': {
|
|
51
|
+
target: 'http://localhost:8080'
|
|
52
|
+
},
|
|
53
|
+
// '/api/af-revenue': {
|
|
54
|
+
// pathRewrite: {
|
|
55
|
+
// '/api/af-revenue': '/af-revenue'
|
|
56
|
+
// },
|
|
57
|
+
// target: "http://localhost:8080"
|
|
58
|
+
// },
|
|
59
|
+
'/api': {
|
|
102
60
|
target: serverRul
|
|
103
61
|
},
|
|
104
|
-
'/
|
|
105
|
-
target: 'http://localhost:8085'
|
|
106
|
-
},
|
|
107
|
-
'/rs/logic': {
|
|
108
|
-
target: localUrl
|
|
109
|
-
},
|
|
110
|
-
'/rs/entity': {
|
|
111
|
-
target: localUrl
|
|
112
|
-
},
|
|
113
|
-
'/rs/sql': {
|
|
114
|
-
target: localUrl
|
|
115
|
-
},
|
|
116
|
-
'/webmeter': {
|
|
62
|
+
'/resource': {
|
|
117
63
|
target: serverRul
|
|
118
64
|
},
|
|
119
65
|
'/rs': {
|
|
120
66
|
target: serverRul
|
|
121
|
-
// changeOrigin: true
|
|
122
67
|
}
|
|
123
68
|
}
|
|
124
69
|
}
|