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
2d651eab
Commit
2d651eab
authored
Jun 20, 2020
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
历史注册用户调整
parent
fee526b6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1013 additions
and
996 deletions
+1013
-996
companyRegister.vue
src/pages/applications/userRegisters/companyRegister.vue
+746
-737
personalRegister.vue
src/pages/applications/userRegisters/personalRegister.vue
+16
-13
userRegister.vue
src/pages/applications/userRegisters/userRegister.vue
+251
-246
No files found.
src/pages/applications/userRegisters/companyRegister.vue
View file @
2d651eab
This diff is collapsed.
Click to expand it.
src/pages/applications/userRegisters/personalRegister.vue
View file @
2d651eab
...
@@ -492,19 +492,22 @@
...
@@ -492,19 +492,22 @@
if
(
res
.
rows
)
{
if
(
res
.
rows
)
{
if
(
res
.
rows
.
length
>
0
)
{
if
(
res
.
rows
.
length
>
0
)
{
var
data
=
res
.
rows
[
0
];
var
data
=
res
.
rows
[
0
];
vm
.
cardUp
=
var
historyFlag
=
data
.
historyFlag
;
process
.
env
.
rootPath
+
if
(
historyFlag
==
'N'
){
"/app/fileViewSvc?attachment_id="
+
vm
.
cardUp
=
data
.
attachmentId
+
process
.
env
.
rootPath
+
"&apiName=download&sysName=HCL_UPLOAD_FILE&access_token="
+
"/app/fileViewSvc?attachment_id="
+
window
.
localStorage
.
access_token_rl
;
data
.
attachmentId
+
vm
.
identificationNumber
=
data
.
idNo
;
"&apiName=download&sysName=HCL_UPLOAD_FILE&access_token="
+
vm
.
phoneNumber
=
data
.
mobile
;
window
.
localStorage
.
access_token_rl
;
vm
.
personName
=
data
.
name
;
vm
.
identificationNumber
=
data
.
idNo
;
// vm.identificationNumber = '22222222222222222';
vm
.
phoneNumber
=
data
.
mobile
;
// vm.phoneNumber = '18230982828';
vm
.
personName
=
data
.
name
;
// vm.personName = 'chaiwei';
// vm.identificationNumber = '22222222222222222';
vm
.
showStatus
=
"1"
;
// vm.phoneNumber = '18230982828';
// vm.personName = 'chaiwei';
vm
.
showStatus
=
"1"
;
}
}
}
}
}
});
});
...
...
src/pages/applications/userRegisters/userRegister.vue
View file @
2d651eab
This diff is collapsed.
Click to expand it.
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