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
7cc96ed3
Commit
7cc96ed3
authored
Aug 02, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
快递员导入时间
parent
ccf9c10e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
src/views/school-center/order/order.vue
+16
-2
No files found.
src/views/school-center/order/order.vue
View file @
7cc96ed3
...
...
@@ -10,9 +10,14 @@
<a-range-picker
@
change=
"onChange"
format=
"YYYY-MM-DD HH:mm:ss"
/>
</a-form-item>
</a-col>
<!--
<a-col
:md=
"6"
:sm=
"12"
style=
"height:35px"
>
-->
<!--
<a-form-item
label=
"订单完成时间:"
>
-->
<!--
<a-range-picker
@
change=
"onSuccessChange"
format=
"YYYY-MM-DD HH:mm:ss"
/>
-->
<!--
</a-form-item>
-->
<!--
</a-col>
-->
<a-col
:md=
"6"
:sm=
"12"
style=
"height:35px"
>
<a-form-item
label=
"
订单完成
时间:"
>
<a-range-picker
@
change=
"on
Success
Change"
format=
"YYYY-MM-DD HH:mm:ss"
/>
<a-form-item
label=
"
快递寄出
时间:"
>
<a-range-picker
@
change=
"on
kuaidiTime
Change"
format=
"YYYY-MM-DD HH:mm:ss"
/>
</a-form-item>
</a-col>
<a-col
:md=
"4"
:sm=
"6"
style=
"height:35px"
>
...
...
@@ -1508,6 +1513,15 @@
this
.
queryParam
.
successTimeEnd
=
dateString
[
1
];
}
},
onkuaidiTimeChange
(
date
,
dateString
)
{
if
(
dateString
.
length
==
0
)
{
this
.
queryParam
.
kuaidiTimeStart
=
""
;
this
.
queryParam
.
kuaidiTimeEnd
=
""
;
}
else
{
this
.
queryParam
.
kuaidiTimeStart
=
dateString
[
0
];
this
.
queryParam
.
kuaidiTimeEnd
=
dateString
[
1
];
}
},
handleSubmit
()
{
// let downqueryParam = this.queryParam;
// download(downqueryParam).then(res => {
...
...
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