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
302ab272
Commit
302ab272
authored
Sep 27, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
abb8b86f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
5 deletions
+65
-5
OrderList.vue
src/components/CarDealerOrder/components/OrderList.vue
+65
-5
No files found.
src/components/CarDealerOrder/components/OrderList.vue
View file @
302ab272
...
...
@@ -655,23 +655,53 @@
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OutOilFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"
停车
过路费收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<el-table-column
width=
"115"
label=
"过路费收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
InPassByFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"
停车
过路费支出"
min-width=
"70"
style=
"background:#EAEAEA"
>
<el-table-column
width=
"115"
label=
"过路费支出"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OutPassByFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"其他收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OtherIncome
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"司机住宿费"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
DriverRoomFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"停车费收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
InParkingFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"停车费支出"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OutParkingFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"司机茶代收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
InTeaFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"司机茶代支出"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OutTeaFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
:label=
"'其他'+$t('objFill.caravanshopcol.t9')"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
CostMoney
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
:label=
"$t('objFill.caravanshopcol.t4')
"
min-width=
"70"
style=
"background:#EAEAEA"
>
<el-table-column
width=
"115"
label=
"待收金额
"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
DueInMoney
}}
</span>
</
template
>
...
...
@@ -823,16 +853,46 @@
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OutOilFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"
停车
过路费收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<el-table-column
width=
"115"
label=
"过路费收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
InPassByFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"
停车
过路费支出"
min-width=
"70"
style=
"background:#EAEAEA"
>
<el-table-column
width=
"115"
label=
"过路费支出"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OutPassByFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"其他收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OtherIncome
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"司机住宿费"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
DriverRoomFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"停车费收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
InParkingFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"停车费支出"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OutParkingFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"司机茶代收入"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
InTeaFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"司机茶代支出"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
OutTeaFee
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
:label=
"'其他'+$t('objFill.caravanshopcol.t9')"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
CostMoney
}}
</span>
...
...
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