Commit 2f6ccfd2 authored by Mac's avatar Mac

订单

parent e85faa7f
...@@ -176,8 +176,11 @@ ...@@ -176,8 +176,11 @@
<span style="margin-right: 10px;"> <span style="margin-right: 10px;">
类型:{{list.CarTypeName}}{{list.IsSpell==1?'拼车':'不拼车'}} 类型:{{list.CarTypeName}}{{list.IsSpell==1?'拼车':'不拼车'}}
</span> </span>
<span style="margin-right: 10px;">
导游:{{list.GuideName}}
</span>
</div> </div>
<div style=" display: flex;flex-direction: row;align-items: center;" v-if="list.SmallShopsCostPrice!=null && list.SmallShopsCostPrice!=''&& list.SmallShopsCostPrice>0&& item.SmallShopsId!=0"> <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> <span>赞羊小计:¥{{list.SmallShopsCostPrice}}</span>
...@@ -1249,14 +1252,14 @@ ...@@ -1249,14 +1252,14 @@
this.msg.ExcelEnumIds = this.checkedCities; this.msg.ExcelEnumIds = this.checkedCities;
let msg = JSON.parse(JSON.stringify(this.msg)); let msg = JSON.parse(JSON.stringify(this.msg));
this.GetLocalFile( this.GetLocalFile(
"/api/order/GetMemberUserListToExcel", "/api/order/GetSDGoodsOrderListToExcel",
msg, msg,
"订单列表.xls" "订单列表.xls"
); );
}, },
getDown() { getDown() {
this.cityOptions = []; this.cityOptions = [];
this.apipost("/api/order/GetOrderListExportEnumList", {}, res => { this.apipost("/api/order/GetOrderListExportForSDEnumList", {}, res => {
this.cities = res.data.data; this.cities = res.data.data;
let data = res.data.data; let data = res.data.data;
data.forEach(item => { data.forEach(item => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment