Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
85d4ceac
Commit
85d4ceac
authored
Mar 16, 2020
by
黄森林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹框大小修改
parent
73bacf4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
src/views/school-center/order/order.vue
+21
-3
No files found.
src/views/school-center/order/order.vue
View file @
85d4ceac
...
...
@@ -79,10 +79,17 @@
<a-col
:md=
"6"
:sm=
"12"
>
<a-button
@
click=
"search()"
type=
"primary"
>
查询
</a-button>
<a-button
v-show=
"!callback"
@
click=
"handleSubmit"
style=
"margin-left: 10px"
>
导出
</a-button>
<a-button
v-show=
"callback"
style=
"margin-left: 10px"
>
导出中
<a-spin
style=
"margin-left: 5px"
size=
"small"
/></a-button>
<a-button
@
click=
"handleSubmit1"
type=
"primary"
style=
"margin-left: 5px"
>
批量处理
</a-button>
<a-button
@
click=
"handleSubmit2"
type=
"primary"
style=
"margin-left: 5px"
>
快递
</a-button>
<a-button
v-show=
"callback"
@
click=
"handleSubmit"
style=
"margin-left: 10px"
>
导出中
<a-spin
style=
"margin-left: 5px"
size=
"small"
/></a-button>
<a-dropdown>
<a-menu
slot=
"overlay"
@
click=
"handleMenuClick"
>
<a-menu-item
key=
"1"
><a-icon
type=
"arrow-up"
/>
批量处理
</a-menu-item>
<a-menu-item
key=
"2"
><a-icon
type=
"arrow-up"
/>
快递
</a-menu-item>
</a-menu>
<a-button
style=
"margin-left: 8px"
>
导入
<a-icon
type=
"down"
/>
</a-button>
</a-dropdown>
</a-col>
</a-row>
</a-form>
</div>
...
...
@@ -468,6 +475,14 @@
},
methods
:{
moment
,
handleMenuClick
(
e
){
if
(
e
.
key
==
'1'
){
this
.
handleSubmit1
()
}
if
(
e
.
key
==
'2'
){
this
.
handleSubmit2
()
}
},
reviewStudentIdCard
(
res
){
this
.
reviewStudentImg
=
res
.
studenCard
/*this.reviewStudentImg =this.baseUrl+'abstract0'+1+'.jpg'*/
...
...
@@ -679,6 +694,9 @@
}
},
handleSubmit
()
{
if
(
this
.
callback
==
true
){
this
.
$message
.
warn
(
"正在导出中..."
,
5
);
}
let
downqueryParam
=
this
.
queryParam
let
nowdate
=
moment
().
format
(
'YYYY-MM-DD'
);
this
.
callback
=
true
;
...
...
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