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.
Files changed (843) hide show
  1. package/index.html +2 -1
  2. package/package.json +7 -3
  3. package/src/App.vue +54 -54
  4. package/src/assets/addpic.png +0 -0
  5. package/src/assets//344/270/213/350/275/275_.png +0 -0
  6. package/src/components/ExportExcel.vue +3 -4
  7. package/src/components/MaterialsManage/MaterialRemaining.vue +112 -0
  8. package/src/components/MaterialsManage/MaterialsBase.vue +7 -20
  9. package/src/components/MaterialsManage/MaterialsList.vue +7 -65
  10. package/src/components/MaterialsManage/MaterialsManage.vue +4 -4
  11. package/src/components/Util/ImgSelfNew.vue +122 -0
  12. package/src/components/Util/ImgSelfSafePlus.vue +41 -3
  13. package/src/components/Util/TelePhoneUpload.vue +7 -7
  14. package/src/components/Util/TelePhoneUploadNew.vue +258 -0
  15. package/src/components/Util.js +1 -0
  16. package/src/components/android/AddMyTask.vue +11 -10
  17. package/src/components/android/ChangePassword.vue +2 -2
  18. package/src/components/android/CompletedRepair.vue +1 -1
  19. package/src/components/android/ImgArea.vue +26 -15
  20. package/src/components/android/PhoneWriteCard.vue +476 -0
  21. package/src/components/changemeter/ChangeMeterAll.vue +2 -2
  22. package/src/components/changemeter/ChangeMeterDetail.vue +1 -1
  23. package/src/components/eachart/BarBrokenline.vue +3 -3
  24. package/src/components/eachart/BarChart.vue +1 -1
  25. package/src/components/eachart/PieChart.vue +3 -3
  26. package/src/components/eachart/datesumchart.vue +1 -1
  27. package/src/components/eachart/workorderchart.vue +3 -3
  28. package/src/components/guoxin/Console.vue +11 -3
  29. package/src/components/guoxin/VisitInfo.vue +1 -1
  30. package/src/components/map/AMapTrack4User.vue +4 -4
  31. package/src/components/map/AMapTrailShowWx.vue +1 -1
  32. package/src/components/map/CallMap.vue +5 -5
  33. package/src/components/map/OrderService.vue +1 -1
  34. package/src/components/pay/createQRcode.vue +1 -1
  35. package/src/components/pc/AllUser.vue +4 -4
  36. package/src/components/pc/AllUserNew.vue +4 -4
  37. package/src/components/pc/ArrearsList.vue +2 -2
  38. package/src/components/pc/AttendantCallStat.vue +1 -1
  39. package/src/components/pc/AttendantWorkHistory.vue +1 -1
  40. package/src/components/pc/Auxfunc.vue +2 -2
  41. package/src/components/pc/BottleGas/BottleGasManage.vue +6 -6
  42. package/src/components/pc/BottleGasWork.vue +1 -1
  43. package/src/components/pc/CallDetail.vue +1 -1
  44. package/src/components/pc/CallStatistics.vue +165 -0
  45. package/src/components/pc/CallerInfoList.vue +1 -1
  46. package/src/components/pc/ComplainWork.vue +1 -1
  47. package/src/components/pc/Console.vue +14 -1
  48. package/src/components/pc/DelayReply.vue +1 -1
  49. package/src/components/pc/DistributeWork.vue +2 -2
  50. package/src/components/pc/ElseWorkList.vue +1 -1
  51. package/src/components/pc/Evaluate.vue +1 -1
  52. package/src/components/pc/EvaluateList.vue +2 -2
  53. package/src/components/pc/FailureEdit.vue +197 -197
  54. package/src/components/pc/FireQuery.vue +1 -1
  55. package/src/components/pc/FootPrintList.vue +2 -2
  56. package/src/components/pc/GasWork.vue +20 -19
  57. package/src/components/pc/GroupResend.vue +2 -2
  58. package/src/components/pc/InstallWork.vue +7 -7
  59. package/src/components/pc/ManageMaterial.vue +6 -6
  60. package/src/components/pc/MessageList.vue +7 -7
  61. package/src/components/pc/MonitorGroup.vue +1 -1
  62. package/src/components/pc/NewRepairPaper.vue +334 -8
  63. package/src/components/pc/OrderService.vue +1 -1
  64. package/src/components/pc/PastInfo.vue +4 -4
  65. package/src/components/pc/QueryJoinlv.vue +1 -1
  66. package/src/components/pc/QueryTeleHistory.vue +1 -1
  67. package/src/components/pc/QueryTextHistory.vue +1 -1
  68. package/src/components/pc/QueryVisitHistory.vue +104 -67
  69. package/src/components/pc/ReVisitList.vue +2 -2
  70. package/src/components/pc/RecordList.vue +1 -1
  71. package/src/components/pc/RecordList2.vue +1 -1
  72. package/src/components/pc/RecordListLeft.vue +20 -8
  73. package/src/components/pc/RecordReport.vue +3 -3
  74. package/src/components/pc/ReminderOrder.vue +1 -1
  75. package/src/components/pc/RepairHistoryList.vue +2 -2
  76. package/src/components/pc/RepairsWork.vue +800 -736
  77. package/src/components/pc/ReturnRecord.vue +3 -3
  78. package/src/components/pc/SafetyDetail.vue +1 -1
  79. package/src/components/pc/SeatInfo.vue +1 -1
  80. package/src/components/pc/Seekwork.vue +133 -120
  81. package/src/components/pc/SiteBack.vue +2 -2
  82. package/src/components/pc/SiteCase.vue +2 -2
  83. package/src/components/pc/SiteSend.vue +19 -10
  84. package/src/components/pc/StandSend.vue +6 -6
  85. package/src/components/pc/StandWork.vue +1 -1
  86. package/src/components/pc/StandWorkNew.vue +1 -1
  87. package/src/components/pc/TelFindUser.vue +49 -16
  88. package/src/components/pc/TelLossList.vue +174 -72
  89. package/src/components/pc/TelMaterSelect.vue +1 -1
  90. package/src/components/pc/TelUserMaterSend.vue +1 -1
  91. package/src/components/pc/TeleInfo.vue +1 -1
  92. package/src/components/pc/TeleList.vue +1 -1
  93. package/src/components/pc/TeleOperKl.vue +49 -2
  94. package/src/components/pc/TemplateMessage.vue +1 -1
  95. package/src/components/pc/TextListLeft.vue +1 -1
  96. package/src/components/pc/TextService.vue +8 -3
  97. package/src/components/pc/UserOperate.vue +5 -1
  98. package/src/components/pc/VisitInfo.vue +18 -18
  99. package/src/components/pc/VoiceServer.vue +0 -1
  100. package/src/components/pc/VoiceServerSupplement.vue +207 -0
  101. package/src/components/pc/WorkCenter.vue +5 -8
  102. package/src/components/pc/WorkCenterContent.vue +2 -2
  103. package/src/components/pc/WorkCenterList.vue +87 -43
  104. package/src/components/pc/WorkFind.vue +1 -1
  105. package/src/components/pc/WorkHistory.vue +100 -15
  106. package/src/components/pc/WorkList.vue +20 -17
  107. package/src/components/pc/WorkListAll.vue +7 -5
  108. package/src/components/pc/WorkListAllNew.vue +188 -41
  109. package/src/components/pc/WorkListNew.vue +168 -107
  110. package/src/components/pc/analysis/AnalysisMain.vue +6 -0
  111. package/src/components/pc/dataManager/KlCatalog.vue +3 -3
  112. package/src/components/pc/dataManager/KlContent.vue +1 -1
  113. package/src/components/pc/dataManager/Materials.vue +58 -53
  114. package/src/components/pc/dataManager/OutletsList.vue +1 -1
  115. package/src/components/pc/dataManager/SafeEditor.vue +2 -2
  116. package/src/components/pc/dataManager/SafeList.vue +2 -2
  117. package/src/components/pc/dataManager/StopGasManager.vue +56 -12
  118. package/src/components/pc/olddata/OldWorkList.vue +1 -1
  119. package/src/components/pc/serviceDeleteOrder.vue +1 -1
  120. package/src/components/pc/wx/AloneLoadParams.vue +1 -1
  121. package/src/components/pc/wx/BookingService.vue +1 -1
  122. package/src/components/pc/wx/CustomMenu.vue +1 -1
  123. package/src/components/pc/wx/TelOutletsManager.vue +1 -1
  124. package/src/components/pos/Init.vue +1 -1
  125. package/src/components/pos/charge/card/CheckUser.vue +1 -1
  126. package/src/components/pos/charge/card/ReadCardInter.vue +1 -1
  127. package/src/components/pos/charge/card/SelectUser.vue +1 -1
  128. package/src/components/pos/charge/machine/MachineSearch.Vue +2 -2
  129. package/src/components/pos/charge/sellgas/CardSellGas.vue +2 -2
  130. package/src/components/pos/charge/sellgas/ChoosePayWay.vue +2 -2
  131. package/src/components/pos/charge/sellgas/ScanQrcode.vue +1 -1
  132. package/src/components/pos/charge/sellgas/WriteCard.vue +2 -2
  133. package/src/components/pos/charge/userinfo/ChangeMeterList.vue +1 -1
  134. package/src/components/pos/charge/userinfo/FillGasList.vue +1 -1
  135. package/src/components/pos/charge/userinfo/OtherList.vue +1 -1
  136. package/src/components/pos/charge/userinfo/SellList.vue +1 -1
  137. package/src/components/pos/charge/userinfo/TransList.vue +1 -1
  138. package/src/components/pos/charge/userinfo/UserInfo.vue +1 -1
  139. package/src/components/qinhua/qhonlineChangeMeter.vue +4 -4
  140. package/src/components/qinhua/qhonlineoperation.vue +2 -2
  141. package/src/components/reli/ChoosePayWay.vue +2 -2
  142. package/src/components/reli/HistorySellLists.vue +4 -4
  143. package/src/components/reli/MachineMain.vue +4 -4
  144. package/src/components/reli/UserInfo.vue +1 -1
  145. package/src/components/reli/searchSells.vue +4 -4
  146. package/src/components/repaircount/RepairDetail.vue +1 -1
  147. package/src/components/repaircount/SelectRepairPlan.vue +2 -2
  148. package/src/components/sale/CardMeterCenter.vue +1 -1
  149. package/src/components/sale/IOTMeterCenter.vue +8 -8
  150. package/src/components/sale/MachineMeterCenter.vue +2 -2
  151. package/src/components/sendsingle/CardChangeFill.vue +3 -3
  152. package/src/components/sendsingle/IotChangeFill.vue +3 -3
  153. package/src/components/sendsingle/MachineChangeFill.vue +1 -1
  154. package/src/components/sendsingle/PosMakeGas.vue +2 -2
  155. package/src/components/sendsingle/QueryTemporaryRepair.vue +2 -2
  156. package/src/components/sendsingle/TelLotChangeFill.vue +4 -4
  157. package/src/components/sendsingle/onlineBuyGas.vue +11 -11
  158. package/src/components/sendsingle/onlineChangeMeter.vue +394 -233
  159. package/src/components/sendsingle/onlinemakecard.vue +2 -2
  160. package/src/components/sendsingle/onlineoperation.vue +31 -7
  161. package/src/components/sendsingle/onlinequeryuser.vue +4 -4
  162. package/src/components/shaoguan/DelayReply.vue +1 -1
  163. package/src/components/shaoguan/RepairDetailsChange.vue +1 -1
  164. package/src/components/shaoguan/RepairOrderChange.vue +4 -4
  165. package/src/components/shaoguan/RepairUserInfoChange.vue +2 -2
  166. package/src/components/shaoguan/WorkHistory.vue +3 -3
  167. package/src/components/shaoguan/WorkListAll.vue +3 -3
  168. package/src/components/telcount/TelByAttendant.vue +2 -2
  169. package/src/components/telcount/TelByLouQi.vue +2 -2
  170. package/src/components/telcount/TelByLouQiMingxi.vue +2 -2
  171. package/src/components/telcount/TelByOrderMan.vue +25 -7
  172. package/src/components/telcount/TelByWeiXiu.vue +2 -2
  173. package/src/components/telcount/TelByZhiHuan.vue +2 -2
  174. package/src/components/telcount/TelBymaterialservice.vue +144 -0
  175. package/src/components/telreport/MaterialList.vue +180 -0
  176. package/src/components/telreport/MaterialListRepair.vue +174 -0
  177. package/src/components/telreport/MaterialListUserinfo.vue +214 -0
  178. package/src/components/telreport/TelAgentVoiceReport.vue +2 -2
  179. package/src/components/telreport/TelMan.vue +2 -2
  180. package/src/components/telreport/Traffic.vue +2 -2
  181. package/src/components/temp/BlackInformation.vue +80 -0
  182. package/src/components/temp/BusinessMessage.vue +1 -1
  183. package/src/components/temp/BusinesscheckInfo.vue +1 -1
  184. package/src/components/temp/CallRecords.vue +1 -1
  185. package/src/components/temp/ChangemeterInfo.vue +1 -1
  186. package/src/components/temp/DeviceInfo.vue +1 -1
  187. package/src/components/temp/DisableInforMation.vue +1 -1
  188. package/src/components/temp/HandplanInfo.vue +39 -3
  189. package/src/components/temp/InfoTable.vue +4 -2
  190. package/src/components/temp/InstructInfo.vue +1 -1
  191. package/src/components/temp/MetereadInfo.vue +1 -1
  192. package/src/components/temp/MetterInfo.vue +1 -1
  193. package/src/components/temp/OldRepairList.vue +1 -1
  194. package/src/components/temp/OtherChargeList.vue +90 -0
  195. package/src/components/temp/ParamManager/ParamPage.vue +3 -3
  196. package/src/components/temp/ParamManager/SinglePage.vue +2 -2
  197. package/src/components/temp/RepairList.vue +1 -1
  198. package/src/components/temp/SecurityMessage.vue +1 -1
  199. package/src/components/temp/SecuritycheckInfo.vue +65 -5
  200. package/src/components/temp/SellInfo.vue +263 -137
  201. package/src/components/temp/TelLimitGasList.vue +94 -0
  202. package/src/components/temp/TelList.vue +1 -1
  203. package/src/components/temp/rightview/CardList.vue +4 -4
  204. package/src/components/temp/rightview/RecordCancel.vue +1 -1
  205. package/src/components/temp/rightview/carddetail/AddUserDetail.vue +1 -1
  206. package/src/components/temp/rightview/carddetail/AutoAccountsDetail.vue +1 -1
  207. package/src/components/temp/rightview/carddetail/BankDKDetail.vue +1 -1
  208. package/src/components/temp/rightview/carddetail/BankPay.vue +1 -1
  209. package/src/components/temp/rightview/carddetail/CancellationDetail.vue +1 -1
  210. package/src/components/temp/rightview/carddetail/CardMeterCenterDetail.vue +1 -1
  211. package/src/components/temp/rightview/carddetail/CardOverUserDetail.vue +1 -1
  212. package/src/components/temp/rightview/carddetail/ChangeMeterDetail.vue +1 -1
  213. package/src/components/temp/rightview/carddetail/DisableManageDetail.vue +1 -1
  214. package/src/components/temp/rightview/carddetail/EnableManageDetail.vue +1 -1
  215. package/src/components/temp/rightview/carddetail/GasPriceChangeDetail.vue +1 -1
  216. package/src/components/temp/rightview/carddetail/InputtorChangeDetail.vue +1 -1
  217. package/src/components/temp/rightview/carddetail/MachineMeterCenterDetail.vue +1 -1
  218. package/src/components/temp/rightview/carddetail/OffGasAddGasDetail.vue +1 -1
  219. package/src/components/temp/rightview/carddetail/OtherChargeDetail.vue +1 -1
  220. package/src/components/temp/rightview/carddetail/OverUserChangeDetail.vue +1 -1
  221. package/src/components/temp/rightview/carddetail/RefundDetail.vue +1 -1
  222. package/src/components/temp/rightview/carddetail/ReplaceCardManageDetail.vue +1 -1
  223. package/src/components/temp/rightview/carddetail/SalecardgasDetail.vue +1 -1
  224. package/src/components/temp/rightview/carddetail/TransferManageDetail.vue +1 -1
  225. package/src/components/temp/rightview/carddetail/UserChangeDetail.vue +1 -1
  226. package/src/components/temp/rightview/carddetail/WeChatPay.vue +1 -1
  227. package/src/components/temp/server/AddChangeMsg.vue +1 -1
  228. package/src/components/temp/server/ChangeDeclare.vue +1 -1
  229. package/src/components/tongcheng/MetterInfo.vue +1 -1
  230. package/src/components/tongcheng/RepairsWork.vue +7 -7
  231. package/src/components/tongcheng/SellInfo.vue +2 -2
  232. package/src/components/tongcheng/WorkListAll.vue +3 -3
  233. package/src/components/weinan/AppInstallationMaterial.vue +856 -0
  234. package/src/components/weinan/ComplainWork.vue +86 -21
  235. package/src/components/weinan/Console.vue +1 -1
  236. package/src/components/weinan/FaultAll.vue +1062 -0
  237. package/src/components/weinan/InfoTable.vue +3 -1
  238. package/src/components/weinan/NewRepairPaper.vue +731 -0
  239. package/src/components/weinan/Outlay.vue +329 -0
  240. package/src/components/weinan/RecordList.vue +3 -3
  241. package/src/components/weinan/RepairFirstV.vue +185 -17
  242. package/src/components/weinan/RepairInfo.vue +11 -2
  243. package/src/components/weinan/RepairListTel.vue +1 -1
  244. package/src/components/weinan/RepairOrderV.vue +54 -654
  245. package/src/components/weinan/RepairUserInfo.vue +21 -9
  246. package/src/components/weinan/RepairsWork.vue +37 -27
  247. package/src/components/weinan/Seekwork.vue +1 -1
  248. package/src/components/weinan/SiteChange.vue +10 -12
  249. package/src/components/weinan/SiteSend.vue +48 -37
  250. package/src/components/weinan/SiteSendWeixiu.vue +6 -6
  251. package/src/components/weinan/StandWorkWeixiu.vue +1 -1
  252. package/src/components/weinan/TelByAttendant.vue +2 -2
  253. package/src/components/weinan/TelFindUser.vue +4 -4
  254. package/src/components/weinan/TelLimitGasInfo.vue +93 -0
  255. package/src/components/weinan/WorkCenterList.vue +311 -0
  256. package/src/components/weinan/WorkList.vue +21 -26
  257. package/src/components/weinan/WorkListAll.vue +232 -175
  258. package/src/components/weinan/WorkListWeixiu.vue +266 -10
  259. package/src/components/workOrderApplication/OrderWorkDetail.vue +6 -6
  260. package/src/components/workOrderApplication/orderTable.vue +2 -2
  261. package/src/components/workorder/AddGas.vue +148 -0
  262. package/src/components/workorder/AndroidStopGasManager.vue +2 -2
  263. package/src/components/workorder/AppInstallationMaterial.vue +579 -336
  264. package/src/components/workorder/BuygasHistory.vue +1 -1
  265. package/src/components/workorder/ChangeMeter.vue +2 -2
  266. package/src/components/workorder/ChangeMeterList.vue +3 -3
  267. package/src/components/workorder/ChangeMeterPage.vue +5 -5
  268. package/src/components/workorder/ChoosePayWay.vue +272 -0
  269. package/src/components/workorder/CompletedRepair.vue +8 -25
  270. package/src/components/workorder/DelayApply.vue +1 -1
  271. package/src/components/workorder/DoorService.vue +1295 -314
  272. package/src/components/workorder/FaultAll.vue +109 -47
  273. package/src/components/workorder/MaterialSum.vue +2 -2
  274. package/src/components/workorder/MonitorMSend.vue +4 -4
  275. package/src/components/workorder/Othercharge.vue +183 -114
  276. package/src/components/workorder/Outlay.vue +45 -0
  277. package/src/components/workorder/PhoneGroupResend.vue +1 -1
  278. package/src/components/workorder/PhoneRepairInfo.vue +117 -0
  279. package/src/components/workorder/PhoneSellInfo.vue +112 -0
  280. package/src/components/workorder/PhoneStandWork.vue +49 -5
  281. package/src/components/workorder/PhoneUpDetail.vue +8 -8
  282. package/src/components/workorder/PhoneUpUserinfo.vue +9 -9
  283. package/src/components/workorder/Pipeline.vue +269 -409
  284. package/src/components/workorder/QueryBackRepair.vue +353 -0
  285. package/src/components/workorder/QueryTemporaryRepair.vue +21 -3
  286. package/src/components/workorder/RecheckFirst.vue +314 -0
  287. package/src/components/workorder/RemindInfo.vue +1 -1
  288. package/src/components/workorder/RepairDetails.vue +644 -620
  289. package/src/components/workorder/RepairFirstV.vue +72 -11
  290. package/src/components/workorder/RepairFirstVnew.vue +1 -1
  291. package/src/components/workorder/RepairInfo.vue +12 -3
  292. package/src/components/workorder/RepairOrder.vue +4 -4
  293. package/src/components/workorder/RepairOrderV.vue +35 -66
  294. package/src/components/workorder/RepairOrderVnew.vue +4 -4
  295. package/src/components/workorder/RepairPaperAndroid.vue +2 -2
  296. package/src/components/workorder/RepairSend.vue +3 -3
  297. package/src/components/workorder/RepairUserInfo.vue +2 -2
  298. package/src/components/workorder/SafeCheckService.vue +1 -1
  299. package/src/components/workorder/ScanQrcode.vue +76 -0
  300. package/src/components/workorder/ServiceOnlineQuery.vue +185 -36
  301. package/src/components/workorder/TemporarySingle.vue +2 -2
  302. package/src/components/workorder/WorkService.vue +757 -0
  303. package/src/components/workorder/complaints.vue +299 -0
  304. package/src/components/workorder/ybcomplaints.vue +294 -0
  305. package/src/filiale/bayan/android/AddMyTask.vue +611 -0
  306. package/src/filiale/bayan/android/AppInstallationMaterial.vue +245 -0
  307. package/src/filiale/bayan/android/FailureShow.vue +61 -0
  308. package/src/filiale/bayan/android/FaultAll.vue +1340 -0
  309. package/src/filiale/bayan/android/Outlay.vue +430 -0
  310. package/src/filiale/bayan/android/PhoneRepairInfo.vue +146 -0
  311. package/src/filiale/bayan/android/PhoneSellInfo.vue +125 -0
  312. package/src/filiale/bayan/android/PhoneUpUserinfo.vue +966 -0
  313. package/src/filiale/bayan/android/RepairDetails.vue +825 -0
  314. package/src/filiale/bayan/android/RepairFirstV.vue +815 -0
  315. package/src/filiale/bayan/android/RepairInfo.vue +271 -0
  316. package/src/filiale/bayan/android/RepairOrderV.vue +930 -0
  317. package/src/filiale/bayan/pc/CallRcords.vue +121 -0
  318. package/src/filiale/bayan/pc/CallRecordStatistics.vue +259 -0
  319. package/src/filiale/bayan/pc/CallerDegree.vue +198 -0
  320. package/src/filiale/bayan/pc/ChatMsg.vue +338 -0
  321. package/src/filiale/bayan/pc/ComplainWork.vue +418 -0
  322. package/src/filiale/bayan/pc/Console.vue +765 -0
  323. package/src/filiale/bayan/pc/DistributeWork.vue +200 -0
  324. package/src/filiale/bayan/pc/GasWork.vue +861 -0
  325. package/src/filiale/bayan/pc/InfoTable.vue +139 -0
  326. package/src/filiale/bayan/pc/Materials.vue +573 -0
  327. package/src/filiale/bayan/pc/NewRepairPaper.vue +676 -0
  328. package/src/filiale/bayan/pc/ReapirResult.vue +175 -0
  329. package/src/filiale/bayan/pc/RecordInfoRight.vue +84 -0
  330. package/src/filiale/bayan/pc/RecordList.vue +53 -0
  331. package/src/filiale/bayan/pc/RecordListLeft.vue +317 -0
  332. package/src/filiale/bayan/pc/RepairsWork.vue +983 -0
  333. package/src/filiale/bayan/pc/Seekwork.vue +462 -0
  334. package/src/filiale/bayan/pc/TelAgentVoiceReport.vue +296 -0
  335. package/src/filiale/bayan/pc/TelFindUser.vue +334 -0
  336. package/src/filiale/bayan/pc/TelLossList.vue +370 -0
  337. package/src/filiale/bayan/pc/TelnumOfHour.vue +169 -0
  338. package/src/filiale/bayan/pc/TotalCallOkYear.vue +144 -0
  339. package/src/filiale/bayan/pc/TotalCallRecord.vue +186 -0
  340. package/src/filiale/bayan/pc/TotalCallYear.vue +155 -0
  341. package/src/filiale/bayan/pc/TotalNoCallYear.vue +153 -0
  342. package/src/filiale/bayan/pc/VisitInfo.vue +315 -0
  343. package/src/filiale/bayan/pc/VoiceServer.vue +235 -0
  344. package/src/filiale/bayan/pc/WorkCenterList.vue +329 -0
  345. package/src/filiale/bayan/pc/WorkHistory.vue +591 -0
  346. package/src/filiale/bayan/pc/WorkListAllNew.vue +1093 -0
  347. package/src/filiale/bayan/pc/WorkListmaterial.vue +362 -0
  348. package/src/filiale/bayan/pc/WorkOrderStatistics.vue +275 -0
  349. package/src/filiale/bayan/pc/analysis/AnalysisMain.vue +423 -0
  350. package/src/filiale/bayan/pc/analysis/StateStatistics.vue +137 -0
  351. package/src/filiale/bayan/pc/analysis/TelephoneAnaly.vue +94 -0
  352. package/src/filiale/bayan/pc/analysis/TelephoneType.vue +146 -0
  353. package/src/filiale/bayan/telephone.js +123 -0
  354. package/src/filiale/bayan/telephoneAndroid.js +38 -0
  355. package/src/filiale/fugou/pc/ComplainWork.vue +352 -0
  356. package/src/filiale/fugou/pc/DistributeWork.vue +153 -0
  357. package/src/filiale/fugou/pc/FailureEdit.vue +211 -0
  358. package/src/filiale/fugou/pc/GasWork.vue +772 -0
  359. package/src/filiale/fugou/pc/RepairsWork.vue +938 -0
  360. package/src/filiale/fugou/pc/WorkCenterList.vue +333 -0
  361. package/src/filiale/fugou/pc/WorkHistory.vue +688 -0
  362. package/src/filiale/fugou/pc/WorkListAllNew.vue +873 -0
  363. package/src/filiale/fugou/telephone.js +19 -0
  364. package/src/filiale/fugu/pc/ComplainWork.vue +1 -1
  365. package/src/filiale/fugu/pc/RepairsWork.vue +7 -7
  366. package/src/filiale/fugu/pc/Seekwork.vue +1 -1
  367. 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
  368. 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
  369. 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
  370. 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
  371. 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
  372. 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
  373. 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
  374. 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
  375. 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
  376. 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
  377. 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
  378. 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
  379. 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
  380. 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
  381. 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
  382. 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
  383. 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
  384. 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
  385. 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
  386. 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
  387. 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
  388. 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
  389. 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
  390. 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
  391. 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
  392. 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
  393. 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
  394. 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
  395. 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
  396. 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
  397. 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
  398. 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
  399. 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
  400. package/src/filiale/gehua/pc/Console.vue +1 -1
  401. package/src/filiale/gehua/pc/TelAgentVoiceReport.vue +2 -2
  402. package/src/filiale/gehua/pc/TelFindUser.vue +3 -3
  403. package/src/filiale/gongyi/android/RepairDetails.vue +1 -1
  404. package/src/filiale/gongyi/android/RepairFirstV.vue +1 -1
  405. package/src/filiale/gongyi/android/RepairOrderV.vue +4 -4
  406. package/src/filiale/gongyi/pc/WorkListAll.vue +3 -3
  407. package/src/filiale/guangxi/android/FaultAll.vue +1 -1
  408. package/src/filiale/hami/pc/RepairsWork.vue +867 -0
  409. package/src/filiale/hami/telephone.js +14 -0
  410. package/src/filiale/hanzhong/PagedList.js +1 -1
  411. package/src/filiale/hanzhong/android/FaultAll.vue +898 -0
  412. package/src/filiale/hanzhong/android/Outlay.vue +4 -0
  413. package/src/filiale/hanzhong/android/RepairInfo.vue +1 -1
  414. package/src/filiale/hanzhong/hzSelectUtil.js +5 -4
  415. package/src/filiale/hanzhong/pc/AnalysisMain.vue +3 -3
  416. package/src/filiale/hanzhong/pc/ComplainWork.vue +355 -0
  417. package/src/filiale/hanzhong/pc/Console.vue +33 -36
  418. package/src/filiale/hanzhong/pc/DistributeWork.vue +7 -4
  419. package/src/filiale/hanzhong/pc/RecordInfoRight.vue +1 -1
  420. package/src/filiale/hanzhong/pc/RecordList.vue +1 -1
  421. package/src/filiale/hanzhong/pc/RecordListLeft.vue +30 -46
  422. package/src/filiale/hanzhong/pc/RepairsWork.vue +923 -0
  423. package/src/filiale/hanzhong/pc/Seekwork.vue +134 -90
  424. package/src/filiale/hanzhong/pc/TelFindUser.vue +5 -4
  425. package/src/filiale/hanzhong/pc/TelLossList.vue +1 -1
  426. package/src/filiale/hanzhong/pc/TelStatistics.vue +255 -0
  427. package/src/filiale/hanzhong/pc/UserDayDetail.vue +162 -0
  428. package/src/filiale/hanzhong/pc/message/AllUser.vue +4 -4
  429. package/src/filiale/hanzhong/pc/message/AllUserNew.vue +4 -4
  430. package/src/filiale/hanzhong/pc/message/ArrearsList.vue +2 -2
  431. package/src/filiale/hanzhong/pc/message/MessageList.vue +7 -7
  432. package/src/filiale/hanzhong/pc/message/TemplateMessage.vue +1 -1
  433. package/src/filiale/hanzhong/telephone.js +8 -1
  434. package/src/filiale/hanzhong/telephoneAndroid.js +3 -1
  435. package/src/filiale/huaran/pc/Console.vue +255 -0
  436. package/src/filiale/huaran/telephone.js +14 -0
  437. package/src/filiale/jiaocheng/android/createQRcode.vue +2 -2
  438. package/src/filiale/jiaocheng/android/onlineBuyGas.vue +11 -11
  439. package/src/filiale/kelai/android/AppTakePic.vue +3 -3
  440. package/src/filiale/kelai/android/PhoneVentilationLeave.vue +1 -1
  441. package/src/filiale/kelai/android/RepairFirstV.vue +2 -2
  442. package/src/filiale/kelai/android/RepairOrderV.vue +4 -4
  443. package/src/filiale/kelai/android/RepairUserInfo.vue +2 -2
  444. package/src/filiale/kelai/pc/CallReport/CallReportMainPage-Kelai.vue +1 -1
  445. package/src/filiale/kelai/pc/CallReport/IncomingTimedata.vue +1 -1
  446. package/src/filiale/kelai/pc/KeLaiMaintenanceReport.vue +2 -2
  447. package/src/filiale/kelai/pc/RecordListLeft.vue +1 -1
  448. package/src/filiale/kelai/pc/Seekwork.vue +1 -1
  449. package/src/filiale/kelai/pc/TelAgentVoiceReport.vue +2 -2
  450. package/src/filiale/kelai/pc/TelFindUser.vue +3 -3
  451. package/src/filiale/kelai/pc/TelLossList.vue +2 -2
  452. package/src/filiale/kelai/pc/Trafficassess.vue +1 -1
  453. package/src/filiale/kelai/pc/VisitInfo.vue +2 -2
  454. package/src/filiale/kelai/pc/WorkCenterList.vue +3 -3
  455. package/src/filiale/kelai/pc/WorkListAllNew.vue +19 -5
  456. package/src/filiale/kelai/pc/serviceDeleteOrder.vue +2 -2
  457. package/src/filiale/liaoyuan/android/FaultAll.vue +1 -1
  458. package/src/filiale/liaoyuan/android/RepairDetails.vue +1 -1
  459. package/src/filiale/liaoyuan/android/RepairOrderV.vue +4 -4
  460. package/src/filiale/lixian/onlineChangeMeter.vue +2 -2
  461. package/src/filiale/lixian/onlineoperation.vue +9 -9
  462. package/src/filiale/lixian/onlinequeryuser.vue +4 -4
  463. package/src/filiale/meihekou/android/Othercharge.vue +2 -2
  464. package/src/filiale/meihekou/android/createQRcode.vue +1 -1
  465. package/src/filiale/meihekou/android/onlineBuyGas.vue +12 -12
  466. package/src/filiale/qianneng/android/AppInstallationMaterial.vue +19 -19
  467. package/src/filiale/qianneng/android/Examine.vue +6 -6
  468. package/src/filiale/qianneng/android/FaultAll.vue +1 -1
  469. package/src/filiale/qianneng/android/PhoneStandWork.vue +3 -3
  470. package/src/filiale/qianneng/android/QueryTemporaryRepair.vue +1 -1
  471. package/src/filiale/qianneng/android/QueryTemporaryRepair2.vue +220 -0
  472. package/src/filiale/qianneng/android/RepairDetails.vue +2 -2
  473. package/src/filiale/qianneng/android/RepairFirstV.vue +14 -3
  474. package/src/filiale/qianneng/android/RepairOrderV.vue +4 -4
  475. package/src/filiale/qianneng/android/RepairUserInfo.vue +2 -2
  476. package/src/filiale/qianneng/android/TemporarySingle.vue +1 -1
  477. package/src/filiale/qianneng/android/chargesList.vue +2 -2
  478. package/src/filiale/qianneng/android/onlinequeryuser.vue +464 -0
  479. package/src/filiale/qianneng/pc/ComplainWork.vue +1 -1
  480. package/src/filiale/qianneng/pc/FailureEdit.vue +3 -3
  481. package/src/filiale/qianneng/pc/Indoorinstallation.vue +7 -7
  482. package/src/filiale/qianneng/pc/MaterialDetailed.vue +2 -2
  483. package/src/filiale/qianneng/pc/MaterialStatistics.vue +2 -2
  484. package/src/filiale/qianneng/pc/NewRepairPaper.vue +4 -4
  485. package/src/filiale/qianneng/pc/Outdoorinstallation.vue +7 -7
  486. package/src/filiale/qianneng/pc/RepairsWork.vue +13 -13
  487. package/src/filiale/qianneng/pc/Seekwork.vue +1 -1
  488. package/src/filiale/qianneng/pc/WorkHistory.vue +3 -3
  489. package/src/filiale/qianneng/pc/WorkListAllNew.vue +2 -2
  490. package/src/filiale/qianneng/pc/changetable.vue +2 -2
  491. package/src/filiale/qianneng/telephoneAndroid.js +2 -0
  492. package/src/filiale/qingjian/android/FailureShow.vue +98 -0
  493. package/src/filiale/qingjian/android/RepairDetails.vue +671 -0
  494. package/src/filiale/qingjian/android/RepairInfo.vue +174 -0
  495. package/src/filiale/qingjian/android/RepairOrderV.vue +841 -0
  496. package/src/filiale/qingjian/telephoneAndroid.js +17 -0
  497. package/src/filiale/rizhao/android/FaultAll.vue +1 -1
  498. package/src/filiale/rizhao/android/Othercharge.vue +2 -2
  499. package/src/filiale/rizhao/android/RepairFirstV.vue +1 -1
  500. package/src/filiale/rizhao/android/RepairInfo.vue +2 -2
  501. package/src/filiale/rizhao/android/RepairOrderV.vue +4 -4
  502. package/src/filiale/rizhao/pc/CallRecords.vue +9 -5
  503. package/src/filiale/rizhao/pc/ChangemeterInfo.vue +1 -1
  504. package/src/filiale/rizhao/pc/ComplainWork.vue +1 -1
  505. package/src/filiale/rizhao/pc/Console.vue +1 -1
  506. package/src/filiale/rizhao/pc/DispatchMan.vue +2 -2
  507. package/src/filiale/rizhao/pc/DispatchWork.vue +2 -2
  508. package/src/filiale/rizhao/pc/DistributeWork.vue +2 -30
  509. package/src/filiale/rizhao/pc/IgnitionVentilation.vue +7 -7
  510. package/src/filiale/rizhao/pc/NewRepairPaper.vue +2 -2
  511. package/src/filiale/rizhao/pc/RecordListLeft.vue +1 -1
  512. package/src/filiale/rizhao/pc/ReminderOrder.vue +1 -1
  513. package/src/filiale/rizhao/pc/RepairList.vue +1 -1
  514. package/src/filiale/rizhao/pc/RepairsWork.vue +16 -15
  515. package/src/filiale/rizhao/pc/Seekwork.vue +1 -1
  516. package/src/filiale/rizhao/pc/SiteSend.vue +4 -4
  517. package/src/filiale/rizhao/pc/TelFindUser.vue +3 -3
  518. package/src/filiale/rizhao/pc/TelMan.vue +2 -2
  519. package/src/filiale/rizhao/pc/TeleInfo.vue +1 -1
  520. package/src/filiale/rizhao/pc/Traffic.vue +2 -2
  521. package/src/filiale/rizhao/pc/WorkCenterList.vue +75 -10
  522. package/src/filiale/rizhao/pc/WorkHistory.vue +3 -3
  523. package/src/filiale/rizhao/pc/WorkList.vue +9 -9
  524. package/src/filiale/rizhao/pc/WorkListAllNew.vue +8 -4
  525. package/src/filiale/rongcheng/CliWorkListAll.vue +3 -3
  526. package/src/filiale/rongcheng/NewRepairPaper.vue +714 -0
  527. package/src/filiale/rongcheng/RepairOrderV.vue +4 -4
  528. package/src/filiale/rongcheng/RepairUserInfo.vue +2 -2
  529. package/src/filiale/rongcheng/ServiceDetails.vue +1 -1
  530. package/src/filiale/rongcheng/WorkListAll.vue +35 -4
  531. package/src/filiale/rongcheng/checkmsgZG.vue +1 -1
  532. package/src/filiale/rongcheng/onlineBuyGas.vue +14 -15
  533. package/src/filiale/rongcheng/onlineoperation.vue +4 -4
  534. package/src/filiale/rongcheng/onlinequeryuser.vue +4 -4
  535. package/src/filiale/rongcheng/telephone.js +1 -0
  536. package/src/filiale/rongchuang/android/AppInstallationMaterial.vue +893 -0
  537. package/src/filiale/rongchuang/android/FaultAll.vue +904 -0
  538. package/src/filiale/rongchuang/telephoneAndroid.js +14 -0
  539. package/src/filiale/ruihua/android/AppInstallationMaterial.vue +858 -0
  540. package/src/filiale/ruihua/android/FaultAll.vue +895 -0
  541. package/src/filiale/ruihua/android/PhoneUpUserinfo.vue +1023 -0
  542. package/src/filiale/ruihua/android/RepairInfo.vue +190 -0
  543. package/src/filiale/ruihua/android/RepairOrderV.vue +867 -0
  544. package/src/filiale/ruihua/pc/DistributeWork.vue +177 -0
  545. package/src/filiale/ruihua/pc/GasWork.vue +791 -0
  546. package/src/filiale/ruihua/telephone.js +14 -0
  547. package/src/filiale/ruihua/telephoneAndroid.js +17 -0
  548. package/src/filiale/shanxian/android/RepairFirstV.vue +2 -2
  549. package/src/filiale/shanxian/pc/RepairsWork.vue +7 -7
  550. package/src/filiale/shanxian/pc/TelByOrderMan.vue +129 -0
  551. package/src/filiale/shanxian/pc/TelFindUser.vue +3 -3
  552. package/src/filiale/shanxian/pc/WorkList.vue +10 -10
  553. package/src/filiale/shanxian/pc/WorkListAllNew.vue +805 -0
  554. package/src/filiale/shanxian/telephone.js +3 -1
  555. package/src/filiale/shaoguan/pc/WorkCenterList.vue +3 -3
  556. package/src/filiale/shaoguan/pc/WorkListAllNew.vue +2 -2
  557. package/src/filiale/shexian/android/AddMyTask.vue +6 -7
  558. package/src/filiale/shexian/android/CompletedRepair.vue +1 -1
  559. package/src/filiale/shexian/android/FaultAll.vue +1 -1
  560. package/src/filiale/shexian/android/RepairFirstV.vue +3 -3
  561. package/src/filiale/shexian/android/RepairInfo.vue +1 -1
  562. package/src/filiale/shexian/android/RepairOrderV.vue +4 -4
  563. package/src/filiale/shexian/pc/NewRepairPaper.vue +2 -2
  564. package/src/filiale/shexian/pc/QueryVisitHistory.vue +2 -2
  565. package/src/filiale/shexian/pc/TelAgentVoiceReport.vue +2 -2
  566. package/src/filiale/shexian/pc/TelByOrderMan.vue +2 -2
  567. package/src/filiale/shexian/pc/TelByOrderManCount.vue +2 -2
  568. package/src/filiale/shexian/pc/TelByRepairType.vue +2 -2
  569. package/src/filiale/shexian/pc/WorkList.vue +10 -10
  570. package/src/filiale/shexian/pc/WorkListAllNew.vue +2 -2
  571. package/src/filiale/shimen/pc/ChangemeterInfo.vue +1 -1
  572. package/src/filiale/shimen/pc/ComplainWork.vue +1 -1
  573. package/src/filiale/shimen/pc/RepairList.vue +1 -1
  574. package/src/filiale/shimen/pc/RepairsWork.vue +7 -7
  575. package/src/filiale/shimen/pc/Seekwork.vue +1 -1
  576. package/src/filiale/shimen/pc/SellInfo.vue +1 -1
  577. package/src/filiale/shimen/pc/WorkListAllNew.vue +2 -2
  578. package/src/filiale/siyang/android/RepairFirstV.vue +750 -0
  579. package/src/filiale/siyang/android/RepairInfo.vue +209 -0
  580. package/src/filiale/siyang/android/onlineChangeMeter.vue +576 -0
  581. package/src/filiale/siyang/android/onlineoperation.vue +436 -0
  582. package/src/filiale/siyang/pc/CheckWork.vue +294 -0
  583. package/src/filiale/siyang/pc/ComplainMsg.vue +141 -0
  584. package/src/filiale/siyang/pc/ComplainWork.vue +205 -0
  585. package/src/filiale/siyang/pc/DistributeWork.vue +181 -0
  586. package/src/filiale/siyang/pc/InstallTableWork.vue +287 -0
  587. package/src/filiale/siyang/pc/RepairsWork.vue +944 -0
  588. package/src/filiale/siyang/pc/Seekwork.vue +330 -0
  589. package/src/filiale/siyang/pc/WorkListAllNew.vue +868 -0
  590. package/src/filiale/siyang/telephone.js +19 -0
  591. package/src/filiale/siyang/telephoneAndroid.js +18 -0
  592. package/src/filiale/tianke/android/FaultAll.vue +1 -1
  593. package/src/filiale/tianke/android/RepairFirstV.vue +5 -2
  594. package/src/filiale/tianke/pc/IgnitionVentilationWork.vue +7 -7
  595. package/src/filiale/tianke/pc/NewRepairPaper.vue +2 -2
  596. package/src/filiale/tianke/pc/RepairsWork.vue +7 -7
  597. package/src/filiale/tianke/pc/WorkList.vue +8 -8
  598. package/src/filiale/tianke/pc/WorkListAllNew.vue +784 -0
  599. package/src/filiale/tianke/telephone.js +2 -1
  600. package/src/filiale/tongchuan/android/AndroidStopGasManager.vue +2 -2
  601. package/src/filiale/tongchuan/android/PhoneStandWork.vue +2 -2
  602. package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +9 -9
  603. package/src/filiale/tongchuan/android/RepairDetails.vue +2 -2
  604. package/src/filiale/tongchuan/android/RepairFirstV.vue +2 -2
  605. package/src/filiale/tongchuan/android/RepairInfo.vue +1 -1
  606. package/src/filiale/tongchuan/android/RepairOrderV.vue +4 -4
  607. package/src/filiale/tongchuan/android/TicketDetails.vue +1 -1
  608. package/src/filiale/tongchuan/pc/CallRecords.vue +1 -1
  609. package/src/filiale/tongchuan/pc/CheckWork.vue +2 -2
  610. package/src/filiale/tongchuan/pc/ComplainWork.vue +1 -1
  611. package/src/filiale/tongchuan/pc/DepRepairManCount.vue +1 -1
  612. package/src/filiale/tongchuan/pc/DistributeWork.vue +7 -27
  613. package/src/filiale/tongchuan/pc/QueryVisitHistory.vue +2 -2
  614. package/src/filiale/tongchuan/pc/RecordListLeft.vue +1 -1
  615. package/src/filiale/tongchuan/pc/RepairList.vue +1 -1
  616. package/src/filiale/tongchuan/pc/RepairsWork.vue +8 -65
  617. package/src/filiale/tongchuan/pc/SeatInfo.vue +2 -2
  618. package/src/filiale/tongchuan/pc/Seekwork.vue +1 -1
  619. package/src/filiale/tongchuan/pc/TelFindUser.vue +4 -4
  620. package/src/filiale/tongchuan/pc/TelMan.vue +2 -2
  621. package/src/filiale/tongchuan/pc/Traffic.vue +2 -2
  622. package/src/filiale/tongchuan/pc/UserWork.vue +7 -7
  623. package/src/filiale/tongchuan/pc/VisitInfo.vue +2 -2
  624. package/src/filiale/tongchuan/pc/VisitListWork.vue +2 -2
  625. package/src/filiale/tongchuan/pc/VoiceServer.vue +4 -4
  626. package/src/filiale/tongchuan/pc/WorkCenterList.vue +33 -7
  627. package/src/filiale/tongchuan/pc/WorkHistory.vue +3 -3
  628. package/src/filiale/tongchuan/pc/WorkList.vue +26 -28
  629. package/src/filiale/tongchuan/pc/WorkListAll.vue +4 -4
  630. package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +1 -1
  631. package/src/filiale/tongchuan/pc/WorkorderCheckDistributePlan.vue +184 -70
  632. package/src/filiale/tongchuan/pc/visitPlanList.vue +4 -4
  633. package/src/filiale/tongchuan/pc/visitPlanManage.vue +5 -5
  634. package/src/filiale/tongchuan/pc/visitServiceList.vue +2 -2
  635. package/src/filiale/v3new/android/FaultAll.vue +1 -1
  636. package/src/filiale/v3new/android/RepairFirstV.vue +2 -2
  637. package/src/filiale/v3new/pc/SiteBack.vue +2 -2
  638. package/src/filiale/v3new/pc/WorkCenterList.vue +3 -3
  639. package/src/filiale/v3new/pc/WorkHistory.vue +3 -3
  640. package/src/filiale/v3new/pc/WorkList.vue +10 -10
  641. package/src/filiale/v3new/pc/WorkListNew.vue +9 -9
  642. package/src/filiale/v3new/pc/serviceDeleteOrder.vue +1 -1
  643. package/src/filiale/weinanct/android/AppInstallationMaterial.vue +8 -8
  644. package/src/filiale/weinanct/android/FaultAll.vue +1 -1
  645. package/src/filiale/weinanct/android/RepairDetails.vue +1 -1
  646. package/src/filiale/weinanct/android/RepairFirstV.vue +2 -2
  647. package/src/filiale/weinanct/android/RepairOrderV.vue +4 -4
  648. package/src/filiale/weinanct/pc/TelFindUser.vue +3 -3
  649. package/src/filiale/wensu/android/AppInstallationMaterial.vue +861 -0
  650. package/src/filiale/wensu/android/FailureEdit.vue +197 -0
  651. package/src/filiale/wensu/android/FailureShow.vue +61 -0
  652. package/src/filiale/wensu/android/FaultAll.vue +919 -0
  653. package/src/filiale/wensu/android/Outlay.vue +361 -0
  654. package/src/filiale/wensu/android/QueryTemporaryRepair.vue +248 -0
  655. package/src/filiale/wensu/android/RepairDetails.vue +620 -0
  656. package/src/filiale/wensu/android/RepairFirstV.vue +708 -0
  657. package/src/filiale/wensu/android/RepairInfo.vue +174 -0
  658. package/src/filiale/wensu/android/RepairOrderV.vue +884 -0
  659. package/src/filiale/wensu/android/materialsDetails.vue +111 -0
  660. package/src/filiale/wensu/pc/CallRcords.vue +108 -0
  661. package/src/filiale/wensu/pc/ChangemeterInfo.vue +78 -0
  662. package/src/filiale/wensu/pc/ComplainWork.vue +358 -0
  663. package/src/filiale/wensu/pc/GongDan.vue +179 -0
  664. package/src/filiale/wensu/pc/InfoTable.vue +138 -0
  665. package/src/filiale/wensu/pc/InstructInfo.vue +84 -0
  666. package/src/filiale/wensu/pc/RepairsWork.vue +953 -0
  667. package/src/filiale/wensu/pc/Seekwork.vue +355 -0
  668. package/src/filiale/wensu/pc/SellInfo.vue +159 -0
  669. package/src/filiale/wensu/pc/SiteSend.vue +321 -0
  670. package/src/filiale/wensu/pc/TelFindUser.vue +343 -0
  671. package/src/filiale/wensu/pc/WorkListAllNew.vue +843 -0
  672. package/src/filiale/wensu/telephone.js +23 -0
  673. package/src/filiale/wensu/telephoneAndroid.js +32 -0
  674. package/src/filiale/wenxi/android/FaultAll.vue +22 -5
  675. package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +34 -13
  676. package/src/filiale/wenxi/android/RepairFirstV.vue +4 -1
  677. package/src/filiale/wenxi/android/RepairInfo.vue +15 -6
  678. package/src/filiale/wenxi/android/RepairOrderV.vue +42 -8
  679. package/src/filiale/wenxi/android/RepairUserInfo.vue +2 -2
  680. package/src/filiale/wenxi/android/ZHihuanFirst.vue +2 -2
  681. package/src/filiale/wenxi/pc/GasWork.vue +8 -8
  682. package/src/filiale/wenxi/pc/MetereadInfo.vue +1 -1
  683. package/src/filiale/wenxi/pc/NewTelAgentVoiceReport.vue +2 -2
  684. package/src/filiale/wenxi/pc/RecordListLeft.vue +2 -2
  685. package/src/filiale/wenxi/pc/RepairsWork.vue +7 -7
  686. package/src/filiale/wenxi/pc/TelAgentVoiceReport.vue +2 -2
  687. package/src/filiale/wenxi/pc/TelFindUser.vue +3 -3
  688. package/src/filiale/wenxi/pc/TelLossList.vue +4 -4
  689. package/src/filiale/wenxi/pc/WorkListAll.vue +69 -15
  690. package/src/filiale/wuan/android/AddMyTask.vue +3 -3
  691. package/src/filiale/wuan/android/RepairOrderV.vue +3 -3
  692. package/src/filiale/wuan/android/RepairUserInfo.vue +3 -3
  693. package/src/filiale/wuan/pc/BatchList.vue +5 -5
  694. package/src/filiale/wuan/pc/BatchListSanhu.vue +5 -5
  695. package/src/filiale/wuan/pc/CheckWork.vue +2 -2
  696. package/src/filiale/wuan/pc/GasWorkSanhu.vue +7 -7
  697. package/src/filiale/wuan/pc/RepairsWork.vue +7 -7
  698. package/src/filiale/wuan/pc/Seekwork.vue +1 -1
  699. package/src/filiale/wuan/pc/TelFindUser.vue +3 -3
  700. package/src/filiale/wuan/pc/WorkListAll.vue +3 -3
  701. package/src/filiale/wuhai/pc/CallRcords.vue +2 -2
  702. package/src/filiale/wuhai/pc/ComplainWork.vue +1 -1
  703. package/src/filiale/wuhai/pc/Console.vue +1 -1
  704. package/src/filiale/wuhai/pc/DelayReply.vue +59 -0
  705. package/src/filiale/wuhai/pc/FailureShow.vue +61 -0
  706. package/src/filiale/wuhai/pc/NewRepairPaper.vue +2 -2
  707. package/src/filiale/wuhai/pc/RecordListLeft.vue +1 -1
  708. package/src/filiale/wuhai/pc/RepairsWork.vue +8 -8
  709. package/src/filiale/wuhai/pc/SecuritycheckInfo.vue +1 -1
  710. package/src/filiale/wuhai/pc/Seekwork.vue +2 -2
  711. package/src/filiale/wuhai/pc/ServiceRcords.vue +2 -2
  712. package/src/filiale/wuhai/pc/TelFindUser.vue +4 -4
  713. package/src/filiale/wuhai/pc/Trafficassess.vue +117 -0
  714. package/src/filiale/wuhai/pc/VisitInfo.vue +311 -0
  715. package/src/filiale/wuhai/pc/WorkCenterList.vue +3 -3
  716. package/src/filiale/wuhai/pc/WorkHistory.vue +557 -0
  717. package/src/filiale/wuhai/pc/WorkList.vue +774 -0
  718. package/src/filiale/wuhai/pc/WorkListAllNew.vue +17 -5
  719. package/src/filiale/wuhai/pc/serviceDeleteOrder.vue +1 -1
  720. package/src/filiale/wuhai/telephone.js +4 -0
  721. package/src/filiale/xinjiangdexin/android/AppInstallationMaterial.vue +887 -0
  722. package/src/filiale/xinjiangdexin/android/FaultAll.vue +875 -0
  723. package/src/filiale/xinjiangdexin/pc/Materials.vue +554 -0
  724. package/src/filiale/xinjiangdexin/pc/TextService.vue +848 -0
  725. package/src/filiale/xinjiangdexin/pc/WorkListAllNew.vue +817 -0
  726. package/src/filiale/xinjiangdexin/telephone.js +16 -0
  727. package/src/filiale/xinjiangdexin/telephoneAndroid.js +13 -0
  728. package/src/filiale/xinkang/android/FaultAll.vue +1 -1
  729. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1092 -1068
  730. package/src/filiale/yangchunboneng/android/CirculationRecord.vue +99 -0
  731. package/src/filiale/yangchunboneng/android/FaultAll.vue +1044 -852
  732. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +143 -123
  733. package/src/filiale/yangchunboneng/android/Othercharge.vue +267 -110
  734. package/src/filiale/yangchunboneng/android/QueryTemporaryRepair.vue +269 -0
  735. package/src/filiale/yangchunboneng/android/RepairFirstV.vue +730 -0
  736. package/src/filiale/yangchunboneng/android/RepairInfo.vue +196 -0
  737. package/src/filiale/yangchunboneng/android/RepairOrderV.vue +881 -0
  738. package/src/filiale/yangchunboneng/android/TelSummaryReport.vue +146 -0
  739. package/src/filiale/yangchunboneng/android/TemporarySingle.vue +71 -3
  740. package/src/filiale/yangchunboneng/android/WorkHistoryAndroid.vue +590 -0
  741. package/src/filiale/yangchunboneng/android/chargesList.vue +157 -161
  742. package/src/filiale/yangchunboneng/android/onlineChangeMeter.vue +998 -0
  743. package/src/filiale/yangchunboneng/android/onlineoperation.vue +675 -0
  744. package/src/filiale/yangchunboneng/android/onlinequeryuser.vue +579 -0
  745. package/src/filiale/yangchunboneng/pc/ComplainWork.vue +363 -0
  746. package/src/filiale/yangchunboneng/pc/FailureShow.vue +61 -0
  747. package/src/filiale/yangchunboneng/pc/LogicService.js +496 -0
  748. package/src/filiale/yangchunboneng/pc/NewRepairPaper.vue +566 -0
  749. package/src/filiale/yangchunboneng/pc/OtherCharge.vue +632 -315
  750. package/src/filiale/yangchunboneng/pc/RepairsWork.vue +1055 -896
  751. package/src/filiale/yangchunboneng/pc/Seekwork.vue +350 -0
  752. package/src/filiale/yangchunboneng/pc/TelFindUser.vue +329 -0
  753. package/src/filiale/yangchunboneng/pc/WorkCenterList.vue +292 -0
  754. package/src/filiale/yangchunboneng/pc/WorkHistory.vue +616 -0
  755. package/src/filiale/yangchunboneng/pc/WorkList.vue +772 -758
  756. package/src/filiale/yangchunboneng/pc/WorkListAllNew.vue +853 -204
  757. package/src/filiale/yangchunboneng/pc/android/AppInstallationMaterial.vue +997 -0
  758. package/src/filiale/yangchunboneng/pc/android/CirculationRecord.vue +99 -0
  759. package/src/filiale/yangchunboneng/pc/android/FaultAll.vue +1011 -0
  760. package/src/filiale/yangchunboneng/pc/android/Outlay.vue +312 -0
  761. package/src/filiale/yangchunboneng/pc/android/RepairDetails.vue +609 -0
  762. package/src/filiale/yangchunboneng/pc/android/RepairInfo.vue +196 -0
  763. package/src/filiale/yangchunboneng/pc/android/RepairOrderV.vue +819 -0
  764. package/src/filiale/yangchunboneng/pc/android/WorkHistoryAndroid.vue +590 -0
  765. package/src/filiale/yangchunboneng/pc/android/chargesList.vue +157 -0
  766. package/src/filiale/yangchunboneng/telephone.js +58 -17
  767. package/src/filiale/yangchunboneng/telephoneAndroid.js +27 -17
  768. package/src/filiale/yuansheng/android/RepairFirstV.vue +2 -2
  769. package/src/filiale/yuansheng/android/RepairInfo.vue +1 -1
  770. package/src/filiale/yuansheng/pc/HandplanInfo.vue +1 -1
  771. package/src/filiale/yuansheng/pc/MetereadInfo.vue +1 -1
  772. package/src/filiale/yuansheng/pc/ReservationWork.vue +1 -1
  773. package/src/filiale/yuansheng/pc/TelFindUser.vue +3 -3
  774. package/src/filiale/yuncheng/android/RepairInfo.vue +1 -1
  775. package/src/filiale/yuncheng/android/RepairOrderV.vue +5 -5
  776. package/src/filiale/yuncheng/android/RepairUserInfo.vue +3 -3
  777. package/src/filiale/yuncheng/android/TemporarySingle.vue +18 -4
  778. package/src/filiale/yuncheng/android/ZHihuanFirst.vue +74 -2
  779. package/src/filiale/yuncheng/pc/DistributeWork.vue +38 -0
  780. package/src/filiale/yuncheng/pc/GasWork.vue +10 -9
  781. package/src/filiale/yuncheng/pc/TelFindUser.vue +22 -6
  782. package/src/filiale/yuncheng/pc/TelLossList.vue +272 -0
  783. package/src/filiale/yuncheng/pc/WorkList.vue +37 -11
  784. package/src/filiale/yuncheng/pc/WorkListAllNew.vue +194 -60
  785. package/src/filiale/yuncheng/pc/WorkListNew.vue +802 -0
  786. package/src/filiale/yuncheng/telephone.js +2 -0
  787. package/src/filiale/zhongsheng/android/FaultAll.vue +1 -1
  788. package/src/filiale/zhongsheng/android/RepairOrderV.vue +4 -4
  789. package/src/filiale/zhongsheng/android/RepairUserInfo.vue +3 -3
  790. package/src/filiale/zhongsheng/pc/ComplainWork.vue +1 -1
  791. package/src/filiale/zhongsheng/pc/Console.vue +1 -1
  792. package/src/filiale/zhongsheng/pc/IgnitionVentilationWork.vue +7 -7
  793. package/src/filiale/zhongsheng/pc/RepairsWork.vue +7 -7
  794. package/src/filiale/zhongsheng/pc/Seekwork.vue +1 -1
  795. package/src/filiale/zhongsheng/pc/TelFindUser.vue +3 -3
  796. package/src/filiale/zhongsheng/pc/WorkList.vue +77 -38
  797. package/src/filiale/zhongsheng/pc/WorkListAll.vue +3 -3
  798. package/src/filiale/zhongyi/android/FaultAll.vue +1 -1
  799. package/src/filiale/zhongyi/android/RepairFirstV.vue +7 -3
  800. package/src/filiale/zhongyi/pc/IgnitionVentilationWork.vue +7 -7
  801. package/src/filiale/zhongyi/pc/NewRepairPaper.vue +39 -5
  802. package/src/filiale/zhongyi/pc/RepairsWork.vue +10 -11
  803. package/src/filiale/zhongyi/pc/WorkList.vue +8 -8
  804. package/src/filiale/zhongyi/pc/WorkListAllNew.vue +3 -3
  805. package/src/filiale/zhoukou/android/FaultAll.vue +1 -1
  806. package/src/filiale/zhoukou/android/Othercharge.vue +8 -8
  807. package/src/filiale/zhoukou/android/OtherchargeZhoukou.vue +7 -7
  808. package/src/filiale/zhoukou/android/RepairDetails.vue +2 -2
  809. package/src/filiale/zhoukou/android/RepairFirstV.vue +2 -2
  810. package/src/filiale/zhoukou/android/RepairOrderV.vue +3 -3
  811. package/src/filiale/zhoukou/android/RepairUserInfo.vue +2 -2
  812. package/src/filiale/zhoukou/android/createQRcode.vue +2 -2
  813. package/src/filiale/zhoukou/android/onlineBuyGas.vue +12 -12
  814. package/src/filiale/zhoukou/android/onlineoperation.vue +5 -5
  815. package/src/filiale/zhoukou/android/onlinequeryuser.vue +4 -4
  816. package/src/filiale/zhoukou/pc/DisableInforMation.vue +82 -0
  817. package/src/filiale/zhoukou/pc/DistributeWork.vue +176 -0
  818. package/src/filiale/zhoukou/pc/HandplanInfo.vue +129 -0
  819. package/src/filiale/zhoukou/pc/InstructInfo.vue +86 -0
  820. package/src/filiale/zhoukou/pc/MetereadInfo.vue +80 -0
  821. package/src/filiale/zhoukou/pc/NewRepairPaper.vue +2 -2
  822. package/src/filiale/zhoukou/pc/RepairsWork.vue +926 -0
  823. package/src/filiale/zhoukou/pc/SellInfo.vue +279 -0
  824. package/src/filiale/zhoukou/pc/SiteSend.vue +5 -5
  825. package/src/filiale/zhoukou/pc/VoiceServer.vue +206 -0
  826. package/src/filiale/zhoukou/pc/WorkCenterList.vue +288 -0
  827. package/src/filiale/zhoukou/pc/WorkHistory.vue +2 -2
  828. package/src/filiale/zhoukou/pc/WorkList.vue +7 -7
  829. package/src/filiale/zhoukou/pc/WorkListAllNew.vue +2 -2
  830. package/src/filiale/zhoukou/telephone.js +10 -1
  831. package/src/main.js +3 -1
  832. package/src/plugins/DataSql.js +1 -1
  833. package/src/plugins/HttpLoad.js +4 -4
  834. package/src/plugins/LoadData.js +1 -1
  835. package/src/plugins/LoadParams.js +2 -2
  836. package/src/telephone-android.js +41 -3
  837. package/src/telephone.js +752 -715
  838. package/src/weinan-android.js +4 -4
  839. package/src/weinan.js +8 -2
  840. package/static/js/ctilink.js +1 -1
  841. package/static/js/jquery-1.11.0.min.js +4 -0
  842. package/static/js/ola_api.js +345 -0
  843. 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="../AMapApp.js"></script>
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.0.117",
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.61",
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.24.116",
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
- // 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>
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
@@ -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 xy = this.$appdata.getSingleValue('协议') ? this.$appdata.getSingleValue('协议') : "http://"
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 style="width: 80px" class="font_normal_body">类别</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 style="width: 80px" class="font_normal_body">编码</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" v-if="quanxian.includes('修改展示树')">
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
-