Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xichonght
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
zhangdishen
xichonght
Commits
b21cbd9e
Commit
b21cbd9e
authored
Aug 21, 2019
by
qddidi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
12
12
parent
910d4782
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
9 deletions
+31
-9
global.js
xichongSys/src/utils/global.js
+2
-2
type.js
xichongSys/src/utils/type.js
+2
-2
authRecordphone.vue
xichongSys/src/views/Myvue/authRecordphone.vue
+26
-4
flow.vue
xichongSys/src/views/Myvue/flow.vue
+1
-1
No files found.
xichongSys/src/utils/global.js
View file @
b21cbd9e
...
...
@@ -7,9 +7,9 @@
// 后台管理系统服务器地址
// export const baseUrl2 = 'http://xclc.rensheju.com'
// //export const baseUrl = 'http://xc.rensheju.com'
//
export const baseUrl = 'http://172.16.10.33:9002'
export
const
baseUrl
=
'http://172.16.10.33:9002'
export
const
baseUrl2
=
'http://xclc.rensheju.com'
export
const
baseUrl
=
'http://xc.rensheju.com'
//
export const baseUrl = 'http://xc.rensheju.com'
export
default
{
baseUrl
,
...
...
xichongSys/src/utils/type.js
View file @
b21cbd9e
function
getType
(
s
){
let
a
=
s
==
1
?
"参保登记"
:
s
==
2
?
"信息变更"
:
s
==
3
?
"待遇申请"
:
s
==
4
?
"参保注销"
:
s
==
5
?
"补缴保费"
:
s
==
6
?
"升档改办"
:
s
==
7
?
"关系转移"
:
""
let
a
=
s
==
1
?
"参保登记"
:
s
==
2
?
"信息变更"
:
s
==
3
?
"待遇申请"
:
s
==
4
?
"参保注销"
:
s
==
5
?
"补缴保费"
:
s
==
6
?
"升档改办"
:
s
==
7
?
"关系转移"
:
s
==
8
?
"特殊业务"
:
""
return
a
}
function
regetType
(
s
){
let
a
=
s
==
"参保登记"
?
1
:
s
==
"信息变更"
?
2
:
s
==
"待遇申请"
?
3
:
s
==
"参保注销"
?
4
:
s
==
"补缴保费"
?
5
:
s
==
"升档改办"
?
6
:
s
==
"关系转移"
?
7
:
""
let
a
=
s
==
"参保登记"
?
1
:
s
==
"信息变更"
?
2
:
s
==
"待遇申请"
?
3
:
s
==
"参保注销"
?
4
:
s
==
"补缴保费"
?
5
:
s
==
"升档改办"
?
6
:
s
==
"关系转移"
?
7
:
s
==
8
?
"特殊业务"
:
""
return
a
}
export
default
{
...
...
xichongSys/src/views/Myvue/authRecordphone.vue
View file @
b21cbd9e
...
...
@@ -33,12 +33,26 @@
<el-table-column
prop=
"match_stateStr"
label=
"认证状态"
>
label=
"认证状态"
>
</el-table-column>
<el-table-column
prop=
"nowAddress"
label=
"认证地区"
>
<el-table-column
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-button
v-if=
"scope.row.match_stateStr=='已认证'"
size=
"mini"
disabled
>
去认证
</el-button>
<el-button
v-else
size=
"mini"
type=
"success"
@
click=
"toc(scope.$index, scope.row)"
>
去认证
</el-button>
</
template
>
</el-table-column>
...
...
@@ -187,6 +201,11 @@ import Candode from "../Core/candode"
}
},
methods
:
{
//去认证
toc
(
s
,
d
){
console
.
log
(
d
)
window
.
location
.
replace
(
"../own/auth/lib/nocrentry.html?idcard="
+
d
.
idNumber
+
"&&name="
+
encodeURI
(
d
.
userName
))
},
childByValue
(
val
){
this
.
townList
=
val
},
...
...
@@ -253,6 +272,7 @@ import Candode from "../Core/candode"
},
current_change
(
ss
){
Loading
.
service
();
this
.
serchs
(
ss
)
},
//
...
...
@@ -305,6 +325,8 @@ import Candode from "../Core/candode"
},
created
(){
Loading
.
service
();
this
.
serchs
(
1
)
// for(var i in listtown){
// this.list.push({
// value:listtown[i].town_name,
...
...
xichongSys/src/views/Myvue/flow.vue
View file @
b21cbd9e
...
...
@@ -262,7 +262,7 @@ this.$api.getlist.selectflowState(data).then((res) => {
console
.
log
(
d
)
if
(
s
==
1
){
this
.
flowTitle
=
"新增流程"
for
(
var
i
=
1
;
i
<=
6
;
i
++
){
for
(
var
i
=
1
;
i
<=
8
;
i
++
){
this
.
titleList
.
push
({
label
:
this
.
getType
(
i
),
value
:
i
+
","
+
this
.
getType
(
i
)
...
...
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