system-clients 4.0.4 → 4.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +16 -16
- package/SystemClient.iml +8 -8
- package/build/webpack.base.conf.js +85 -85
- package/build.gradle +6 -6
- package/examples/LoginPage/App.vue +21 -21
- package/examples/LoginPage/index.html +11 -11
- package/examples/LoginPage/main.js +15 -15
- package/index.html +21 -21
- package/package.json +105 -105
- package/src/LodopFuncs.js +155 -155
- package/src/components/Main.vue +935 -935
- package/src/components/TabButton.vue +201 -201
- package/src/components/Tabs.vue +67 -67
- package/src/components/addressManage/AddressCascadingMenu.vue +145 -145
- package/src/components/common/ProgressBase.vue +83 -83
- package/src/components/equipment/EquipmentManage.vue +83 -83
- package/src/components/equipment/PcAdd.vue +115 -115
- package/src/components/equipment/PcList.vue +119 -119
- package/src/components/equipment/PcManage.vue +61 -61
- package/src/components/equipment/PhoneAdd.vue +118 -118
- package/src/components/equipment/PhoneList.vue +113 -113
- package/src/components/equipment/PhoneManage.vue +61 -61
- package/src/components/equipment/PosAdd.vue +319 -319
- package/src/components/equipment/PosList.vue +292 -292
- package/src/components/equipment/PosManage.vue +138 -138
- package/src/components/equipment/PosManageBoth.vue +125 -125
- package/src/components/equipment/PosParamAdd.vue +236 -236
- package/src/components/equipment/PosParamList.vue +121 -121
- package/src/components/equipment/PosParamManage.vue +51 -51
- package/src/components/materialManage/materialData.vue +44 -44
- package/src/components/materialManage/materialList.vue +255 -255
- package/src/components/parammanage/ParamManage.vue +42 -42
- package/src/components/parammanage/ParamPage.vue +337 -337
- package/src/components/parammanage/ParamPages.vue +222 -222
- package/src/components/parammanage/SinglePage.vue +235 -235
- package/src/components/parammanage/SinglePages.vue +167 -167
- package/src/components/server/AddChangeMsg.vue +66 -66
- package/src/components/server/ChangeDeclare.vue +45 -45
- package/src/components/server/ImageVieweTest.vue +56 -56
- package/src/components/server/ImageViewer.vue +350 -350
- package/src/components/server/LeftTree.vue +111 -111
- package/src/components/server/LoadData.vue +55 -55
- package/src/components/server/Login.vue +615 -615
- package/src/components/server/LoginPage.vue +235 -235
- package/src/components/server/LoginView.vue +128 -128
- package/src/components/server/ModifyPw.vue +126 -126
- package/src/components/server/PcdBuildingSelect.vue +243 -243
- package/src/components/server/ResSelect.vue +178 -172
- package/src/components/server/ResSelectGroup.vue +211 -211
- package/src/components/server/RightTree.vue +348 -348
- package/src/components/server/RoleSelector.vue +90 -90
- package/src/components/server/TestResSelect.vue +58 -58
- package/src/components/server/TestResSelectGroup.vue +388 -388
- package/src/filiale/baole/Login.vue +570 -570
- package/src/filiale/baole/system.js +5 -5
- package/src/filiale/bayan/PosAdd.vue +368 -368
- package/src/filiale/bayan/PosList.vue +341 -341
- package/src/filiale/bayan/PosManage.vue +138 -138
- package/src/filiale/bayan/system.js +6 -6
- package/src/filiale/chengtou/Login.vue +539 -539
- package/src/filiale/chengtou/system.js +5 -5
- package/src/filiale/dongguan/Login.vue +902 -902
- package/src/filiale/dongguan/Main.vue +717 -717
- package/src/filiale/dongguan/system.js +6 -6
- package/src/filiale/furuike/Login.vue +587 -587
- package/src/filiale/furuike/Main.vue +840 -840
- package/src/filiale/furuike/system.js +7 -7
- package/src/filiale/gehua/Main.vue +809 -809
- package/src/filiale/gehua/system.js +6 -6
- package/src/filiale/konggang/Login.vue +472 -472
- package/src/filiale/konggang/system.js +7 -7
- package/src/filiale/qianneng/Login.vue +584 -584
- package/src/filiale/qianneng/Main.vue +818 -818
- package/src/filiale/qianneng/ModifyPw.vue +108 -108
- package/src/filiale/qianneng/system.js +11 -11
- package/src/filiale/rizhao/LeftTree.vue +111 -111
- package/src/filiale/rizhao/Login.vue +793 -793
- package/src/filiale/rizhao/Main.vue +611 -611
- package/src/filiale/rizhao/system.js +14 -14
- package/src/filiale/ruihua/Login.vue +576 -576
- package/src/filiale/ruihua/Main.vue +977 -977
- package/src/filiale/ruihua/system.js +6 -6
- package/src/filiale/shiquan/Login.vue +566 -566
- package/src/filiale/shiquan/system.js +8 -8
- package/src/filiale/tianyi/Login.vue +573 -573
- package/src/filiale/tianyi/system.js +5 -5
- package/src/filiale/tongchuan/Login.vue +563 -563
- package/src/filiale/tongchuan/Main.vue +1021 -1021
- package/src/filiale/tongchuan/system.js +7 -7
- package/src/filiale/weinan/Main.vue +924 -924
- package/src/filiale/weinan/system.js +7 -7
- package/src/filiale/wenxi/Login.vue +537 -537
- package/src/filiale/wenxi/Main.vue +787 -787
- package/src/filiale/wenxi/system.js +10 -10
- package/src/filiale/wuhai/LeftTree.vue +141 -141
- package/src/filiale/wuhai/Main.vue +810 -810
- package/src/filiale/wuhai/system.js +10 -10
- package/src/filiale/yuchuan/Login.vue +891 -891
- package/src/filiale/yuchuan/Main.vue +866 -866
- package/src/filiale/yuchuan/system.js +10 -10
- package/src/filiale/zhoukou/Main.vue +809 -809
- package/src/filiale/zhoukou/system.js +6 -6
- package/src/plugins/EncryptUtil.js +53 -53
- package/src/plugins/GetLoginInfoService.js +480 -480
- package/src/plugins/HeatGetLoginInfoService.js +491 -491
- package/src/plugins/validation.js +15 -15
- package/src/stores/AppData.js +38 -38
- package/src/stores/HeatAppData.js +38 -38
- package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -288
- package/src/styles/less/.csscomb.json +304 -304
- package/src/styles/less/.csslintrc +19 -19
- package/src/styles/less/alerts.less +73 -73
- package/src/styles/less/aofeng/animate.min.css +10 -10
- package/src/styles/less/aofeng/expandcss.less +569 -569
- package/src/styles/less/aofeng/login.less +367 -367
- package/src/styles/less/aofeng/standard.less +2507 -2507
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +690 -690
- package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
- package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
- package/src/styles/less/aofeng/themeOne.less +17 -17
- package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
- package/src/styles/less/aofeng/themeTwo.less +3 -3
- package/src/styles/less/badges.less +66 -66
- package/src/styles/less/bootstrap.less +66 -66
- package/src/styles/less/breadcrumbs.less +26 -26
- package/src/styles/less/button-groups.less +247 -247
- package/src/styles/less/buttons.less +172 -172
- package/src/styles/less/carousel.less +269 -269
- package/src/styles/less/close.less +34 -34
- package/src/styles/less/code.less +69 -69
- package/src/styles/less/component-animations.less +33 -33
- package/src/styles/less/dropdowns.less +216 -216
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/forms.less +626 -626
- package/src/styles/less/glyphicons.less +305 -305
- package/src/styles/less/grid.less +84 -84
- package/src/styles/less/input-groups.less +167 -167
- package/src/styles/less/jumbotron.less +52 -52
- package/src/styles/less/labels.less +64 -64
- package/src/styles/less/list-group.less +141 -141
- package/src/styles/less/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/media.less +66 -66
- package/src/styles/less/mixins/alerts.less +14 -14
- package/src/styles/less/mixins/background-variant.less +9 -9
- package/src/styles/less/mixins/border-radius.less +18 -18
- package/src/styles/less/mixins/buttons.less +69 -69
- package/src/styles/less/mixins/center-block.less +7 -7
- package/src/styles/less/mixins/clearfix.less +22 -22
- package/src/styles/less/mixins/forms.less +90 -90
- package/src/styles/less/mixins/gradients.less +59 -59
- package/src/styles/less/mixins/grid-framework.less +92 -92
- package/src/styles/less/mixins/grid.less +122 -122
- package/src/styles/less/mixins/hide-text.less +21 -21
- package/src/styles/less/mixins/image.less +33 -33
- package/src/styles/less/mixins/labels.less +12 -12
- package/src/styles/less/mixins/list-group.less +30 -30
- package/src/styles/less/mixins/nav-divider.less +10 -10
- package/src/styles/less/mixins/nav-vertical-align.less +9 -9
- package/src/styles/less/mixins/opacity.less +8 -8
- package/src/styles/less/mixins/pagination.less +24 -24
- package/src/styles/less/mixins/panels.less +24 -24
- package/src/styles/less/mixins/progress-bar.less +10 -10
- package/src/styles/less/mixins/reset-filter.less +8 -8
- package/src/styles/less/mixins/reset-text.less +18 -18
- package/src/styles/less/mixins/resize.less +6 -6
- package/src/styles/less/mixins/responsive-visibility.less +15 -15
- package/src/styles/less/mixins/size.less +10 -10
- package/src/styles/less/mixins/tab-focus.less +9 -9
- package/src/styles/less/mixins/table-row.less +44 -44
- package/src/styles/less/mixins/text-emphasis.less +9 -9
- package/src/styles/less/mixins/text-overflow.less +8 -8
- package/src/styles/less/mixins/vendor-prefixes.less +227 -227
- package/src/styles/less/mixins.less +40 -40
- package/src/styles/less/modals.less +151 -151
- package/src/styles/less/navbar.less +660 -660
- package/src/styles/less/navs.less +285 -285
- package/src/styles/less/normalize.less +424 -424
- package/src/styles/less/pager.less +76 -76
- package/src/styles/less/pagination.less +89 -89
- package/src/styles/less/panels.less +275 -275
- package/src/styles/less/popovers.less +131 -131
- package/src/styles/less/print.less +101 -101
- package/src/styles/less/progress-bars.less +87 -87
- package/src/styles/less/responsive-embed.less +35 -35
- package/src/styles/less/responsive-utilities.less +194 -194
- package/src/styles/less/scaffolding.less +161 -161
- package/src/styles/less/stand.less +207 -207
- package/src/styles/less/tables.less +312 -312
- package/src/styles/less/theme.less +291 -291
- package/src/styles/less/thumbnails.less +36 -36
- package/src/styles/less/tooltip.less +102 -102
- package/src/styles/less/type.less +316 -316
- package/src/styles/less/utilities.less +55 -55
- package/src/styles/less/variables.less +899 -899
- package/src/styles/less/wells.less +29 -29
- package/src/system.js +122 -122
- package/src/util/Daiban.json +12 -12
- package/yarn-error.log +6896 -0
- package/package-lock.json +0 -11773
@@ -1,472 +1,472 @@
|
|
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
|
-
<!--<img src="../../../static/newStyle/login-info.png"/>-->
|
8
|
-
<!--<span @click="showus=true">关于我们</span>-->
|
9
|
-
<!-- <img src="../../../static/newStyle/login-con.png"/>-->
|
10
|
-
<!-- <span>联系我们</span>-->
|
11
|
-
</div>
|
12
|
-
</div>
|
13
|
-
</div>
|
14
|
-
|
15
|
-
<modal :show.sync="showus" backdrop="true" width="50%" style="width:auto;">
|
16
|
-
<article slot="modal-body" class="modal-body" >
|
17
|
-
<img style="height:100%;width:100%" src="../../../static/newStyle/about-us.png"/>
|
18
|
-
</article>
|
19
|
-
<footer slot="modal-footer" class="modal-footer">
|
20
|
-
</footer>
|
21
|
-
</modal>
|
22
|
-
|
23
|
-
|
24
|
-
<div class="logoew" v-if="logoandroid" >
|
25
|
-
<div v-if="logoandroid" class="imglogo"></div>
|
26
|
-
<p class="logocontent">燃气客服系统Android版</p>
|
27
|
-
<p class="logofooter">(仅浏览器扫描)</p>
|
28
|
-
</div>
|
29
|
-
<!--输入框-->
|
30
|
-
<div class="loginmain">
|
31
|
-
<!-- <img src="../../../static/login_title1.png" alt="图片加载未完成" class="img-responsive" style="margin: 0 auto; padding-top: 150px;" /> -->
|
32
|
-
<div class="loginmain-left">
|
33
|
-
<img class="loginmain-left-img" src="../../../static/newStyle/login-left.png">
|
34
|
-
</div>
|
35
|
-
<div class="loginmain-right">
|
36
|
-
|
37
|
-
<p @click="theme()" style="white-space: nowrap">{{config.title}}</p>
|
38
|
-
|
39
|
-
<form v-show="!login">
|
40
|
-
<!-- <input type="text" placeholder="用户名" v-model="model.ename" class="usericon">-->
|
41
|
-
<div class="login-input">
|
42
|
-
<img src="../../../static/newStyle/login-user.png"/>
|
43
|
-
<input type="text" style="display: inline;background-color: white!important;" placeholder="用户名" v-model="model.ename"/>
|
44
|
-
</div>
|
45
|
-
<div class="login-input">
|
46
|
-
<img src="../../../static/newStyle/login-pwd.png"/>
|
47
|
-
<input type="password" placeholder="密码" style="display: inline;background-color: darkgray;" v-model="model.password"
|
48
|
-
@keyup.enter="confirm('key')"/>
|
49
|
-
</div>
|
50
|
-
<div class="login-input-1" v-if="$login.Verification">
|
51
|
-
<img src="../../../static/newStyle/login-check.png"/>
|
52
|
-
<input v-if="$login.Verification" class="login-check" type="text" placeholder="请输入验证码"
|
53
|
-
v-model="picLyanzhengma" @keyup.enter="confirm('key')"/>
|
54
|
-
</div>
|
55
|
-
<div class="login-input-2" >
|
56
|
-
<input v-if="$login.Verification" class="login-check-1" style="display: inline;background-color:#eeeeee !important;"
|
57
|
-
type="button" @click="createCode" v-model="checkCode"/>
|
58
|
-
</div>
|
59
|
-
<div class="login-bt">
|
60
|
-
<button type="button" id="login-button" class="login-button" @click.prevent="confirm('click')">登录</button>
|
61
|
-
</div>
|
62
|
-
<!-- <input type="password" placeholder="密码" v-model="model.password" class="psicon"-->
|
63
|
-
<!-- @keyup.enter="confirm('key')">-->
|
64
|
-
<!-- <input v-if="$login.Verification" styljiaoyane="width: 40%; display: inline" type="text" placeholder="请输入验证码"-->
|
65
|
-
<!-- v-model="picLyanzhengma" @keyup.enter="confirm('key')">-->
|
66
|
-
<!-- <input v-if="$login.Verification" style="width: 30%; display: inline;background-color: darkgray;"-->
|
67
|
-
<!-- type="button" @click="createCode" v-model="checkCode"/><br>-->
|
68
|
-
|
69
|
-
<!-- <button type="button" id="login-button" @click.prevent="confirm()"><strong>注册</strong></button> -->
|
70
|
-
<!-- <span @click="register()">还没有注册,现在注册>>></span> -->
|
71
|
-
</form>
|
72
|
-
<div v-show="login" class="login_load">
|
73
|
-
<img src="../../../static/newStyle/login-do.gif">
|
74
|
-
</div>
|
75
|
-
</div>
|
76
|
-
</div>
|
77
|
-
<div class="login-foot" v-show="false">
|
78
|
-
技术支持:西安奥枫软件有限公司
|
79
|
-
</div>
|
80
|
-
<div class="login-foot" v-show="$login.BAinformation">
|
81
|
-
{{{ $login.BAinformation }}}
|
82
|
-
</div>
|
83
|
-
|
84
|
-
<modal v-if="depPromptShow" :show.sync="depPromptShow" :backdrop="false" v-ref:modal >
|
85
|
-
<header slot="modal-header" style="height: 8vh" class="modal-header">
|
86
|
-
<!--<h4 class="modal-title">登录信息</h4>-->
|
87
|
-
</header>
|
88
|
-
<article slot="modal-body" class="modal-body">
|
89
|
-
<form class="form-horizontal">
|
90
|
-
<div class="row">
|
91
|
-
<div class="col-sm-12 form-group">
|
92
|
-
<label class="col-sm-5 ">当前登录人:</label>
|
93
|
-
<label style="font-weight:normal">{{$login.f.name}}</label>
|
94
|
-
</div>
|
95
|
-
<!--<div class="col-sm-12 form-group" v-if="$login.f.number">-->
|
96
|
-
<!--<label class="col-sm-5 ">组 织 编 码:</label>-->
|
97
|
-
<!--<label style="font-weight:normal">{{$login.f.number}}</label>-->
|
98
|
-
<!-- <div class="col-sm-7">
|
99
|
-
<span >{{$login.f.number}}</span>
|
100
|
-
</div> -->
|
101
|
-
<!--</div>-->
|
102
|
-
<div class="col-sm-12 form-group">
|
103
|
-
<label class="col-sm-5">所在销售点:</label>
|
104
|
-
<label style="font-weight:normal">{{$login.f.deps}}</label>
|
105
|
-
<!-- <div class="col-sm-7">
|
106
|
-
<span >{{$login.f.deps}}</span>
|
107
|
-
</div> -->
|
108
|
-
</div>
|
109
|
-
<div class="col-sm-12 " v-if="AppDaiBan !==''">
|
110
|
-
<label class="col-sm-2">报装待办:</label>
|
111
|
-
<span style="font-weight:normal">{{AppDaiBan}}</span>
|
112
|
-
</div>
|
113
|
-
<div class="col-sm-12 " v-if="OrderDaiBan !==''">
|
114
|
-
<label class="col-sm-2">预约待办:</label>
|
115
|
-
<span style="font-weight:normal">{{OrderDaiBan}}</span>
|
116
|
-
</div>
|
117
|
-
</div>
|
118
|
-
</form>
|
119
|
-
</article>
|
120
|
-
<footer slot="modal-footer" style="height: 8vh" class="modal-footer">
|
121
|
-
<button class="button_search" @click="depPromptConfirm">确认</button>
|
122
|
-
<button class="button_clear" @click="depPromptCancel">取消</button>
|
123
|
-
</footer>
|
124
|
-
</modal>
|
125
|
-
|
126
|
-
<!-- 修改密码组件 -->
|
127
|
-
<modify-pw :show.sync="modifyPwShow" v-if="modifyPwShow"></modify-pw>
|
128
|
-
</div>
|
129
|
-
|
130
|
-
</template>
|
131
|
-
|
132
|
-
<script>
|
133
|
-
import co from 'co'
|
134
|
-
import $ from 'jquery'
|
135
|
-
import Vue from 'vue'
|
136
|
-
import {HttpResetClass} from 'vue-client'
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
let saveGen = function *(self) {
|
141
|
-
try {
|
142
|
-
if(self.$login){
|
143
|
-
yield self.$login.login(self.model.ename, self.model.password)
|
144
|
-
}
|
145
|
-
if(self.$appdata){
|
146
|
-
yield self.$appdata.load()
|
147
|
-
|
148
|
-
}
|
149
|
-
if (Vue.$heatCompatibility) {
|
150
|
-
try {
|
151
|
-
if(self.$loginHeat){
|
152
|
-
yield self.$loginHeat.login(self.model.ename, self.model.password)
|
153
|
-
}
|
154
|
-
if(self.$appdataHeat){
|
155
|
-
yield self.$appdataHeat.load()
|
156
|
-
}
|
157
|
-
} catch (e) {
|
158
|
-
console.log('热力系统登陆失败!')
|
159
|
-
}
|
160
|
-
}
|
161
|
-
yield self.$getConfig(self, 'Login')
|
162
|
-
console.log('登录配置', self.config)
|
163
|
-
if (self.config.isMac) {
|
164
|
-
// 获取该登录人分公司下的mac配置
|
165
|
-
// todo v4
|
166
|
-
let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
|
167
|
-
resolveMsg: null,
|
168
|
-
rejectMsg: null
|
169
|
-
}).catch(() => {
|
170
|
-
throw new Error('获取mac配置失败')
|
171
|
-
})
|
172
|
-
console.log('MAC地址信息', getMacs)
|
173
|
-
// 获取本地mac地址
|
174
|
-
let getLocalMac = yield self.$resetget('http://127.0.0.1:8003/loadmac', {
|
175
|
-
resolveMsg: null,
|
176
|
-
rejectMsg: null
|
177
|
-
}).catch(() => {
|
178
|
-
throw new Error('获取本地mac配置失败')
|
179
|
-
})
|
180
|
-
console.log('本地MAC地址信息', getLocalMac)
|
181
|
-
// 对Mac地址进行匹配
|
182
|
-
let macValidate = false
|
183
|
-
for (let i = 0; i < getLocalMac.data.mac.length; i++) {
|
184
|
-
for (let j = 0; j < getMacs.data.length; j++) {
|
185
|
-
if (getMacs.data[j].f_mac_number.toLocaleUpperCase() === getLocalMac.data.mac[i]) {
|
186
|
-
macValidate = true
|
187
|
-
}
|
188
|
-
}
|
189
|
-
}
|
190
|
-
if (!macValidate) {
|
191
|
-
throw new Error('Mac地址验证失败, 请联系管理员!!')
|
192
|
-
}
|
193
|
-
}
|
194
|
-
console.log(self.$login.depPrompt)
|
195
|
-
// 弱口令验证
|
196
|
-
//跳转过来的不进行验证
|
197
|
-
if ((!self.otherLogin) && self.config.weakPassword && !(/^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{8,16}$/.test(self.model.password))) {
|
198
|
-
self.$showMessage('登录系统: 此账户的密码过于简单,请修改密码后重新登陆!!!', ['confirm']).then((res) => {
|
199
|
-
self.modifyPwShow = true
|
200
|
-
})
|
201
|
-
} else if ((!self.otherLogin) && self.$login.depPrompt) {
|
202
|
-
self.depPromptShow = true
|
203
|
-
if (self.$login.showDaiBan && self.$login.r.includes('展示预约信息')){
|
204
|
-
// 获取待办
|
205
|
-
self.getDaiBan()
|
206
|
-
}
|
207
|
-
} else {
|
208
|
-
self.$goto('home-page', {functions: self.$login.f,config: self.config})
|
209
|
-
// if (self.otherLogin){
|
210
|
-
// window.history.pushState(null,null,'')
|
211
|
-
// }
|
212
|
-
if (self.$login) {
|
213
|
-
console.log('登录信息', self.$login.f)
|
214
|
-
global.login=self.$login.f
|
215
|
-
console.log('登录信息', global.login)
|
216
|
-
}
|
217
|
-
}
|
218
|
-
|
219
|
-
} catch (ret) {
|
220
|
-
console.error('登录失败', ret)
|
221
|
-
let msg
|
222
|
-
if (ret instanceof Error) {
|
223
|
-
msg = ret
|
224
|
-
}
|
225
|
-
if (ret.status === 0) {
|
226
|
-
msg = '服务连接错误,请确认服务状态'
|
227
|
-
} else if (ret.status === 401) {
|
228
|
-
msg = ret.data
|
229
|
-
} else if (ret.status === 710) {
|
230
|
-
msg = ret.data
|
231
|
-
}
|
232
|
-
self.createCode()
|
233
|
-
self.picLyanzhengma = ''
|
234
|
-
yield self.$showMessage(msg)
|
235
|
-
self.model.ename = ''
|
236
|
-
self.model.password = ''
|
237
|
-
self.login = false
|
238
|
-
$('form').fadeIn(500)
|
239
|
-
}
|
240
|
-
}
|
241
|
-
export default {
|
242
|
-
title: '登录',
|
243
|
-
async ready () {
|
244
|
-
try{
|
245
|
-
let http = new HttpResetClass()
|
246
|
-
let res = await http.load('POST', 'api/af-system/sql/singleTable',
|
247
|
-
{data:{
|
248
|
-
tablename: 't_changedeclare',
|
249
|
-
condition: ` f_type ='变更通知' `
|
250
|
-
}
|
251
|
-
}, {resolveMsg: null, rejectMsg: null})
|
252
|
-
if(res.data.length>0){
|
253
|
-
console.log("---------------获取通知",res.data[0].f_change_message)
|
254
|
-
this.notice=res.data[0].f_change_message
|
255
|
-
}
|
256
|
-
}catch(e){}
|
257
|
-
|
258
|
-
this.loginother();
|
259
|
-
$('#login-button').click(function (event) {
|
260
|
-
event.preventDefault()
|
261
|
-
$('form').fadeOut(500)
|
262
|
-
})
|
263
|
-
if (window.location.search && window.location.search.indexOf('af_key') !== -1&& window.location.search.indexOf('af_n') !== -1) {
|
264
|
-
const subUrl = window.location.search.replace('?af_key=','').split('&af_n=')
|
265
|
-
console.log(subUrl)
|
266
|
-
this.model.ename = window.atob(subUrl[0])
|
267
|
-
this.model.password = window.atob(subUrl[1])
|
268
|
-
console.log('this.model.ename',this.model.ename)
|
269
|
-
this.otherLogin = true
|
270
|
-
this.confirm()
|
271
|
-
}else{
|
272
|
-
//跳转不需要验证码
|
273
|
-
this.createCode()
|
274
|
-
}
|
275
|
-
console.log(this.$login)
|
276
|
-
},
|
277
|
-
data () {
|
278
|
-
return {
|
279
|
-
image:{
|
280
|
-
img1: '/images/newStyle/login-info.png',
|
281
|
-
img2: '/images/newStyle/login-con.png',
|
282
|
-
img3: '/images/newStyle/login-left.png',
|
283
|
-
img4: '/images/newStyle/login-user.png',
|
284
|
-
img5: '/images/newStyle/login-pwd.png',
|
285
|
-
img6: '/images/newStyle/login-check.png',
|
286
|
-
img7: '/images/newStyle/login-do.png',
|
287
|
-
},
|
288
|
-
config: {
|
289
|
-
isMac: false,
|
290
|
-
depPrompt: false,
|
291
|
-
weakPassword: false,
|
292
|
-
title: '燃气客服系统',
|
293
|
-
distanceLogin: false,
|
294
|
-
// 那些角色可以定时获取预约提示
|
295
|
-
isTip : false,
|
296
|
-
// 那些角色可以定时获取预约提示
|
297
|
-
msgRole : '预约处理人员',
|
298
|
-
// 定时获取提示间隔 单位:分钟
|
299
|
-
times: 25,
|
300
|
-
},
|
301
|
-
otherLogin:false,
|
302
|
-
login: false,
|
303
|
-
depPromptShow: false,
|
304
|
-
model: {},
|
305
|
-
show: false,
|
306
|
-
checkCode: '',
|
307
|
-
login_do:true,
|
308
|
-
picLyanzhengma: '',
|
309
|
-
// 修改密码弹框展示
|
310
|
-
modifyPwShow: false,
|
311
|
-
logoandroid:false,
|
312
|
-
showus:false,
|
313
|
-
notice:'',
|
314
|
-
loginotherflag :true,
|
315
|
-
// 报建待办
|
316
|
-
AppDaiBan: '',
|
317
|
-
// 预约待处理
|
318
|
-
OrderDaiBan: ''
|
319
|
-
}
|
320
|
-
},
|
321
|
-
methods: {
|
322
|
-
async getDaiBan(){
|
323
|
-
let http = new HttpResetClass()
|
324
|
-
let condition = ''
|
325
|
-
if(this.$login.f.deps!=='柠条塔'){
|
326
|
-
condition = ` (f_orderstate != '预约成功' and f_orderstate != '预约失败' ) or f_orderstate is null `
|
327
|
-
} else {
|
328
|
-
condition =` f_orderstate is null and (f_address in( select f_address from t_user_address where f_slice_area='柠条塔') or f_address like '%柠条塔%') `
|
329
|
-
}
|
330
|
-
await http.load('POST', '/api/af-system/sql/singleTable', {data: {
|
331
|
-
tablename:'t_order_center',
|
332
|
-
condition:condition
|
333
|
-
}}, {
|
334
|
-
resolveMsg: null,
|
335
|
-
rejectMsg: null
|
336
|
-
}).then((res) => {
|
337
|
-
let OrderDaiBan = {}
|
338
|
-
res.data.forEach(item=>{
|
339
|
-
OrderDaiBan[item.f_ordertype] = OrderDaiBan[item.f_ordertype] || []
|
340
|
-
OrderDaiBan[item.f_ordertype].push(item)
|
341
|
-
})
|
342
|
-
this.OrderDaiBan = `您有${res.data.length}条需要处理的微信预约业务!`
|
343
|
-
if (res.data.length> 0){
|
344
|
-
this.OrderDaiBan += `其中 ${Object.keys(OrderDaiBan).map(key=>`${key}:${OrderDaiBan[key].length}条`).join(', ')}`
|
345
|
-
}
|
346
|
-
})
|
347
|
-
let data = {
|
348
|
-
condition: '1 = 1',
|
349
|
-
data: {
|
350
|
-
orgid: this.$login.f.orgid,
|
351
|
-
id: this.$login.f.id
|
352
|
-
}
|
353
|
-
}
|
354
|
-
await http.load('POST', '/rs/sql/checkuser', {data: data}, {
|
355
|
-
resolveMsg: null,
|
356
|
-
rejectMsg: null
|
357
|
-
}).then((res) => {
|
358
|
-
let AppDaiBan = {}
|
359
|
-
res.data.forEach(item=>{
|
360
|
-
AppDaiBan[item.defname] = AppDaiBan[item.defname] || []
|
361
|
-
AppDaiBan[item.defname].push(item)
|
362
|
-
})
|
363
|
-
this.AppDaiBan = `您有${res.data.length}条需要处理的报建待办业务!`
|
364
|
-
if (res.data.length> 0){
|
365
|
-
this.AppDaiBan += `其中 ${Object.keys(AppDaiBan).map(key=>`${key}:${AppDaiBan[key].length}条`).join(', ')}`
|
366
|
-
}
|
367
|
-
})
|
368
|
-
|
369
|
-
},
|
370
|
-
async loginother(){
|
371
|
-
if (this.config.distanceLogin) {
|
372
|
-
if (this.$login && this.$login.getUrlParames('name') ) {
|
373
|
-
let ename = this.$login.getUrlParames('name');
|
374
|
-
// todo v4
|
375
|
-
let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
|
376
|
-
if(logininfo.data){
|
377
|
-
if(logininfo.data.ename && logininfo.data.password){
|
378
|
-
this.model.ename = logininfo.data.ename
|
379
|
-
this.model.password =logininfo.data.password
|
380
|
-
let gen = saveGen(this)
|
381
|
-
return co(gen)
|
382
|
-
}
|
383
|
-
}
|
384
|
-
}
|
385
|
-
}
|
386
|
-
},
|
387
|
-
theme(){
|
388
|
-
// var elementList = document.querySelectorAll('body');
|
389
|
-
// console.log(elementList)
|
390
|
-
// document.querySelectorAll('body')[0].className='themeTwo'
|
391
|
-
// var elementList = document.querySelectorAll('body');
|
392
|
-
// console.log(elementList)
|
393
|
-
},
|
394
|
-
onReady () {
|
395
|
-
this.$emit('ready')
|
396
|
-
},
|
397
|
-
confirm (key) {
|
398
|
-
this.login_do=!this.login_do
|
399
|
-
// return
|
400
|
-
if (key == 'key') {
|
401
|
-
$('form').fadeOut(500)
|
402
|
-
}
|
403
|
-
this.login = true
|
404
|
-
// let gen = saveGen(this)
|
405
|
-
// return co(gen)
|
406
|
-
if((!this.otherLogin) && this.$login && this.$login.Verification){
|
407
|
-
console.log('跳转过来的不走验证')
|
408
|
-
if(this.picLyanzhengma == '') {
|
409
|
-
this.$showMessage("请输入验证码!").then(()=>{
|
410
|
-
this.login = false
|
411
|
-
$('form').fadeIn(500)
|
412
|
-
this.createCode()
|
413
|
-
})
|
414
|
-
}else if(this.picLyanzhengma.toUpperCase() != this.checkCode ) {
|
415
|
-
//若输入的验证码与产生的验证码不一致时
|
416
|
-
this.$showMessage("验证码不正确").then(()=>{
|
417
|
-
this.login = false
|
418
|
-
$('form').fadeIn(500)
|
419
|
-
this.createCode();//刷新验证码
|
420
|
-
this.picLyanzhengma = '';
|
421
|
-
})
|
422
|
-
}else {
|
423
|
-
this.login = true
|
424
|
-
let gen = saveGen(this)
|
425
|
-
return co(gen)
|
426
|
-
}
|
427
|
-
}else {
|
428
|
-
this.login = true
|
429
|
-
let gen = saveGen(this)
|
430
|
-
return co(gen)
|
431
|
-
}
|
432
|
-
},
|
433
|
-
createCode(){
|
434
|
-
let code = "";
|
435
|
-
let codeLength = 4;//验证码的长度
|
436
|
-
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',
|
437
|
-
'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');//随机数
|
438
|
-
for (let i = 0; i < codeLength; i++) {
|
439
|
-
//循环操作
|
440
|
-
let index = Math.floor(Math.random() * 36);//取得随机数的索引(0~35)
|
441
|
-
code += random[index];//根据索引取得随机数加到code上
|
442
|
-
}
|
443
|
-
this.checkCode = code;//把code值赋给验证码
|
444
|
-
},
|
445
|
-
|
446
|
-
async depPromptConfirm () {
|
447
|
-
this.depPromptShow = false
|
448
|
-
return this.$goto('home-page', {functions: this.$login.f,config: this.config})
|
449
|
-
},
|
450
|
-
|
451
|
-
depPromptCancel () {
|
452
|
-
this.depPromptShow = false
|
453
|
-
this.createCode()
|
454
|
-
this.picLyanzhengma = ''
|
455
|
-
this.model.ename = ''
|
456
|
-
this.model.password = ''
|
457
|
-
this.login = false
|
458
|
-
$('form').fadeIn(500)
|
459
|
-
}
|
460
|
-
},
|
461
|
-
watch: {
|
462
|
-
'modifyPwShow' (val){
|
463
|
-
if (!val) {
|
464
|
-
window.location.reload()
|
465
|
-
}
|
466
|
-
}
|
467
|
-
}
|
468
|
-
}
|
469
|
-
</script>
|
470
|
-
|
471
|
-
<style>
|
472
|
-
</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
|
+
<!--<img src="../../../static/newStyle/login-info.png"/>-->
|
8
|
+
<!--<span @click="showus=true">关于我们</span>-->
|
9
|
+
<!-- <img src="../../../static/newStyle/login-con.png"/>-->
|
10
|
+
<!-- <span>联系我们</span>-->
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
|
15
|
+
<modal :show.sync="showus" backdrop="true" width="50%" style="width:auto;">
|
16
|
+
<article slot="modal-body" class="modal-body" >
|
17
|
+
<img style="height:100%;width:100%" src="../../../static/newStyle/about-us.png"/>
|
18
|
+
</article>
|
19
|
+
<footer slot="modal-footer" class="modal-footer">
|
20
|
+
</footer>
|
21
|
+
</modal>
|
22
|
+
|
23
|
+
|
24
|
+
<div class="logoew" v-if="logoandroid" >
|
25
|
+
<div v-if="logoandroid" class="imglogo"></div>
|
26
|
+
<p class="logocontent">燃气客服系统Android版</p>
|
27
|
+
<p class="logofooter">(仅浏览器扫描)</p>
|
28
|
+
</div>
|
29
|
+
<!--输入框-->
|
30
|
+
<div class="loginmain">
|
31
|
+
<!-- <img src="../../../static/login_title1.png" alt="图片加载未完成" class="img-responsive" style="margin: 0 auto; padding-top: 150px;" /> -->
|
32
|
+
<div class="loginmain-left">
|
33
|
+
<img class="loginmain-left-img" src="../../../static/newStyle/login-left.png">
|
34
|
+
</div>
|
35
|
+
<div class="loginmain-right">
|
36
|
+
|
37
|
+
<p @click="theme()" style="white-space: nowrap">{{config.title}}</p>
|
38
|
+
|
39
|
+
<form v-show="!login">
|
40
|
+
<!-- <input type="text" placeholder="用户名" v-model="model.ename" class="usericon">-->
|
41
|
+
<div class="login-input">
|
42
|
+
<img src="../../../static/newStyle/login-user.png"/>
|
43
|
+
<input type="text" style="display: inline;background-color: white!important;" placeholder="用户名" v-model="model.ename"/>
|
44
|
+
</div>
|
45
|
+
<div class="login-input">
|
46
|
+
<img src="../../../static/newStyle/login-pwd.png"/>
|
47
|
+
<input type="password" placeholder="密码" style="display: inline;background-color: darkgray;" v-model="model.password"
|
48
|
+
@keyup.enter="confirm('key')"/>
|
49
|
+
</div>
|
50
|
+
<div class="login-input-1" v-if="$login.Verification">
|
51
|
+
<img src="../../../static/newStyle/login-check.png"/>
|
52
|
+
<input v-if="$login.Verification" class="login-check" type="text" placeholder="请输入验证码"
|
53
|
+
v-model="picLyanzhengma" @keyup.enter="confirm('key')"/>
|
54
|
+
</div>
|
55
|
+
<div class="login-input-2" >
|
56
|
+
<input v-if="$login.Verification" class="login-check-1" style="display: inline;background-color:#eeeeee !important;"
|
57
|
+
type="button" @click="createCode" v-model="checkCode"/>
|
58
|
+
</div>
|
59
|
+
<div class="login-bt">
|
60
|
+
<button type="button" id="login-button" class="login-button" @click.prevent="confirm('click')">登录</button>
|
61
|
+
</div>
|
62
|
+
<!-- <input type="password" placeholder="密码" v-model="model.password" class="psicon"-->
|
63
|
+
<!-- @keyup.enter="confirm('key')">-->
|
64
|
+
<!-- <input v-if="$login.Verification" styljiaoyane="width: 40%; display: inline" type="text" placeholder="请输入验证码"-->
|
65
|
+
<!-- v-model="picLyanzhengma" @keyup.enter="confirm('key')">-->
|
66
|
+
<!-- <input v-if="$login.Verification" style="width: 30%; display: inline;background-color: darkgray;"-->
|
67
|
+
<!-- type="button" @click="createCode" v-model="checkCode"/><br>-->
|
68
|
+
|
69
|
+
<!-- <button type="button" id="login-button" @click.prevent="confirm()"><strong>注册</strong></button> -->
|
70
|
+
<!-- <span @click="register()">还没有注册,现在注册>>></span> -->
|
71
|
+
</form>
|
72
|
+
<div v-show="login" class="login_load">
|
73
|
+
<img src="../../../static/newStyle/login-do.gif">
|
74
|
+
</div>
|
75
|
+
</div>
|
76
|
+
</div>
|
77
|
+
<div class="login-foot" v-show="false">
|
78
|
+
技术支持:西安奥枫软件有限公司
|
79
|
+
</div>
|
80
|
+
<div class="login-foot" v-show="$login.BAinformation">
|
81
|
+
{{{ $login.BAinformation }}}
|
82
|
+
</div>
|
83
|
+
|
84
|
+
<modal v-if="depPromptShow" :show.sync="depPromptShow" :backdrop="false" v-ref:modal >
|
85
|
+
<header slot="modal-header" style="height: 8vh" class="modal-header">
|
86
|
+
<!--<h4 class="modal-title">登录信息</h4>-->
|
87
|
+
</header>
|
88
|
+
<article slot="modal-body" class="modal-body">
|
89
|
+
<form class="form-horizontal">
|
90
|
+
<div class="row">
|
91
|
+
<div class="col-sm-12 form-group">
|
92
|
+
<label class="col-sm-5 ">当前登录人:</label>
|
93
|
+
<label style="font-weight:normal">{{$login.f.name}}</label>
|
94
|
+
</div>
|
95
|
+
<!--<div class="col-sm-12 form-group" v-if="$login.f.number">-->
|
96
|
+
<!--<label class="col-sm-5 ">组 织 编 码:</label>-->
|
97
|
+
<!--<label style="font-weight:normal">{{$login.f.number}}</label>-->
|
98
|
+
<!-- <div class="col-sm-7">
|
99
|
+
<span >{{$login.f.number}}</span>
|
100
|
+
</div> -->
|
101
|
+
<!--</div>-->
|
102
|
+
<div class="col-sm-12 form-group">
|
103
|
+
<label class="col-sm-5">所在销售点:</label>
|
104
|
+
<label style="font-weight:normal">{{$login.f.deps}}</label>
|
105
|
+
<!-- <div class="col-sm-7">
|
106
|
+
<span >{{$login.f.deps}}</span>
|
107
|
+
</div> -->
|
108
|
+
</div>
|
109
|
+
<div class="col-sm-12 " v-if="AppDaiBan !==''">
|
110
|
+
<label class="col-sm-2">报装待办:</label>
|
111
|
+
<span style="font-weight:normal">{{AppDaiBan}}</span>
|
112
|
+
</div>
|
113
|
+
<div class="col-sm-12 " v-if="OrderDaiBan !==''">
|
114
|
+
<label class="col-sm-2">预约待办:</label>
|
115
|
+
<span style="font-weight:normal">{{OrderDaiBan}}</span>
|
116
|
+
</div>
|
117
|
+
</div>
|
118
|
+
</form>
|
119
|
+
</article>
|
120
|
+
<footer slot="modal-footer" style="height: 8vh" class="modal-footer">
|
121
|
+
<button class="button_search" @click="depPromptConfirm">确认</button>
|
122
|
+
<button class="button_clear" @click="depPromptCancel">取消</button>
|
123
|
+
</footer>
|
124
|
+
</modal>
|
125
|
+
|
126
|
+
<!-- 修改密码组件 -->
|
127
|
+
<modify-pw :show.sync="modifyPwShow" v-if="modifyPwShow"></modify-pw>
|
128
|
+
</div>
|
129
|
+
|
130
|
+
</template>
|
131
|
+
|
132
|
+
<script>
|
133
|
+
import co from 'co'
|
134
|
+
import $ from 'jquery'
|
135
|
+
import Vue from 'vue'
|
136
|
+
import {HttpResetClass} from 'vue-client'
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
let saveGen = function *(self) {
|
141
|
+
try {
|
142
|
+
if(self.$login){
|
143
|
+
yield self.$login.login(self.model.ename, self.model.password)
|
144
|
+
}
|
145
|
+
if(self.$appdata){
|
146
|
+
yield self.$appdata.load()
|
147
|
+
|
148
|
+
}
|
149
|
+
if (Vue.$heatCompatibility) {
|
150
|
+
try {
|
151
|
+
if(self.$loginHeat){
|
152
|
+
yield self.$loginHeat.login(self.model.ename, self.model.password)
|
153
|
+
}
|
154
|
+
if(self.$appdataHeat){
|
155
|
+
yield self.$appdataHeat.load()
|
156
|
+
}
|
157
|
+
} catch (e) {
|
158
|
+
console.log('热力系统登陆失败!')
|
159
|
+
}
|
160
|
+
}
|
161
|
+
yield self.$getConfig(self, 'Login')
|
162
|
+
console.log('登录配置', self.config)
|
163
|
+
if (self.config.isMac) {
|
164
|
+
// 获取该登录人分公司下的mac配置
|
165
|
+
// todo v4
|
166
|
+
let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
|
167
|
+
resolveMsg: null,
|
168
|
+
rejectMsg: null
|
169
|
+
}).catch(() => {
|
170
|
+
throw new Error('获取mac配置失败')
|
171
|
+
})
|
172
|
+
console.log('MAC地址信息', getMacs)
|
173
|
+
// 获取本地mac地址
|
174
|
+
let getLocalMac = yield self.$resetget('http://127.0.0.1:8003/loadmac', {
|
175
|
+
resolveMsg: null,
|
176
|
+
rejectMsg: null
|
177
|
+
}).catch(() => {
|
178
|
+
throw new Error('获取本地mac配置失败')
|
179
|
+
})
|
180
|
+
console.log('本地MAC地址信息', getLocalMac)
|
181
|
+
// 对Mac地址进行匹配
|
182
|
+
let macValidate = false
|
183
|
+
for (let i = 0; i < getLocalMac.data.mac.length; i++) {
|
184
|
+
for (let j = 0; j < getMacs.data.length; j++) {
|
185
|
+
if (getMacs.data[j].f_mac_number.toLocaleUpperCase() === getLocalMac.data.mac[i]) {
|
186
|
+
macValidate = true
|
187
|
+
}
|
188
|
+
}
|
189
|
+
}
|
190
|
+
if (!macValidate) {
|
191
|
+
throw new Error('Mac地址验证失败, 请联系管理员!!')
|
192
|
+
}
|
193
|
+
}
|
194
|
+
console.log(self.$login.depPrompt)
|
195
|
+
// 弱口令验证
|
196
|
+
//跳转过来的不进行验证
|
197
|
+
if ((!self.otherLogin) && self.config.weakPassword && !(/^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{8,16}$/.test(self.model.password))) {
|
198
|
+
self.$showMessage('登录系统: 此账户的密码过于简单,请修改密码后重新登陆!!!', ['confirm']).then((res) => {
|
199
|
+
self.modifyPwShow = true
|
200
|
+
})
|
201
|
+
} else if ((!self.otherLogin) && self.$login.depPrompt) {
|
202
|
+
self.depPromptShow = true
|
203
|
+
if (self.$login.showDaiBan && self.$login.r.includes('展示预约信息')){
|
204
|
+
// 获取待办
|
205
|
+
self.getDaiBan()
|
206
|
+
}
|
207
|
+
} else {
|
208
|
+
self.$goto('home-page', {functions: self.$login.f,config: self.config})
|
209
|
+
// if (self.otherLogin){
|
210
|
+
// window.history.pushState(null,null,'')
|
211
|
+
// }
|
212
|
+
if (self.$login) {
|
213
|
+
console.log('登录信息', self.$login.f)
|
214
|
+
global.login=self.$login.f
|
215
|
+
console.log('登录信息', global.login)
|
216
|
+
}
|
217
|
+
}
|
218
|
+
|
219
|
+
} catch (ret) {
|
220
|
+
console.error('登录失败', ret)
|
221
|
+
let msg
|
222
|
+
if (ret instanceof Error) {
|
223
|
+
msg = ret
|
224
|
+
}
|
225
|
+
if (ret.status === 0) {
|
226
|
+
msg = '服务连接错误,请确认服务状态'
|
227
|
+
} else if (ret.status === 401) {
|
228
|
+
msg = ret.data
|
229
|
+
} else if (ret.status === 710) {
|
230
|
+
msg = ret.data
|
231
|
+
}
|
232
|
+
self.createCode()
|
233
|
+
self.picLyanzhengma = ''
|
234
|
+
yield self.$showMessage(msg)
|
235
|
+
self.model.ename = ''
|
236
|
+
self.model.password = ''
|
237
|
+
self.login = false
|
238
|
+
$('form').fadeIn(500)
|
239
|
+
}
|
240
|
+
}
|
241
|
+
export default {
|
242
|
+
title: '登录',
|
243
|
+
async ready () {
|
244
|
+
try{
|
245
|
+
let http = new HttpResetClass()
|
246
|
+
let res = await http.load('POST', 'api/af-system/sql/singleTable',
|
247
|
+
{data:{
|
248
|
+
tablename: 't_changedeclare',
|
249
|
+
condition: ` f_type ='变更通知' `
|
250
|
+
}
|
251
|
+
}, {resolveMsg: null, rejectMsg: null})
|
252
|
+
if(res.data.length>0){
|
253
|
+
console.log("---------------获取通知",res.data[0].f_change_message)
|
254
|
+
this.notice=res.data[0].f_change_message
|
255
|
+
}
|
256
|
+
}catch(e){}
|
257
|
+
|
258
|
+
this.loginother();
|
259
|
+
$('#login-button').click(function (event) {
|
260
|
+
event.preventDefault()
|
261
|
+
$('form').fadeOut(500)
|
262
|
+
})
|
263
|
+
if (window.location.search && window.location.search.indexOf('af_key') !== -1&& window.location.search.indexOf('af_n') !== -1) {
|
264
|
+
const subUrl = window.location.search.replace('?af_key=','').split('&af_n=')
|
265
|
+
console.log(subUrl)
|
266
|
+
this.model.ename = window.atob(subUrl[0])
|
267
|
+
this.model.password = window.atob(subUrl[1])
|
268
|
+
console.log('this.model.ename',this.model.ename)
|
269
|
+
this.otherLogin = true
|
270
|
+
this.confirm()
|
271
|
+
}else{
|
272
|
+
//跳转不需要验证码
|
273
|
+
this.createCode()
|
274
|
+
}
|
275
|
+
console.log(this.$login)
|
276
|
+
},
|
277
|
+
data () {
|
278
|
+
return {
|
279
|
+
image:{
|
280
|
+
img1: '/images/newStyle/login-info.png',
|
281
|
+
img2: '/images/newStyle/login-con.png',
|
282
|
+
img3: '/images/newStyle/login-left.png',
|
283
|
+
img4: '/images/newStyle/login-user.png',
|
284
|
+
img5: '/images/newStyle/login-pwd.png',
|
285
|
+
img6: '/images/newStyle/login-check.png',
|
286
|
+
img7: '/images/newStyle/login-do.png',
|
287
|
+
},
|
288
|
+
config: {
|
289
|
+
isMac: false,
|
290
|
+
depPrompt: false,
|
291
|
+
weakPassword: false,
|
292
|
+
title: '燃气客服系统',
|
293
|
+
distanceLogin: false,
|
294
|
+
// 那些角色可以定时获取预约提示
|
295
|
+
isTip : false,
|
296
|
+
// 那些角色可以定时获取预约提示
|
297
|
+
msgRole : '预约处理人员',
|
298
|
+
// 定时获取提示间隔 单位:分钟
|
299
|
+
times: 25,
|
300
|
+
},
|
301
|
+
otherLogin:false,
|
302
|
+
login: false,
|
303
|
+
depPromptShow: false,
|
304
|
+
model: {},
|
305
|
+
show: false,
|
306
|
+
checkCode: '',
|
307
|
+
login_do:true,
|
308
|
+
picLyanzhengma: '',
|
309
|
+
// 修改密码弹框展示
|
310
|
+
modifyPwShow: false,
|
311
|
+
logoandroid:false,
|
312
|
+
showus:false,
|
313
|
+
notice:'',
|
314
|
+
loginotherflag :true,
|
315
|
+
// 报建待办
|
316
|
+
AppDaiBan: '',
|
317
|
+
// 预约待处理
|
318
|
+
OrderDaiBan: ''
|
319
|
+
}
|
320
|
+
},
|
321
|
+
methods: {
|
322
|
+
async getDaiBan(){
|
323
|
+
let http = new HttpResetClass()
|
324
|
+
let condition = ''
|
325
|
+
if(this.$login.f.deps!=='柠条塔'){
|
326
|
+
condition = ` (f_orderstate != '预约成功' and f_orderstate != '预约失败' ) or f_orderstate is null `
|
327
|
+
} else {
|
328
|
+
condition =` f_orderstate is null and (f_address in( select f_address from t_user_address where f_slice_area='柠条塔') or f_address like '%柠条塔%') `
|
329
|
+
}
|
330
|
+
await http.load('POST', '/api/af-system/sql/singleTable', {data: {
|
331
|
+
tablename:'t_order_center',
|
332
|
+
condition:condition
|
333
|
+
}}, {
|
334
|
+
resolveMsg: null,
|
335
|
+
rejectMsg: null
|
336
|
+
}).then((res) => {
|
337
|
+
let OrderDaiBan = {}
|
338
|
+
res.data.forEach(item=>{
|
339
|
+
OrderDaiBan[item.f_ordertype] = OrderDaiBan[item.f_ordertype] || []
|
340
|
+
OrderDaiBan[item.f_ordertype].push(item)
|
341
|
+
})
|
342
|
+
this.OrderDaiBan = `您有${res.data.length}条需要处理的微信预约业务!`
|
343
|
+
if (res.data.length> 0){
|
344
|
+
this.OrderDaiBan += `其中 ${Object.keys(OrderDaiBan).map(key=>`${key}:${OrderDaiBan[key].length}条`).join(', ')}`
|
345
|
+
}
|
346
|
+
})
|
347
|
+
let data = {
|
348
|
+
condition: '1 = 1',
|
349
|
+
data: {
|
350
|
+
orgid: this.$login.f.orgid,
|
351
|
+
id: this.$login.f.id
|
352
|
+
}
|
353
|
+
}
|
354
|
+
await http.load('POST', '/rs/sql/checkuser', {data: data}, {
|
355
|
+
resolveMsg: null,
|
356
|
+
rejectMsg: null
|
357
|
+
}).then((res) => {
|
358
|
+
let AppDaiBan = {}
|
359
|
+
res.data.forEach(item=>{
|
360
|
+
AppDaiBan[item.defname] = AppDaiBan[item.defname] || []
|
361
|
+
AppDaiBan[item.defname].push(item)
|
362
|
+
})
|
363
|
+
this.AppDaiBan = `您有${res.data.length}条需要处理的报建待办业务!`
|
364
|
+
if (res.data.length> 0){
|
365
|
+
this.AppDaiBan += `其中 ${Object.keys(AppDaiBan).map(key=>`${key}:${AppDaiBan[key].length}条`).join(', ')}`
|
366
|
+
}
|
367
|
+
})
|
368
|
+
|
369
|
+
},
|
370
|
+
async loginother(){
|
371
|
+
if (this.config.distanceLogin) {
|
372
|
+
if (this.$login && this.$login.getUrlParames('name') ) {
|
373
|
+
let ename = this.$login.getUrlParames('name');
|
374
|
+
// todo v4
|
375
|
+
let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
|
376
|
+
if(logininfo.data){
|
377
|
+
if(logininfo.data.ename && logininfo.data.password){
|
378
|
+
this.model.ename = logininfo.data.ename
|
379
|
+
this.model.password =logininfo.data.password
|
380
|
+
let gen = saveGen(this)
|
381
|
+
return co(gen)
|
382
|
+
}
|
383
|
+
}
|
384
|
+
}
|
385
|
+
}
|
386
|
+
},
|
387
|
+
theme(){
|
388
|
+
// var elementList = document.querySelectorAll('body');
|
389
|
+
// console.log(elementList)
|
390
|
+
// document.querySelectorAll('body')[0].className='themeTwo'
|
391
|
+
// var elementList = document.querySelectorAll('body');
|
392
|
+
// console.log(elementList)
|
393
|
+
},
|
394
|
+
onReady () {
|
395
|
+
this.$emit('ready')
|
396
|
+
},
|
397
|
+
confirm (key) {
|
398
|
+
this.login_do=!this.login_do
|
399
|
+
// return
|
400
|
+
if (key == 'key') {
|
401
|
+
$('form').fadeOut(500)
|
402
|
+
}
|
403
|
+
this.login = true
|
404
|
+
// let gen = saveGen(this)
|
405
|
+
// return co(gen)
|
406
|
+
if((!this.otherLogin) && this.$login && this.$login.Verification){
|
407
|
+
console.log('跳转过来的不走验证')
|
408
|
+
if(this.picLyanzhengma == '') {
|
409
|
+
this.$showMessage("请输入验证码!").then(()=>{
|
410
|
+
this.login = false
|
411
|
+
$('form').fadeIn(500)
|
412
|
+
this.createCode()
|
413
|
+
})
|
414
|
+
}else if(this.picLyanzhengma.toUpperCase() != this.checkCode ) {
|
415
|
+
//若输入的验证码与产生的验证码不一致时
|
416
|
+
this.$showMessage("验证码不正确").then(()=>{
|
417
|
+
this.login = false
|
418
|
+
$('form').fadeIn(500)
|
419
|
+
this.createCode();//刷新验证码
|
420
|
+
this.picLyanzhengma = '';
|
421
|
+
})
|
422
|
+
}else {
|
423
|
+
this.login = true
|
424
|
+
let gen = saveGen(this)
|
425
|
+
return co(gen)
|
426
|
+
}
|
427
|
+
}else {
|
428
|
+
this.login = true
|
429
|
+
let gen = saveGen(this)
|
430
|
+
return co(gen)
|
431
|
+
}
|
432
|
+
},
|
433
|
+
createCode(){
|
434
|
+
let code = "";
|
435
|
+
let codeLength = 4;//验证码的长度
|
436
|
+
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',
|
437
|
+
'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');//随机数
|
438
|
+
for (let i = 0; i < codeLength; i++) {
|
439
|
+
//循环操作
|
440
|
+
let index = Math.floor(Math.random() * 36);//取得随机数的索引(0~35)
|
441
|
+
code += random[index];//根据索引取得随机数加到code上
|
442
|
+
}
|
443
|
+
this.checkCode = code;//把code值赋给验证码
|
444
|
+
},
|
445
|
+
|
446
|
+
async depPromptConfirm () {
|
447
|
+
this.depPromptShow = false
|
448
|
+
return this.$goto('home-page', {functions: this.$login.f,config: this.config})
|
449
|
+
},
|
450
|
+
|
451
|
+
depPromptCancel () {
|
452
|
+
this.depPromptShow = false
|
453
|
+
this.createCode()
|
454
|
+
this.picLyanzhengma = ''
|
455
|
+
this.model.ename = ''
|
456
|
+
this.model.password = ''
|
457
|
+
this.login = false
|
458
|
+
$('form').fadeIn(500)
|
459
|
+
}
|
460
|
+
},
|
461
|
+
watch: {
|
462
|
+
'modifyPwShow' (val){
|
463
|
+
if (!val) {
|
464
|
+
window.location.reload()
|
465
|
+
}
|
466
|
+
}
|
467
|
+
}
|
468
|
+
}
|
469
|
+
</script>
|
470
|
+
|
471
|
+
<style>
|
472
|
+
</style>
|