system-clients 3.2.55-1 → 3.2.55-furuike

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 (251) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/.eslintrc.js +16 -16
  4. package/.gradle/7.4/checksums/checksums.lock +0 -0
  5. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  6. package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
  7. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  8. package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
  9. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  10. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  11. package/.gradle/buildOutputCleanup/cache.properties +1 -1
  12. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  13. package/.gradle/file-system.probe +0 -0
  14. package/CHANGELOG.md +51 -51
  15. package/README.md +36 -36
  16. package/SystemClient.iml +8 -8
  17. package/build/css-loaders.js +34 -34
  18. package/build/dev-client.js +8 -8
  19. package/build/example-server.js +80 -80
  20. package/build/release.sh +28 -28
  21. package/build/utils.js +71 -71
  22. package/build/webpack.base.conf.js +85 -85
  23. package/build/webpack.dev.conf.js +31 -31
  24. package/build/webpack.example.conf.js +49 -49
  25. package/build/webpack.prod.conf.js +60 -60
  26. package/build/webpack.test.conf.js +31 -31
  27. package/build.gradle +6 -6
  28. package/config/dev.env.js +6 -6
  29. package/config/index.js +38 -38
  30. package/config/prod.env.js +3 -3
  31. package/config/test.env.js +6 -6
  32. package/doc/Login.md +7 -7
  33. package/examples/LoginPage/App.vue +21 -21
  34. package/examples/LoginPage/index.html +11 -11
  35. package/examples/LoginPage/main.js +15 -15
  36. package/examples/ReadCard/App.vue +23 -23
  37. package/examples/ReadCard/index.html +11 -11
  38. package/examples/ReadCard/main.js +12 -12
  39. package/index.html +21 -21
  40. package/package.json +2 -2
  41. package/release.bat +5 -5
  42. package/src/App.vue +24 -24
  43. package/src/LodopFuncs.js +123 -123
  44. package/src/assets/binding.svg +1 -1
  45. package/src/assets/unbind.svg +1 -1
  46. package/src/assets//345/205/254/345/221/212.svg +1 -1
  47. package/src/assets//347/207/203/346/260/224/347/274/264/350/264/271.eps +116 -116
  48. package/src/assets//350/201/224/347/263/273/346/210/221/344/273/254.svg +1 -1
  49. package/src/components/List.vue +51 -51
  50. package/src/components/Main.vue +785 -785
  51. package/src/components/TabButton.vue +201 -201
  52. package/src/components/Table.js +74 -74
  53. package/src/components/Tabs.vue +67 -67
  54. package/src/components/Util.js +343 -343
  55. package/src/components/addressManage/AddressCascadingMenu.vue +145 -145
  56. package/src/components/equipment/EquipmentManage.vue +65 -65
  57. package/src/components/equipment/PcAdd.vue +105 -105
  58. package/src/components/equipment/PcList.vue +119 -119
  59. package/src/components/equipment/PcManage.vue +60 -60
  60. package/src/components/equipment/PhoneAdd.vue +107 -107
  61. package/src/components/equipment/PhoneList.vue +112 -112
  62. package/src/components/equipment/PhoneManage.vue +60 -60
  63. package/src/components/equipment/PosAdd.vue +323 -323
  64. package/src/components/equipment/PosList.vue +294 -294
  65. package/src/components/equipment/PosManage.vue +138 -138
  66. package/src/components/equipment/PosManageBoth.vue +125 -125
  67. package/src/components/equipment/PosParamAdd.vue +236 -236
  68. package/src/components/equipment/PosParamList.vue +121 -121
  69. package/src/components/equipment/PosParamManage.vue +51 -51
  70. package/src/components/materialManage/materialData.vue +44 -44
  71. package/src/components/materialManage/materialList.vue +255 -255
  72. package/src/components/parammanage/ParamManage.vue +42 -42
  73. package/src/components/parammanage/ParamManages.vue +43 -43
  74. package/src/components/parammanage/ParamPage.vue +336 -336
  75. package/src/components/parammanage/ParamPages.vue +222 -222
  76. package/src/components/parammanage/SinglePage.vue +235 -235
  77. package/src/components/parammanage/SinglePages.vue +167 -167
  78. package/src/components/server/AddChangeMsg.vue +66 -66
  79. package/src/components/server/ChangeDeclare.vue +45 -45
  80. package/src/components/server/IconTree.vue +26 -26
  81. package/src/components/server/ImageVieweTest.vue +56 -56
  82. package/src/components/server/ImageViewer.vue +350 -350
  83. package/src/components/server/LeftTree.vue +111 -111
  84. package/src/components/server/LoadData.vue +55 -55
  85. package/src/components/server/Login.vue +4 -2
  86. package/src/components/server/LoginPage.vue +235 -235
  87. package/src/components/server/LoginView.vue +128 -128
  88. package/src/components/server/Menu.vue +188 -188
  89. package/src/components/server/ModifyPw.vue +111 -111
  90. package/src/components/server/PcdBuildingSelect.vue +241 -241
  91. package/src/components/server/ResSelect.vue +155 -155
  92. package/src/components/server/ResSelectGroup.vue +198 -198
  93. package/src/components/server/RightTree.vue +348 -348
  94. package/src/components/server/RoleSelector.vue +88 -88
  95. package/src/components/server/TestResSelect.vue +58 -58
  96. package/src/components/server/TestResSelectGroup.vue +388 -388
  97. package/src/components/server/TestRightTree.vue +42 -42
  98. package/src/filiale/chengtou/Login.vue +537 -537
  99. package/src/filiale/chengtou/system.js +5 -5
  100. package/src/filiale/dongguan/Login.vue +900 -900
  101. package/src/filiale/dongguan/Main.vue +715 -715
  102. package/src/filiale/dongguan/system.js +6 -6
  103. package/src/filiale/furuike/Login.vue +583 -583
  104. package/src/filiale/furuike/Main.vue +826 -827
  105. package/src/filiale/furuike/system.js +7 -7
  106. package/src/filiale/konggang/Login.vue +470 -470
  107. package/src/filiale/konggang/system.js +7 -7
  108. package/src/filiale/qianneng/Main.vue +816 -816
  109. package/src/filiale/qianneng/ModifyPw.vue +107 -107
  110. package/src/filiale/qianneng/system.js +8 -8
  111. package/src/filiale/rizhao/LeftTree.vue +111 -111
  112. package/src/filiale/rizhao/Login.vue +791 -791
  113. package/src/filiale/rizhao/Main.vue +611 -611
  114. package/src/filiale/rizhao/system.js +14 -14
  115. package/src/filiale/tongchuan/Login.vue +561 -561
  116. package/src/filiale/tongchuan/system.js +7 -7
  117. package/src/filiale/wenxi/Login.vue +535 -535
  118. package/src/filiale/wenxi/Main.vue +785 -785
  119. package/src/filiale/wenxi/system.js +10 -10
  120. package/src/filiale/yuchuan/Login.vue +889 -889
  121. package/src/filiale/yuchuan/Main.vue +773 -773
  122. package/src/filiale/yuchuan/system.js +10 -10
  123. package/src/filiale/zhoukou/Main.vue +807 -807
  124. package/src/filiale/zhoukou/system.js +6 -6
  125. package/src/index.js +7 -7
  126. package/src/plugins/EncryptUtil.js +53 -53
  127. package/src/plugins/GetLoginInfoService.js +70 -82
  128. package/src/plugins/HeatGetLoginInfoService.js +491 -491
  129. package/src/plugins/validation.js +15 -15
  130. package/src/project/ProjectPage.vue +24 -24
  131. package/src/project/State.js +17 -17
  132. package/src/stores/AppData.js +38 -38
  133. package/src/stores/HeatAppData.js +38 -38
  134. package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -288
  135. package/src/styles/less/.csscomb.json +304 -304
  136. package/src/styles/less/.csslintrc +19 -19
  137. package/src/styles/less/alerts.less +73 -73
  138. package/src/styles/less/aofeng/animate.min.css +10 -10
  139. package/src/styles/less/aofeng/expandcss.less +569 -569
  140. package/src/styles/less/aofeng/login.less +367 -367
  141. package/src/styles/less/aofeng/standard.less +2507 -2507
  142. package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  143. package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
  144. package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
  145. package/src/styles/less/aofeng/themeOne.less +17 -17
  146. package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
  147. package/src/styles/less/aofeng/themeTwo.less +3 -3
  148. package/src/styles/less/badges.less +66 -66
  149. package/src/styles/less/bootstrap.less +66 -66
  150. package/src/styles/less/breadcrumbs.less +26 -26
  151. package/src/styles/less/button-groups.less +247 -247
  152. package/src/styles/less/buttons.less +172 -172
  153. package/src/styles/less/carousel.less +269 -269
  154. package/src/styles/less/close.less +34 -34
  155. package/src/styles/less/code.less +69 -69
  156. package/src/styles/less/component-animations.less +33 -33
  157. package/src/styles/less/dropdowns.less +216 -216
  158. package/src/styles/less/fonts-list.less +25 -25
  159. package/src/styles/less/forms.less +626 -626
  160. package/src/styles/less/glyphicons.less +305 -305
  161. package/src/styles/less/grid.less +84 -84
  162. package/src/styles/less/input-groups.less +167 -167
  163. package/src/styles/less/jumbotron.less +52 -52
  164. package/src/styles/less/labels.less +64 -64
  165. package/src/styles/less/list-group.less +141 -141
  166. package/src/styles/less/manageStyle/manageChile.less +180 -180
  167. package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -180
  168. package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -1102
  169. package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -498
  170. package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
  171. package/src/styles/less/manageStyle/safeStyle.less +498 -498
  172. package/src/styles/less/media.less +66 -66
  173. package/src/styles/less/mixins/alerts.less +14 -14
  174. package/src/styles/less/mixins/background-variant.less +9 -9
  175. package/src/styles/less/mixins/border-radius.less +18 -18
  176. package/src/styles/less/mixins/buttons.less +69 -69
  177. package/src/styles/less/mixins/center-block.less +7 -7
  178. package/src/styles/less/mixins/clearfix.less +22 -22
  179. package/src/styles/less/mixins/forms.less +90 -90
  180. package/src/styles/less/mixins/gradients.less +59 -59
  181. package/src/styles/less/mixins/grid-framework.less +92 -92
  182. package/src/styles/less/mixins/grid.less +122 -122
  183. package/src/styles/less/mixins/hide-text.less +21 -21
  184. package/src/styles/less/mixins/image.less +33 -33
  185. package/src/styles/less/mixins/labels.less +12 -12
  186. package/src/styles/less/mixins/list-group.less +30 -30
  187. package/src/styles/less/mixins/nav-divider.less +10 -10
  188. package/src/styles/less/mixins/nav-vertical-align.less +9 -9
  189. package/src/styles/less/mixins/opacity.less +8 -8
  190. package/src/styles/less/mixins/pagination.less +24 -24
  191. package/src/styles/less/mixins/panels.less +24 -24
  192. package/src/styles/less/mixins/progress-bar.less +10 -10
  193. package/src/styles/less/mixins/reset-filter.less +8 -8
  194. package/src/styles/less/mixins/reset-text.less +18 -18
  195. package/src/styles/less/mixins/resize.less +6 -6
  196. package/src/styles/less/mixins/responsive-visibility.less +15 -15
  197. package/src/styles/less/mixins/size.less +10 -10
  198. package/src/styles/less/mixins/tab-focus.less +9 -9
  199. package/src/styles/less/mixins/table-row.less +44 -44
  200. package/src/styles/less/mixins/text-emphasis.less +9 -9
  201. package/src/styles/less/mixins/text-overflow.less +8 -8
  202. package/src/styles/less/mixins/vendor-prefixes.less +227 -227
  203. package/src/styles/less/mixins.less +40 -40
  204. package/src/styles/less/modals.less +151 -151
  205. package/src/styles/less/navbar.less +660 -660
  206. package/src/styles/less/navs.less +285 -285
  207. package/src/styles/less/normalize.less +424 -424
  208. package/src/styles/less/pager.less +76 -76
  209. package/src/styles/less/pagination.less +89 -89
  210. package/src/styles/less/panels.less +275 -275
  211. package/src/styles/less/popovers.less +131 -131
  212. package/src/styles/less/print.less +101 -101
  213. package/src/styles/less/progress-bars.less +87 -87
  214. package/src/styles/less/responsive-embed.less +35 -35
  215. package/src/styles/less/responsive-utilities.less +194 -194
  216. package/src/styles/less/scaffolding.less +161 -161
  217. package/src/styles/less/stand.less +207 -207
  218. package/src/styles/less/tables.less +312 -312
  219. package/src/styles/less/theme.less +291 -291
  220. package/src/styles/less/thumbnails.less +36 -36
  221. package/src/styles/less/tooltip.less +102 -102
  222. package/src/styles/less/type.less +316 -316
  223. package/src/styles/less/utilities.less +55 -55
  224. package/src/styles/less/variables.less +899 -899
  225. package/src/styles/less/wells.less +29 -29
  226. package/src/system.js +113 -117
  227. package/src/systemphone.js +11 -11
  228. package/src/util/Daiban.json +12 -12
  229. package/src/util/LdapHelper.js +75 -75
  230. package/test/e2e/custom-assertions/elementCount.js +26 -26
  231. package/test/e2e/nightwatch.conf.js +40 -40
  232. package/test/e2e/runner.js +30 -30
  233. package/test/e2e/specs/test.js +14 -14
  234. package/test/unit/.eslintrc +5 -5
  235. package/test/unit/index.js +13 -13
  236. package/test/unit/init.js +10 -10
  237. package/test/unit/karma.conf.js +49 -49
  238. package/test/unit/specs/base64.spec.js +5 -5
  239. package/test/unit/specs/components/parammanage/ParamPage.spec.js +20 -20
  240. package/test/unit/specs/components/parammanage/SinglePage.spec.js +20 -20
  241. package/test/unit/specs/components/server/LeftTree/App.vue +18 -18
  242. package/test/unit/specs/components/server/LeftTree/LeftTree.spec.js +22 -22
  243. package/test/unit/specs/components/server/LoadData.spec.js +24 -24
  244. package/test/unit/specs/components/server/Login.spec.js +61 -61
  245. package/test/unit/specs/components/server/RightTree.spec.js +50 -50
  246. package/test/unit/specs/plugins/GetLoginInfoService.spec.js +55 -55
  247. package/test/unit/test.html +76 -76
  248. package/yarn-error.log +6896 -6896
  249. package/gradlew +0 -234
  250. package/gradlew.bat +0 -89
  251. package/src/components/common/ProgressBase.vue +0 -83
@@ -1,561 +1,561 @@
1
- <template>
2
- <div class="syslogin">
3
- <div class="login-title" >
4
- <div class="row auto">
5
- <marquee style="width:80%;margin-top:25px"><span style="font-size: 1.8rem;color: white;">{{notice}}</span></marquee>
6
- <div class="login-title-chi" style="white-space: nowrap;margin-right:-5%">
7
- <button class="my_button_search button_spacing" style="margin-right: 5px" title="点击清除浏览器缓存" @click.stop="delCookie">
8
- <img
9
- src="../../assets/clear-cookie.png" style="height: 25px; width: 95px;margin-bottom: 3px;">
10
- </button>
11
- <div v-if="titleShow">
12
- <img src="../../../static/newStyle/login-info.png"/>
13
- <span @click="showus=true">关于我们</span>
14
- </div>
15
- <!-- <img src="../../../static/newStyle/login-con.png"/>-->
16
- <!-- <span>联系我们</span>-->
17
- </div>
18
- </div>
19
- </div>
20
-
21
- <modal :show.sync="showus" backdrop="true" width="50%" style="width:auto;">
22
- <article slot="modal-body" class="modal-body" >
23
- <img style="height:100%;width:100%" src="../../../static/newStyle/about-us.png"/>
24
- </article>
25
- <footer slot="modal-footer" class="modal-footer">
26
- </footer>
27
- </modal>
28
-
29
-
30
- <div class="logoew" v-if="logoandroid" >
31
- <div v-if="logoandroid" class="imglogo"></div>
32
- <p class="logocontent">燃气客服系统Android版</p>
33
- <p class="logofooter">(仅浏览器扫描)</p>
34
- </div>
35
- <!--输入框-->
36
- <div class="loginmain" style="height:53%">
37
- <div class="loginmain-title" @click="theme()">{{config.title}}</div>
38
- <div class="loginmain-left" style="padding: 5%">
39
- <img style="height: 80%" class="loginmain-left-img" src="../../../static/newStyle/login-left.png">
40
- </div>
41
- <div class="loginmain-right">
42
- <form v-show="!login">
43
- <!-- <input type="text" placeholder="用户名" v-model="model.ename" class="usericon">-->
44
- <div class="login-input" style="margin-bottom:1.6rem">
45
- <img src="../../../static/newStyle/login-user.png"/>
46
- <input type="text" style="display: inline;background-color: white!important;color: black" placeholder="用户名" v-model="model.ename"/>
47
- </div>
48
- <div class="login-input">
49
- <img src="../../../static/newStyle/login-pwd.png"/>
50
- <input type="password" placeholder="密码" style="display: inline;background-color: darkgray;color: black" v-model="model.password"
51
- @keyup.enter="confirm('key')"/>
52
- </div>
53
- <div class="login-input-1" v-if="$login.Verification">
54
- <img src="../../../static/newStyle/login-check.png"/>
55
- <input v-if="$login.Verification" class="login-check" type="text" placeholder="请输入验证码"
56
- v-model="picLyanzhengma" @keyup.enter="confirm('key')"/>
57
- </div>
58
- <div class="login-input-2" v-if="$login.Verification">
59
- <input class="login-check-1" style="display: inline;background-color:#eeeeee !important;"
60
- type="button" @click="createCode" v-model="checkCode"/>
61
- </div>
62
- <div class="login-bt" style="margin-top:5rem">
63
- <button type="button" id="login-button" class="login-button" @click.prevent="confirm('click')">登录</button>
64
- </div>
65
- <!-- <input type="password" placeholder="密码" v-model="model.password" class="psicon"-->
66
- <!-- @keyup.enter="confirm('key')">-->
67
- <!-- <input v-if="$login.Verification" styljiaoyane="width: 40%; display: inline" type="text" placeholder="请输入验证码"-->
68
- <!-- v-model="picLyanzhengma" @keyup.enter="confirm('key')">-->
69
- <!-- <input v-if="$login.Verification" style="width: 30%; display: inline;background-color: darkgray;"-->
70
- <!-- type="button" @click="createCode" v-model="checkCode"/><br>-->
71
-
72
- <!-- <button type="button" id="login-button" @click.prevent="confirm()"><strong>注册</strong></button> -->
73
- <!-- <span @click="register()">还没有注册,现在注册>>></span> -->
74
- </form>
75
- <div v-show="login" class="login_load">
76
- <img src="../../../static/newStyle/login-do.gif">
77
- </div>
78
- </div>
79
- </div>
80
- <div class="login-foot" v-show="false">
81
- 技术支持:西安奥枫软件有限公司
82
- </div>
83
- <div class="login-foot" v-show="$login.BAinformation">
84
- {{{ $login.BAinformation }}}
85
- </div>
86
-
87
- <modal v-if="depPromptShow" :show.sync="depPromptShow" :backdrop="false" v-ref:modal >
88
- <header slot="modal-header" style="height: 8vh" class="modal-header">
89
- <!--<h4 class="modal-title">登录信息</h4>-->
90
- </header>
91
- <article slot="modal-body" class="modal-body">
92
- <form class="form-horizontal">
93
- <div class="row">
94
- <div class="col-sm-12 form-group">
95
- <label class="col-sm-5 ">当前登录人:</label>
96
- <label style="font-weight:normal">{{$login.f.name}}</label>
97
- </div>
98
- <!--<div class="col-sm-12 form-group" v-if="$login.f.number">-->
99
- <!--<label class="col-sm-5 ">组&nbsp;织&nbsp;编&nbsp;码:</label>-->
100
- <!--<label style="font-weight:normal">{{$login.f.number}}</label>-->
101
- <!-- <div class="col-sm-7">
102
- <span >{{$login.f.number}}</span>
103
- </div> -->
104
- <!--</div>-->
105
- <div class="col-sm-12 form-group">
106
- <label class="col-sm-5">所在销售点:</label>
107
- <label style="font-weight:normal">{{$login.f.deps}}</label>
108
- <!-- <div class="col-sm-7">
109
- <span >{{$login.f.deps}}</span>
110
- </div> -->
111
- </div>
112
- <div class="col-sm-12 " v-if="AppDaiBan !==''">
113
- <label class="col-sm-2">报装待办:</label>
114
- <span style="font-weight:normal">{{AppDaiBan}}</span>
115
- </div>
116
- <div class="col-sm-12 " v-if="OrderDaiBan !==''">
117
- <label class="col-sm-2">预约待办:</label>
118
- <span style="font-weight:normal">{{OrderDaiBan}}</span>
119
- </div>
120
- <div class="col-sm-12 " v-for="daibanitem in safecheckDaiBan">
121
- <label class="col-sm-2">{{daibanitem.oldData.title}}:</label>
122
- <span style="font-weight:normal">{{daibanitem.text}}</span>
123
- </div>
124
- </div>
125
- </form>
126
- </article>
127
- <footer slot="modal-footer" style="height: 8vh" class="modal-footer">
128
- <button class="button_search" @click="depPromptConfirm">确认</button>
129
- <button class="button_clear" @click="depPromptCancel">取消</button>
130
- </footer>
131
- </modal>
132
-
133
- <!-- 修改密码组件 -->
134
- <modify-pw :show.sync="modifyPwShow" v-if="modifyPwShow"></modify-pw>
135
- </div>
136
-
137
- </template>
138
-
139
- <script>
140
- import co from 'co'
141
- import $ from 'jquery'
142
- import Vue from 'vue'
143
- import {HttpResetClass} from 'vue-client'
144
-
145
- let daibanJson = require('../../util/Daiban.json')
146
-
147
-
148
- let saveGen = function *(self) {
149
- try {
150
- if(self.$login){
151
- // 账号ename,密码password,是否显示异地登陆
152
- yield self.$login.login(self.model.ename, self.model.password, true)
153
- }
154
- if(self.$appdata){
155
- yield self.$appdata.load()
156
-
157
- }
158
- if (Vue.$heatCompatibility) {
159
- try {
160
- if(self.$loginHeat){
161
- yield self.$loginHeat.login(self.model.ename, self.model.password)
162
- }
163
- if(self.$appdataHeat){
164
- yield self.$appdataHeat.load()
165
- }
166
- } catch (e) {
167
- console.log('热力系统登陆失败!')
168
- }
169
- }
170
- yield self.$getConfig(self, 'Login')
171
- console.log('登录配置', self.config)
172
- if (self.config.isMac) {
173
- // 获取该登录人分公司下的mac配置
174
- let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
175
- resolveMsg: null,
176
- rejectMsg: null
177
- }).catch(() => {
178
- throw new Error('获取mac配置失败')
179
- })
180
- console.log('MAC地址信息', getMacs)
181
- // 获取本地mac地址
182
- let getLocalMac = yield self.$resetget('http://127.0.0.1:8003/loadmac', {
183
- resolveMsg: null,
184
- rejectMsg: null
185
- }).catch(() => {
186
- throw new Error('获取本地mac配置失败')
187
- })
188
- console.log('本地MAC地址信息', getLocalMac)
189
- // 对Mac地址进行匹配
190
- let macValidate = false
191
- for (let i = 0; i < getLocalMac.data.mac.length; i++) {
192
- for (let j = 0; j < getMacs.data.length; j++) {
193
- if (getMacs.data[j].f_mac_number.toLocaleUpperCase() === getLocalMac.data.mac[i]) {
194
- macValidate = true
195
- }
196
- }
197
- }
198
- if (!macValidate) {
199
- throw new Error('Mac地址验证失败, 请联系管理员!!')
200
- }
201
- }
202
- console.log(self.$login.depPrompt)
203
- // 弱口令验证
204
- //跳转过来的不进行验证
205
- if ((!self.otherLogin) && self.config.weakPassword && !(/^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{8,16}$/.test(self.model.password))) {
206
- self.$showMessage('登录系统: 此账户的密码过于简单,请修改密码后重新登陆!!!', ['confirm']).then((res) => {
207
- self.modifyPwShow = true
208
- })
209
- } else if ((!self.otherLogin) && self.$login.depPrompt) {
210
- self.depPromptShow = true
211
- if (self.$login.showDaiBan && self.$login.r.includes('展示预约信息')){
212
- // 获取待办
213
- self.getDaiBan()
214
-
215
- }
216
- if (self.$login.showDaiBan && self.$login.r.includes('登录预约信息')){
217
- // 获取待办 在util下有个Daiban.jsond 文件 ,在里面进行配置,在功能权限界面增加登录预约信息
218
- self.getDaiBanA()
219
- }
220
- } else {
221
- self.$goto('home-page', {functions: self.$login.f,config: self.config})
222
- // if (self.otherLogin){
223
- // window.history.pushState(null,null,'')
224
- // }
225
- if (self.$login) {
226
- console.log('登录信息', self.$login.f)
227
- global.login=self.$login.f
228
- console.log('登录信息', global.login)
229
- }
230
- }
231
-
232
- } catch (ret) {
233
- console.error('登录失败', ret)
234
- let msg
235
- if (ret instanceof Error) {
236
- msg = ret
237
- }
238
- if (ret.status === 0) {
239
- msg = '服务连接错误,请确认服务状态'
240
- } else if (ret.status === 401) {
241
- msg = ret.data
242
- } else if (ret.status === 710) {
243
- msg = ret.data
244
- }
245
- self.createCode()
246
- self.picLyanzhengma = ''
247
- yield self.$showMessage(msg)
248
- self.model.ename = ''
249
- self.model.password = ''
250
- self.login = false
251
- $('form').fadeIn(500)
252
- }
253
- }
254
- export default {
255
- title: '登录',
256
- async ready () {
257
- this.titleShow = this.$appdata.getSingleValue('关于我们')
258
- try{
259
- let http = new HttpResetClass()
260
- let res = await http.load('POST', 'rs/sql/singleTable',
261
- {data:{
262
- tablename: 't_changedeclare',
263
- condition: ` f_type ='变更通知' `
264
- }
265
- }, {resolveMsg: null, rejectMsg: null})
266
- if(res.data.length>0){
267
- console.log("---------------获取通知",res.data[0].f_change_message)
268
- this.notice=res.data[0].f_change_message
269
- }
270
- }catch(e){}
271
-
272
- this.loginother();
273
- $('#login-button').click(function (event) {
274
- event.preventDefault()
275
- $('form').fadeOut(500)
276
- })
277
- if (window.location.search && window.location.search.indexOf('af_key') !== -1&& window.location.search.indexOf('af_n') !== -1) {
278
- const subUrl = window.location.search.replace('?af_key=','').split('&af_n=')
279
- console.log(subUrl)
280
- this.model.ename = window.atob(subUrl[0])
281
- this.model.password = window.atob(subUrl[1])
282
- console.log('this.model.ename',this.model.ename)
283
- this.otherLogin = true
284
- this.confirm()
285
- }else{
286
- //跳转不需要验证码
287
- this.createCode()
288
- }
289
- console.log(this.$login)
290
- },
291
- data () {
292
- return {
293
- image:{
294
- img1: '/images/newStyle/login-info.png',
295
- img2: '/images/newStyle/login-con.png',
296
- img3: '/images/newStyle/login-left.png',
297
- img4: '/images/newStyle/login-user.png',
298
- img5: '/images/newStyle/login-pwd.png',
299
- img6: '/images/newStyle/login-check.png',
300
- img7: '/images/newStyle/login-do.png',
301
- },
302
- config: {
303
- isMac: false,
304
- depPrompt: false,
305
- weakPassword: false,
306
- title: '铜川天然气综合服务管理平台',
307
- distanceLogin: false,
308
- // 那些角色可以定时获取预约提示
309
- isTip : false,
310
- // 那些角色可以定时获取预约提示
311
- msgRole : '预约处理人员',
312
- // 定时获取提示间隔 单位:分钟
313
- times: 25,
314
- },
315
- titleShow: true, //标题显示
316
- otherLogin:false,
317
- login: false,
318
- depPromptShow: false,
319
- model: {},
320
- show: false,
321
- checkCode: '',
322
- login_do:true,
323
- picLyanzhengma: '',
324
- // 修改密码弹框展示
325
- modifyPwShow: false,
326
- logoandroid:false,
327
- showus:false,
328
- notice:'',
329
- loginotherflag :true,
330
- // 报建待办
331
- AppDaiBan: '',
332
- //安检待办
333
- safecheckDaiBan:[],
334
- // 预约待处理
335
- OrderDaiBan: ''
336
- }
337
- },
338
- methods: {
339
- delCookie() {
340
- let cookies = document.cookie.split(";");
341
- console.log("点击触发了")
342
- for (let i = 0; i < cookies.length; i++) {
343
- let cookie = cookies[i];
344
- let eqPos = cookie.indexOf("=");
345
- let name = eqPos > -1 ? cookie.substr(0, eqPos) : cookie;
346
- document.cookie =
347
- name + "=;expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
348
- }
349
- if (cookies.length > 0) {
350
- for (let i = 0; i < cookies.length; i++) {
351
- let cookie = cookies[i];
352
- let eqPos = cookie.indexOf("=");
353
- let name = eqPos > -1 ? cookie.substr(0, eqPos) : cookie;
354
- let domain = location.host.substr(location.host.indexOf("."));
355
- document.cookie =
356
- name +
357
- "=;expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=" +
358
- domain;
359
- }
360
- }
361
-
362
- window.location.reload(true)
363
- localStorage.clear()
364
- sessionStorage.clear()
365
- },
366
- async getDaiBan(){
367
- let http = new HttpResetClass()
368
- let condition = ''
369
- if(this.$login.f.deps!=='柠条塔'){
370
- condition = ` (f_orderstate != '预约成功' and f_orderstate != '预约失败' ) or f_orderstate is null `
371
- } else {
372
- condition =` f_orderstate is null and (f_address in( select f_address from t_user_address where f_slice_area='柠条塔') or f_address like '%柠条塔%') `
373
- }
374
- await http.load('POST', '/rs/sql/singleTable', {data: {
375
- tablename:'t_order_center',
376
- condition:condition
377
- }}, {
378
- resolveMsg: null,
379
- rejectMsg: null
380
- }).then((res) => {
381
- let OrderDaiBan = {}
382
- res.data.forEach(item=>{
383
- OrderDaiBan[item.f_ordertype] = OrderDaiBan[item.f_ordertype] || []
384
- OrderDaiBan[item.f_ordertype].push(item)
385
- })
386
- this.OrderDaiBan = `您有${res.data.length}条需要处理的微信预约业务!`
387
- if (res.data.length> 0){
388
- this.OrderDaiBan += `其中 ${Object.keys(OrderDaiBan).map(key=>`${key}:${OrderDaiBan[key].length}条`).join(', ')}`
389
- }
390
- })
391
- let data = {
392
- condition: '1 = 1',
393
- data: {
394
- orgid: this.$login.f.orgid,
395
- id: this.$login.f.id
396
- }
397
- }
398
- await http.load('POST', '/rs/sql/checkuser', {data: data}, {
399
- resolveMsg: null,
400
- rejectMsg: null
401
- }).then((res) => {
402
- let AppDaiBan = {}
403
- res.data.forEach(item=>{
404
- AppDaiBan[item.defname] = AppDaiBan[item.defname] || []
405
- AppDaiBan[item.defname].push(item)
406
- })
407
- this.AppDaiBan = `您有${res.data.length}条需要处理的报建待办业务!`
408
- if (res.data.length> 0){
409
- this.AppDaiBan += `其中 ${Object.keys(AppDaiBan).map(key=>`${key}:${AppDaiBan[key].length}条`).join(', ')}`
410
- }
411
- })
412
-
413
- },
414
- async getDaiBanA(){
415
- // 是否全局开启待办通知
416
- if (daibanJson.enable) {
417
- console.log("当前获取到待办配置为" + JSON.stringify(daibanJson))
418
- let http = new HttpResetClass()
419
- let daibanArray = []
420
- for (let daibanItem of daibanJson.daiban) {
421
- console.log("开始处理待办任务:" + daibanItem.title + "当前任务状态:" + daibanItem.enable?"开启":"关闭" )
422
- if (daibanItem.enable) { // 控制每一项通知是否开启
423
- let postResult = ''; //提示信息为
424
- await http.load("POST",daibanItem.url,{data:daibanItem.data},{ resolveMsg: null, rejectMsg: null})
425
- .then((res)=>{
426
- let responseData = res.data
427
- for (let item of responseData) {
428
- postResult += eval(daibanItem.text) + "\n"
429
- }
430
- postResult += '\t'
431
- daibanArray.push({text:postResult,oldData:daibanItem})
432
- })
433
- }
434
- }
435
- console.log("安检数据为:"+JSON.stringify(daibanArray))
436
- this.safecheckDaiBan = daibanArray
437
- }else {
438
- console.log("待办提醒全局关闭。")
439
- }
440
-
441
-
442
-
443
-
444
- },
445
-
446
- async loginother(){
447
- if (this.config.distanceLogin) {
448
- if (this.$login && this.$login.getUrlParames('name') ) {
449
- let ename = this.$login.getUrlParames('name');
450
- let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
451
- if(logininfo.data){
452
- if(logininfo.data.ename && logininfo.data.password){
453
- this.model.ename = logininfo.data.ename
454
- this.model.password =logininfo.data.password
455
- let gen = saveGen(this)
456
- return co(gen)
457
- }
458
- }
459
- }
460
- }
461
- },
462
- theme(){
463
- // var elementList = document.querySelectorAll('body');
464
- // console.log(elementList)
465
- // document.querySelectorAll('body')[0].className='themeTwo'
466
- // var elementList = document.querySelectorAll('body');
467
- // console.log(elementList)
468
- },
469
- onReady () {
470
- this.$emit('ready')
471
- },
472
- confirm (key) {
473
- this.login_do=!this.login_do
474
- // return
475
- if (key == 'key') {
476
- $('form').fadeOut(500)
477
- }
478
- this.login = true
479
- // let gen = saveGen(this)
480
- // return co(gen)
481
- if((!this.otherLogin) && this.$login && this.$login.Verification){
482
- console.log('跳转过来的不走验证')
483
- if(this.picLyanzhengma == '') {
484
- this.$showMessage("请输入验证码!").then(()=>{
485
- this.login = false
486
- $('form').fadeIn(500)
487
- this.createCode()
488
- })
489
- }else if(this.picLyanzhengma.toUpperCase() != this.checkCode ) {
490
- //若输入的验证码与产生的验证码不一致时
491
- this.$showMessage("验证码不正确").then(()=>{
492
- this.login = false
493
- $('form').fadeIn(500)
494
- this.createCode();//刷新验证码
495
- this.picLyanzhengma = '';
496
- })
497
- }else {
498
- this.login = true
499
- let gen = saveGen(this)
500
- return co(gen)
501
- }
502
- }else {
503
- this.login = true
504
- let gen = saveGen(this)
505
- return co(gen)
506
- }
507
- },
508
- createCode(){
509
- let code = "";
510
- let codeLength = 4;//验证码的长度
511
- let random = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R',
512
- 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');//随机数
513
- for (let i = 0; i < codeLength; i++) {
514
- //循环操作
515
- let index = Math.floor(Math.random() * 36);//取得随机数的索引(0~35)
516
- code += random[index];//根据索引取得随机数加到code上
517
- }
518
- this.checkCode = code;//把code值赋给验证码
519
- },
520
-
521
- async depPromptConfirm () {
522
- this.depPromptShow = false
523
- return this.$goto('home-page', {functions: this.$login.f,config: this.config})
524
- },
525
-
526
- depPromptCancel () {
527
- this.depPromptShow = false
528
- this.createCode()
529
- this.picLyanzhengma = ''
530
- this.model.ename = ''
531
- this.model.password = ''
532
- this.login = false
533
- $('form').fadeIn(500)
534
- }
535
- },
536
- watch: {
537
- 'modifyPwShow' (val){
538
- if (!val) {
539
- window.location.reload()
540
- }
541
- }
542
- }
543
- }
544
- </script>
545
-
546
- <style>
547
- .my_button_search{width: 100px; height: 25px;position: relative; padding-left:2px;top: 0px;line-height: 25px; background:rgba(0,0,0,0); border-radius: 4px; border:none; font-family: PingFang; font-size: 15px}
548
- .my_button_search:hover img{ filter: opacity(0.8);}
549
- .loginmain-title {
550
- height: fit-content;
551
- float: left;
552
- width: 100%;
553
- text-align: center;
554
- font-size: 3.4rem;
555
- color: #333;
556
- letter-spacing: 7px;
557
- font-stretch: normal;
558
- padding-top: 20px;
559
- font-family: TRENDSTRENDS;
560
- }
561
- </style>
1
+ <template>
2
+ <div class="syslogin">
3
+ <div class="login-title" >
4
+ <div class="row auto">
5
+ <marquee style="width:80%;margin-top:25px"><span style="font-size: 1.8rem;color: white;">{{notice}}</span></marquee>
6
+ <div class="login-title-chi" style="white-space: nowrap;margin-right:-5%">
7
+ <button class="my_button_search button_spacing" style="margin-right: 5px" title="点击清除浏览器缓存" @click.stop="delCookie">
8
+ <img
9
+ src="../../assets/clear-cookie.png" style="height: 25px; width: 95px;margin-bottom: 3px;">
10
+ </button>
11
+ <div v-if="titleShow">
12
+ <img src="../../../static/newStyle/login-info.png"/>
13
+ <span @click="showus=true">关于我们</span>
14
+ </div>
15
+ <!-- <img src="../../../static/newStyle/login-con.png"/>-->
16
+ <!-- <span>联系我们</span>-->
17
+ </div>
18
+ </div>
19
+ </div>
20
+
21
+ <modal :show.sync="showus" backdrop="true" width="50%" style="width:auto;">
22
+ <article slot="modal-body" class="modal-body" >
23
+ <img style="height:100%;width:100%" src="../../../static/newStyle/about-us.png"/>
24
+ </article>
25
+ <footer slot="modal-footer" class="modal-footer">
26
+ </footer>
27
+ </modal>
28
+
29
+
30
+ <div class="logoew" v-if="logoandroid" >
31
+ <div v-if="logoandroid" class="imglogo"></div>
32
+ <p class="logocontent">燃气客服系统Android版</p>
33
+ <p class="logofooter">(仅浏览器扫描)</p>
34
+ </div>
35
+ <!--输入框-->
36
+ <div class="loginmain" style="height:53%">
37
+ <div class="loginmain-title" @click="theme()">{{config.title}}</div>
38
+ <div class="loginmain-left" style="padding: 5%">
39
+ <img style="height: 80%" class="loginmain-left-img" src="../../../static/newStyle/login-left.png">
40
+ </div>
41
+ <div class="loginmain-right">
42
+ <form v-show="!login">
43
+ <!-- <input type="text" placeholder="用户名" v-model="model.ename" class="usericon">-->
44
+ <div class="login-input" style="margin-bottom:1.6rem">
45
+ <img src="../../../static/newStyle/login-user.png"/>
46
+ <input type="text" style="display: inline;background-color: white!important;color: black" placeholder="用户名" v-model="model.ename"/>
47
+ </div>
48
+ <div class="login-input">
49
+ <img src="../../../static/newStyle/login-pwd.png"/>
50
+ <input type="password" placeholder="密码" style="display: inline;background-color: darkgray;color: black" v-model="model.password"
51
+ @keyup.enter="confirm('key')"/>
52
+ </div>
53
+ <div class="login-input-1" v-if="$login.Verification">
54
+ <img src="../../../static/newStyle/login-check.png"/>
55
+ <input v-if="$login.Verification" class="login-check" type="text" placeholder="请输入验证码"
56
+ v-model="picLyanzhengma" @keyup.enter="confirm('key')"/>
57
+ </div>
58
+ <div class="login-input-2" v-if="$login.Verification">
59
+ <input class="login-check-1" style="display: inline;background-color:#eeeeee !important;"
60
+ type="button" @click="createCode" v-model="checkCode"/>
61
+ </div>
62
+ <div class="login-bt" style="margin-top:5rem">
63
+ <button type="button" id="login-button" class="login-button" @click.prevent="confirm('click')">登录</button>
64
+ </div>
65
+ <!-- <input type="password" placeholder="密码" v-model="model.password" class="psicon"-->
66
+ <!-- @keyup.enter="confirm('key')">-->
67
+ <!-- <input v-if="$login.Verification" styljiaoyane="width: 40%; display: inline" type="text" placeholder="请输入验证码"-->
68
+ <!-- v-model="picLyanzhengma" @keyup.enter="confirm('key')">-->
69
+ <!-- <input v-if="$login.Verification" style="width: 30%; display: inline;background-color: darkgray;"-->
70
+ <!-- type="button" @click="createCode" v-model="checkCode"/><br>-->
71
+
72
+ <!-- <button type="button" id="login-button" @click.prevent="confirm()"><strong>注册</strong></button> -->
73
+ <!-- <span @click="register()">还没有注册,现在注册>>></span> -->
74
+ </form>
75
+ <div v-show="login" class="login_load">
76
+ <img src="../../../static/newStyle/login-do.gif">
77
+ </div>
78
+ </div>
79
+ </div>
80
+ <div class="login-foot" v-show="false">
81
+ 技术支持:西安奥枫软件有限公司
82
+ </div>
83
+ <div class="login-foot" v-show="$login.BAinformation">
84
+ {{{ $login.BAinformation }}}
85
+ </div>
86
+
87
+ <modal v-if="depPromptShow" :show.sync="depPromptShow" :backdrop="false" v-ref:modal >
88
+ <header slot="modal-header" style="height: 8vh" class="modal-header">
89
+ <!--<h4 class="modal-title">登录信息</h4>-->
90
+ </header>
91
+ <article slot="modal-body" class="modal-body">
92
+ <form class="form-horizontal">
93
+ <div class="row">
94
+ <div class="col-sm-12 form-group">
95
+ <label class="col-sm-5 ">当前登录人:</label>
96
+ <label style="font-weight:normal">{{$login.f.name}}</label>
97
+ </div>
98
+ <!--<div class="col-sm-12 form-group" v-if="$login.f.number">-->
99
+ <!--<label class="col-sm-5 ">组&nbsp;织&nbsp;编&nbsp;码:</label>-->
100
+ <!--<label style="font-weight:normal">{{$login.f.number}}</label>-->
101
+ <!-- <div class="col-sm-7">
102
+ <span >{{$login.f.number}}</span>
103
+ </div> -->
104
+ <!--</div>-->
105
+ <div class="col-sm-12 form-group">
106
+ <label class="col-sm-5">所在销售点:</label>
107
+ <label style="font-weight:normal">{{$login.f.deps}}</label>
108
+ <!-- <div class="col-sm-7">
109
+ <span >{{$login.f.deps}}</span>
110
+ </div> -->
111
+ </div>
112
+ <div class="col-sm-12 " v-if="AppDaiBan !==''">
113
+ <label class="col-sm-2">报装待办:</label>
114
+ <span style="font-weight:normal">{{AppDaiBan}}</span>
115
+ </div>
116
+ <div class="col-sm-12 " v-if="OrderDaiBan !==''">
117
+ <label class="col-sm-2">预约待办:</label>
118
+ <span style="font-weight:normal">{{OrderDaiBan}}</span>
119
+ </div>
120
+ <div class="col-sm-12 " v-for="daibanitem in safecheckDaiBan">
121
+ <label class="col-sm-2">{{daibanitem.oldData.title}}:</label>
122
+ <span style="font-weight:normal">{{daibanitem.text}}</span>
123
+ </div>
124
+ </div>
125
+ </form>
126
+ </article>
127
+ <footer slot="modal-footer" style="height: 8vh" class="modal-footer">
128
+ <button class="button_search" @click="depPromptConfirm">确认</button>
129
+ <button class="button_clear" @click="depPromptCancel">取消</button>
130
+ </footer>
131
+ </modal>
132
+
133
+ <!-- 修改密码组件 -->
134
+ <modify-pw :show.sync="modifyPwShow" v-if="modifyPwShow"></modify-pw>
135
+ </div>
136
+
137
+ </template>
138
+
139
+ <script>
140
+ import co from 'co'
141
+ import $ from 'jquery'
142
+ import Vue from 'vue'
143
+ import {HttpResetClass} from 'vue-client'
144
+
145
+ let daibanJson = require('../../util/Daiban.json')
146
+
147
+
148
+ let saveGen = function *(self) {
149
+ try {
150
+ if(self.$login){
151
+ // 账号ename,密码password,是否显示异地登陆
152
+ yield self.$login.login(self.model.ename, self.model.password, true)
153
+ }
154
+ if(self.$appdata){
155
+ yield self.$appdata.load()
156
+
157
+ }
158
+ if (Vue.$heatCompatibility) {
159
+ try {
160
+ if(self.$loginHeat){
161
+ yield self.$loginHeat.login(self.model.ename, self.model.password)
162
+ }
163
+ if(self.$appdataHeat){
164
+ yield self.$appdataHeat.load()
165
+ }
166
+ } catch (e) {
167
+ console.log('热力系统登陆失败!')
168
+ }
169
+ }
170
+ yield self.$getConfig(self, 'Login')
171
+ console.log('登录配置', self.config)
172
+ if (self.config.isMac) {
173
+ // 获取该登录人分公司下的mac配置
174
+ let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
175
+ resolveMsg: null,
176
+ rejectMsg: null
177
+ }).catch(() => {
178
+ throw new Error('获取mac配置失败')
179
+ })
180
+ console.log('MAC地址信息', getMacs)
181
+ // 获取本地mac地址
182
+ let getLocalMac = yield self.$resetget('http://127.0.0.1:8003/loadmac', {
183
+ resolveMsg: null,
184
+ rejectMsg: null
185
+ }).catch(() => {
186
+ throw new Error('获取本地mac配置失败')
187
+ })
188
+ console.log('本地MAC地址信息', getLocalMac)
189
+ // 对Mac地址进行匹配
190
+ let macValidate = false
191
+ for (let i = 0; i < getLocalMac.data.mac.length; i++) {
192
+ for (let j = 0; j < getMacs.data.length; j++) {
193
+ if (getMacs.data[j].f_mac_number.toLocaleUpperCase() === getLocalMac.data.mac[i]) {
194
+ macValidate = true
195
+ }
196
+ }
197
+ }
198
+ if (!macValidate) {
199
+ throw new Error('Mac地址验证失败, 请联系管理员!!')
200
+ }
201
+ }
202
+ console.log(self.$login.depPrompt)
203
+ // 弱口令验证
204
+ //跳转过来的不进行验证
205
+ if ((!self.otherLogin) && self.config.weakPassword && !(/^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{8,16}$/.test(self.model.password))) {
206
+ self.$showMessage('登录系统: 此账户的密码过于简单,请修改密码后重新登陆!!!', ['confirm']).then((res) => {
207
+ self.modifyPwShow = true
208
+ })
209
+ } else if ((!self.otherLogin) && self.$login.depPrompt) {
210
+ self.depPromptShow = true
211
+ if (self.$login.showDaiBan && self.$login.r.includes('展示预约信息')){
212
+ // 获取待办
213
+ self.getDaiBan()
214
+
215
+ }
216
+ if (self.$login.showDaiBan && self.$login.r.includes('登录预约信息')){
217
+ // 获取待办 在util下有个Daiban.jsond 文件 ,在里面进行配置,在功能权限界面增加登录预约信息
218
+ self.getDaiBanA()
219
+ }
220
+ } else {
221
+ self.$goto('home-page', {functions: self.$login.f,config: self.config})
222
+ // if (self.otherLogin){
223
+ // window.history.pushState(null,null,'')
224
+ // }
225
+ if (self.$login) {
226
+ console.log('登录信息', self.$login.f)
227
+ global.login=self.$login.f
228
+ console.log('登录信息', global.login)
229
+ }
230
+ }
231
+
232
+ } catch (ret) {
233
+ console.error('登录失败', ret)
234
+ let msg
235
+ if (ret instanceof Error) {
236
+ msg = ret
237
+ }
238
+ if (ret.status === 0) {
239
+ msg = '服务连接错误,请确认服务状态'
240
+ } else if (ret.status === 401) {
241
+ msg = ret.data
242
+ } else if (ret.status === 710) {
243
+ msg = ret.data
244
+ }
245
+ self.createCode()
246
+ self.picLyanzhengma = ''
247
+ yield self.$showMessage(msg)
248
+ self.model.ename = ''
249
+ self.model.password = ''
250
+ self.login = false
251
+ $('form').fadeIn(500)
252
+ }
253
+ }
254
+ export default {
255
+ title: '登录',
256
+ async ready () {
257
+ this.titleShow = this.$appdata.getSingleValue('关于我们')
258
+ try{
259
+ let http = new HttpResetClass()
260
+ let res = await http.load('POST', 'rs/sql/singleTable',
261
+ {data:{
262
+ tablename: 't_changedeclare',
263
+ condition: ` f_type ='变更通知' `
264
+ }
265
+ }, {resolveMsg: null, rejectMsg: null})
266
+ if(res.data.length>0){
267
+ console.log("---------------获取通知",res.data[0].f_change_message)
268
+ this.notice=res.data[0].f_change_message
269
+ }
270
+ }catch(e){}
271
+
272
+ this.loginother();
273
+ $('#login-button').click(function (event) {
274
+ event.preventDefault()
275
+ $('form').fadeOut(500)
276
+ })
277
+ if (window.location.search && window.location.search.indexOf('af_key') !== -1&& window.location.search.indexOf('af_n') !== -1) {
278
+ const subUrl = window.location.search.replace('?af_key=','').split('&af_n=')
279
+ console.log(subUrl)
280
+ this.model.ename = window.atob(subUrl[0])
281
+ this.model.password = window.atob(subUrl[1])
282
+ console.log('this.model.ename',this.model.ename)
283
+ this.otherLogin = true
284
+ this.confirm()
285
+ }else{
286
+ //跳转不需要验证码
287
+ this.createCode()
288
+ }
289
+ console.log(this.$login)
290
+ },
291
+ data () {
292
+ return {
293
+ image:{
294
+ img1: '/images/newStyle/login-info.png',
295
+ img2: '/images/newStyle/login-con.png',
296
+ img3: '/images/newStyle/login-left.png',
297
+ img4: '/images/newStyle/login-user.png',
298
+ img5: '/images/newStyle/login-pwd.png',
299
+ img6: '/images/newStyle/login-check.png',
300
+ img7: '/images/newStyle/login-do.png',
301
+ },
302
+ config: {
303
+ isMac: false,
304
+ depPrompt: false,
305
+ weakPassword: false,
306
+ title: '铜川天然气综合服务管理平台',
307
+ distanceLogin: false,
308
+ // 那些角色可以定时获取预约提示
309
+ isTip : false,
310
+ // 那些角色可以定时获取预约提示
311
+ msgRole : '预约处理人员',
312
+ // 定时获取提示间隔 单位:分钟
313
+ times: 25,
314
+ },
315
+ titleShow: true, //标题显示
316
+ otherLogin:false,
317
+ login: false,
318
+ depPromptShow: false,
319
+ model: {},
320
+ show: false,
321
+ checkCode: '',
322
+ login_do:true,
323
+ picLyanzhengma: '',
324
+ // 修改密码弹框展示
325
+ modifyPwShow: false,
326
+ logoandroid:false,
327
+ showus:false,
328
+ notice:'',
329
+ loginotherflag :true,
330
+ // 报建待办
331
+ AppDaiBan: '',
332
+ //安检待办
333
+ safecheckDaiBan:[],
334
+ // 预约待处理
335
+ OrderDaiBan: ''
336
+ }
337
+ },
338
+ methods: {
339
+ delCookie() {
340
+ let cookies = document.cookie.split(";");
341
+ console.log("点击触发了")
342
+ for (let i = 0; i < cookies.length; i++) {
343
+ let cookie = cookies[i];
344
+ let eqPos = cookie.indexOf("=");
345
+ let name = eqPos > -1 ? cookie.substr(0, eqPos) : cookie;
346
+ document.cookie =
347
+ name + "=;expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
348
+ }
349
+ if (cookies.length > 0) {
350
+ for (let i = 0; i < cookies.length; i++) {
351
+ let cookie = cookies[i];
352
+ let eqPos = cookie.indexOf("=");
353
+ let name = eqPos > -1 ? cookie.substr(0, eqPos) : cookie;
354
+ let domain = location.host.substr(location.host.indexOf("."));
355
+ document.cookie =
356
+ name +
357
+ "=;expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=" +
358
+ domain;
359
+ }
360
+ }
361
+
362
+ window.location.reload(true)
363
+ localStorage.clear()
364
+ sessionStorage.clear()
365
+ },
366
+ async getDaiBan(){
367
+ let http = new HttpResetClass()
368
+ let condition = ''
369
+ if(this.$login.f.deps!=='柠条塔'){
370
+ condition = ` (f_orderstate != '预约成功' and f_orderstate != '预约失败' ) or f_orderstate is null `
371
+ } else {
372
+ condition =` f_orderstate is null and (f_address in( select f_address from t_user_address where f_slice_area='柠条塔') or f_address like '%柠条塔%') `
373
+ }
374
+ await http.load('POST', '/rs/sql/singleTable', {data: {
375
+ tablename:'t_order_center',
376
+ condition:condition
377
+ }}, {
378
+ resolveMsg: null,
379
+ rejectMsg: null
380
+ }).then((res) => {
381
+ let OrderDaiBan = {}
382
+ res.data.forEach(item=>{
383
+ OrderDaiBan[item.f_ordertype] = OrderDaiBan[item.f_ordertype] || []
384
+ OrderDaiBan[item.f_ordertype].push(item)
385
+ })
386
+ this.OrderDaiBan = `您有${res.data.length}条需要处理的微信预约业务!`
387
+ if (res.data.length> 0){
388
+ this.OrderDaiBan += `其中 ${Object.keys(OrderDaiBan).map(key=>`${key}:${OrderDaiBan[key].length}条`).join(', ')}`
389
+ }
390
+ })
391
+ let data = {
392
+ condition: '1 = 1',
393
+ data: {
394
+ orgid: this.$login.f.orgid,
395
+ id: this.$login.f.id
396
+ }
397
+ }
398
+ await http.load('POST', '/rs/sql/checkuser', {data: data}, {
399
+ resolveMsg: null,
400
+ rejectMsg: null
401
+ }).then((res) => {
402
+ let AppDaiBan = {}
403
+ res.data.forEach(item=>{
404
+ AppDaiBan[item.defname] = AppDaiBan[item.defname] || []
405
+ AppDaiBan[item.defname].push(item)
406
+ })
407
+ this.AppDaiBan = `您有${res.data.length}条需要处理的报建待办业务!`
408
+ if (res.data.length> 0){
409
+ this.AppDaiBan += `其中 ${Object.keys(AppDaiBan).map(key=>`${key}:${AppDaiBan[key].length}条`).join(', ')}`
410
+ }
411
+ })
412
+
413
+ },
414
+ async getDaiBanA(){
415
+ // 是否全局开启待办通知
416
+ if (daibanJson.enable) {
417
+ console.log("当前获取到待办配置为" + JSON.stringify(daibanJson))
418
+ let http = new HttpResetClass()
419
+ let daibanArray = []
420
+ for (let daibanItem of daibanJson.daiban) {
421
+ console.log("开始处理待办任务:" + daibanItem.title + "当前任务状态:" + daibanItem.enable?"开启":"关闭" )
422
+ if (daibanItem.enable) { // 控制每一项通知是否开启
423
+ let postResult = ''; //提示信息为
424
+ await http.load("POST",daibanItem.url,{data:daibanItem.data},{ resolveMsg: null, rejectMsg: null})
425
+ .then((res)=>{
426
+ let responseData = res.data
427
+ for (let item of responseData) {
428
+ postResult += eval(daibanItem.text) + "\n"
429
+ }
430
+ postResult += '\t'
431
+ daibanArray.push({text:postResult,oldData:daibanItem})
432
+ })
433
+ }
434
+ }
435
+ console.log("安检数据为:"+JSON.stringify(daibanArray))
436
+ this.safecheckDaiBan = daibanArray
437
+ }else {
438
+ console.log("待办提醒全局关闭。")
439
+ }
440
+
441
+
442
+
443
+
444
+ },
445
+
446
+ async loginother(){
447
+ if (this.config.distanceLogin) {
448
+ if (this.$login && this.$login.getUrlParames('name') ) {
449
+ let ename = this.$login.getUrlParames('name');
450
+ let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
451
+ if(logininfo.data){
452
+ if(logininfo.data.ename && logininfo.data.password){
453
+ this.model.ename = logininfo.data.ename
454
+ this.model.password =logininfo.data.password
455
+ let gen = saveGen(this)
456
+ return co(gen)
457
+ }
458
+ }
459
+ }
460
+ }
461
+ },
462
+ theme(){
463
+ // var elementList = document.querySelectorAll('body');
464
+ // console.log(elementList)
465
+ // document.querySelectorAll('body')[0].className='themeTwo'
466
+ // var elementList = document.querySelectorAll('body');
467
+ // console.log(elementList)
468
+ },
469
+ onReady () {
470
+ this.$emit('ready')
471
+ },
472
+ confirm (key) {
473
+ this.login_do=!this.login_do
474
+ // return
475
+ if (key == 'key') {
476
+ $('form').fadeOut(500)
477
+ }
478
+ this.login = true
479
+ // let gen = saveGen(this)
480
+ // return co(gen)
481
+ if((!this.otherLogin) && this.$login && this.$login.Verification){
482
+ console.log('跳转过来的不走验证')
483
+ if(this.picLyanzhengma == '') {
484
+ this.$showMessage("请输入验证码!").then(()=>{
485
+ this.login = false
486
+ $('form').fadeIn(500)
487
+ this.createCode()
488
+ })
489
+ }else if(this.picLyanzhengma.toUpperCase() != this.checkCode ) {
490
+ //若输入的验证码与产生的验证码不一致时
491
+ this.$showMessage("验证码不正确").then(()=>{
492
+ this.login = false
493
+ $('form').fadeIn(500)
494
+ this.createCode();//刷新验证码
495
+ this.picLyanzhengma = '';
496
+ })
497
+ }else {
498
+ this.login = true
499
+ let gen = saveGen(this)
500
+ return co(gen)
501
+ }
502
+ }else {
503
+ this.login = true
504
+ let gen = saveGen(this)
505
+ return co(gen)
506
+ }
507
+ },
508
+ createCode(){
509
+ let code = "";
510
+ let codeLength = 4;//验证码的长度
511
+ let random = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R',
512
+ 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');//随机数
513
+ for (let i = 0; i < codeLength; i++) {
514
+ //循环操作
515
+ let index = Math.floor(Math.random() * 36);//取得随机数的索引(0~35)
516
+ code += random[index];//根据索引取得随机数加到code上
517
+ }
518
+ this.checkCode = code;//把code值赋给验证码
519
+ },
520
+
521
+ async depPromptConfirm () {
522
+ this.depPromptShow = false
523
+ return this.$goto('home-page', {functions: this.$login.f,config: this.config})
524
+ },
525
+
526
+ depPromptCancel () {
527
+ this.depPromptShow = false
528
+ this.createCode()
529
+ this.picLyanzhengma = ''
530
+ this.model.ename = ''
531
+ this.model.password = ''
532
+ this.login = false
533
+ $('form').fadeIn(500)
534
+ }
535
+ },
536
+ watch: {
537
+ 'modifyPwShow' (val){
538
+ if (!val) {
539
+ window.location.reload()
540
+ }
541
+ }
542
+ }
543
+ }
544
+ </script>
545
+
546
+ <style>
547
+ .my_button_search{width: 100px; height: 25px;position: relative; padding-left:2px;top: 0px;line-height: 25px; background:rgba(0,0,0,0); border-radius: 4px; border:none; font-family: PingFang; font-size: 15px}
548
+ .my_button_search:hover img{ filter: opacity(0.8);}
549
+ .loginmain-title {
550
+ height: fit-content;
551
+ float: left;
552
+ width: 100%;
553
+ text-align: center;
554
+ font-size: 3.4rem;
555
+ color: #333;
556
+ letter-spacing: 7px;
557
+ font-stretch: normal;
558
+ padding-top: 20px;
559
+ font-family: TRENDSTRENDS;
560
+ }
561
+ </style>