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
2f6ccfd2
Commit
2f6ccfd2
authored
Sep 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单
parent
e85faa7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
directorOrderList.vue
src/components/director/directorOrderList.vue
+6
-3
No files found.
src/components/director/directorOrderList.vue
View file @
2f6ccfd2
...
...
@@ -176,8 +176,11 @@
<span
style=
"margin-right: 10px;"
>
类型:
{{
list
.
CarTypeName
}}
,
{{
list
.
IsSpell
==
1
?
'拼车'
:
'不拼车'
}}
</span>
<span
style=
"margin-right: 10px;"
>
导游:
{{
list
.
GuideName
}}
</span>
</div>
<div
style=
" display: flex;flex-direction: row;align-items: center;"
v-if=
"list.SmallShopsCostPrice!=null && list.SmallShopsCostPrice!=''&& list.SmallShopsCostPrice>0&& item.SmallShopsId!=0"
>
<span>
赞羊小计:¥
{{
list
.
SmallShopsCostPrice
}}
</span>
...
...
@@ -1249,14 +1252,14 @@
this
.
msg
.
ExcelEnumIds
=
this
.
checkedCities
;
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
this
.
GetLocalFile
(
"/api/order/Get
MemberUs
erListToExcel"
,
"/api/order/Get
SDGoodsOrd
erListToExcel"
,
msg
,
"订单列表.xls"
);
},
getDown
()
{
this
.
cityOptions
=
[];
this
.
apipost
(
"/api/order/GetOrderListExportEnumList"
,
{},
res
=>
{
this
.
apipost
(
"/api/order/GetOrderListExport
ForSD
EnumList"
,
{},
res
=>
{
this
.
cities
=
res
.
data
.
data
;
let
data
=
res
.
data
.
data
;
data
.
forEach
(
item
=>
{
...
...
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