telephone-clients 3.0.72-9 → 3.0.73-2

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 (140) hide show
  1. package/.babelignore +1 -0
  2. package/.babelrc +2 -1
  3. package/package.json +8 -5
  4. package/src/App.vue +17 -17
  5. package/src/assets/list.png +0 -0
  6. package/src/assets/person.png +0 -0
  7. package/src/assets//345/222/250/350/257/242/345/215/225.png +0 -0
  8. package/src/assets//345/267/245/345/215/225/347/273/237/350/256/241.png +0 -0
  9. package/src/assets//345/267/262/345/217/226/346/266/210/345/267/245/345/215/225.png +0 -0
  10. package/src/assets//345/267/262/345/256/214/346/210/220/345/267/245/345/215/225.png +0 -0
  11. package/src/assets//345/267/262/345/256/214/347/273/223/345/267/245/345/215/225.png +0 -0
  12. package/src/assets//345/267/262/351/200/276/346/234/237/345/267/245/345/215/225.png +0 -0
  13. package/src/assets//346/212/225/350/257/211/345/215/225.png +0 -0
  14. package/src/assets//346/243/200/346/237/245/345/215/225.png +0 -0
  15. package/src/assets//347/264/257/350/256/241/345/215/225/346/225/260.png +0 -0
  16. package/src/assets//347/273/264/344/277/256/345/215/225.png +0 -0
  17. package/src/assets//350/277/233/350/241/214/344/270/255/345/267/245/345/215/225.png +0 -0
  18. package/src/components/MaterialsManage/MaterialsBase.vue +163 -0
  19. package/src/components/MaterialsManage/MaterialsList.vue +244 -0
  20. package/src/components/MaterialsManage/MaterialsManage.vue +60 -0
  21. package/src/components/Util.js +28 -2
  22. package/src/components/pc/QueryVisitHistory.vue +217 -181
  23. package/src/components/pc/RecordListLeft.vue +102 -102
  24. package/src/components/pc/TelFindUser.vue +9 -0
  25. package/src/components/pc/TelLossList.vue +107 -7
  26. package/src/components/pc/WorkList.vue +8 -3
  27. package/src/components/pc/WorkListAllNew.vue +677 -671
  28. package/src/components/pc/analysis/AnalysisMain.vue +290 -290
  29. package/src/components/pc/imgmove.vue +192 -0
  30. package/src/components/telreport/TelMan.vue +1 -2
  31. package/src/components/workorder/AppInstallationMaterial.vue +3 -0
  32. package/src/components/workorder/PhoneUpDetail.vue +994 -0
  33. package/src/components/workorder/PhoneUpUserinfo.vue +929 -0
  34. package/src/components/workorder/RepairDetails.vue +35 -0
  35. package/src/components/workorder/RepairOrderV.vue +1 -1
  36. package/src/filiale/furuike/android/CompletedRepair.vue +210 -0
  37. package/src/filiale/furuike/android/FaultAll.vue +10 -0
  38. package/src/filiale/furuike/android/Materials.vue +81 -46
  39. package/src/filiale/furuike/android/RepairFirstVnew.vue +1 -1
  40. package/src/filiale/furuike/android/RepairOrderVnew.vue +15 -6
  41. package/src/filiale/furuike/pc/ChangemeterInfo.vue +1 -1
  42. package/src/filiale/furuike/pc/ComplainWork.vue +6 -2
  43. package/src/filiale/furuike/pc/DeviceInfo.vue +1 -1
  44. package/src/filiale/furuike/pc/DisableInforMation.vue +1 -1
  45. package/src/filiale/furuike/pc/HandplanInfo.vue +1 -1
  46. package/src/filiale/furuike/pc/InstructInfo.vue +1 -1
  47. package/src/filiale/furuike/pc/MaterialWorkOrder/MaterialWork.vue +400 -0
  48. package/src/filiale/furuike/pc/MaterialWorkOrder/MaterialWorkOrderManage.vue +63 -0
  49. package/src/filiale/furuike/pc/MaterialWorkOrder/WorkOrderMaterial.vue +381 -0
  50. package/src/filiale/furuike/pc/MetereadInfo.vue +1 -1
  51. package/src/filiale/furuike/pc/MetterInfo.vue +1 -1
  52. package/src/filiale/furuike/pc/QueryVisitHistory.vue +183 -0
  53. package/src/filiale/furuike/pc/RecordListLeft.vue +259 -196
  54. package/src/filiale/furuike/pc/RepairsWork.vue +9 -5
  55. package/src/filiale/furuike/pc/Seekwork.vue +6 -4
  56. package/src/filiale/furuike/pc/SellInfo.vue +1 -1
  57. package/src/filiale/furuike/pc/TelFindUser.vue +4 -4
  58. package/src/filiale/furuike/pc/TelLossList.vue +145 -0
  59. package/src/filiale/furuike/pc/WorkListAllNew.vue +444 -364
  60. package/src/filiale/furuike/telephone.js +18 -0
  61. package/src/filiale/furuike/telephoneAndroid.js +4 -1
  62. package/src/filiale/hanzhong/pc/AnalysisMain.vue +477 -0
  63. package/src/filiale/hanzhong/pc/StateStatistics.vue +292 -0
  64. package/src/filiale/hanzhong/pc/TelLossList.vue +137 -0
  65. package/src/filiale/hanzhong/pc/TelephoneAnaly.vue +104 -0
  66. package/src/filiale/hanzhong/pc/TelephoneType.vue +269 -0
  67. package/src/filiale/hanzhong/telephone.js +12 -2
  68. package/src/filiale/kelai/pc/Trafficassess.vue +159 -0
  69. package/src/filiale/kelai/telephone.js +1 -0
  70. package/src/filiale/qianneng/android/AppInstallationMaterial.vue +720 -0
  71. package/src/filiale/qianneng/android/FaultAll.vue +902 -902
  72. package/src/filiale/qianneng/android/RepairDetails.vue +610 -0
  73. package/src/filiale/qianneng/android/RepairFirstV.vue +2 -2
  74. package/src/filiale/qianneng/android/RepairInfo.vue +1 -1
  75. package/src/filiale/qianneng/android/TemporarySingle.vue +501 -483
  76. package/src/filiale/qianneng/pc/ComplainWork.vue +324 -0
  77. package/src/filiale/qianneng/pc/FailureEdit.vue +109 -90
  78. package/src/filiale/qianneng/pc/RepairsWork.vue +66 -10
  79. package/src/filiale/qianneng/pc/Seekwork.vue +308 -0
  80. package/src/filiale/qianneng/pc/WorkHistory.vue +589 -588
  81. package/src/filiale/qianneng/pc/WorkListAllNew.vue +680 -0
  82. package/src/filiale/qianneng/telephone.js +23 -20
  83. package/src/filiale/qianneng/telephoneAndroid.js +1 -0
  84. package/src/filiale/rizhao/pc/NewRepairPaper.vue +396 -0
  85. package/src/filiale/rizhao/pc/TelMan.vue +12 -12
  86. package/src/filiale/rizhao/pc/WorkList.vue +783 -784
  87. package/src/filiale/rizhao/pc/imgmove.vue +194 -0
  88. package/src/filiale/rizhao/telephone.js +58 -56
  89. package/src/filiale/rongcheng/WorkListAll.vue +20 -8
  90. package/src/filiale/rongcheng/batchPrintSafeCheckOrder.vue +303 -0
  91. package/src/filiale/rongcheng/telephone.js +3 -1
  92. package/src/filiale/tianke/android/FaultAll.vue +854 -0
  93. package/src/filiale/tianke/android/RepairFirstV.vue +614 -0
  94. package/src/filiale/tianke/android.js +12 -0
  95. package/src/filiale/tianke/pc/DistributeWork.vue +180 -0
  96. package/src/filiale/tianke/pc/IgnitionVentilationWork.vue +801 -0
  97. package/src/filiale/tianke/pc/NewRepairPaper.vue +370 -0
  98. package/src/filiale/tianke/pc/RepairsWork.vue +794 -0
  99. package/src/filiale/tianke/pc/WorkList.vue +769 -0
  100. package/src/filiale/tianke/telephone.js +17 -0
  101. package/src/filiale/tianke/telephoneAndroid.js +13 -0
  102. package/src/filiale/tongchuan/android/AndroidStopGasManager.vue +321 -274
  103. package/src/filiale/tongchuan/android/CompletedRepair.vue +211 -0
  104. package/src/filiale/tongchuan/android/PhoneStandWork.vue +409 -376
  105. package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +1005 -0
  106. package/src/filiale/tongchuan/android/RepairInfo.vue +172 -0
  107. package/src/filiale/tongchuan/android/RepairOrderV.vue +1446 -0
  108. package/src/filiale/tongchuan/android/TicketDetails.vue +408 -0
  109. package/src/filiale/tongchuan/pc/ExportExcel.vue +204 -0
  110. package/src/filiale/tongchuan/pc/QueryVisitHistory.vue +236 -0
  111. package/src/filiale/tongchuan/pc/RepairList.vue +102 -0
  112. package/src/filiale/tongchuan/pc/RepairWorkReport.vue +119 -0
  113. package/src/filiale/tongchuan/pc/SeatInfo.vue +2 -2
  114. package/src/filiale/tongchuan/pc/ServiceDetails.vue +8 -1
  115. package/src/filiale/tongchuan/pc/TelFindUser.vue +3 -1
  116. package/src/filiale/tongchuan/pc/TelMan.vue +137 -0
  117. package/src/filiale/tongchuan/pc/Traffic.vue +98 -0
  118. package/src/filiale/tongchuan/pc/VisitInfo.vue +298 -0
  119. package/src/filiale/tongchuan/pc/WorkCenterList.vue +4 -1
  120. package/src/filiale/tongchuan/pc/WorkListAll.vue +690 -652
  121. package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +215 -0
  122. package/src/filiale/tongchuan/telephone.js +47 -40
  123. package/src/filiale/tongchuan/telephoneAndroid.js +22 -19
  124. package/src/filiale/wenxi/android/RepairOrderV.vue +1419 -1414
  125. package/src/filiale/wenxi/pc/FailureEdit.vue +206 -203
  126. package/src/filiale/wenxi/pc/WorkListAll.vue +642 -631
  127. package/src/filiale/yuansheng/pc/TelFindUser.vue +237 -0
  128. package/src/filiale/yuansheng/pc/VoiceServer.vue +208 -0
  129. package/src/filiale/yuansheng/telephone.js +14 -0
  130. package/src/filiale/zhongsheng/pc/RepairsWork.vue +775 -0
  131. package/src/filiale/zhongsheng/telephone.js +2 -2
  132. package/src/filiale/zhongyi/android/FaultAll.vue +52 -98
  133. package/src/filiale/zhongyi/android.js +1 -1
  134. package/src/filiale/zhongyi/pc/RepairsWork.vue +3 -0
  135. package/src/filiale/zhongyi/telephoneAndroid.js +1 -1
  136. package/src/filiale/zhoukou/android/onlinequeryuser.vue +468 -0
  137. package/src/filiale/zhoukou/telephoneAndroid.js +2 -2
  138. package/src/main.js +1 -1
  139. package/src/telephone-android.js +363 -356
  140. package/src/telephone.js +733 -727
package/.babelignore ADDED
@@ -0,0 +1 @@
1
+ **/*.min.js
package/.babelrc CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "presets": ["es2015", "stage-2"],
3
3
  "plugins": ["transform-runtime"],
4
- "comments": false
4
+ "comments": false,
5
+ "ignore": ["jsoneditor.min.js"]
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "3.0.72-9",
3
+ "version": "3.0.73-2",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "unit": "karma start test/unit/karma.conf.js",
12
12
  "example": "node build/example-server.js",
13
- "dev": "node build/dev-server.js",
13
+ "dev": "webpack-dev-server --config ./build/dev-server.js",
14
14
  "android": "node build/dev-android.js",
15
15
  "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
16
16
  "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
@@ -44,6 +44,7 @@
44
44
  "babel-preset-stage-2": "^6.0.0",
45
45
  "chai": "^3.5.0",
46
46
  "chromedriver": "^2.21.2",
47
+ "compression-webpack-plugin": "^1.1.2",
47
48
  "connect-history-api-fallback": "^1.1.0",
48
49
  "cross-env": "^1.0.7",
49
50
  "cross-spawn": "^2.1.5",
@@ -59,7 +60,7 @@
59
60
  "eslint-plugin-vue": "^0.1.1",
60
61
  "eventsource-polyfill": "^0.9.6",
61
62
  "express": "^4.13.3",
62
- "extract-text-webpack-plugin": "^1.0.1",
63
+ "extract-text-webpack-plugin": "^3.0.2",
63
64
  "file-loader": "^0.8.4",
64
65
  "function-bind": "^1.0.2",
65
66
  "html-webpack-plugin": "^2.30.1",
@@ -93,8 +94,9 @@
93
94
  "sinon-chai": "^2.8.0",
94
95
  "style": "0.0.3",
95
96
  "style-loader": "^0.20.3",
96
- "system-clients": "3.2.50",
97
+ "system-clients": "3.2.61",
97
98
  "system-phone": "1.2.100",
99
+ "terser-webpack-plugin-legacy": "^1.2.5",
98
100
  "url-loader": "^0.5.7",
99
101
  "vue-client": "1.24.74",
100
102
  "vue-hot-reload-api": "^1.2.0",
@@ -105,8 +107,9 @@
105
107
  "vue-strap": "^1.0.9",
106
108
  "vue-style-loader": "^1.0.0",
107
109
  "vue-validator": "2.1.7",
108
- "webpack": "^1.12.2",
110
+ "webpack": "^3.12.0",
109
111
  "webpack-dev-middleware": "^1.4.0",
112
+ "webpack-dev-server": "^2.9.7",
110
113
  "webpack-hot-middleware": "^2.6.0",
111
114
  "webpack-merge": "^0.8.3"
112
115
  }
package/src/App.vue CHANGED
@@ -9,19 +9,19 @@
9
9
  <!--<route :comp="{name: 'other_charge-zhoukou'}"></route>-->
10
10
 
11
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>-->
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
25
  </article>
26
26
  </div>
27
27
  </app-base>
@@ -29,7 +29,7 @@
29
29
 
30
30
  <script>
31
31
 
32
- import Vue from 'vue'
32
+ import Vue from 'vue'
33
33
  export default {
34
34
  title: 'app',
35
35
  data () {
@@ -43,10 +43,10 @@ export default {
43
43
  // Vue.mmType = 'AES'
44
44
  // Vue.mm = (!+[]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([][[]]+[])[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+[]))+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+[]))+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+[])+([]+{})[!+[]+!![]+!![]+!![]+!![]])+([]+{})[!+[]+!![]]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+[]))+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])([][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+(![]+[])[!+[]+!![]]+([]+{})[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+(!![]+[])[+[]]+([][[]]+[])[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]])(!+[]+!![]+!![]+!![]+!![]+!![]))[!+[]+!![]+!![]]+([][[]]+[])[!+[]+!![]+!![]])(!+[]+!![]+!![]+!![]+!![])(([]+{})[+[]])[+[]]+(!+[]+!![]+!![]+!![]+!![]+[])+(+{}+[])[+!![]])
45
45
  // },
46
- // 针对长安的分页面
46
+ // // 针对长安的分页面
47
47
  // ready () {
48
- // 加载参数,融合产品时删除,即可
49
- // LoadData.load()
48
+ // // 加载参数,融合产品时删除,即可
49
+ // LoadData.load()
50
50
  // }
51
51
  }
52
52
  </script>
Binary file
Binary file
@@ -0,0 +1,163 @@
1
+ <template>
2
+ <div class="auto select-overspread" style="overflow-y: scroll;overflow-x: hidden">
3
+ <ul class="nav nav-tabs" style="position: relative">
4
+ <p class="bg-info text-center" style="padding: 8px;">{{ title }}</p>
5
+ <h3 class="txtline" v-if="model.parent_name">上一级【{{ model.parent_name }}】</h3>
6
+ </ul>
7
+ <div class="row" style="margin-top:1rem;">
8
+ <div class="col-sm-6">
9
+ <label class="font_normal_body">名称</label>
10
+ <input type="text"
11
+ :disabled="look"
12
+ v-model="model.name" style="width:60%"
13
+ class="input_search full-with" placeholder="名称">
14
+ </div>
15
+ <div class="col-sm-6">
16
+ <label class="font_normal_body">类别</label>
17
+ <v-select :disabled="look"
18
+ v-model="model.type"
19
+ placeholder='项目类别'
20
+ :value.sync="model.type"
21
+ :value-single="true"
22
+ :options='types'></v-select>
23
+ </div>
24
+ </div>
25
+ <div class="row" style="margin-top:1rem;" v-if="model.type ==='型号'">
26
+ <div class="col-sm-6">
27
+ <label class="font_normal_body">单位</label>
28
+ <input type="text"
29
+ :disabled="look"
30
+ v-model="model.unit" style="width:60%"
31
+ class="input_search full-with" id="name" placeholder="计量单位">
32
+ </div>
33
+ <div class="col-sm-6">
34
+ <label class="font_normal_body">编码</label>
35
+ <input type="text"
36
+ :disabled="look"
37
+ v-model="model.code" style="width:60%"
38
+ class="input_search full-with" id="name" placeholder="物料编码">
39
+ </div>
40
+ <div class="col-sm-6">
41
+ <label class="font_normal_body">单价</label>
42
+ <input type="text"
43
+ :disabled="look"
44
+ v-model="model.price" style="width:60%"
45
+ class="input_search full-with" id="name" placeholder="物料单价">
46
+ </div>
47
+ </div>
48
+ <!-- 按钮 -->
49
+ <div class="row col-sm-12" style="margin-top: 1rem">
50
+ <button @click="confirm()" v-show="!look" class="btn button_search col-sm-1 col-sm-offset-5"
51
+ style="width: 70px">
52
+ <span class="glyphicon glyphicon-floppy-disk"></span>保存
53
+ </button>
54
+ <button @click='cancel()' class="btn button_clear col-sm-1 col-sm-offset-1" style="width: 70px">
55
+ <span class=" glyphicon glyphicon-log-out"></span>返回
56
+ </button>
57
+ </div>
58
+ <div class="row col-sm-12" style="margin-top: 18rem">
59
+ </div>
60
+ <work-busy :is-busy="isbusy"></work-busy>
61
+ </div>
62
+ </template>
63
+
64
+ <script>
65
+
66
+ export default {
67
+ title: '功能',
68
+ props: ['parent', 'data', 'look', 'title'],
69
+ data () {
70
+ return {
71
+ model: {
72
+ menu_id: null,
73
+ menu_name: '',
74
+ parent_id: '0',
75
+ component: null,
76
+ create_by: '',
77
+ depict: '',
78
+ type: ''
79
+ },
80
+ type: '',
81
+ isbusy: false,
82
+ types: this.$appdata.getParam('材料管理-项目类别') ? this.$appdata.getParam('材料管理-项目类别') : [{
83
+ label: '型号',
84
+ value: '型号'
85
+ }, {label: '燃气具设备', value: '燃气具设备'}, {label: '报建', value: '报建'},
86
+ {label: '规格', value: '规格'}, {label: '材料', value: '材料'}, {label: '品名', value: '品名'}],
87
+ showFile: 'false',
88
+ file: []
89
+ }
90
+ },
91
+ watch: {
92
+ data: {
93
+ handler (n, o) {
94
+ // if (!n.menu_id&&n.menu_id !== o.menu_id)
95
+ this.initdata()
96
+ },
97
+ deep: true // 对象内部属性的监听,关键。
98
+ }
99
+ },
100
+ ready () {
101
+ this.initdata()
102
+ },
103
+ methods: {
104
+ // 初始化数据
105
+ initdata () {
106
+ this.model = {
107
+ id: null,
108
+ name: '',
109
+ parent_id: '0',
110
+ create_by: '',
111
+ type: ''
112
+ }
113
+ this.model = Object.assign({}, this.model, this.data)
114
+ // this.type = this.model.type
115
+ // if (this.model.id) {
116
+ // this.$resetpost('rs/sql/singleTable_OrderBy', {
117
+ // data: {
118
+ // items: '*',
119
+ // table: 't_material_info',
120
+ // condition: ` 1 = 1 and id = ${this.model.id}`,
121
+ // order: 'id desc'
122
+ // }
123
+ // }, {rejectMsg: null, resolveMsg: null})
124
+ // }
125
+ },
126
+ // 关闭文件上传对话框
127
+ closeFile () {
128
+ this.showFile = 'false'
129
+ // 将选的文件清空
130
+ this.$refs.file.$el.querySelector('input').value = ''
131
+ },
132
+ cancel () {
133
+ this.$dispatch('cancel')
134
+ },
135
+ async confirm () {
136
+ await this.$resetpost('rs/entity/t_material_info', this.model).then(res =>
137
+ this.$parent.$refs.funlist.searchData()
138
+ )
139
+ },
140
+ importFile () {
141
+ this.showFile = 'true'
142
+ },
143
+ delFile (row) {
144
+ if (!this.look) {
145
+ this.$resetdelete(`rs/entity/t_material_info`, {id: row.id}).then(res =>
146
+ this.initdata()
147
+ )
148
+ }
149
+ }
150
+ },
151
+ events: {}
152
+ }
153
+ </script>
154
+
155
+ <style>
156
+ .full-with {
157
+ width: 100%;
158
+ }
159
+
160
+ #ldapDisplayUploadFile {
161
+ height: auto !important;
162
+ }
163
+ </style>
@@ -0,0 +1,244 @@
1
+ <template>
2
+ <div class="flex" style="flex:1; ">
3
+ <work-busy :is-busy="seaching"></work-busy>
4
+ <div class="row form-horizontal select-overspread container-fluid auto" partial>
5
+ <div novalidate class="form-inline auto" partial>
6
+ <div class="form-group col-sm-2">
7
+ <input type="text" class="form-control" @keydown.enter="search"
8
+ style="width:150px" v-model="search_str"
9
+ placeholder='请输入搜索'>
10
+ </div>
11
+ <div class="form-group col-sm-2">
12
+ <button class="button_search button_spacing" style="width:80px;margin-left:30px;"
13
+ @click="search" v-el:cx>
14
+ 查询
15
+ </button>
16
+ </div>
17
+ <div class="form-group col-sm-4" v-if="quanxian.includes('修改展示树')">
18
+ <button class="button_search button_spacing"
19
+ @click="confirm" v-el:cx>
20
+ 添加一个根目录
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
+ </div>
31
+ </div>
32
+ </div>
33
+ <div id="orglist">
34
+ <tree-grid class=" list_area table_sy" style="overflow: auto" v-ref:list :model='model'>
35
+ <template partial='head'>
36
+ <tr>
37
+ <th>功能名称</th>
38
+ </tr>
39
+ </template>
40
+ <template partial='body'>
41
+ <td>
42
+ <tree-grid-item :row="row" iconsize="15px">
43
+ <span partial>
44
+ {{ row.data.name }}
45
+ <span style="float: right">
46
+ <button class="button_spacing button_export" v-if="row.data.type !=='型号'" @click.stop="$parent.$parent.addRes(row.data)">添加功能</button>
47
+ <button class="button_spacing button_clear" @click.stop="$parent.$parent.modifyRes(row)">修改功能</button>
48
+ <button class="button_spacing button_delete" @click.stop="$parent.$parent.delRes(row)">删除功能</button>
49
+ </span>
50
+ </span>
51
+ </tree-grid-item>
52
+ </td>
53
+ </template>
54
+ </tree-grid>
55
+ </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
+ </div>
69
+ </template>
70
+ <script>
71
+
72
+ /**
73
+ * 构造树型结构数据
74
+ */
75
+ let handleTree = function (data, id, parentId, children) {
76
+ console.log(JSON.stringify(data))
77
+ let config = {
78
+ id: id || 'id',
79
+ parentId: parentId || 'parent_id',
80
+ childrenList: children || 'children'
81
+ }
82
+ const childrenListMap = {}
83
+ const nodeIds = {}
84
+ const tree = []
85
+ for (let d of data) {
86
+ let parentId = d[config.parentId]
87
+ if (childrenListMap[parentId] == null) {
88
+ childrenListMap[parentId] = []
89
+ }
90
+ nodeIds[d[config.id]] = d
91
+ childrenListMap[parentId].push(d)
92
+ }
93
+ for (let d of data) {
94
+ let parentId = d[config.parentId]
95
+ if (nodeIds[parentId] == null) {
96
+ tree.push(d)
97
+ }
98
+ }
99
+ for (let t of tree) {
100
+ adaptToChildrenList(t)
101
+ }
102
+
103
+ function adaptToChildrenList (o) {
104
+ if (childrenListMap[o[config.id]] !== null) {
105
+ o[config.childrenList] = childrenListMap[o[config.id]]
106
+ }
107
+ if (o[config.childrenList]) {
108
+ for (let c of o[config.childrenList]) {
109
+ adaptToChildrenList(c)
110
+ }
111
+ }
112
+ }
113
+ console.log(JSON.stringify(tree))
114
+
115
+ return tree
116
+ }
117
+
118
+ export default {
119
+ title: '功能管理',
120
+ data () {
121
+ return {
122
+ model: {},
123
+ search_str: '',
124
+ seaching: false,
125
+ quanxian: this.$login.r,
126
+ materialImport: false,
127
+ accept: ".xlsx,.xls",
128
+ headers: {'username': this.$login.f.name},
129
+ }
130
+ },
131
+ ready () {
132
+ console.log(this.$login.r)
133
+ this.searchData()
134
+ },
135
+ 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
+ // 查找资源
154
+ /**
155
+ *
156
+ * @param model 是否修改model
157
+ * @param condition 查询条件
158
+ * @returns {Promise<*>} 返回值为不是树状结构的数组
159
+ */
160
+ async searchData (model, condition) {
161
+ let data = {
162
+ condition: condition || '1 = 1'
163
+ }
164
+ data.condition += " and too.id = '" + this.$login.f.orgid + "'"
165
+ this.seaching = true
166
+ let temp = await this.$resetpost('rs/logic/query_material_tel', {data}, {rejectMsg: null, resolveMsg: null})
167
+ if (!model) {
168
+ this.model = handleTree(temp.data)
169
+ }
170
+ this.seaching = false
171
+ return temp.data
172
+ },
173
+ // 查询方法
174
+ search () {
175
+ let condition = this.search_str || this.search_str !== '' ? `name like '%${this.search_str}%'` : ' 1=1 '
176
+ this.searchData(false, condition)
177
+ },
178
+ // 添加资源
179
+ addRes (obj) {
180
+ this.$dispatch('add-res', obj)
181
+ },
182
+ // 修改资源
183
+ modifyRes (obj) {
184
+ this.$dispatch('modify-res', obj)
185
+ },
186
+ // 删除资源
187
+ async delRes (obj) {
188
+ let temp = await this.searchData(true, `parent_id = ${obj.data.id}`)
189
+ if (temp.length > 0) {
190
+ this.$showAlert('请先删除子目录!', 'warning', 2000)
191
+ return
192
+ }
193
+ this.$resetdelete(`rs/entity/t_material_info`, {id: obj.data.id}).then(res =>
194
+ this.searchData()
195
+ )
196
+ },
197
+ async confirm () {
198
+ let model = {
199
+ name: '一个根目录',
200
+ parent_id: '0',
201
+ component: null,
202
+ create_by: '',
203
+ depict: '',
204
+ type: '普通模式'
205
+ }
206
+ await this.$resetpost('rs/entity/t_material_info', model).then(res =>
207
+ this.searchData()
208
+ )
209
+ }
210
+ },
211
+ computed: {},
212
+ 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
+ }
231
+
232
+ }
233
+ </script>
234
+ <style>
235
+ #orglist div {
236
+ margin-left: 0;
237
+ color: #000;
238
+ }
239
+
240
+ #orglist span {
241
+ color: #000;
242
+ }
243
+ </style>
244
+