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
e05bca6b
Commit
e05bca6b
authored
8 months ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9f81d7c7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
OrderList.vue
src/components/CarDealerOrder/components/OrderList.vue
+10
-0
ReservationOrder.vue
...components/CarDealerOrder/components/ReservationOrder.vue
+13
-0
No files found.
src/components/CarDealerOrder/components/OrderList.vue
View file @
e05bca6b
...
...
@@ -645,6 +645,11 @@
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
PlatformMoney
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"行驶公里"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15"
>
{{
scope
.
row
.
RunKM
}}
</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
.
OutOilFee
}}
</span>
...
...
@@ -806,6 +811,11 @@
<span
class=
"fz15 fbold"
>
{{
scope
.
row
.
PlatformMoney
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"115"
label=
"行驶公里"
min-width=
"70"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<span
class=
"fz15"
>
{{
scope
.
row
.
RunKM
}}
</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
.
OutOilFee
}}
</span>
...
...
This diff is collapsed.
Click to expand it.
src/components/CarDealerOrder/components/ReservationOrder.vue
View file @
e05bca6b
...
...
@@ -181,6 +181,18 @@
@
keyup
.
native=
"handleCurrentChange(1)"
@
change=
"handleCurrentChange(1)"
/>
</span>
</li>
<li>
<span><em>
系统团号
</em>
<el-input
clearable
type=
"Number"
v-model=
"msg.OrderTCNUM"
placeholder=
"系统团号"
@
keyup
.
native=
"handleCurrentChange(1)"
@
change=
"handleCurrentChange(1)"
/>
</span>
</li>
<li>
<span><em>
组团号
</em>
<el-input
clearable
type=
"Number"
v-model=
"msg.TCNUM"
placeholder=
"系统团号"
@
keyup
.
native=
"handleCurrentChange(1)"
@
change=
"handleCurrentChange(1)"
/>
</span>
</li>
<li>
<span><em>
{{
$t
(
'fnc.khmingcheng'
)
}}
</em>
<el-select
v-model=
"msg.CustomerId"
filterable
@
change=
"handleCurrentChange(1)"
>
...
...
@@ -264,6 +276,7 @@ export default {
OrderType
:
0
,
MainId
:
null
,
OrderTCNUM
:
''
,
TCNUM
:
''
,
},
total
:
0
,
currentPage
:
1
,
...
...
This diff is collapsed.
Click to expand it.
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