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
0c0723c2
Commit
0c0723c2
authored
Sep 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成本修改
parent
8562c740
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
12 deletions
+29
-12
directorOrderDetails.vue
src/components/director/directorOrderDetails.vue
+3
-5
directorOrderList.vue
src/components/director/directorOrderList.vue
+4
-4
CostManagement.vue
src/components/orderMan/CostManagement.vue
+22
-3
No files found.
src/components/director/directorOrderDetails.vue
View file @
0c0723c2
...
@@ -305,10 +305,8 @@
...
@@ -305,10 +305,8 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"name"
label=
"信息"
width=
"300"
align=
"center"
>
<el-table-column
prop=
"name"
label=
"信息"
width=
"300"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div>
车辆:
{{
scope
.
row
.
CarName
}}
、
{{
scope
.
row
.
CarColorName
}}
、
{{
scope
.
row
.
CarNumber
}}
</div>
<div>
类型:
{{
scope
.
row
.
CarTypeName
}}
,
{{
scope
.
row
.
CarType
==
5
?
(
scope
.
row
.
IsSpell
==
1
?
'拼车'
:
'不拼车'
):
''
}}
</div>
<div>
导游:
{{
scope
.
row
.
GuideName
}}
、服务类型:
{{
scope
.
row
.
CarTypeName
}}
、
{{
scope
.
row
.
CarType
==
5
?
(
scope
.
row
.
IsSpell
==
1
?
'拼车'
:
'不拼车'
):
''
}}
</div>
<div>
车牌号:
{{
scope
.
row
.
CarNumber
}}
,
{{
scope
.
row
.
CarName
}}
,
{{
scope
.
row
.
CarColorName
}}
</div>
<div>
导游:
{{
scope
.
row
.
GuideName
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -337,7 +335,7 @@
...
@@ -337,7 +335,7 @@
<el-form-item
label=
"商品小计"
>
<el-form-item
label=
"商品小计"
>
¥{{dataInfo.PreferPrice}}
¥{{dataInfo.PreferPrice}}
</el-form-item>
</el-form-item>
<el-form-item
label=
"
保险成本
"
>
<el-form-item
label=
"
其中保险金额
"
>
¥{{dataInfo.InsuranceMoney}}
¥{{dataInfo.InsuranceMoney}}
</el-form-item>
</el-form-item>
<el-form-item
label=
"实付款"
>
<el-form-item
label=
"实付款"
>
...
...
src/components/director/directorOrderList.vue
View file @
0c0723c2
...
@@ -167,17 +167,17 @@
...
@@ -167,17 +167,17 @@
</div>
</div>
<div
style=
"margin-bottom: 5px;"
>
<div
style=
"margin-bottom: 5px;"
>
<span
style=
"margin-right: 10px;"
>
<span
style=
"margin-right: 10px;"
>
{{
list
.
CarName
}}
、
{{
list
.
CarColorName
}}
,车牌号:
{{
list
.
CarNumber
}}
车辆:
{{
list
.
CarName
}}
、
{{
list
.
CarColorName
}}
、
{{
list
.
CarNumber
}}
</span>
</span>
</div>
</div>
<div
style=
"margin-bottom: 5px;"
>
<div
style=
"margin-bottom: 5px;"
>
<span
style=
"margin-right: 10px;"
>
<span
style=
"margin-right: 10px;"
>
类型:
{{
list
.
CarTypeName
}}
,
{{
list
.
CarType
==
5
?
(
list
.
IsSpell
==
1
?
'拼车'
:
'不拼车'
):
''
}}
导游:
{{
list
.
GuideName
}}
</span>
</span>
<span
style=
"margin-right: 10px;"
>
<span
style=
"margin-right: 10px;"
>
导游:
{{
list
.
GuideName
}}
服务类型:
{{
list
.
CarTypeName
}}
、
{{
list
.
CarType
==
5
?
(
list
.
IsSpell
==
1
?
'拼车'
:
'不拼车'
):
''
}}
</span>
</span>
</div>
</div>
...
...
src/components/orderMan/CostManagement.vue
View file @
0c0723c2
...
@@ -7,6 +7,13 @@
...
@@ -7,6 +7,13 @@
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<div
>
<div
>
<span>
商品分类
</span>
<el-select
style=
"margin:0 10px"
class=
"w100"
@
change=
"msg.pageIndex=1,getList()"
v-model=
"msg.OrderClassify"
size=
"small"
placeholder=
"请选择"
>
<el-option
v-for=
"item in OrderClass"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-select>
<span>
供应商
</span>
<span>
供应商
</span>
<el-select
style=
"margin:0 10px"
class=
"w100"
@
change=
"msg.pageIndex=1,getList()"
v-model=
"msg.SupplierId"
size=
"small"
<el-select
style=
"margin:0 10px"
class=
"w100"
@
change=
"msg.pageIndex=1,getList()"
v-model=
"msg.SupplierId"
size=
"small"
placeholder=
"请选择"
>
placeholder=
"请选择"
>
...
@@ -69,12 +76,17 @@
...
@@ -69,12 +76,17 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CostMoney"
label=
"成本"
width=
"80"
>
<el-table-column
prop=
"CostMoney"
label=
"成本"
width=
"80"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"
FreightCostMoney"
label=
"快递成本"
width=
"8
0"
>
<el-table-column
prop=
"
CostFinanceId"
label=
"成本单据"
width=
"10
0"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Freight
FinanceId"
label=
"运费成本单据"
width=
"12
0"
>
<el-table-column
prop=
"Freight
CostMoney"
label=
"快递成本"
width=
"80"
v-if=
"msg.OrderClassify==
0"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"
CostFinanceId"
label=
"成本单据"
width=
"10
0"
>
<el-table-column
prop=
"
FreightFinanceId"
label=
"运费成本单据"
width=
"120"
v-if=
"msg.OrderClassify==
0"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"InsuranceCostMoney"
label=
"保险成本"
width=
"80"
v-if=
"msg.OrderClassify==1"
>
</el-table-column>
<el-table-column
prop=
"InsuranceFinanceId"
label=
"保险成本单据"
width=
"120"
v-if=
"msg.OrderClassify==1"
>
</el-table-column>
</el-table>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:current-page
.
sync=
"msg.pageIndex"
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
:current-page
.
sync=
"msg.pageIndex"
:page-sizes=
"[15, 30, 45, 60,75,90]"
:page-sizes=
"[15, 30, 45, 60,75,90]"
...
@@ -112,12 +124,19 @@
...
@@ -112,12 +124,19 @@
IsSelectAll
:
0
,
IsSelectAll
:
0
,
GoodsName
:
''
,
GoodsName
:
''
,
OrderNo
:
''
,
OrderNo
:
''
,
OrderClassify
:
0
,
},
},
SupplierData
:
[],
//供应商data
SupplierData
:
[],
//供应商data
MakingType
:[
MakingType
:[
{
Id
:
0
,
Name
:
'全部'
},
{
Id
:
0
,
Name
:
'全部'
},
{
Id
:
1
,
Name
:
'成本'
},
{
Id
:
1
,
Name
:
'成本'
},
{
Id
:
2
,
Name
:
'运费'
},
{
Id
:
2
,
Name
:
'运费'
},
{
Id
:
3
,
Name
:
'保险'
},
],
OrderClass
:[
{
Id
:
0
,
Name
:
'商品订单'
},
{
Id
:
1
,
Name
:
'司导订单'
},
],
],
dateList
:
[],
//日期
dateList
:
[],
//日期
total
:
0
,
total
:
0
,
...
...
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