Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rl
hls-rljj-wx
Commits
dc1bb9fb
Commit
dc1bb9fb
authored
Aug 13, 2020
by
Tyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
授权管理添加
parent
0f2e43ec
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
632 additions
and
16 deletions
+632
-16
dev.env.js
config/dev.env.js
+8
-14
choosed.png
src/assets/userRegister/choosed.png
+0
-0
package.png
src/assets/userRegister/package.png
+0
-0
unchoose.png
src/assets/userRegister/unchoose.png
+0
-0
authorizedAgent.vue
src/pages/applications/userRegisters/authorizedAgent.vue
+560
-0
companyRegister.vue
src/pages/applications/userRegisters/companyRegister.vue
+53
-2
index.js
src/router/index.js
+11
-0
No files found.
config/dev.env.js
View file @
dc1bb9fb
...
...
@@ -9,20 +9,14 @@ module.exports = merge(prodEnv, {
isMobilePlatform
:
false
,
appCode
:
'"HLS_APP"'
,
clearTable
:
true
,
//domainUrl:"http://123.125.154.135:10004/core/",
//loginPath: "http://123.125.154.135:10004/core/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=admin&password=",
//rootPath: "http://123.125.154.135:10004/core/r/api",
// basePath: "http://123.125.154.135:10004/core/r/api?sysName=dr_uat&apiName=",
//file_view:"http://123.125.154.135:10004/core/r/api/app/fileViewSvc?sysName=dr_dev&apiName=attment_view&attachment_id=",
//filePath: "http://123.125.154.135:10004/core/r/api?sysName=dr_uat&apiName=file_view&",
// 测试环境
// loginPath: '"http://hlsapp.hand-china.com/core/oauth/token?client_id=hQGCtxTItRa34PUOgxaD0r7oSPeuEaIB&client_secret=7ee8338c-4a06-44a1-87cc-afa63f8e1bc3&grant_type=password&username=app&password=" ',
// loginPathRl: '"http://lease.hitachics.com/core/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=admin&password="',
// basePath: '"http://lease.hitachics.com/core/r/api?sysName=HCL_UPLOAD_FILE&apiName="',
// basePathRl: '"http://lease.hitachics.com/core/r/api?sysName=wxgzh_hitachics&apiName="',
// rootPath: '"http://lease.hitachics.com/core/r/api"',
// file_url: '"http://lease.hitachics.com/file/"',
// domainUrl: "http://lease.hitachics.com",
// 测试环境
// loginPath: '"http://101.133.225.167/core/oauth/token?client_id=hQGCtxTItRa34PUOgxaD0r7oSPeuEaIB&client_secret=7ee8338c-4a06-44a1-87cc-afa63f8e1bc3&grant_type=password&username=app&password=" ',
// loginPathRl: '"http://101.133.225.167/core/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=admin&password="',
// basePath: '"http://101.133.225.167/core/r/api?sysName=HCL_UPLOAD_FILE&apiName="',
// basePathRl: '"http://101.133.225.167/core/r/api?sysName=wxgzh_hitachics&apiName="',
// rootPath: '"http://101.133.225.167/core/r/api"',
// file_url: '"http://101.133.225.167/file/"',
// domainUrl: "http://101.133.225.167/core/",
// 正式环境
loginPathRl
:
'"http://lease.hitachics.com/core/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=admin&password="'
,
basePath
:
'"http://lease.hitachics.com/core/r/api?sysName=HCL_UPLOAD_FILE&apiName="'
,
...
...
src/assets/userRegister/choosed.png
0 → 100644
View file @
dc1bb9fb
1.89 KB
src/assets/userRegister/package.png
0 → 100644
View file @
dc1bb9fb
602 Bytes
src/assets/userRegister/unchoose.png
0 → 100644
View file @
dc1bb9fb
1.45 KB
src/pages/applications/userRegisters/authorizedAgent.vue
0 → 100644
View file @
dc1bb9fb
This diff is collapsed.
Click to expand it.
src/pages/applications/userRegisters/companyRegister.vue
View file @
dc1bb9fb
...
...
@@ -581,12 +581,23 @@
</div>
</div>
<p
style=
"margin-top:10px;text-align:center;color:#636363"
>
正面
</p>
<button
<
!--
<
button
class=
"next_step"
style=
"width:120px;height:30px;border-radius:15px;background-color:#09bb07;color:#FFFFFF;margin:100px 0 0 -60px;position:relative;left:50%;"
@
click=
"logout()"
>
注销
</button>
</button>
-->
<div
class=
"button_all"
>
<div
v-if=
"isManagerFlag=='Y'"
class=
"next_step"
@
click=
"goAutohrized()"
>
授权管理
</div>
<div
class=
"next_step"
@
click=
"logout()"
>
注销
</div>
</div>
</div>
<!-- 组织其他员工 -->
<div
v-if=
"staffType ==='组织其他员工'"
>
...
...
@@ -723,6 +734,9 @@
@
click=
"logout()"
>
注销
</button>
</div>
</list-item>
</h-content>
...
...
@@ -786,6 +800,9 @@
authAttachmentId
:
""
,
authOrgAttachmentId
:
""
,
showStatus
:
""
,
isManagerFlag
:
""
,
managerAuthFlag
:
""
,
};
},
...
...
@@ -1255,6 +1272,15 @@
window
.
scrollTo
(
0
,
Math
.
max
(
scrollHeight
,
0
));
},
100
);
},
// 进入授权管理
goAutohrized
(){
this
.
$router
.
push
({
name
:
'AuthorizedAgent'
,
params
:
{
id
:
vm
.
socialCode
},
})
},
// 查询用户信息
getUserInfo
()
{
var
Request
=
new
this
.
UrlSearch
();
//实例化
...
...
@@ -1285,6 +1311,12 @@
vm
.
userInfo
=
data
;
vm
.
faceAuthStatus
=
data
.
faceAuthStatus
;
vm
.
orgAuthStatus
=
data
.
orgAuthStatus
;
window
.
localStorage
.
setItem
(
'isManagerFlag'
,
data
.
isManagerFlag
)
window
.
localStorage
.
setItem
(
'managerAuthFlag'
,
data
.
managerAuthFlag
)
vm
.
isManagerFlag
=
data
.
isManagerFlag
vm
.
managerAuthFlag
=
data
.
managerAuthFlag
vm
.
agentType
=
data
.
dealerFlag
?
data
.
dealerFlag
:
"Y"
;
vm
.
showStatus
=
"1"
;
if
(
data
.
ctitype
==
2
)
{
...
...
@@ -1440,6 +1472,25 @@
// float: left;
}
}
.button_all{
width: 100%;
font-size: 14px;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-around;
-webkit-align-items: center;
-webkit-justify-content: space-around;
.next_step{
// width:30%;
height:30px;
line-height: 30px;
text-align: center;
border-radius:15px;
background-color:#09bb07;
color:#FFFFFF;
}
}
.uppic {
height: 100%;
width: 100%;
...
...
src/router/index.js
View file @
dc1bb9fb
...
...
@@ -26,6 +26,8 @@ import UserRegister from '@/pages/applications/userRegisters/userRegister'
// 企业注册
import
CompanyRegister
from
'@/pages/applications/userRegisters/companyRegister'
import
ReadonlyCompanyReg
from
'@/pages/applications/userRegisters/readonlyCompanyReg'
//授权经办人
import
AuthorizedAgent
from
'@/pages/applications/userRegisters/authorizedAgent'
// 个人注册
import
PersonalRegister
from
'@/pages/applications/userRegisters/personalRegister'
...
...
@@ -193,6 +195,15 @@ export default new Router({
keepAlive
:
false
},
},
// 授权经办人
{
path
:
'/AuthorizedAgent'
,
component
:
AuthorizedAgent
,
name
:
'AuthorizedAgent'
,
meta
:
{
keepAlive
:
false
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment