telephone-clients 3.0.117 → 4.0.0-1-1
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/index.html +2 -1
- package/package.json +7 -3
- package/src/App.vue +54 -54
- package/src/assets/addpic.png +0 -0
- package/src/assets//344/270/213/350/275/275_.png +0 -0
- package/src/components/ExportExcel.vue +3 -4
- package/src/components/MaterialsManage/MaterialRemaining.vue +112 -0
- package/src/components/MaterialsManage/MaterialsBase.vue +7 -20
- package/src/components/MaterialsManage/MaterialsList.vue +7 -65
- package/src/components/MaterialsManage/MaterialsManage.vue +4 -4
- package/src/components/Util/ImgSelfNew.vue +122 -0
- package/src/components/Util/ImgSelfSafePlus.vue +41 -3
- package/src/components/Util/TelePhoneUpload.vue +7 -7
- package/src/components/Util/TelePhoneUploadNew.vue +258 -0
- package/src/components/Util.js +1 -0
- package/src/components/android/AddMyTask.vue +11 -10
- package/src/components/android/ChangePassword.vue +2 -2
- package/src/components/android/CompletedRepair.vue +1 -1
- package/src/components/android/ImgArea.vue +26 -15
- package/src/components/android/PhoneWriteCard.vue +476 -0
- package/src/components/changemeter/ChangeMeterAll.vue +2 -2
- package/src/components/changemeter/ChangeMeterDetail.vue +1 -1
- package/src/components/eachart/BarBrokenline.vue +3 -3
- package/src/components/eachart/BarChart.vue +1 -1
- package/src/components/eachart/PieChart.vue +3 -3
- package/src/components/eachart/datesumchart.vue +1 -1
- package/src/components/eachart/workorderchart.vue +3 -3
- package/src/components/guoxin/Console.vue +11 -3
- package/src/components/guoxin/VisitInfo.vue +1 -1
- package/src/components/map/AMapTrack4User.vue +4 -4
- package/src/components/map/AMapTrailShowWx.vue +1 -1
- package/src/components/map/CallMap.vue +5 -5
- package/src/components/map/OrderService.vue +1 -1
- package/src/components/pay/createQRcode.vue +1 -1
- package/src/components/pc/AllUser.vue +4 -4
- package/src/components/pc/AllUserNew.vue +4 -4
- package/src/components/pc/ArrearsList.vue +2 -2
- package/src/components/pc/AttendantCallStat.vue +1 -1
- package/src/components/pc/AttendantWorkHistory.vue +1 -1
- package/src/components/pc/Auxfunc.vue +2 -2
- package/src/components/pc/BottleGas/BottleGasManage.vue +6 -6
- package/src/components/pc/BottleGasWork.vue +1 -1
- package/src/components/pc/CallDetail.vue +1 -1
- package/src/components/pc/CallStatistics.vue +165 -0
- package/src/components/pc/CallerInfoList.vue +1 -1
- package/src/components/pc/ComplainWork.vue +1 -1
- package/src/components/pc/Console.vue +14 -1
- package/src/components/pc/DelayReply.vue +1 -1
- package/src/components/pc/DistributeWork.vue +2 -2
- package/src/components/pc/ElseWorkList.vue +1 -1
- package/src/components/pc/Evaluate.vue +1 -1
- package/src/components/pc/EvaluateList.vue +2 -2
- package/src/components/pc/FailureEdit.vue +197 -197
- package/src/components/pc/FireQuery.vue +1 -1
- package/src/components/pc/FootPrintList.vue +2 -2
- package/src/components/pc/GasWork.vue +20 -19
- package/src/components/pc/GroupResend.vue +2 -2
- package/src/components/pc/InstallWork.vue +7 -7
- package/src/components/pc/ManageMaterial.vue +6 -6
- package/src/components/pc/MessageList.vue +7 -7
- package/src/components/pc/MonitorGroup.vue +1 -1
- package/src/components/pc/NewRepairPaper.vue +334 -8
- package/src/components/pc/OrderService.vue +1 -1
- package/src/components/pc/PastInfo.vue +4 -4
- package/src/components/pc/QueryJoinlv.vue +1 -1
- package/src/components/pc/QueryTeleHistory.vue +1 -1
- package/src/components/pc/QueryTextHistory.vue +1 -1
- package/src/components/pc/QueryVisitHistory.vue +104 -67
- package/src/components/pc/ReVisitList.vue +2 -2
- package/src/components/pc/RecordList.vue +1 -1
- package/src/components/pc/RecordList2.vue +1 -1
- package/src/components/pc/RecordListLeft.vue +20 -8
- package/src/components/pc/RecordReport.vue +3 -3
- package/src/components/pc/ReminderOrder.vue +1 -1
- package/src/components/pc/RepairHistoryList.vue +2 -2
- package/src/components/pc/RepairsWork.vue +800 -736
- package/src/components/pc/ReturnRecord.vue +3 -3
- package/src/components/pc/SafetyDetail.vue +1 -1
- package/src/components/pc/SeatInfo.vue +1 -1
- package/src/components/pc/Seekwork.vue +133 -120
- package/src/components/pc/SiteBack.vue +2 -2
- package/src/components/pc/SiteCase.vue +2 -2
- package/src/components/pc/SiteSend.vue +19 -10
- package/src/components/pc/StandSend.vue +6 -6
- package/src/components/pc/StandWork.vue +1 -1
- package/src/components/pc/StandWorkNew.vue +1 -1
- package/src/components/pc/TelFindUser.vue +49 -16
- package/src/components/pc/TelLossList.vue +174 -72
- package/src/components/pc/TelMaterSelect.vue +1 -1
- package/src/components/pc/TelUserMaterSend.vue +1 -1
- package/src/components/pc/TeleInfo.vue +1 -1
- package/src/components/pc/TeleList.vue +1 -1
- package/src/components/pc/TeleOperKl.vue +49 -2
- package/src/components/pc/TemplateMessage.vue +1 -1
- package/src/components/pc/TextListLeft.vue +1 -1
- package/src/components/pc/TextService.vue +8 -3
- package/src/components/pc/UserOperate.vue +5 -1
- package/src/components/pc/VisitInfo.vue +18 -18
- package/src/components/pc/VoiceServer.vue +0 -1
- package/src/components/pc/VoiceServerSupplement.vue +207 -0
- package/src/components/pc/WorkCenter.vue +5 -8
- package/src/components/pc/WorkCenterContent.vue +2 -2
- package/src/components/pc/WorkCenterList.vue +87 -43
- package/src/components/pc/WorkFind.vue +1 -1
- package/src/components/pc/WorkHistory.vue +100 -15
- package/src/components/pc/WorkList.vue +20 -17
- package/src/components/pc/WorkListAll.vue +7 -5
- package/src/components/pc/WorkListAllNew.vue +188 -41
- package/src/components/pc/WorkListNew.vue +168 -107
- package/src/components/pc/analysis/AnalysisMain.vue +6 -0
- package/src/components/pc/dataManager/KlCatalog.vue +3 -3
- package/src/components/pc/dataManager/KlContent.vue +1 -1
- package/src/components/pc/dataManager/Materials.vue +58 -53
- package/src/components/pc/dataManager/OutletsList.vue +1 -1
- package/src/components/pc/dataManager/SafeEditor.vue +2 -2
- package/src/components/pc/dataManager/SafeList.vue +2 -2
- package/src/components/pc/dataManager/StopGasManager.vue +56 -12
- package/src/components/pc/olddata/OldWorkList.vue +1 -1
- package/src/components/pc/serviceDeleteOrder.vue +1 -1
- package/src/components/pc/wx/AloneLoadParams.vue +1 -1
- package/src/components/pc/wx/BookingService.vue +1 -1
- package/src/components/pc/wx/CustomMenu.vue +1 -1
- package/src/components/pc/wx/TelOutletsManager.vue +1 -1
- package/src/components/pos/Init.vue +1 -1
- package/src/components/pos/charge/card/CheckUser.vue +1 -1
- package/src/components/pos/charge/card/ReadCardInter.vue +1 -1
- package/src/components/pos/charge/card/SelectUser.vue +1 -1
- package/src/components/pos/charge/machine/MachineSearch.Vue +2 -2
- package/src/components/pos/charge/sellgas/CardSellGas.vue +2 -2
- package/src/components/pos/charge/sellgas/ChoosePayWay.vue +2 -2
- package/src/components/pos/charge/sellgas/ScanQrcode.vue +1 -1
- package/src/components/pos/charge/sellgas/WriteCard.vue +2 -2
- package/src/components/pos/charge/userinfo/ChangeMeterList.vue +1 -1
- package/src/components/pos/charge/userinfo/FillGasList.vue +1 -1
- package/src/components/pos/charge/userinfo/OtherList.vue +1 -1
- package/src/components/pos/charge/userinfo/SellList.vue +1 -1
- package/src/components/pos/charge/userinfo/TransList.vue +1 -1
- package/src/components/pos/charge/userinfo/UserInfo.vue +1 -1
- package/src/components/qinhua/qhonlineChangeMeter.vue +4 -4
- package/src/components/qinhua/qhonlineoperation.vue +2 -2
- package/src/components/reli/ChoosePayWay.vue +2 -2
- package/src/components/reli/HistorySellLists.vue +4 -4
- package/src/components/reli/MachineMain.vue +4 -4
- package/src/components/reli/UserInfo.vue +1 -1
- package/src/components/reli/searchSells.vue +4 -4
- package/src/components/repaircount/RepairDetail.vue +1 -1
- package/src/components/repaircount/SelectRepairPlan.vue +2 -2
- package/src/components/sale/CardMeterCenter.vue +1 -1
- package/src/components/sale/IOTMeterCenter.vue +8 -8
- package/src/components/sale/MachineMeterCenter.vue +2 -2
- package/src/components/sendsingle/CardChangeFill.vue +3 -3
- package/src/components/sendsingle/IotChangeFill.vue +3 -3
- package/src/components/sendsingle/MachineChangeFill.vue +1 -1
- package/src/components/sendsingle/PosMakeGas.vue +2 -2
- package/src/components/sendsingle/QueryTemporaryRepair.vue +2 -2
- package/src/components/sendsingle/TelLotChangeFill.vue +4 -4
- package/src/components/sendsingle/onlineBuyGas.vue +11 -11
- package/src/components/sendsingle/onlineChangeMeter.vue +394 -233
- package/src/components/sendsingle/onlinemakecard.vue +2 -2
- package/src/components/sendsingle/onlineoperation.vue +31 -7
- package/src/components/sendsingle/onlinequeryuser.vue +4 -4
- package/src/components/shaoguan/DelayReply.vue +1 -1
- package/src/components/shaoguan/RepairDetailsChange.vue +1 -1
- package/src/components/shaoguan/RepairOrderChange.vue +4 -4
- package/src/components/shaoguan/RepairUserInfoChange.vue +2 -2
- package/src/components/shaoguan/WorkHistory.vue +3 -3
- package/src/components/shaoguan/WorkListAll.vue +3 -3
- package/src/components/telcount/TelByAttendant.vue +2 -2
- package/src/components/telcount/TelByLouQi.vue +2 -2
- package/src/components/telcount/TelByLouQiMingxi.vue +2 -2
- package/src/components/telcount/TelByOrderMan.vue +25 -7
- package/src/components/telcount/TelByWeiXiu.vue +2 -2
- package/src/components/telcount/TelByZhiHuan.vue +2 -2
- package/src/components/telcount/TelBymaterialservice.vue +144 -0
- package/src/components/telreport/MaterialList.vue +180 -0
- package/src/components/telreport/MaterialListRepair.vue +174 -0
- package/src/components/telreport/MaterialListUserinfo.vue +214 -0
- package/src/components/telreport/TelAgentVoiceReport.vue +2 -2
- package/src/components/telreport/TelMan.vue +2 -2
- package/src/components/telreport/Traffic.vue +2 -2
- package/src/components/temp/BlackInformation.vue +80 -0
- package/src/components/temp/BusinessMessage.vue +1 -1
- package/src/components/temp/BusinesscheckInfo.vue +1 -1
- package/src/components/temp/CallRecords.vue +1 -1
- package/src/components/temp/ChangemeterInfo.vue +1 -1
- package/src/components/temp/DeviceInfo.vue +1 -1
- package/src/components/temp/DisableInforMation.vue +1 -1
- package/src/components/temp/HandplanInfo.vue +39 -3
- package/src/components/temp/InfoTable.vue +4 -2
- package/src/components/temp/InstructInfo.vue +1 -1
- package/src/components/temp/MetereadInfo.vue +1 -1
- package/src/components/temp/MetterInfo.vue +1 -1
- package/src/components/temp/OldRepairList.vue +1 -1
- package/src/components/temp/OtherChargeList.vue +90 -0
- package/src/components/temp/ParamManager/ParamPage.vue +3 -3
- package/src/components/temp/ParamManager/SinglePage.vue +2 -2
- package/src/components/temp/RepairList.vue +1 -1
- package/src/components/temp/SecurityMessage.vue +1 -1
- package/src/components/temp/SecuritycheckInfo.vue +65 -5
- package/src/components/temp/SellInfo.vue +263 -137
- package/src/components/temp/TelLimitGasList.vue +94 -0
- package/src/components/temp/TelList.vue +1 -1
- package/src/components/temp/rightview/CardList.vue +4 -4
- package/src/components/temp/rightview/RecordCancel.vue +1 -1
- package/src/components/temp/rightview/carddetail/AddUserDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/AutoAccountsDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/BankDKDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/BankPay.vue +1 -1
- package/src/components/temp/rightview/carddetail/CancellationDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/CardMeterCenterDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/CardOverUserDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/ChangeMeterDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/DisableManageDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/EnableManageDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/GasPriceChangeDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/InputtorChangeDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/MachineMeterCenterDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/OffGasAddGasDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/OtherChargeDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/OverUserChangeDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/RefundDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/ReplaceCardManageDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/SalecardgasDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/TransferManageDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/UserChangeDetail.vue +1 -1
- package/src/components/temp/rightview/carddetail/WeChatPay.vue +1 -1
- package/src/components/temp/server/AddChangeMsg.vue +1 -1
- package/src/components/temp/server/ChangeDeclare.vue +1 -1
- package/src/components/tongcheng/MetterInfo.vue +1 -1
- package/src/components/tongcheng/RepairsWork.vue +7 -7
- package/src/components/tongcheng/SellInfo.vue +2 -2
- package/src/components/tongcheng/WorkListAll.vue +3 -3
- package/src/components/weinan/AppInstallationMaterial.vue +856 -0
- package/src/components/weinan/ComplainWork.vue +86 -21
- package/src/components/weinan/Console.vue +1 -1
- package/src/components/weinan/FaultAll.vue +1062 -0
- package/src/components/weinan/InfoTable.vue +3 -1
- package/src/components/weinan/NewRepairPaper.vue +731 -0
- package/src/components/weinan/Outlay.vue +329 -0
- package/src/components/weinan/RecordList.vue +3 -3
- package/src/components/weinan/RepairFirstV.vue +185 -17
- package/src/components/weinan/RepairInfo.vue +11 -2
- package/src/components/weinan/RepairListTel.vue +1 -1
- package/src/components/weinan/RepairOrderV.vue +54 -654
- package/src/components/weinan/RepairUserInfo.vue +21 -9
- package/src/components/weinan/RepairsWork.vue +37 -27
- package/src/components/weinan/Seekwork.vue +1 -1
- package/src/components/weinan/SiteChange.vue +10 -12
- package/src/components/weinan/SiteSend.vue +48 -37
- package/src/components/weinan/SiteSendWeixiu.vue +6 -6
- package/src/components/weinan/StandWorkWeixiu.vue +1 -1
- package/src/components/weinan/TelByAttendant.vue +2 -2
- package/src/components/weinan/TelFindUser.vue +4 -4
- package/src/components/weinan/TelLimitGasInfo.vue +93 -0
- package/src/components/weinan/WorkCenterList.vue +311 -0
- package/src/components/weinan/WorkList.vue +21 -26
- package/src/components/weinan/WorkListAll.vue +232 -175
- package/src/components/weinan/WorkListWeixiu.vue +266 -10
- package/src/components/workOrderApplication/OrderWorkDetail.vue +6 -6
- package/src/components/workOrderApplication/orderTable.vue +2 -2
- package/src/components/workorder/AddGas.vue +148 -0
- package/src/components/workorder/AndroidStopGasManager.vue +2 -2
- package/src/components/workorder/AppInstallationMaterial.vue +579 -336
- package/src/components/workorder/BuygasHistory.vue +1 -1
- package/src/components/workorder/ChangeMeter.vue +2 -2
- package/src/components/workorder/ChangeMeterList.vue +3 -3
- package/src/components/workorder/ChangeMeterPage.vue +5 -5
- package/src/components/workorder/ChoosePayWay.vue +272 -0
- package/src/components/workorder/CompletedRepair.vue +8 -25
- package/src/components/workorder/DelayApply.vue +1 -1
- package/src/components/workorder/DoorService.vue +1295 -314
- package/src/components/workorder/FaultAll.vue +109 -47
- package/src/components/workorder/MaterialSum.vue +2 -2
- package/src/components/workorder/MonitorMSend.vue +4 -4
- package/src/components/workorder/Othercharge.vue +183 -114
- package/src/components/workorder/Outlay.vue +45 -0
- package/src/components/workorder/PhoneGroupResend.vue +1 -1
- package/src/components/workorder/PhoneRepairInfo.vue +117 -0
- package/src/components/workorder/PhoneSellInfo.vue +112 -0
- package/src/components/workorder/PhoneStandWork.vue +49 -5
- package/src/components/workorder/PhoneUpDetail.vue +8 -8
- package/src/components/workorder/PhoneUpUserinfo.vue +9 -9
- package/src/components/workorder/Pipeline.vue +269 -409
- package/src/components/workorder/QueryBackRepair.vue +353 -0
- package/src/components/workorder/QueryTemporaryRepair.vue +21 -3
- package/src/components/workorder/RecheckFirst.vue +314 -0
- package/src/components/workorder/RemindInfo.vue +1 -1
- package/src/components/workorder/RepairDetails.vue +644 -620
- package/src/components/workorder/RepairFirstV.vue +72 -11
- package/src/components/workorder/RepairFirstVnew.vue +1 -1
- package/src/components/workorder/RepairInfo.vue +12 -3
- package/src/components/workorder/RepairOrder.vue +4 -4
- package/src/components/workorder/RepairOrderV.vue +35 -66
- package/src/components/workorder/RepairOrderVnew.vue +4 -4
- package/src/components/workorder/RepairPaperAndroid.vue +2 -2
- package/src/components/workorder/RepairSend.vue +3 -3
- package/src/components/workorder/RepairUserInfo.vue +2 -2
- package/src/components/workorder/SafeCheckService.vue +1 -1
- package/src/components/workorder/ScanQrcode.vue +76 -0
- package/src/components/workorder/ServiceOnlineQuery.vue +185 -36
- package/src/components/workorder/TemporarySingle.vue +2 -2
- package/src/components/workorder/WorkService.vue +757 -0
- package/src/components/workorder/complaints.vue +299 -0
- package/src/components/workorder/ybcomplaints.vue +294 -0
- package/src/filiale/bayan/android/AddMyTask.vue +611 -0
- package/src/filiale/bayan/android/AppInstallationMaterial.vue +245 -0
- package/src/filiale/bayan/android/FailureShow.vue +61 -0
- package/src/filiale/bayan/android/FaultAll.vue +1340 -0
- package/src/filiale/bayan/android/Outlay.vue +430 -0
- package/src/filiale/bayan/android/PhoneRepairInfo.vue +146 -0
- package/src/filiale/bayan/android/PhoneSellInfo.vue +125 -0
- package/src/filiale/bayan/android/PhoneUpUserinfo.vue +966 -0
- package/src/filiale/bayan/android/RepairDetails.vue +825 -0
- package/src/filiale/bayan/android/RepairFirstV.vue +815 -0
- package/src/filiale/bayan/android/RepairInfo.vue +271 -0
- package/src/filiale/bayan/android/RepairOrderV.vue +930 -0
- package/src/filiale/bayan/pc/CallRcords.vue +121 -0
- package/src/filiale/bayan/pc/CallRecordStatistics.vue +259 -0
- package/src/filiale/bayan/pc/CallerDegree.vue +198 -0
- package/src/filiale/bayan/pc/ChatMsg.vue +338 -0
- package/src/filiale/bayan/pc/ComplainWork.vue +418 -0
- package/src/filiale/bayan/pc/Console.vue +765 -0
- package/src/filiale/bayan/pc/DistributeWork.vue +200 -0
- package/src/filiale/bayan/pc/GasWork.vue +861 -0
- package/src/filiale/bayan/pc/InfoTable.vue +139 -0
- package/src/filiale/bayan/pc/Materials.vue +573 -0
- package/src/filiale/bayan/pc/NewRepairPaper.vue +676 -0
- package/src/filiale/bayan/pc/ReapirResult.vue +175 -0
- package/src/filiale/bayan/pc/RecordInfoRight.vue +84 -0
- package/src/filiale/bayan/pc/RecordList.vue +53 -0
- package/src/filiale/bayan/pc/RecordListLeft.vue +317 -0
- package/src/filiale/bayan/pc/RepairsWork.vue +983 -0
- package/src/filiale/bayan/pc/Seekwork.vue +462 -0
- package/src/filiale/bayan/pc/TelAgentVoiceReport.vue +296 -0
- package/src/filiale/bayan/pc/TelFindUser.vue +334 -0
- package/src/filiale/bayan/pc/TelLossList.vue +370 -0
- package/src/filiale/bayan/pc/TelnumOfHour.vue +169 -0
- package/src/filiale/bayan/pc/TotalCallOkYear.vue +144 -0
- package/src/filiale/bayan/pc/TotalCallRecord.vue +186 -0
- package/src/filiale/bayan/pc/TotalCallYear.vue +155 -0
- package/src/filiale/bayan/pc/TotalNoCallYear.vue +153 -0
- package/src/filiale/bayan/pc/VisitInfo.vue +315 -0
- package/src/filiale/bayan/pc/VoiceServer.vue +235 -0
- package/src/filiale/bayan/pc/WorkCenterList.vue +329 -0
- package/src/filiale/bayan/pc/WorkHistory.vue +591 -0
- package/src/filiale/bayan/pc/WorkListAllNew.vue +1093 -0
- package/src/filiale/bayan/pc/WorkListmaterial.vue +362 -0
- package/src/filiale/bayan/pc/WorkOrderStatistics.vue +275 -0
- package/src/filiale/bayan/pc/analysis/AnalysisMain.vue +423 -0
- package/src/filiale/bayan/pc/analysis/StateStatistics.vue +137 -0
- package/src/filiale/bayan/pc/analysis/TelephoneAnaly.vue +94 -0
- package/src/filiale/bayan/pc/analysis/TelephoneType.vue +146 -0
- package/src/filiale/bayan/telephone.js +123 -0
- package/src/filiale/bayan/telephoneAndroid.js +38 -0
- package/src/filiale/fugou/pc/ComplainWork.vue +352 -0
- package/src/filiale/fugou/pc/DistributeWork.vue +153 -0
- package/src/filiale/fugou/pc/FailureEdit.vue +211 -0
- package/src/filiale/fugou/pc/GasWork.vue +772 -0
- package/src/filiale/fugou/pc/RepairsWork.vue +938 -0
- package/src/filiale/fugou/pc/WorkCenterList.vue +333 -0
- package/src/filiale/fugou/pc/WorkHistory.vue +688 -0
- package/src/filiale/fugou/pc/WorkListAllNew.vue +873 -0
- package/src/filiale/fugou/telephone.js +19 -0
- package/src/filiale/fugu/pc/ComplainWork.vue +1 -1
- package/src/filiale/fugu/pc/RepairsWork.vue +7 -7
- package/src/filiale/fugu/pc/Seekwork.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/FaultAll.vue +2 -2
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/Materials.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/RepairFirstVnew.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/android/RepairOrderVnew.vue +5 -5
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/Auxfunc.vue +2 -2
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/CallRcords.vue +2 -2
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/ChangemeterInfo.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/ComplainWork.vue +3 -3
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/DeviceInfo.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/DisableInforMation.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/HandplanInfo.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/InstructInfo.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/LineReport.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MaterialWorkOrder/MaterialWork.vue +3 -3
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MaterialWorkOrder/WorkOrderMaterial.vue +3 -3
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MetereadInfo.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/MetterInfo.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/NewRepairPaper.vue +3 -3
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/ProblemList.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/QueryVisitHistory.vue +2 -2
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/RecordListLeft.vue +2 -2
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/ReminderOrder.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/RepairList.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/RepairsWork.vue +10 -10
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/Seekwork.vue +3 -3
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/SellInfo.vue +2 -2
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TelFindUser.vue +4 -4
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TelLossList.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TelePhoneUpload.vue +2 -2
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/TextServer.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/VoiceServer.vue +1 -1
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/WorkHistory.vue +3 -3
- package/src/filiale/furuike(/345/274/203/347/224/250-/347/224/250/345/257/214/347/221/236/345/205/213/345/210/206/346/224/257)/pc/WorkListAllNew.vue +4 -4
- package/src/filiale/gehua/pc/Console.vue +1 -1
- package/src/filiale/gehua/pc/TelAgentVoiceReport.vue +2 -2
- package/src/filiale/gehua/pc/TelFindUser.vue +3 -3
- package/src/filiale/gongyi/android/RepairDetails.vue +1 -1
- package/src/filiale/gongyi/android/RepairFirstV.vue +1 -1
- package/src/filiale/gongyi/android/RepairOrderV.vue +4 -4
- package/src/filiale/gongyi/pc/WorkListAll.vue +3 -3
- package/src/filiale/guangxi/android/FaultAll.vue +1 -1
- package/src/filiale/hami/pc/RepairsWork.vue +867 -0
- package/src/filiale/hami/telephone.js +14 -0
- package/src/filiale/hanzhong/PagedList.js +1 -1
- package/src/filiale/hanzhong/android/FaultAll.vue +898 -0
- package/src/filiale/hanzhong/android/Outlay.vue +4 -0
- package/src/filiale/hanzhong/android/RepairInfo.vue +1 -1
- package/src/filiale/hanzhong/hzSelectUtil.js +5 -4
- package/src/filiale/hanzhong/pc/AnalysisMain.vue +3 -3
- package/src/filiale/hanzhong/pc/ComplainWork.vue +355 -0
- package/src/filiale/hanzhong/pc/Console.vue +33 -36
- package/src/filiale/hanzhong/pc/DistributeWork.vue +7 -4
- package/src/filiale/hanzhong/pc/RecordInfoRight.vue +1 -1
- package/src/filiale/hanzhong/pc/RecordList.vue +1 -1
- package/src/filiale/hanzhong/pc/RecordListLeft.vue +30 -46
- package/src/filiale/hanzhong/pc/RepairsWork.vue +923 -0
- package/src/filiale/hanzhong/pc/Seekwork.vue +134 -90
- package/src/filiale/hanzhong/pc/TelFindUser.vue +5 -4
- package/src/filiale/hanzhong/pc/TelLossList.vue +1 -1
- package/src/filiale/hanzhong/pc/TelStatistics.vue +255 -0
- package/src/filiale/hanzhong/pc/UserDayDetail.vue +162 -0
- package/src/filiale/hanzhong/pc/message/AllUser.vue +4 -4
- package/src/filiale/hanzhong/pc/message/AllUserNew.vue +4 -4
- package/src/filiale/hanzhong/pc/message/ArrearsList.vue +2 -2
- package/src/filiale/hanzhong/pc/message/MessageList.vue +7 -7
- package/src/filiale/hanzhong/pc/message/TemplateMessage.vue +1 -1
- package/src/filiale/hanzhong/telephone.js +8 -1
- package/src/filiale/hanzhong/telephoneAndroid.js +3 -1
- package/src/filiale/huaran/pc/Console.vue +255 -0
- package/src/filiale/huaran/telephone.js +14 -0
- package/src/filiale/jiaocheng/android/createQRcode.vue +2 -2
- package/src/filiale/jiaocheng/android/onlineBuyGas.vue +11 -11
- package/src/filiale/kelai/android/AppTakePic.vue +3 -3
- package/src/filiale/kelai/android/PhoneVentilationLeave.vue +1 -1
- package/src/filiale/kelai/android/RepairFirstV.vue +2 -2
- package/src/filiale/kelai/android/RepairOrderV.vue +4 -4
- package/src/filiale/kelai/android/RepairUserInfo.vue +2 -2
- package/src/filiale/kelai/pc/CallReport/CallReportMainPage-Kelai.vue +1 -1
- package/src/filiale/kelai/pc/CallReport/IncomingTimedata.vue +1 -1
- package/src/filiale/kelai/pc/KeLaiMaintenanceReport.vue +2 -2
- package/src/filiale/kelai/pc/RecordListLeft.vue +1 -1
- package/src/filiale/kelai/pc/Seekwork.vue +1 -1
- package/src/filiale/kelai/pc/TelAgentVoiceReport.vue +2 -2
- package/src/filiale/kelai/pc/TelFindUser.vue +3 -3
- package/src/filiale/kelai/pc/TelLossList.vue +2 -2
- package/src/filiale/kelai/pc/Trafficassess.vue +1 -1
- package/src/filiale/kelai/pc/VisitInfo.vue +2 -2
- package/src/filiale/kelai/pc/WorkCenterList.vue +3 -3
- package/src/filiale/kelai/pc/WorkListAllNew.vue +19 -5
- package/src/filiale/kelai/pc/serviceDeleteOrder.vue +2 -2
- package/src/filiale/liaoyuan/android/FaultAll.vue +1 -1
- package/src/filiale/liaoyuan/android/RepairDetails.vue +1 -1
- package/src/filiale/liaoyuan/android/RepairOrderV.vue +4 -4
- package/src/filiale/lixian/onlineChangeMeter.vue +2 -2
- package/src/filiale/lixian/onlineoperation.vue +9 -9
- package/src/filiale/lixian/onlinequeryuser.vue +4 -4
- package/src/filiale/meihekou/android/Othercharge.vue +2 -2
- package/src/filiale/meihekou/android/createQRcode.vue +1 -1
- package/src/filiale/meihekou/android/onlineBuyGas.vue +12 -12
- package/src/filiale/qianneng/android/AppInstallationMaterial.vue +19 -19
- package/src/filiale/qianneng/android/Examine.vue +6 -6
- package/src/filiale/qianneng/android/FaultAll.vue +1 -1
- package/src/filiale/qianneng/android/PhoneStandWork.vue +3 -3
- package/src/filiale/qianneng/android/QueryTemporaryRepair.vue +1 -1
- package/src/filiale/qianneng/android/QueryTemporaryRepair2.vue +220 -0
- package/src/filiale/qianneng/android/RepairDetails.vue +2 -2
- package/src/filiale/qianneng/android/RepairFirstV.vue +14 -3
- package/src/filiale/qianneng/android/RepairOrderV.vue +4 -4
- package/src/filiale/qianneng/android/RepairUserInfo.vue +2 -2
- package/src/filiale/qianneng/android/TemporarySingle.vue +1 -1
- package/src/filiale/qianneng/android/chargesList.vue +2 -2
- package/src/filiale/qianneng/android/onlinequeryuser.vue +464 -0
- package/src/filiale/qianneng/pc/ComplainWork.vue +1 -1
- package/src/filiale/qianneng/pc/FailureEdit.vue +3 -3
- package/src/filiale/qianneng/pc/Indoorinstallation.vue +7 -7
- package/src/filiale/qianneng/pc/MaterialDetailed.vue +2 -2
- package/src/filiale/qianneng/pc/MaterialStatistics.vue +2 -2
- package/src/filiale/qianneng/pc/NewRepairPaper.vue +4 -4
- package/src/filiale/qianneng/pc/Outdoorinstallation.vue +7 -7
- package/src/filiale/qianneng/pc/RepairsWork.vue +13 -13
- package/src/filiale/qianneng/pc/Seekwork.vue +1 -1
- package/src/filiale/qianneng/pc/WorkHistory.vue +3 -3
- package/src/filiale/qianneng/pc/WorkListAllNew.vue +2 -2
- package/src/filiale/qianneng/pc/changetable.vue +2 -2
- package/src/filiale/qianneng/telephoneAndroid.js +2 -0
- package/src/filiale/qingjian/android/FailureShow.vue +98 -0
- package/src/filiale/qingjian/android/RepairDetails.vue +671 -0
- package/src/filiale/qingjian/android/RepairInfo.vue +174 -0
- package/src/filiale/qingjian/android/RepairOrderV.vue +841 -0
- package/src/filiale/qingjian/telephoneAndroid.js +17 -0
- package/src/filiale/rizhao/android/FaultAll.vue +1 -1
- package/src/filiale/rizhao/android/Othercharge.vue +2 -2
- package/src/filiale/rizhao/android/RepairFirstV.vue +1 -1
- package/src/filiale/rizhao/android/RepairInfo.vue +2 -2
- package/src/filiale/rizhao/android/RepairOrderV.vue +4 -4
- package/src/filiale/rizhao/pc/CallRecords.vue +9 -5
- package/src/filiale/rizhao/pc/ChangemeterInfo.vue +1 -1
- package/src/filiale/rizhao/pc/ComplainWork.vue +1 -1
- package/src/filiale/rizhao/pc/Console.vue +1 -1
- package/src/filiale/rizhao/pc/DispatchMan.vue +2 -2
- package/src/filiale/rizhao/pc/DispatchWork.vue +2 -2
- package/src/filiale/rizhao/pc/DistributeWork.vue +2 -30
- package/src/filiale/rizhao/pc/IgnitionVentilation.vue +7 -7
- package/src/filiale/rizhao/pc/NewRepairPaper.vue +2 -2
- package/src/filiale/rizhao/pc/RecordListLeft.vue +1 -1
- package/src/filiale/rizhao/pc/ReminderOrder.vue +1 -1
- package/src/filiale/rizhao/pc/RepairList.vue +1 -1
- package/src/filiale/rizhao/pc/RepairsWork.vue +16 -15
- package/src/filiale/rizhao/pc/Seekwork.vue +1 -1
- package/src/filiale/rizhao/pc/SiteSend.vue +4 -4
- package/src/filiale/rizhao/pc/TelFindUser.vue +3 -3
- package/src/filiale/rizhao/pc/TelMan.vue +2 -2
- package/src/filiale/rizhao/pc/TeleInfo.vue +1 -1
- package/src/filiale/rizhao/pc/Traffic.vue +2 -2
- package/src/filiale/rizhao/pc/WorkCenterList.vue +75 -10
- package/src/filiale/rizhao/pc/WorkHistory.vue +3 -3
- package/src/filiale/rizhao/pc/WorkList.vue +9 -9
- package/src/filiale/rizhao/pc/WorkListAllNew.vue +8 -4
- package/src/filiale/rongcheng/CliWorkListAll.vue +3 -3
- package/src/filiale/rongcheng/NewRepairPaper.vue +714 -0
- package/src/filiale/rongcheng/RepairOrderV.vue +4 -4
- package/src/filiale/rongcheng/RepairUserInfo.vue +2 -2
- package/src/filiale/rongcheng/ServiceDetails.vue +1 -1
- package/src/filiale/rongcheng/WorkListAll.vue +35 -4
- package/src/filiale/rongcheng/checkmsgZG.vue +1 -1
- package/src/filiale/rongcheng/onlineBuyGas.vue +14 -15
- package/src/filiale/rongcheng/onlineoperation.vue +4 -4
- package/src/filiale/rongcheng/onlinequeryuser.vue +4 -4
- package/src/filiale/rongcheng/telephone.js +1 -0
- package/src/filiale/rongchuang/android/AppInstallationMaterial.vue +893 -0
- package/src/filiale/rongchuang/android/FaultAll.vue +904 -0
- package/src/filiale/rongchuang/telephoneAndroid.js +14 -0
- package/src/filiale/ruihua/android/AppInstallationMaterial.vue +858 -0
- package/src/filiale/ruihua/android/FaultAll.vue +895 -0
- package/src/filiale/ruihua/android/PhoneUpUserinfo.vue +1023 -0
- package/src/filiale/ruihua/android/RepairInfo.vue +190 -0
- package/src/filiale/ruihua/android/RepairOrderV.vue +867 -0
- package/src/filiale/ruihua/pc/DistributeWork.vue +177 -0
- package/src/filiale/ruihua/pc/GasWork.vue +791 -0
- package/src/filiale/ruihua/telephone.js +14 -0
- package/src/filiale/ruihua/telephoneAndroid.js +17 -0
- package/src/filiale/shanxian/android/RepairFirstV.vue +2 -2
- package/src/filiale/shanxian/pc/RepairsWork.vue +7 -7
- package/src/filiale/shanxian/pc/TelByOrderMan.vue +129 -0
- package/src/filiale/shanxian/pc/TelFindUser.vue +3 -3
- package/src/filiale/shanxian/pc/WorkList.vue +10 -10
- package/src/filiale/shanxian/pc/WorkListAllNew.vue +805 -0
- package/src/filiale/shanxian/telephone.js +3 -1
- package/src/filiale/shaoguan/pc/WorkCenterList.vue +3 -3
- package/src/filiale/shaoguan/pc/WorkListAllNew.vue +2 -2
- package/src/filiale/shexian/android/AddMyTask.vue +6 -7
- package/src/filiale/shexian/android/CompletedRepair.vue +1 -1
- package/src/filiale/shexian/android/FaultAll.vue +1 -1
- package/src/filiale/shexian/android/RepairFirstV.vue +3 -3
- package/src/filiale/shexian/android/RepairInfo.vue +1 -1
- package/src/filiale/shexian/android/RepairOrderV.vue +4 -4
- package/src/filiale/shexian/pc/NewRepairPaper.vue +2 -2
- package/src/filiale/shexian/pc/QueryVisitHistory.vue +2 -2
- package/src/filiale/shexian/pc/TelAgentVoiceReport.vue +2 -2
- package/src/filiale/shexian/pc/TelByOrderMan.vue +2 -2
- package/src/filiale/shexian/pc/TelByOrderManCount.vue +2 -2
- package/src/filiale/shexian/pc/TelByRepairType.vue +2 -2
- package/src/filiale/shexian/pc/WorkList.vue +10 -10
- package/src/filiale/shexian/pc/WorkListAllNew.vue +2 -2
- package/src/filiale/shimen/pc/ChangemeterInfo.vue +1 -1
- package/src/filiale/shimen/pc/ComplainWork.vue +1 -1
- package/src/filiale/shimen/pc/RepairList.vue +1 -1
- package/src/filiale/shimen/pc/RepairsWork.vue +7 -7
- package/src/filiale/shimen/pc/Seekwork.vue +1 -1
- package/src/filiale/shimen/pc/SellInfo.vue +1 -1
- package/src/filiale/shimen/pc/WorkListAllNew.vue +2 -2
- package/src/filiale/siyang/android/RepairFirstV.vue +750 -0
- package/src/filiale/siyang/android/RepairInfo.vue +209 -0
- package/src/filiale/siyang/android/onlineChangeMeter.vue +576 -0
- package/src/filiale/siyang/android/onlineoperation.vue +436 -0
- package/src/filiale/siyang/pc/CheckWork.vue +294 -0
- package/src/filiale/siyang/pc/ComplainMsg.vue +141 -0
- package/src/filiale/siyang/pc/ComplainWork.vue +205 -0
- package/src/filiale/siyang/pc/DistributeWork.vue +181 -0
- package/src/filiale/siyang/pc/InstallTableWork.vue +287 -0
- package/src/filiale/siyang/pc/RepairsWork.vue +944 -0
- package/src/filiale/siyang/pc/Seekwork.vue +330 -0
- package/src/filiale/siyang/pc/WorkListAllNew.vue +868 -0
- package/src/filiale/siyang/telephone.js +19 -0
- package/src/filiale/siyang/telephoneAndroid.js +18 -0
- package/src/filiale/tianke/android/FaultAll.vue +1 -1
- package/src/filiale/tianke/android/RepairFirstV.vue +5 -2
- package/src/filiale/tianke/pc/IgnitionVentilationWork.vue +7 -7
- package/src/filiale/tianke/pc/NewRepairPaper.vue +2 -2
- package/src/filiale/tianke/pc/RepairsWork.vue +7 -7
- package/src/filiale/tianke/pc/WorkList.vue +8 -8
- package/src/filiale/tianke/pc/WorkListAllNew.vue +784 -0
- package/src/filiale/tianke/telephone.js +2 -1
- package/src/filiale/tongchuan/android/AndroidStopGasManager.vue +2 -2
- package/src/filiale/tongchuan/android/PhoneStandWork.vue +2 -2
- package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +9 -9
- package/src/filiale/tongchuan/android/RepairDetails.vue +2 -2
- package/src/filiale/tongchuan/android/RepairFirstV.vue +2 -2
- package/src/filiale/tongchuan/android/RepairInfo.vue +1 -1
- package/src/filiale/tongchuan/android/RepairOrderV.vue +4 -4
- package/src/filiale/tongchuan/android/TicketDetails.vue +1 -1
- package/src/filiale/tongchuan/pc/CallRecords.vue +1 -1
- package/src/filiale/tongchuan/pc/CheckWork.vue +2 -2
- package/src/filiale/tongchuan/pc/ComplainWork.vue +1 -1
- package/src/filiale/tongchuan/pc/DepRepairManCount.vue +1 -1
- package/src/filiale/tongchuan/pc/DistributeWork.vue +7 -27
- package/src/filiale/tongchuan/pc/QueryVisitHistory.vue +2 -2
- package/src/filiale/tongchuan/pc/RecordListLeft.vue +1 -1
- package/src/filiale/tongchuan/pc/RepairList.vue +1 -1
- package/src/filiale/tongchuan/pc/RepairsWork.vue +8 -65
- package/src/filiale/tongchuan/pc/SeatInfo.vue +2 -2
- package/src/filiale/tongchuan/pc/Seekwork.vue +1 -1
- package/src/filiale/tongchuan/pc/TelFindUser.vue +4 -4
- package/src/filiale/tongchuan/pc/TelMan.vue +2 -2
- package/src/filiale/tongchuan/pc/Traffic.vue +2 -2
- package/src/filiale/tongchuan/pc/UserWork.vue +7 -7
- package/src/filiale/tongchuan/pc/VisitInfo.vue +2 -2
- package/src/filiale/tongchuan/pc/VisitListWork.vue +2 -2
- package/src/filiale/tongchuan/pc/VoiceServer.vue +4 -4
- package/src/filiale/tongchuan/pc/WorkCenterList.vue +33 -7
- package/src/filiale/tongchuan/pc/WorkHistory.vue +3 -3
- package/src/filiale/tongchuan/pc/WorkList.vue +26 -28
- package/src/filiale/tongchuan/pc/WorkListAll.vue +4 -4
- package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +1 -1
- package/src/filiale/tongchuan/pc/WorkorderCheckDistributePlan.vue +184 -70
- package/src/filiale/tongchuan/pc/visitPlanList.vue +4 -4
- package/src/filiale/tongchuan/pc/visitPlanManage.vue +5 -5
- package/src/filiale/tongchuan/pc/visitServiceList.vue +2 -2
- package/src/filiale/v3new/android/FaultAll.vue +1 -1
- package/src/filiale/v3new/android/RepairFirstV.vue +2 -2
- package/src/filiale/v3new/pc/SiteBack.vue +2 -2
- package/src/filiale/v3new/pc/WorkCenterList.vue +3 -3
- package/src/filiale/v3new/pc/WorkHistory.vue +3 -3
- package/src/filiale/v3new/pc/WorkList.vue +10 -10
- package/src/filiale/v3new/pc/WorkListNew.vue +9 -9
- package/src/filiale/v3new/pc/serviceDeleteOrder.vue +1 -1
- package/src/filiale/weinanct/android/AppInstallationMaterial.vue +8 -8
- package/src/filiale/weinanct/android/FaultAll.vue +1 -1
- package/src/filiale/weinanct/android/RepairDetails.vue +1 -1
- package/src/filiale/weinanct/android/RepairFirstV.vue +2 -2
- package/src/filiale/weinanct/android/RepairOrderV.vue +4 -4
- package/src/filiale/weinanct/pc/TelFindUser.vue +3 -3
- package/src/filiale/wensu/android/AppInstallationMaterial.vue +861 -0
- package/src/filiale/wensu/android/FailureEdit.vue +197 -0
- package/src/filiale/wensu/android/FailureShow.vue +61 -0
- package/src/filiale/wensu/android/FaultAll.vue +919 -0
- package/src/filiale/wensu/android/Outlay.vue +361 -0
- package/src/filiale/wensu/android/QueryTemporaryRepair.vue +248 -0
- package/src/filiale/wensu/android/RepairDetails.vue +620 -0
- package/src/filiale/wensu/android/RepairFirstV.vue +708 -0
- package/src/filiale/wensu/android/RepairInfo.vue +174 -0
- package/src/filiale/wensu/android/RepairOrderV.vue +884 -0
- package/src/filiale/wensu/android/materialsDetails.vue +111 -0
- package/src/filiale/wensu/pc/CallRcords.vue +108 -0
- package/src/filiale/wensu/pc/ChangemeterInfo.vue +78 -0
- package/src/filiale/wensu/pc/ComplainWork.vue +358 -0
- package/src/filiale/wensu/pc/GongDan.vue +179 -0
- package/src/filiale/wensu/pc/InfoTable.vue +138 -0
- package/src/filiale/wensu/pc/InstructInfo.vue +84 -0
- package/src/filiale/wensu/pc/RepairsWork.vue +953 -0
- package/src/filiale/wensu/pc/Seekwork.vue +355 -0
- package/src/filiale/wensu/pc/SellInfo.vue +159 -0
- package/src/filiale/wensu/pc/SiteSend.vue +321 -0
- package/src/filiale/wensu/pc/TelFindUser.vue +343 -0
- package/src/filiale/wensu/pc/WorkListAllNew.vue +843 -0
- package/src/filiale/wensu/telephone.js +23 -0
- package/src/filiale/wensu/telephoneAndroid.js +32 -0
- package/src/filiale/wenxi/android/FaultAll.vue +22 -5
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +34 -13
- package/src/filiale/wenxi/android/RepairFirstV.vue +4 -1
- package/src/filiale/wenxi/android/RepairInfo.vue +15 -6
- package/src/filiale/wenxi/android/RepairOrderV.vue +42 -8
- package/src/filiale/wenxi/android/RepairUserInfo.vue +2 -2
- package/src/filiale/wenxi/android/ZHihuanFirst.vue +2 -2
- package/src/filiale/wenxi/pc/GasWork.vue +8 -8
- package/src/filiale/wenxi/pc/MetereadInfo.vue +1 -1
- package/src/filiale/wenxi/pc/NewTelAgentVoiceReport.vue +2 -2
- package/src/filiale/wenxi/pc/RecordListLeft.vue +2 -2
- package/src/filiale/wenxi/pc/RepairsWork.vue +7 -7
- package/src/filiale/wenxi/pc/TelAgentVoiceReport.vue +2 -2
- package/src/filiale/wenxi/pc/TelFindUser.vue +3 -3
- package/src/filiale/wenxi/pc/TelLossList.vue +4 -4
- package/src/filiale/wenxi/pc/WorkListAll.vue +69 -15
- package/src/filiale/wuan/android/AddMyTask.vue +3 -3
- package/src/filiale/wuan/android/RepairOrderV.vue +3 -3
- package/src/filiale/wuan/android/RepairUserInfo.vue +3 -3
- package/src/filiale/wuan/pc/BatchList.vue +5 -5
- package/src/filiale/wuan/pc/BatchListSanhu.vue +5 -5
- package/src/filiale/wuan/pc/CheckWork.vue +2 -2
- package/src/filiale/wuan/pc/GasWorkSanhu.vue +7 -7
- package/src/filiale/wuan/pc/RepairsWork.vue +7 -7
- package/src/filiale/wuan/pc/Seekwork.vue +1 -1
- package/src/filiale/wuan/pc/TelFindUser.vue +3 -3
- package/src/filiale/wuan/pc/WorkListAll.vue +3 -3
- package/src/filiale/wuhai/pc/CallRcords.vue +2 -2
- package/src/filiale/wuhai/pc/ComplainWork.vue +1 -1
- package/src/filiale/wuhai/pc/Console.vue +1 -1
- package/src/filiale/wuhai/pc/DelayReply.vue +59 -0
- package/src/filiale/wuhai/pc/FailureShow.vue +61 -0
- package/src/filiale/wuhai/pc/NewRepairPaper.vue +2 -2
- package/src/filiale/wuhai/pc/RecordListLeft.vue +1 -1
- package/src/filiale/wuhai/pc/RepairsWork.vue +8 -8
- package/src/filiale/wuhai/pc/SecuritycheckInfo.vue +1 -1
- package/src/filiale/wuhai/pc/Seekwork.vue +2 -2
- package/src/filiale/wuhai/pc/ServiceRcords.vue +2 -2
- package/src/filiale/wuhai/pc/TelFindUser.vue +4 -4
- package/src/filiale/wuhai/pc/Trafficassess.vue +117 -0
- package/src/filiale/wuhai/pc/VisitInfo.vue +311 -0
- package/src/filiale/wuhai/pc/WorkCenterList.vue +3 -3
- package/src/filiale/wuhai/pc/WorkHistory.vue +557 -0
- package/src/filiale/wuhai/pc/WorkList.vue +774 -0
- package/src/filiale/wuhai/pc/WorkListAllNew.vue +17 -5
- package/src/filiale/wuhai/pc/serviceDeleteOrder.vue +1 -1
- package/src/filiale/wuhai/telephone.js +4 -0
- package/src/filiale/xinjiangdexin/android/AppInstallationMaterial.vue +887 -0
- package/src/filiale/xinjiangdexin/android/FaultAll.vue +875 -0
- package/src/filiale/xinjiangdexin/pc/Materials.vue +554 -0
- package/src/filiale/xinjiangdexin/pc/TextService.vue +848 -0
- package/src/filiale/xinjiangdexin/pc/WorkListAllNew.vue +817 -0
- package/src/filiale/xinjiangdexin/telephone.js +16 -0
- package/src/filiale/xinjiangdexin/telephoneAndroid.js +13 -0
- package/src/filiale/xinkang/android/FaultAll.vue +1 -1
- package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1092 -1068
- package/src/filiale/yangchunboneng/android/CirculationRecord.vue +99 -0
- package/src/filiale/yangchunboneng/android/FaultAll.vue +1044 -852
- package/src/filiale/yangchunboneng/android/MaterIialOne.vue +143 -123
- package/src/filiale/yangchunboneng/android/Othercharge.vue +267 -110
- package/src/filiale/yangchunboneng/android/QueryTemporaryRepair.vue +269 -0
- package/src/filiale/yangchunboneng/android/RepairFirstV.vue +730 -0
- package/src/filiale/yangchunboneng/android/RepairInfo.vue +196 -0
- package/src/filiale/yangchunboneng/android/RepairOrderV.vue +881 -0
- package/src/filiale/yangchunboneng/android/TelSummaryReport.vue +146 -0
- package/src/filiale/yangchunboneng/android/TemporarySingle.vue +71 -3
- package/src/filiale/yangchunboneng/android/WorkHistoryAndroid.vue +590 -0
- package/src/filiale/yangchunboneng/android/chargesList.vue +157 -161
- package/src/filiale/yangchunboneng/android/onlineChangeMeter.vue +998 -0
- package/src/filiale/yangchunboneng/android/onlineoperation.vue +675 -0
- package/src/filiale/yangchunboneng/android/onlinequeryuser.vue +579 -0
- package/src/filiale/yangchunboneng/pc/ComplainWork.vue +363 -0
- package/src/filiale/yangchunboneng/pc/FailureShow.vue +61 -0
- package/src/filiale/yangchunboneng/pc/LogicService.js +496 -0
- package/src/filiale/yangchunboneng/pc/NewRepairPaper.vue +566 -0
- package/src/filiale/yangchunboneng/pc/OtherCharge.vue +632 -315
- package/src/filiale/yangchunboneng/pc/RepairsWork.vue +1055 -896
- package/src/filiale/yangchunboneng/pc/Seekwork.vue +350 -0
- package/src/filiale/yangchunboneng/pc/TelFindUser.vue +329 -0
- package/src/filiale/yangchunboneng/pc/WorkCenterList.vue +292 -0
- package/src/filiale/yangchunboneng/pc/WorkHistory.vue +616 -0
- package/src/filiale/yangchunboneng/pc/WorkList.vue +772 -758
- package/src/filiale/yangchunboneng/pc/WorkListAllNew.vue +853 -204
- package/src/filiale/yangchunboneng/pc/android/AppInstallationMaterial.vue +997 -0
- package/src/filiale/yangchunboneng/pc/android/CirculationRecord.vue +99 -0
- package/src/filiale/yangchunboneng/pc/android/FaultAll.vue +1011 -0
- package/src/filiale/yangchunboneng/pc/android/Outlay.vue +312 -0
- package/src/filiale/yangchunboneng/pc/android/RepairDetails.vue +609 -0
- package/src/filiale/yangchunboneng/pc/android/RepairInfo.vue +196 -0
- package/src/filiale/yangchunboneng/pc/android/RepairOrderV.vue +819 -0
- package/src/filiale/yangchunboneng/pc/android/WorkHistoryAndroid.vue +590 -0
- package/src/filiale/yangchunboneng/pc/android/chargesList.vue +157 -0
- package/src/filiale/yangchunboneng/telephone.js +58 -17
- package/src/filiale/yangchunboneng/telephoneAndroid.js +27 -17
- package/src/filiale/yuansheng/android/RepairFirstV.vue +2 -2
- package/src/filiale/yuansheng/android/RepairInfo.vue +1 -1
- package/src/filiale/yuansheng/pc/HandplanInfo.vue +1 -1
- package/src/filiale/yuansheng/pc/MetereadInfo.vue +1 -1
- package/src/filiale/yuansheng/pc/ReservationWork.vue +1 -1
- package/src/filiale/yuansheng/pc/TelFindUser.vue +3 -3
- package/src/filiale/yuncheng/android/RepairInfo.vue +1 -1
- package/src/filiale/yuncheng/android/RepairOrderV.vue +5 -5
- package/src/filiale/yuncheng/android/RepairUserInfo.vue +3 -3
- package/src/filiale/yuncheng/android/TemporarySingle.vue +18 -4
- package/src/filiale/yuncheng/android/ZHihuanFirst.vue +74 -2
- package/src/filiale/yuncheng/pc/DistributeWork.vue +38 -0
- package/src/filiale/yuncheng/pc/GasWork.vue +10 -9
- package/src/filiale/yuncheng/pc/TelFindUser.vue +22 -6
- package/src/filiale/yuncheng/pc/TelLossList.vue +272 -0
- package/src/filiale/yuncheng/pc/WorkList.vue +37 -11
- package/src/filiale/yuncheng/pc/WorkListAllNew.vue +194 -60
- package/src/filiale/yuncheng/pc/WorkListNew.vue +802 -0
- package/src/filiale/yuncheng/telephone.js +2 -0
- package/src/filiale/zhongsheng/android/FaultAll.vue +1 -1
- package/src/filiale/zhongsheng/android/RepairOrderV.vue +4 -4
- package/src/filiale/zhongsheng/android/RepairUserInfo.vue +3 -3
- package/src/filiale/zhongsheng/pc/ComplainWork.vue +1 -1
- package/src/filiale/zhongsheng/pc/Console.vue +1 -1
- package/src/filiale/zhongsheng/pc/IgnitionVentilationWork.vue +7 -7
- package/src/filiale/zhongsheng/pc/RepairsWork.vue +7 -7
- package/src/filiale/zhongsheng/pc/Seekwork.vue +1 -1
- package/src/filiale/zhongsheng/pc/TelFindUser.vue +3 -3
- package/src/filiale/zhongsheng/pc/WorkList.vue +77 -38
- package/src/filiale/zhongsheng/pc/WorkListAll.vue +3 -3
- package/src/filiale/zhongyi/android/FaultAll.vue +1 -1
- package/src/filiale/zhongyi/android/RepairFirstV.vue +7 -3
- package/src/filiale/zhongyi/pc/IgnitionVentilationWork.vue +7 -7
- package/src/filiale/zhongyi/pc/NewRepairPaper.vue +39 -5
- package/src/filiale/zhongyi/pc/RepairsWork.vue +10 -11
- package/src/filiale/zhongyi/pc/WorkList.vue +8 -8
- package/src/filiale/zhongyi/pc/WorkListAllNew.vue +3 -3
- package/src/filiale/zhoukou/android/FaultAll.vue +1 -1
- package/src/filiale/zhoukou/android/Othercharge.vue +8 -8
- package/src/filiale/zhoukou/android/OtherchargeZhoukou.vue +7 -7
- package/src/filiale/zhoukou/android/RepairDetails.vue +2 -2
- package/src/filiale/zhoukou/android/RepairFirstV.vue +2 -2
- package/src/filiale/zhoukou/android/RepairOrderV.vue +3 -3
- package/src/filiale/zhoukou/android/RepairUserInfo.vue +2 -2
- package/src/filiale/zhoukou/android/createQRcode.vue +2 -2
- package/src/filiale/zhoukou/android/onlineBuyGas.vue +12 -12
- package/src/filiale/zhoukou/android/onlineoperation.vue +5 -5
- package/src/filiale/zhoukou/android/onlinequeryuser.vue +4 -4
- package/src/filiale/zhoukou/pc/DisableInforMation.vue +82 -0
- package/src/filiale/zhoukou/pc/DistributeWork.vue +176 -0
- package/src/filiale/zhoukou/pc/HandplanInfo.vue +129 -0
- package/src/filiale/zhoukou/pc/InstructInfo.vue +86 -0
- package/src/filiale/zhoukou/pc/MetereadInfo.vue +80 -0
- package/src/filiale/zhoukou/pc/NewRepairPaper.vue +2 -2
- package/src/filiale/zhoukou/pc/RepairsWork.vue +926 -0
- package/src/filiale/zhoukou/pc/SellInfo.vue +279 -0
- package/src/filiale/zhoukou/pc/SiteSend.vue +5 -5
- package/src/filiale/zhoukou/pc/VoiceServer.vue +206 -0
- package/src/filiale/zhoukou/pc/WorkCenterList.vue +288 -0
- package/src/filiale/zhoukou/pc/WorkHistory.vue +2 -2
- package/src/filiale/zhoukou/pc/WorkList.vue +7 -7
- package/src/filiale/zhoukou/pc/WorkListAllNew.vue +2 -2
- package/src/filiale/zhoukou/telephone.js +10 -1
- package/src/main.js +3 -1
- package/src/plugins/DataSql.js +1 -1
- package/src/plugins/HttpLoad.js +4 -4
- package/src/plugins/LoadData.js +1 -1
- package/src/plugins/LoadParams.js +2 -2
- package/src/telephone-android.js +41 -3
- package/src/telephone.js +752 -715
- package/src/weinan-android.js +4 -4
- package/src/weinan.js +8 -2
- package/static/js/ctilink.js +1 -1
- package/static/js/jquery-1.11.0.min.js +4 -0
- package/static/js/ola_api.js +345 -0
- package/src/components/android/NavBottom.vue +0 -104
package/index.html
CHANGED
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
<script src="./static/js/ctilink.js"></script>
|
|
12
12
|
<script src="./static/js/ctimsg.js"></script>
|
|
13
13
|
<script src="./static/js/xml2json.min.js"></script>
|
|
14
|
-
<script src="
|
|
14
|
+
<script src="./static/js/ola_api.js"></script>
|
|
15
|
+
<script src="./static/js/jquery-1.11.0.min.js"></script>
|
|
15
16
|
<!--<script src="../AMapApp.js"></script>-->
|
|
16
17
|
<script src="https://webapi.amap.com/maps?v=1.4.2&key=4889f1e58df01cb40415536c8907bf64"></script>
|
|
17
18
|
<!--引入UI组件库(1.1版本) -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "telephone-clients",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-1-1",
|
|
4
4
|
"description": "呼叫模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
"author": "申志明",
|
|
25
25
|
"license": "ISC",
|
|
26
26
|
"dependencies": {
|
|
27
|
+
"html2canvas": "^1.1.4",
|
|
28
|
+
"html2pdf.js": "^0.10.1",
|
|
29
|
+
"jspdf": "^2.3.1",
|
|
27
30
|
"@keeex/qrcodejs-kx": "^1.0.2",
|
|
28
31
|
"date-fns": "^2.29.3",
|
|
29
32
|
"dayjs": "^1.11.6",
|
|
@@ -36,6 +39,7 @@
|
|
|
36
39
|
"vue-awesome-swiper": "^4.1.1"
|
|
37
40
|
},
|
|
38
41
|
"devDependencies": {
|
|
42
|
+
"safecheck-client": "3.0.27-92",
|
|
39
43
|
"address-client": "3.0.23",
|
|
40
44
|
"babel-core": "^6.26.0",
|
|
41
45
|
"babel-loader": "^6.0.0",
|
|
@@ -94,11 +98,11 @@
|
|
|
94
98
|
"sinon-chai": "^2.8.0",
|
|
95
99
|
"style": "0.0.3",
|
|
96
100
|
"style-loader": "^0.20.3",
|
|
97
|
-
"system-clients": "3.2
|
|
101
|
+
"system-clients": "3.3.2",
|
|
98
102
|
"system-phone": "1.2.100",
|
|
99
103
|
"terser-webpack-plugin-legacy": "^1.2.5",
|
|
100
104
|
"url-loader": "^0.5.7",
|
|
101
|
-
"vue-client": "1.
|
|
105
|
+
"vue-client": "1.25.8",
|
|
102
106
|
"vue-hot-reload-api": "^1.2.0",
|
|
103
107
|
"vue-html-loader": "^1.0.0",
|
|
104
108
|
"vue-loader": "^8.2.1",
|
package/src/App.vue
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<app-base>
|
|
3
|
-
<div class='flex'>
|
|
4
|
-
<article class='span'>
|
|
5
|
-
<route :comp="{name: 'login'}"></route>
|
|
6
|
-
<!--POS启动组件-->
|
|
7
|
-
<!--<route :comp="{name: 'machine-change-fill'}"></route>-->
|
|
8
|
-
<!--<route :comp="{name: 'online-query-user'}"></route>-->
|
|
9
|
-
<!--<route :comp="{name: 'other_charge-zhoukou'}"></route>-->
|
|
10
|
-
|
|
11
|
-
<!--<route :comp="{name: 'repair-orderV',props:{row:row,worktype:worktype}}"></route>-->
|
|
12
|
-
<!-- <route :comp="{name: 'service-details'}"></route>
|
|
13
|
-
<route :comp="{name: 'online-operation'}"></route>
|
|
14
|
-
<route :comp="{name: 'having-service'}"></route>
|
|
15
|
-
<route :comp="{name: 'text-server'}"></route>
|
|
16
|
-
<route :comp="{name: 'fault-all'}"></route>
|
|
17
|
-
<route :comp="{name: 'param-manage'}"></route>
|
|
18
|
-
<route :comp="{name: 'stand-work'}"></route>
|
|
19
|
-
<route :comp="{name: 'tele-info'}"></route>
|
|
20
|
-
<route :comp="{name: 'monitor-group'}"></route>
|
|
21
|
-
<route :comp="{name: 'repair-history-list'}"></route>
|
|
22
|
-
<route :comp="{name: 'pipeline'}"></route>
|
|
23
|
-
<route :comp="{name: 'find-user', props: {callObj: {callNum: '13186009689'}}}"></route>-->
|
|
24
|
-
<!-- <route :comp="{name: 'opengas-'}"></route>-->
|
|
25
|
-
</article>
|
|
26
|
-
</div>
|
|
27
|
-
</app-base>
|
|
28
|
-
</template>
|
|
29
|
-
|
|
30
|
-
<script>
|
|
31
|
-
|
|
32
|
-
import Vue from 'vue'
|
|
33
|
-
export default {
|
|
34
|
-
title: 'app',
|
|
35
|
-
data () {
|
|
36
|
-
return {
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
// Vue.mm = (!+[]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([][[]]+[])[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+[]))+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]+!![]+!![]+!![]])+([]+{})[!+[]+!![]]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+[]))+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(+{}+[])[+!![]])
|
|
42
|
-
|
|
43
|
-
// 潜能加密
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
// // 针对长安的分页面
|
|
49
|
-
// ready () {
|
|
50
|
-
// // 加载参数,融合产品时删除,即可
|
|
51
|
-
// LoadData.load()
|
|
52
|
-
// }
|
|
53
|
-
}
|
|
54
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<app-base>
|
|
3
|
+
<div class='flex'>
|
|
4
|
+
<article class='span'>
|
|
5
|
+
<route :comp="{name: 'login'}"></route>
|
|
6
|
+
<!--POS启动组件-->
|
|
7
|
+
<!--<route :comp="{name: 'machine-change-fill'}"></route>-->
|
|
8
|
+
<!--<route :comp="{name: 'online-query-user'}"></route>-->
|
|
9
|
+
<!--<route :comp="{name: 'other_charge-zhoukou'}"></route>-->
|
|
10
|
+
|
|
11
|
+
<!--<route :comp="{name: 'repair-orderV',props:{row:row,worktype:worktype}}"></route>-->
|
|
12
|
+
<!-- <route :comp="{name: 'service-details'}"></route>
|
|
13
|
+
<route :comp="{name: 'online-operation'}"></route>
|
|
14
|
+
<route :comp="{name: 'having-service'}"></route>
|
|
15
|
+
<route :comp="{name: 'text-server'}"></route>
|
|
16
|
+
<route :comp="{name: 'fault-all'}"></route>
|
|
17
|
+
<route :comp="{name: 'param-manage'}"></route>
|
|
18
|
+
<route :comp="{name: 'stand-work'}"></route>
|
|
19
|
+
<route :comp="{name: 'tele-info'}"></route>
|
|
20
|
+
<route :comp="{name: 'monitor-group'}"></route>
|
|
21
|
+
<route :comp="{name: 'repair-history-list'}"></route>
|
|
22
|
+
<route :comp="{name: 'pipeline'}"></route>
|
|
23
|
+
<route :comp="{name: 'find-user', props: {callObj: {callNum: '13186009689'}}}"></route>-->
|
|
24
|
+
<!-- <route :comp="{name: 'opengas-'}"></route>-->
|
|
25
|
+
</article>
|
|
26
|
+
</div>
|
|
27
|
+
</app-base>
|
|
28
|
+
</template>
|
|
29
|
+
|
|
30
|
+
<script>
|
|
31
|
+
|
|
32
|
+
import Vue from 'vue'
|
|
33
|
+
export default {
|
|
34
|
+
title: 'app',
|
|
35
|
+
data () {
|
|
36
|
+
return {
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
/*ready() {
|
|
40
|
+
Vue.mmType = 'AES'
|
|
41
|
+
Vue.mm = (!+[]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([][[]]+[])[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+[]))+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]+!![]+!![]+!![]])+([]+{})[!+[]+!![]]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+[]))+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(+{}+[])[+!![]])
|
|
42
|
+
},*/
|
|
43
|
+
// 潜能加密
|
|
44
|
+
/*ready() {
|
|
45
|
+
Vue.mmType = 'nginx'
|
|
46
|
+
Vue.HWQMM = [51, 150, 231, 300, 565, 708, 721, 952, 738, 560, 935, 912, 1274, 1148, 840, 1440]
|
|
47
|
+
}*/
|
|
48
|
+
// // 针对长安的分页面
|
|
49
|
+
// ready () {
|
|
50
|
+
// // 加载参数,融合产品时删除,即可
|
|
51
|
+
// LoadData.load()
|
|
52
|
+
// }
|
|
53
|
+
}
|
|
54
|
+
</script>
|
|
Binary file
|
|
Binary file
|
|
@@ -275,9 +275,9 @@
|
|
|
275
275
|
},
|
|
276
276
|
async progressTask() {
|
|
277
277
|
let self = this
|
|
278
|
-
let url = 'rs/logic/getBatchOperaPro'
|
|
278
|
+
let url = 'af-telephone/rs/logic/getBatchOperaPro'
|
|
279
279
|
if (Vue.$appdata.getSingleValue('工单excel单值')) {
|
|
280
|
-
url = 'rs/logic/getBatchOperaProNew'
|
|
280
|
+
url = 'af-telephone/rs/logic/getBatchOperaProNew'
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
let res = await self.HttpReset.load('POST', url, {data: {uuid: self.uuid}}, {resolveMsg: null, rejectMsg: null})
|
|
@@ -299,8 +299,7 @@
|
|
|
299
299
|
// let pathName = path.substring(path.indexOf('/') + 1, path.length)
|
|
300
300
|
let path = item.filename
|
|
301
301
|
//webapps这个是在服务器上导出用的
|
|
302
|
-
let
|
|
303
|
-
let pathName = xy + location.host + "/webapps" + path.split('webapps')[1]
|
|
302
|
+
let pathName = location.protocol + "//" + location.host + "/webapps" + path.split('webapps')[1]
|
|
304
303
|
//excel这个是在本地导出用的
|
|
305
304
|
// let pathName = "http://" + location.host + "/excel" + path.split('excel')[1]
|
|
306
305
|
link.href = pathName;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="auto">
|
|
3
|
+
<data-grid partial='list' v-ref:grid :model="materials" class="list_area table_sy">
|
|
4
|
+
<template partial='head'>
|
|
5
|
+
<tr>
|
|
6
|
+
<th>
|
|
7
|
+
<nobr>材料名称</nobr>
|
|
8
|
+
</th>
|
|
9
|
+
<th>
|
|
10
|
+
<nobr>材料型号</nobr>
|
|
11
|
+
</th>
|
|
12
|
+
<th>
|
|
13
|
+
<nobr>剩余数量</nobr>
|
|
14
|
+
</th>
|
|
15
|
+
<th>
|
|
16
|
+
<nobr>单位</nobr>
|
|
17
|
+
</th>
|
|
18
|
+
</tr>
|
|
19
|
+
</template>
|
|
20
|
+
<template partial='body'>
|
|
21
|
+
<td style="text-align: center;">
|
|
22
|
+
<nobr>{{row.f_material_name}}</nobr>
|
|
23
|
+
</td>
|
|
24
|
+
<td style="text-align: center;">
|
|
25
|
+
<nobr>{{ row.f_material_type}}</nobr>
|
|
26
|
+
</td>
|
|
27
|
+
<td style="text-align: center;">
|
|
28
|
+
<nobr>{{ row.f_sy_num }}</nobr>
|
|
29
|
+
</td>
|
|
30
|
+
|
|
31
|
+
<td style="text-align: center;">
|
|
32
|
+
<nobr>{{ row.f_quantity}}</nobr>
|
|
33
|
+
</td>
|
|
34
|
+
</template>
|
|
35
|
+
</data-grid>
|
|
36
|
+
</div>
|
|
37
|
+
</template>
|
|
38
|
+
<script>
|
|
39
|
+
import {HttpResetClass, PagedList} from 'vue-client'
|
|
40
|
+
import Vue from 'vue'
|
|
41
|
+
export default {
|
|
42
|
+
title: '个人材料剩余',
|
|
43
|
+
data () {
|
|
44
|
+
return {
|
|
45
|
+
materials:{rows:[]}, // 材料列表
|
|
46
|
+
loginUser: Vue.user // 当前登录人信息
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
ready () {
|
|
50
|
+
this.getMaterialsList()
|
|
51
|
+
},
|
|
52
|
+
methods:{
|
|
53
|
+
getMaterialsList() {
|
|
54
|
+
let http = new HttpResetClass()
|
|
55
|
+
let data = {
|
|
56
|
+
f_person_id: this.loginUser.id,
|
|
57
|
+
}
|
|
58
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/af-telephone/rs/logic/QueryMaterialService`, {data: data}).then(res => {
|
|
59
|
+
this.materials.rows= res.data
|
|
60
|
+
})
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
computed: {
|
|
64
|
+
|
|
65
|
+
},
|
|
66
|
+
}
|
|
67
|
+
</script>
|
|
68
|
+
<style>
|
|
69
|
+
.app-row {
|
|
70
|
+
background-color: white;
|
|
71
|
+
padding: 10px 10px 0 10px;
|
|
72
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
73
|
+
}
|
|
74
|
+
.search_input {
|
|
75
|
+
border: 0;
|
|
76
|
+
outline: none;
|
|
77
|
+
}
|
|
78
|
+
.font{
|
|
79
|
+
font: 15px PingFang-SC-Medium;
|
|
80
|
+
color: #666666;
|
|
81
|
+
}
|
|
82
|
+
.input-font{
|
|
83
|
+
font: 15px PingFang-SC-Medium;
|
|
84
|
+
color: #333333;
|
|
85
|
+
}
|
|
86
|
+
.btn-font{
|
|
87
|
+
font:600 16px PingFang-SC-Bold;
|
|
88
|
+
color: #499EDF;
|
|
89
|
+
}
|
|
90
|
+
.btn-color{
|
|
91
|
+
background-color: #FFFFFF;
|
|
92
|
+
border-radius: 10px ;
|
|
93
|
+
border: 1px solid #499EDF;
|
|
94
|
+
}
|
|
95
|
+
.app-text {
|
|
96
|
+
font-size: 12px;
|
|
97
|
+
}
|
|
98
|
+
.panel-self{
|
|
99
|
+
border-radius: 10px;
|
|
100
|
+
border:1px solid #499EDF;
|
|
101
|
+
background-color: #F8F8F8;
|
|
102
|
+
}
|
|
103
|
+
.yybtn-color{
|
|
104
|
+
border-radius: 4px ;
|
|
105
|
+
border: 1px solid #499EDF;
|
|
106
|
+
}
|
|
107
|
+
.qxbtn-color{
|
|
108
|
+
background-color: #FFFFFF;
|
|
109
|
+
border-radius: 4px ;
|
|
110
|
+
border: 1px solid #499EDF;
|
|
111
|
+
}
|
|
112
|
+
</style>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
class="input_search full-with" placeholder="名称">
|
|
14
14
|
</div>
|
|
15
15
|
<div class="col-sm-6">
|
|
16
|
-
<label
|
|
16
|
+
<label class="font_normal_body">类别</label>
|
|
17
17
|
<v-select :disabled="look"
|
|
18
18
|
v-model="model.type"
|
|
19
19
|
placeholder='项目类别'
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
class="input_search full-with" id="name" placeholder="计量单位">
|
|
32
32
|
</div>
|
|
33
33
|
<div class="col-sm-6">
|
|
34
|
-
<label
|
|
34
|
+
<label class="font_normal_body">编码</label>
|
|
35
35
|
<input type="text"
|
|
36
36
|
:disabled="look"
|
|
37
37
|
v-model="model.code" style="width:60%"
|
|
@@ -44,15 +44,6 @@
|
|
|
44
44
|
v-model="model.price" style="width:60%"
|
|
45
45
|
class="input_search full-with" id="name" placeholder="物料单价">
|
|
46
46
|
</div>
|
|
47
|
-
<div class="col-sm-6">
|
|
48
|
-
<label style="width: 80px" class="font_normal_body">业务类型</label>
|
|
49
|
-
<v-select
|
|
50
|
-
v-model="model.material_type"
|
|
51
|
-
placeholder='请选择'
|
|
52
|
-
:value.sync="model.material_type"
|
|
53
|
-
:value-single="true"
|
|
54
|
-
:options='materialTypeOptions'></v-select>
|
|
55
|
-
</div>
|
|
56
47
|
</div>
|
|
57
48
|
<!-- 按钮 -->
|
|
58
49
|
<div class="row col-sm-12" style="margin-top: 1rem">
|
|
@@ -84,9 +75,7 @@ export default {
|
|
|
84
75
|
component: null,
|
|
85
76
|
create_by: '',
|
|
86
77
|
depict: '',
|
|
87
|
-
type: ''
|
|
88
|
-
material_type: '',
|
|
89
|
-
org_id: ''
|
|
78
|
+
type: ''
|
|
90
79
|
},
|
|
91
80
|
type: '',
|
|
92
81
|
isbusy: false,
|
|
@@ -94,10 +83,9 @@ export default {
|
|
|
94
83
|
label: '型号',
|
|
95
84
|
value: '型号'
|
|
96
85
|
}, {label: '燃气具设备', value: '燃气具设备'}, {label: '报建', value: '报建'},
|
|
97
|
-
{label: '规格', value: '规格'}, {label: '材料', value: '材料'}, {label: '品名', value: '品名'}],
|
|
86
|
+
{label: '规格', value: '规格'}, {label: '材料', value: '材料'}, {label: '品名', value: '品名'}, {label: '分类', value: '分类'}],
|
|
98
87
|
showFile: 'false',
|
|
99
|
-
file: []
|
|
100
|
-
materialTypeOptions: this.$appdata.getParam('材料管理-业务类型')
|
|
88
|
+
file: []
|
|
101
89
|
}
|
|
102
90
|
},
|
|
103
91
|
watch: {
|
|
@@ -121,13 +109,12 @@ export default {
|
|
|
121
109
|
parent_id: '0',
|
|
122
110
|
create_by: '',
|
|
123
111
|
type: '',
|
|
124
|
-
org_id:
|
|
112
|
+
org_id:this.$login.f.orgid
|
|
125
113
|
}
|
|
126
114
|
this.model = Object.assign({}, this.model, this.data)
|
|
127
|
-
this.model.org_id = this.$login.f.orgid
|
|
128
115
|
// this.type = this.model.type
|
|
129
116
|
// if (this.model.id) {
|
|
130
|
-
// this.$resetpost('rs/sql/singleTable_OrderBy', {
|
|
117
|
+
// this.$resetpost('af-telephone/rs/sql/singleTable_OrderBy', {
|
|
131
118
|
// data: {
|
|
132
119
|
// items: '*',
|
|
133
120
|
// table: 't_material_info',
|
|
@@ -14,19 +14,11 @@
|
|
|
14
14
|
查询
|
|
15
15
|
</button>
|
|
16
16
|
</div>
|
|
17
|
-
<div class="form-group col-sm-4"
|
|
18
|
-
<button class="button_search button_spacing"
|
|
17
|
+
<div class="form-group col-sm-4" >
|
|
18
|
+
<button class="button_search button_spacing" style="margin-left:30px;"
|
|
19
19
|
@click="confirm" v-el:cx>
|
|
20
20
|
添加一个根目录
|
|
21
21
|
</button>
|
|
22
|
-
<button class="button_search button_spacing"
|
|
23
|
-
@click="downloadFiles" v-el:cx>
|
|
24
|
-
模板下载
|
|
25
|
-
</button>
|
|
26
|
-
<button class="button_search button_spacing"
|
|
27
|
-
@click="modelShow" v-el:cx>
|
|
28
|
-
物料导入
|
|
29
|
-
</button>
|
|
30
22
|
</div>
|
|
31
23
|
</div>
|
|
32
24
|
</div>
|
|
@@ -53,18 +45,6 @@
|
|
|
53
45
|
</template>
|
|
54
46
|
</tree-grid>
|
|
55
47
|
</div>
|
|
56
|
-
<modal :show.sync="materialImport" backdrop="false" width="40%" title="物料导入界面" small="true">
|
|
57
|
-
<article slot="modal-body" class="row" style="padding: 10px">
|
|
58
|
-
<div class="form-group col-sm-12" style="margin-left: 10%">
|
|
59
|
-
<file-upload class="my-file-uploader " name="UploadFile" class="btn btn-success" style="border-radius: 2px;"
|
|
60
|
-
action="rs/file/uploadFile" tagname="确定" v-ref:file :accept="accept" :headers="headers">
|
|
61
|
-
</file-upload>
|
|
62
|
-
</div>
|
|
63
|
-
</article>
|
|
64
|
-
<footer slot="modal-footer" class="modal-footer" style="text-align: right;border: 0">
|
|
65
|
-
<button class="btn button_search" @click="handleMeterImportCancel()">取消</button>
|
|
66
|
-
</footer>
|
|
67
|
-
</modal>
|
|
68
48
|
</div>
|
|
69
49
|
</template>
|
|
70
50
|
<script>
|
|
@@ -122,10 +102,7 @@ export default {
|
|
|
122
102
|
model: {},
|
|
123
103
|
search_str: '',
|
|
124
104
|
seaching: false,
|
|
125
|
-
quanxian: this.$login.r
|
|
126
|
-
materialImport: false,
|
|
127
|
-
accept: ".xlsx,.xls",
|
|
128
|
-
headers: {'username': this.$login.f.name},
|
|
105
|
+
quanxian: this.$login.r
|
|
129
106
|
}
|
|
130
107
|
},
|
|
131
108
|
ready () {
|
|
@@ -133,23 +110,6 @@ export default {
|
|
|
133
110
|
this.searchData()
|
|
134
111
|
},
|
|
135
112
|
methods: {
|
|
136
|
-
handleMeterImportCancel () {
|
|
137
|
-
this.materialImport = false
|
|
138
|
-
},
|
|
139
|
-
modelShow () {
|
|
140
|
-
this.materialImport = true
|
|
141
|
-
},
|
|
142
|
-
downloadFiles(){
|
|
143
|
-
let downurl='rs/downloadfile/file?filename=天然气维修工单物料销售明细';
|
|
144
|
-
this.$resetget(downurl,{}).then(res=>{
|
|
145
|
-
var link = document.createElement('a');
|
|
146
|
-
link.target="_blank"
|
|
147
|
-
link.href =downurl ;
|
|
148
|
-
link.setAttribute("download", "天然气维修工单物料销售明细.xlsx"); //指定下载后的文件名,防跳转
|
|
149
|
-
document.body.appendChild(link);
|
|
150
|
-
link.click();
|
|
151
|
-
})
|
|
152
|
-
},
|
|
153
113
|
// 查找资源
|
|
154
114
|
/**
|
|
155
115
|
*
|
|
@@ -161,9 +121,8 @@ export default {
|
|
|
161
121
|
let data = {
|
|
162
122
|
condition: condition || '1 = 1'
|
|
163
123
|
}
|
|
164
|
-
data.condition += " and too.id = '" + this.$login.f.orgid + "'"
|
|
165
124
|
this.seaching = true
|
|
166
|
-
let temp = await this.$resetpost('rs/logic/query_material_tel', {data}, {rejectMsg: null, resolveMsg: null})
|
|
125
|
+
let temp = await this.$resetpost('af-telephone/rs/logic/query_material_tel', {data}, {rejectMsg: null, resolveMsg: null})
|
|
167
126
|
if (!model) {
|
|
168
127
|
this.model = handleTree(temp.data)
|
|
169
128
|
}
|
|
@@ -201,7 +160,8 @@ export default {
|
|
|
201
160
|
component: null,
|
|
202
161
|
create_by: '',
|
|
203
162
|
depict: '',
|
|
204
|
-
type: '普通模式'
|
|
163
|
+
type: '普通模式',
|
|
164
|
+
org_id:this.$login.f.orgid
|
|
205
165
|
}
|
|
206
166
|
await this.$resetpost('rs/entity/t_material_info', model).then(res =>
|
|
207
167
|
this.searchData()
|
|
@@ -210,24 +170,7 @@ export default {
|
|
|
210
170
|
},
|
|
211
171
|
computed: {},
|
|
212
172
|
watch: {},
|
|
213
|
-
events: {
|
|
214
|
-
onFileUpload: function (file, res) {
|
|
215
|
-
let data = {
|
|
216
|
-
filepath: res.f_downloadpath
|
|
217
|
-
}
|
|
218
|
-
this.$resetpost('rs/material/importExcel', data, {resolveMsg: null, rejectMsg: '导入失败'})
|
|
219
|
-
.then((res) => {
|
|
220
|
-
if(res.data.code == 200){
|
|
221
|
-
this.$showAlert(res.data.msg, 'info', 3000)
|
|
222
|
-
this.searchData()
|
|
223
|
-
}else{
|
|
224
|
-
this.$showAlert(res.data.msg, 'info', 3000)
|
|
225
|
-
this.searchData()
|
|
226
|
-
}
|
|
227
|
-
this.materialImport = false
|
|
228
|
-
})
|
|
229
|
-
}
|
|
230
|
-
}
|
|
173
|
+
events: {}
|
|
231
174
|
|
|
232
175
|
}
|
|
233
176
|
</script>
|
|
@@ -241,4 +184,3 @@ export default {
|
|
|
241
184
|
color: #000;
|
|
242
185
|
}
|
|
243
186
|
</style>
|
|
244
|
-
|