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
808c9981
Commit
808c9981
authored
Apr 15, 2022
by
weix
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
c3b3202c
80e5dbba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
orderDetail.vue
src/views/operation/orderDetail.vue
+11
-11
No files found.
src/views/operation/orderDetail.vue
View file @
808c9981
...
...
@@ -186,10 +186,7 @@
商户订单号:
</div>
<div>
<el-input
v-model=
"input"
></el-input>
<el-input
v-model=
"input"
></el-input>
</div>
<el-link
type=
"primary"
...
...
@@ -382,9 +379,11 @@
>强制完单
</el-button
>
<el-button
type=
"warning"
size=
"mini"
@
click=
"setpaystatus"
<el-button
type=
"warning"
size=
"mini"
@
click=
"setpaystatus"
v-if=
"
dataSource.status * 1 >= 6 &&
(dataSource.orderSource * 1 == 6 ||
dataSource.orderSource * 1 == 4 ||
...
...
@@ -891,10 +890,11 @@ export default {
this
.
driverStatus
=
true
;
},
setpaystatusBtn
()
{
if
(
this
.
value
<
1
&&
!
this
.
input
)
{
var
pattern
=
/
([
a-fA-F0-9
]{32})
/
;
if
(
this
.
value
<
1
&&
!
pattern
.
test
(
this
.
input
))
{
this
.
$message
({
type
:
"info"
,
message
:
"
商户订单号不能为空
!"
,
message
:
"
请输入32位商户订单号
!"
,
});
return
;
}
...
...
@@ -984,9 +984,9 @@ export default {
this
.
paystatus
=
true
;
},
getpayInfoFun
()
{
// let json={
// orderId:"20210301095247903_1H2wew42w7T2w"
// }
// let json={
// orderId:"20210301095247903_1H2wew42w7T2w"
// }
getpayInfo
(
this
.
payData
).
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
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