Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
5e2bcbd4
Commit
5e2bcbd4
authored
Feb 22, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
892de258
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
tripBusOrderList.vue
...ts/busManagement/BookAcar/components/tripBusOrderList.vue
+7
-7
No files found.
src/components/busManagement/BookAcar/components/tripBusOrderList.vue
View file @
5e2bcbd4
...
...
@@ -627,7 +627,7 @@
class=
"row-c cursor-pointer radius5 cancel py5"
@
click=
"clickRightButtom(item, 0)"
>
<i
v-loading=
"msg.
Order
Id==item.Id&&loading0"
></i>
<i
v-loading=
"msg.Id==item.Id&&loading0"
></i>
<span
class=
"cF1416C"
>
取消订单
</span>
</div>
<div
...
...
@@ -635,7 +635,7 @@
class=
"row-c cursor-pointer radius5 confirm py5"
@
click=
"clickRightButtom(item, 1)"
>
<i
v-loading=
"msg.
Order
Id==item.Id&&loading1"
></i>
<i
v-loading=
"msg.Id==item.Id&&loading1"
></i>
<span
class=
"c20C997"
>
确认订单
</span>
</div>
<div
...
...
@@ -643,7 +643,7 @@
class=
"row-c cursor-pointer radius5 change py5"
@
click=
"driver(item)"
>
<i
v-loading=
"msg.
Order
Id==item.Id&&loading2"
></i>
<i
v-loading=
"msg.Id==item.Id&&loading2"
></i>
<span
class=
"c059FF6"
>
{{item.DriverInfo?'编辑':'添加'}}司机/车牌号
</span>
</div>
<div
...
...
@@ -665,7 +665,7 @@
class=
"row-c cursor-pointer radius5 change1 py5"
@
click=
"clickRightButtom(item, 2)"
>
<i
v-loading=
"msg.
Order
Id==item.Id&&loading2"
></i>
<i
v-loading=
"msg.Id==item.Id&&loading2"
></i>
<span
class=
"c20C997"
>
收损
</span>
</div>
</div>
...
...
@@ -993,7 +993,7 @@
},
userInfo
:
{},
msg
:
{
Order
Id
:
""
,
Id
:
""
,
LossMoney
:
0
,
State
:
''
,
//状态 1确认 2已邮寄 3设置自提 4收损
SelffetchAddress
:
''
...
...
@@ -1184,7 +1184,7 @@
},
clickRightButtom
(
item
,
type
)
{
// 0取消订单 1确认订单 2收损
this
.
msg
.
Order
Id
=
item
.
Id
;
this
.
msg
.
Id
=
item
.
Id
;
this
.
msg
.
SelffetchAddress
=
item
.
SelffetchAddress
this
.
items
=
item
this
.
typeState
=
type
...
...
@@ -1440,7 +1440,7 @@
this
.
apipost
(
"CarSingle_post_SetAdminCarOrderState"
,
{
OrderId
:
this
.
msg
.
Order
Id
,
Id
:
this
.
msg
.
Id
,
State
:
this
.
typeState
,
LossMoney
:
this
.
msg
.
LossMoney
,
},
...
...
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