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
c4439ee7
Commit
c4439ee7
authored
May 09, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e1686590
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
orderList.vue
...omponents/busManagement/BookAcar/components/orderList.vue
+3
-3
No files found.
src/components/busManagement/BookAcar/components/orderList.vue
View file @
c4439ee7
...
@@ -447,7 +447,7 @@
...
@@ -447,7 +447,7 @@
<
template
v-if=
"!scope.row.OrderSource && scope.row.CustomerId > 0"
<
template
v-if=
"!scope.row.OrderSource && scope.row.CustomerId > 0"
>
B2B
</
template
>
B2B
</
template
>
>
<
template
v-if=
"scope.row.OrderSource == 1"
>
B2C
</
template
>
<
template
v-if=
"scope.row.OrderSource == 1
||scope.row.OrderSource == 2
"
>
B2C
</
template
>
</span>
</span>
</div>
</div>
<div
class=
"row c9e fz12"
>
<div
class=
"row c9e fz12"
>
...
@@ -863,7 +863,7 @@
...
@@ -863,7 +863,7 @@
scope.row.IncomeList.length == 0 &&
scope.row.IncomeList.length == 0 &&
scope.row.RefundList.length == 0 &&
scope.row.RefundList.length == 0 &&
scope.row.CostList.length == 0 &&
scope.row.CostList.length == 0 &&
scope.row.OrderSource != 1
(scope.row.OrderSource != 1&&scope.row.OrderSource != 2)
"
"
class=
"row-c cursor-pointer radius5 cancel py5"
class=
"row-c cursor-pointer radius5 cancel py5"
@
click=
"clickRightButtom(scope.row, 0)"
@
click=
"clickRightButtom(scope.row, 0)"
...
@@ -875,7 +875,7 @@
...
@@ -875,7 +875,7 @@
v-if=
"
v-if=
"
scope.row.OrderStatus == 1 &&
scope.row.OrderStatus == 1 &&
pagesTitle != '销售' &&
pagesTitle != '销售' &&
scope.row.OrderSource != 1
(scope.row.OrderSource != 1&&scope.row.OrderSource != 2)
"
"
class=
"row-c cursor-pointer radius5 confirm py5"
class=
"row-c cursor-pointer radius5 confirm py5"
@
click=
"clickRightButtom(scope.row, 1)"
@
click=
"clickRightButtom(scope.row, 1)"
...
...
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