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
f69a9257
Commit
f69a9257
authored
Feb 27, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
宽带页面查看参数调整
parent
92c4c419
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
src/views/school-center/order/orderView.vue
+17
-4
No files found.
src/views/school-center/order/orderView.vue
View file @
f69a9257
...
...
@@ -338,7 +338,7 @@
<p
:style=
"pStyle"
>
业务信息
</p>
<a-row>
<a-col
:span=
"12"
>
<p>
支付平台:{{ orderInfo.ipay }}
</p>
<p>
支付平台:{{ orderInfo.ipay
Str
}}
</p>
</a-col>
<a-col
:span=
"12"
>
<p>
支付方式:{{ orderInfo.paytype }}
</p>
...
...
@@ -546,6 +546,7 @@ export default {
status
:
""
,
orderRegion
:
""
,
ipay
:
""
,
ipayStr
:
""
,
paytype
:
""
,
weborderamount
:
""
,
orderPaymentTime
:
""
,
...
...
@@ -584,10 +585,11 @@ export default {
status
:
data
.
status
,
orderRegion
:
data
.
orderRegion
,
ipay
:
data
.
ipay
,
ipayStr
:
this
.
enumIpay
(
data
.
ipay
),
paytype
:
data
.
paytype
,
weborderamount
:
data
.
weborderamount
,
orderPaymentTime
:
data
.
orderPaymentTime
,
orderreqtranseq
:
data
.
order
reqtrans
eq
,
orderreqtranseq
:
data
.
order
ReqtranS
eq
,
customerid
:
data
.
customerid
,
orderphone
:
data
.
orderphone
,
ordernumber
:
data
.
ordernumber
,
...
...
@@ -598,7 +600,7 @@ export default {
orderCustomerPwd
:
data
.
orderCustomerPwd
,
uptranseq
:
data
.
uptranseq
,
expenses
:
data
.
expenses
,
orderseqthd
:
data
.
order
seqth
d
,
orderseqthd
:
data
.
order
I
d
,
orderRf2
:
data
.
orderRf2
,
orderStatus
:
data
.
orderStatus
,
//订单状态
id
:
data
.
id
,
...
...
@@ -609,7 +611,6 @@ export default {
},
// 编辑
editDrawer
(
data
)
{
this
.
iCardShow
=
true
;
this
.
iCardShow01
=
false
;
this
.
statusShow
=
true
;
...
...
@@ -623,6 +624,7 @@ export default {
status
:
data
.
status
,
orderRegion
:
data
.
orderRegion
,
ipay
:
data
.
ipay
,
ipayStr
:
this
.
enumIpay
(
data
.
ipay
),
paytype
:
data
.
paytype
,
weborderamount
:
data
.
weborderamount
,
orderPaymentTime
:
data
.
orderPaymentTime
,
...
...
@@ -664,6 +666,17 @@ export default {
this
.
queryParam
.
successTimeEnd
=
dateString
[
1
];
}
},
enumIpay
(
text
){
if
(
text
==
0
)
{
return
"翼支付网厅"
;
}
else
if
(
text
==
1
)
{
return
"支付宝"
;
}
else
if
(
text
==
3
)
{
return
"微信"
;
}
else
{
return
""
;
}
},
handleSubmit
()
{
let
downqueryParam
=
this
.
queryParam
;
let
nowdate
=
moment
().
format
(
"YYYY-MM-DD"
);
...
...
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