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
e0357f61
Commit
e0357f61
authored
Aug 09, 2019
by
lc@weface.com.cn
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://ops.weface.com.cn:8022/zhangdishen/xichonght
into dev
parents
b3268f82
d55dabcd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
26 deletions
+31
-26
getlist.js
xichongSys/src/http/moudules/getlist.js
+7
-0
global.js
xichongSys/src/utils/global.js
+2
-2
application.vue
xichongSys/src/views/Myvue/application.vue
+3
-0
flow.vue
xichongSys/src/views/Myvue/flow.vue
+12
-16
infoChange.vue
xichongSys/src/views/Myvue/infoChange.vue
+4
-4
insuredReg.vue
xichongSys/src/views/Myvue/insuredReg.vue
+3
-4
No files found.
xichongSys/src/http/moudules/getlist.js
View file @
e0357f61
...
@@ -44,6 +44,13 @@ export const selectRoleinfo = (params) => {
...
@@ -44,6 +44,13 @@ export const selectRoleinfo = (params) => {
params
params
})
})
}
}
export
const
selectRoleremark
=
(
params
)
=>
{
return
axios
({
url
:
'/role/selectRoleremark2'
,
method
:
'get'
,
params
})
}
export
const
progress
=
(
params
)
=>
{
export
const
progress
=
(
params
)
=>
{
return
axios
({
return
axios
({
url
:
'/examine/progressView'
,
url
:
'/examine/progressView'
,
...
...
xichongSys/src/utils/global.js
View file @
e0357f61
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
//export const baseUrl ="http://faceauth.weface.com.cn:98"
//export const baseUrl ="http://faceauth.weface.com.cn:98"
//export const baseUrl2 = 'http://faceauth.weface.com.cn:97'
//export const baseUrl2 = 'http://faceauth.weface.com.cn:97'
//export const baseUrl = 'http://172.16.10.33:9002'
//export const baseUrl = 'http://172.16.10.33:9002'
//
export const baseUrl = 'http://172.16.10.25:9002'
export
const
baseUrl
=
'http://172.16.10.25:9002'
export
const
baseUrl
=
"http://172.16.10.33:9002"
//
export const baseUrl ="http://172.16.10.33:9002"
//export const baseUrl2 = 'http://172.16.10.25:9999'
//export const baseUrl2 = 'http://172.16.10.25:9999'
//export const baseUrl = 'http://172.16.10.25:9002'
//export const baseUrl = 'http://172.16.10.25:9002'
//export const baseUrl ="http://172.16.10.33:9002"
//export const baseUrl ="http://172.16.10.33:9002"
...
...
xichongSys/src/views/Myvue/application.vue
View file @
e0357f61
...
@@ -303,6 +303,9 @@ export default {
...
@@ -303,6 +303,9 @@ export default {
/* .headCon{
/* .headCon{
} */
} */
.block
{
width
:
23%
}
.headImg
img
{
.headImg
img
{
width
:
100%
width
:
100%
}
}
...
...
xichongSys/src/views/Myvue/flow.vue
View file @
e0357f61
...
@@ -257,20 +257,17 @@ this.$api.getlist.selectflowState(data).then((res) => {
...
@@ -257,20 +257,17 @@ this.$api.getlist.selectflowState(data).then((res) => {
//获取流程
//获取流程
showadd
(
s
,
d
){
showadd
(
s
,
d
){
this
.
value
=
[]
this
.
value
=
[]
this
.
titleList
=
[]
this
.
oldvalue
=
[]
this
.
oldvalue
=
[]
console
.
log
(
d
)
console
.
log
(
d
)
if
(
s
==
1
){
if
(
s
==
1
){
this
.
flowTitle
=
"新增流程"
this
.
flowTitle
=
"新增流程"
this
.
titleList
=
[{
for
(
var
i
=
1
;
i
<=
6
;
i
++
){
label
:
"参保登记审核流程"
,
this
.
titleList
.
push
({
value
:
"1,参保登记审核流程"
label
:
this
.
getType
(
i
),
},{
value
:
i
+
","
+
this
.
getType
(
i
)
label
:
"信息变更审核流程"
,
})
value
:
"2,信息变更审核流程"
}
},{
label
:
"待遇申请审核流程"
,
value
:
"3,待遇申请审核流程"
}]
}
else
if
(
s
==
2
){
}
else
if
(
s
==
2
){
this
.
titleList
=
[{
this
.
titleList
=
[{
label
:
d
.
flowname
,
label
:
d
.
flowname
,
...
@@ -278,11 +275,10 @@ this.$api.getlist.selectflowState(data).then((res) => {
...
@@ -278,11 +275,10 @@ this.$api.getlist.selectflowState(data).then((res) => {
}]
}]
this
.
title
=
d
.
type
+
","
+
d
.
flowname
this
.
title
=
d
.
type
+
","
+
d
.
flowname
this
.
flowTitle
=
"修改流程"
this
.
flowTitle
=
"修改流程"
var
par
=
{
var
par
=
{
type
:
d
.
type
flowNo
:
d
.
flowNo
}
}
this
.
$api
.
getlist
.
selectRoleremark
(
par
).
then
((
res
)
=>
{
this
.
$api
.
getlist
.
selectRoleinfo
(
par
).
then
((
res
)
=>
{
var
dd
=
0
var
dd
=
0
...
@@ -365,9 +361,9 @@ this.$api.getlist.selectflowState(data).then((res) => {
...
@@ -365,9 +361,9 @@ this.$api.getlist.selectflowState(data).then((res) => {
},
},
handle
(
s
,
d
){
handle
(
s
,
d
){
var
par
=
{
var
par
=
{
type
:
d
.
type
flowNo
:
d
.
flowNo
}
}
this
.
$api
.
getlist
.
selectRole
info
(
par
).
then
((
res
)
=>
{
this
.
$api
.
getlist
.
selectRole
remark
(
par
).
then
((
res
)
=>
{
this
.
step
=
res
.
data
this
.
step
=
res
.
data
console
.
log
(
this
.
step
)
console
.
log
(
this
.
step
)
...
...
xichongSys/src/views/Myvue/infoChange.vue
View file @
e0357f61
...
@@ -399,15 +399,15 @@ export default {
...
@@ -399,15 +399,15 @@ export default {
overflow
:
hidden
;
overflow
:
hidden
;
margin-bottom
:
40px
margin-bottom
:
40px
}
}
.block
{
width
:
23%
}
.block
{
.block
{
float
:
left
;
float
:
left
;
height
:
100%
;
height
:
100%
;
margin-right
:
20px
margin-right
:
20px
}
}
.block
img
{
width
:
auto
;
height
:
300px
;
}
.imtil
{
.imtil
{
padding
:
0
0
20px
0
padding
:
0
0
20px
0
}
}
...
...
xichongSys/src/views/Myvue/insuredReg.vue
View file @
e0357f61
...
@@ -316,15 +316,14 @@ export default {
...
@@ -316,15 +316,14 @@ export default {
overflow
:
hidden
;
overflow
:
hidden
;
margin-bottom
:
40px
margin-bottom
:
40px
}
}
.block
{
width
:
23%
}
.block
{
.block
{
float
:
left
;
float
:
left
;
height
:
100%
;
height
:
100%
;
margin-right
:
20px
margin-right
:
20px
}
}
.block
img
{
width
:
auto
;
height
:
300px
;
}
.imtil
{
.imtil
{
padding
:
0
0
20px
0
padding
:
0
0
20px
0
}
}
...
...
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