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
83e5b053
Commit
83e5b053
authored
Apr 21, 2022
by
weix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
70f2f7c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/maintenance/merchant/index.vue
+3
-3
index.vue
src/views/maintenance/waybill/index.vue
+1
-1
No files found.
src/views/maintenance/merchant/index.vue
View file @
83e5b053
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<el-row
style=
"border-bottom: 1px solid #d5d5d5;margin: 10px 0;"
></el-row>
<el-row
style=
"border-bottom: 1px solid #d5d5d5;margin: 10px 0;"
></el-row>
<el-row
type=
"flex"
style=
"flex-wrap: wrap;"
>
<el-row
type=
"flex"
style=
"flex-wrap: wrap;"
>
<div
v-for=
"(item, index) in data"
style=
"width: 500px;padding-bottom: 20px;border-bottom: 1px solid #d5d5d5
;"
>
<div
v-for=
"(item, index) in data"
:key=
"'merchant'+index"
style=
"width: 500px;padding-bottom: 20px
;"
>
<el-form
label-position=
"right"
label-width=
"120px"
>
<el-form
label-position=
"right"
label-width=
"120px"
>
<el-form-item
label=
"订单编号"
>
<el-form-item
label=
"订单编号"
>
{{
item
.
businessId
}}
{{
item
.
businessId
}}
...
@@ -108,8 +108,8 @@ export default {
...
@@ -108,8 +108,8 @@ export default {
methods
:
{
methods
:
{
searchInfo
()
{
searchInfo
()
{
let
params
=
{
let
params
=
{
orderId
:
this
.
orderId
,
orderId
:
''
,
paymentId
:
''
,
paymentId
:
this
.
orderId
,
status
:
''
status
:
''
}
}
this
.
data
=
[];
this
.
data
=
[];
...
...
src/views/maintenance/waybill/index.vue
View file @
83e5b053
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<el-row
v-if=
"isShow"
>
<el-row
v-if=
"isShow"
>
<el-button
v-if=
"dataSource.waybillStatus == '1'"
type=
"primary"
style=
"padding: 5px 20px;"
@
click=
"synchronization"
>
同步司机信息
</el-button>
<el-button
v-if=
"dataSource.waybillStatus == '1'"
type=
"primary"
style=
"padding: 5px 20px;"
@
click=
"synchronization"
>
同步司机信息
</el-button>
<el-button
v-if=
"dataSource.waybillStatus > 1 && dataSource.waybillStatus
<
6
"
type=
"warning"
style=
"padding: 5px 20px;"
@
click=
"force"
:loading=
"forceLoading"
>
强制完单
</el-button>
<el-button
v-if=
"dataSource.waybillStatus >
=
1 && dataSource.waybillStatus
<
6
"
type=
"warning"
style=
"padding: 5px 20px;"
@
click=
"force"
:loading=
"forceLoading"
>
强制完单
</el-button>
</el-row>
</el-row>
</el-row>
</el-row>
...
...
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