Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
contractmanage
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
张伯涛
contractmanage
Commits
0513cdd0
Commit
0513cdd0
authored
Feb 19, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量校验
parent
840c8e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
index.vue
src/views/list/index.vue
+25
-0
No files found.
src/views/list/index.vue
View file @
0513cdd0
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
</div>
</div>
<div
style=
"margin-left: 10px"
>
<div
style=
"margin-left: 10px"
>
<el-button
type=
"success"
@
click=
"dialogFormVisible = true"
>
新增
</el-button>
<el-button
type=
"success"
@
click=
"dialogFormVisible = true"
>
新增
</el-button>
<el-button
type=
"primary"
@
click=
"BatChcheck"
>
批量校验
</el-button>
<el-button
type=
"success"
@
click=
"BatchExecution"
>
批量执行
</el-button>
<el-button
type=
"success"
@
click=
"BatchExecution"
>
批量执行
</el-button>
</div>
</div>
</div>
</div>
...
@@ -424,6 +425,30 @@ obj=this.typeform*/
...
@@ -424,6 +425,30 @@ obj=this.typeform*/
}
)
}
)
}
)
}
)
}
,
}
,
BatChcheck
()
{
this
.
$confirm
(
'是否执行批量校验操作?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}
).
then
(()
=>
{
this
.
$axios
({
method
:
'post'
,
url
:
'http://10.19.103.15:8090/contract/contract/checkBatch'
}
)
.
then
((
res
)
=>
{
if
(
res
.
data
.
code
===
'200'
)
{
this
.
$message
({
type
:
'success'
,
message
:
'合同已在后台开始校验,请稍后查看结果'
}
)
}
}
)
.
catch
((
err
)
=>
{
return
err
}
)
this
.
handleQuery
()
}
)
}
,
BatchExecution
()
{
BatchExecution
()
{
this
.
$confirm
(
'是否执行批量操作?'
,
'提示'
,
{
this
.
$confirm
(
'是否执行批量操作?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
...
...
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