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
b753639d
Commit
b753639d
authored
Aug 06, 2019
by
qddidi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程
parent
ee452793
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
72 additions
and
6 deletions
+72
-6
getlist.js
xichongSys/src/http/moudules/getlist.js
+8
-0
global.js
xichongSys/src/utils/global.js
+2
-2
authRecord.vue
xichongSys/src/views/Myvue/authRecord.vue
+1
-1
flow.vue
xichongSys/src/views/Myvue/flow.vue
+61
-3
No files found.
xichongSys/src/http/moudules/getlist.js
View file @
b753639d
...
@@ -147,3 +147,11 @@ export const getGrantList = (data) => {
...
@@ -147,3 +147,11 @@ export const getGrantList = (data) => {
data
data
})
})
}
}
//流程详情
export
const
selectRoleflowNo
=
(
params
)
=>
{
return
axios
({
url
:
'role/selectRoleflowNo'
,
method
:
'get'
,
params
})
}
xichongSys/src/utils/global.js
View file @
b753639d
...
@@ -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/authRecord.vue
View file @
b753639d
...
@@ -244,7 +244,7 @@ import defaultImg from "../../assets/defaultPicture.jpg"
...
@@ -244,7 +244,7 @@ import defaultImg from "../../assets/defaultPicture.jpg"
label
:
"100岁以上"
,
label
:
"100岁以上"
,
}],
}],
//年龄计算方式
//年龄计算方式
agemeth
:
""
,
agemeth
:
"
1
"
,
agemethList
:[{
agemethList
:[{
value
:
"1"
,
value
:
"1"
,
label
:
"按年计算"
,
label
:
"按年计算"
,
...
...
xichongSys/src/views/Myvue/flow.vue
View file @
b753639d
...
@@ -49,6 +49,51 @@
...
@@ -49,6 +49,51 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<el-dialog
title=
"已作废流程"
:visible
.
sync=
"dialogTableVisible"
>
<el-table
:data=
"detableData"
style=
"width: 100%"
>
<el-table-column
type=
"index"
:index=
"indexMethod"
>
</el-table-column>
<el-table-column
prop=
"flowname"
label=
"名称"
width=
"180"
>
</el-table-column>
<el-table-column
prop=
"createby"
label=
"创建人"
>
</el-table-column>
<el-table-column
prop=
"createtime"
label=
"创建时间"
>
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"right"
width=
"200"
trigger=
"click"
>
<div
class=
"step"
style=
"height: 200px;"
>
<el-steps
direction=
"vertical"
:active=
"7"
>
<el-step
v-for=
"index in step"
:key=
"step[index]"
:title=
"index.name"
></el-step>
</el-steps>
</div>
<el-button
size=
"mini"
slot=
"reference"
@
click=
"dehandle(scope.$index, scope.row)"
>
详情
</el-button>
</el-popover>
</
template
>
</el-table-column>
</el-table>
</el-dialog>
<el-pagination
<el-pagination
class=
"pone"
class=
"pone"
:page-size=
'10'
:page-size=
'10'
...
@@ -133,6 +178,7 @@
...
@@ -133,6 +178,7 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
dialogTableVisible
:
false
,
flowTitle
:
""
,
flowTitle
:
""
,
showiii
:
false
,
showiii
:
false
,
//标题
//标题
...
@@ -146,6 +192,7 @@
...
@@ -146,6 +192,7 @@
input
:
""
,
input
:
""
,
info
:
''
,
info
:
''
,
tableData
:
[],
tableData
:
[],
detableData
:[],
options
:
[],
options
:
[],
value
:
[],
value
:
[],
oldvalue
:[],
oldvalue
:[],
...
@@ -156,8 +203,8 @@
...
@@ -156,8 +203,8 @@
//作废
//作废
delet
(){
delet
(){
this
.
$api
.
getlist
.
selectflowState
().
then
((
res
)
=>
{
this
.
$api
.
getlist
.
selectflowState
().
then
((
res
)
=>
{
this
.
tableData
=
res
.
data
this
.
de
tableData
=
res
.
data
console
.
log
(
this
.
tableData
)
this
.
dialogTableVisible
=
true
}).
catch
((
res
)
=>
{
}).
catch
((
res
)
=>
{
...
@@ -301,9 +348,20 @@ this.$api.getlist.selectflowState().then((res) => {
...
@@ -301,9 +348,20 @@ this.$api.getlist.selectflowState().then((res) => {
console
.
log
(
this
.
step
)
console
.
log
(
this
.
step
)
}).
catch
((
res
)
=>
{
}).
catch
((
res
)
=>
{
});
});
},
},
dehandle
(
s
,
d
){
console
.
log
(
d
)
var
par
=
{
flowNo
:
d
.
flowNo
}
this
.
$api
.
getlist
.
selectRoleflowNo
(
par
).
then
((
res
)
=>
{
this
.
step
=
res
.
data
}).
catch
((
res
)
=>
{
});
}
},
},
created
(){
created
(){
...
...
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