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
4b4c11ab
Commit
4b4c11ab
authored
Apr 01, 2020
by
董有沛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单管理
parent
aa8c8085
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
44 deletions
+44
-44
src/views/school-center/order/order.vue
+44
-44
No files found.
src/views/school-center/order/order.vue
View file @
4b4c11ab
...
@@ -56,17 +56,17 @@
...
@@ -56,17 +56,17 @@
</a-col>
</a-col>
<a-col
:md=
"4"
:sm=
"12"
>
<a-col
:md=
"4"
:sm=
"12"
>
<a-form-item
label=
"状态:"
>
<a-form-item
label=
"状态:"
>
<a-select
v-model=
"queryParam.status"
style=
"width: 120px"
>
<a-select
v-model=
"queryParam.status"
style=
"width: 120px"
>
<a-select-option
value=
""
>
请选择
</a-select-option>
<a-select-option
value=
""
>
请选择
</a-select-option>
<a-select-option
value=
"1"
>
待提交
</a-select-option>
<a-select-option
value=
"1"
>
待提交
</a-select-option>
<a-select-option
value=
"4"
>
归档
</a-select-option>
<a-select-option
value=
"4"
>
归档
</a-select-option>
<a-select-option
value=
"5"
>
作废
</a-select-option>
<a-select-option
value=
"5"
>
作废
</a-select-option>
<a-select-option
value=
"3"
>
受理成功
</a-select-option>
<a-select-option
value=
"3"
>
受理成功
</a-select-option>
<a-select-option
value=
"9"
>
已收费
</a-select-option>
<a-select-option
value=
"9"
>
已收费
</a-select-option>
<a-select-option
value=
"10"
>
受理异常
</a-select-option>
<a-select-option
value=
"10"
>
受理异常
</a-select-option>
<a-select-option
value=
"2"
>
待受理
</a-select-option>
<a-select-option
value=
"2"
>
待受理
</a-select-option>
<a-select-option
value=
"100"
>
未支付
</a-select-option>
<a-select-option
value=
"100"
>
未支付
</a-select-option>
</a-select>
</a-select>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-button
@
click=
"search()"
type=
"primary"
>
查询
</a-button>
<a-button
@
click=
"search()"
type=
"primary"
>
查询
</a-button>
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<a-button
v-show=
"callback"
style=
"margin-left: 10px"
>
导出中
<a-spin
style=
"margin-left: 5px"
size=
"small"
/></a-button>
<a-button
v-show=
"callback"
style=
"margin-left: 10px"
>
导出中
<a-spin
style=
"margin-left: 5px"
size=
"small"
/></a-button>
</a-row>
</a-row>
</a-form>
</a-form>
</div>
</div>
<!--列表-->
<!--列表-->
<s-table
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
>
<s-table
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
>
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
{{
text
|
dayjs
}}
{{
text
|
dayjs
}}
</
template
>
</
template
>
<
template
slot=
"text"
slot-scope=
"text"
>
<
template
slot=
"text"
slot-scope=
"text"
>
<p
style=
"white-space: pre-line;"
>
{{
text
}}
</p>
<p
style=
"white-space: pre-line;"
>
{{
text
}}
</p>
</
template
>
</
template
>
<
template
slot=
"userType"
slot-scope=
"text"
>
<
template
slot=
"userType"
slot-scope=
"text"
>
...
@@ -369,37 +369,37 @@
...
@@ -369,37 +369,37 @@
this
.
visible
=
false
;
this
.
visible
=
false
;
},
},
showDrawer
(
data
){
showDrawer
(
data
){
this
.
orderInfo
=
{
this
.
orderInfo
=
{
customerName
:
data
.
customerName
,
customerName
:
data
.
customerName
,
kapin
:
data
.
kapin
,
kapin
:
data
.
kapin
,
school
:
data
.
school
,
school
:
data
.
school
,
xbOrderId
:
data
.
xbOrderId
,
xbOrderId
:
data
.
xbOrderId
,
successTime
:
data
.
successTime
,
successTime
:
data
.
successTime
,
yzOrderId
:
data
.
yzOrderId
,
yzOrderId
:
data
.
yzOrderId
,
no
:
data
.
no
,
no
:
data
.
no
,
class
:
data
.
class
,
class
:
data
.
class
,
parentName
:
data
.
parentName
,
parentName
:
data
.
parentName
,
contactNumber
:
data
.
contactNumber
,
contactNumber
:
data
.
contactNumber
,
idCard
:
data
.
idCard
,
idCard
:
data
.
idCard
,
businessNumber
:
data
.
businessNumber
,
businessNumber
:
data
.
businessNumber
,
createTime
:
data
.
createTime
,
createTime
:
data
.
createTime
,
address
:
data
.
address
,
address
:
data
.
address
,
site
:
data
.
site
,
site
:
data
.
site
,
remarks
:
data
.
remarks
,
remarks
:
data
.
remarks
,
checkFail
:
data
.
checkFail
,
checkFail
:
data
.
checkFail
,
expenses
:
data
.
expenses
,
expenses
:
data
.
expenses
,
identifying
:
data
.
identifying
,
identifying
:
data
.
identifying
,
netNumber
:
data
.
netNumber
,
netNumber
:
data
.
netNumber
,
netPassword
:
data
.
netPassword
,
netPassword
:
data
.
netPassword
,
giftAccount
:
data
.
giftAccount
,
giftAccount
:
data
.
giftAccount
,
giftPassword
:
data
.
giftPassword
,
giftPassword
:
data
.
giftPassword
,
kuaidiOrder
:
data
.
kuaidiOrder
,
kuaidiOrder
:
data
.
kuaidiOrder
,
company
:
data
.
company
,
company
:
data
.
company
,
studentCardCheckStatus
:
data
.
studentCardCheckStatus
,
studentCardCheckStatus
:
data
.
studentCardCheckStatus
,
kdOrderId
:
data
.
kdOrderId
,
kdOrderId
:
data
.
kdOrderId
,
znOrderNumber
:
data
.
znOrderNumber
,
znOrderNumber
:
data
.
znOrderNumber
,
thStatus
:
data
.
thStatus
thStatus
:
data
.
thStatus
}
}
this
.
visible
=
true
;
this
.
visible
=
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