Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
bc6d92e8
Commit
bc6d92e8
authored
Sep 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0c0723c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
directorOrderList.vue
src/components/director/directorOrderList.vue
+2
-2
CostManagement.vue
src/components/orderMan/CostManagement.vue
+1
-0
No files found.
src/components/director/directorOrderList.vue
View file @
bc6d92e8
...
...
@@ -167,14 +167,14 @@
</div>
<div
style=
"margin-bottom: 5px;"
>
<span
style=
"margin-right: 10px;"
>
车辆
:
{{
list
.
CarName
}}
、
{{
list
.
CarColorName
}}
、
{{
list
.
CarNumber
}}
车辆
:
{{
list
.
CarName
}}
、
{{
list
.
CarColorName
}}
、
{{
list
.
CarNumber
}}
</span>
</div>
<div
style=
"margin-bottom: 5px;"
>
<span
style=
"margin-right: 10px;"
>
导游
:
{{
list
.
GuideName
}}
导游
:
{{
list
.
GuideName
}}
</span>
<span
style=
"margin-right: 10px;"
>
服务类型:
{{
list
.
CarTypeName
}}
、
{{
list
.
CarType
==
5
?
(
list
.
IsSpell
==
1
?
'拼车'
:
'不拼车'
):
''
}}
...
...
src/components/orderMan/CostManagement.vue
View file @
bc6d92e8
...
...
@@ -216,6 +216,7 @@
this
.
finMsg
.
SupplierId
=
this
.
msg
.
SupplierId
;
this
.
finMsg
.
IsFinance
=
this
.
msg
.
IsFinance
;
this
.
finMsg
.
IsSelectAll
=
this
.
msg
.
IsSelectAll
;
this
.
finMsg
.
OrderClassify
=
this
.
msg
.
OrderClassify
;
this
.
finMsg
.
FinanceCreateBy
=
this
.
ERPEmpId
;
this
.
apipost
(
"/api/Supplier/PayCostFinance"
,
this
.
finMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
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