Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xoadoPlatform
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaohui
xoadoPlatform
Commits
80e5dbba
Commit
80e5dbba
authored
Apr 13, 2022
by
吕海涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改支付状态需求变更
parent
af44f136
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
orderDetail.vue
src/views/operation/orderDetail.vue
+13
-13
No files found.
src/views/operation/orderDetail.vue
View file @
80e5dbba
...
@@ -186,10 +186,7 @@
...
@@ -186,10 +186,7 @@
商户订单号:
商户订单号:
</div>
</div>
<div>
<div>
<el-input
<el-input
v-model=
"input"
></el-input>
v-model=
"input"
></el-input>
</div>
</div>
<el-link
<el-link
type=
"primary"
type=
"primary"
...
@@ -382,9 +379,11 @@
...
@@ -382,9 +379,11 @@
>强制完单
</el-button
>强制完单
</el-button
>
>
<el-button
type=
"warning"
size=
"mini"
@
click=
"setpaystatus"
<el-button
v-if=
"
type=
"warning"
size=
"mini"
@
click=
"setpaystatus"
v-if=
"
dataSource.status * 1 >= 6 &&
dataSource.status * 1 >= 6 &&
(dataSource.orderSource * 1 == 6 ||
(dataSource.orderSource * 1 == 6 ||
dataSource.orderSource * 1 == 4 ||
dataSource.orderSource * 1 == 4 ||
...
@@ -392,7 +391,7 @@
...
@@ -392,7 +391,7 @@
"
"
>
更改支付状态
</el-button
>
更改支付状态
</el-button
>
>
<!-- orderSource=6 4 7 -->
<!-- orderSource=6 4 7 -->
<!-- 完单 未支付 自营 -->
<!-- 完单 未支付 自营 -->
<!--
<span
v-html=
"renderfun(dataSource)"
></span>
-->
<!--
<span
v-html=
"renderfun(dataSource)"
></span>
-->
...
@@ -891,10 +890,11 @@ export default {
...
@@ -891,10 +890,11 @@ export default {
this
.
driverStatus
=
true
;
this
.
driverStatus
=
true
;
},
},
setpaystatusBtn
()
{
setpaystatusBtn
()
{
if
(
this
.
value
<
1
&&
!
this
.
input
)
{
var
pattern
=
/
([
a-fA-F0-9
]{32})
/
;
if
(
this
.
value
<
1
&&
!
pattern
.
test
(
this
.
input
))
{
this
.
$message
({
this
.
$message
({
type
:
"info"
,
type
:
"info"
,
message
:
"
商户订单号不能为空
!"
,
message
:
"
请输入32位商户订单号
!"
,
});
});
return
;
return
;
}
}
...
@@ -984,9 +984,9 @@ export default {
...
@@ -984,9 +984,9 @@ export default {
this
.
paystatus
=
true
;
this
.
paystatus
=
true
;
},
},
getpayInfoFun
()
{
getpayInfoFun
()
{
// let json={
// let json={
// orderId:"20210301095247903_1H2wew42w7T2w"
// orderId:"20210301095247903_1H2wew42w7T2w"
// }
// }
getpayInfo
(
this
.
payData
).
then
((
res
)
=>
{
getpayInfo
(
this
.
payData
).
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
if
(
res
.
status
==
200
)
{
this
.
input
=
res
.
data
[
0
].
businessSerial
;
this
.
input
=
res
.
data
[
0
].
businessSerial
;
...
...
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