Commit 845a6711 authored by 黄奎's avatar 黄奎

页面修改

parent 6ab91b58
......@@ -118,9 +118,6 @@
</el-tooltip>
</div>
<div flex="dir:left wrap:wrap" class="app-order-offline">
<div v-if="item.DeliveryMethodName && item.DeliveryMethodName!=''" class="express-send-box">
<span class="el-tag el-tag--small el-tag--light">{{item.DeliveryMethodName}}</span>
</div>
<el-tag v-if="item.PaymentTime==''" style="margin-left:5px" size="small" type="warning">未付款</el-tag>
<el-tag
v-if="item.PaymentTime!='' && item.DeliveryTime=='' && item.ReceivingTime=='' && item.FinishTime==''"
......@@ -165,6 +162,15 @@
</div>
</div>
</div>
<div style="margin-bottom: 5px;">
<span style="margin-right: 10px;">
服务时间:{{list.ServiceDate}} {{list.ServiceTime}}
</span>
<br />
<span style="margin-right: 10px;">
服务人员:{{list.ServicepersonalName}}
</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>
......@@ -340,6 +346,8 @@
<div>
<div flex="dir:left">
<div class="address-box">下单人: {{item.Consignee}} 电话:{{item.Mobile}}
门店:{{item.StoreName}}
门店地址:{{item.StoresAddress}}
</div>
<button v-if="item.OrderStatus==2" @click="ExitshAdress(item)" type="button"
class="el-button el-button--text is-circle"><i class="el-icon-edit"></i></button>
......
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