Commit c1c9571a authored by 黄奎's avatar 黄奎

页面修改

parent 7adb1fe9
......@@ -98,13 +98,21 @@
<div>{{dataInfo.OrderInfo.UserName}}</div>
</div>
<div flex="dir:left cross:center" class="item-box">
<span class="label">收货人:</span>
<span class="label">联系人:</span>
<div>{{dataInfo.OrderInfo.Consignee}}</div>
</div>
<div flex="dir:left cross:center" class="item-box">
<span class="label">电话:</span>
<div>{{dataInfo.OrderInfo.Mobile}}</div>
</div>
<div flex="dir:left cross:center" class="item-box">
<span class="label">门店:</span>
<div>{{dataInfo.OrderInfo.storeName}}</div>
</div>
<div flex="dir:left cross:center" class="item-box">
<span class="label">门店地址:</span>
<div>{{dataInfo.OrderInfo.storeAddress}}</div>
</div>
<div v-if="OrderInfo.OrderExpressList && OrderInfo.OrderExpressList.length==1" flex="dir:top"
class="item-box">
<div flex="dir:left cross:center">
......@@ -256,7 +264,7 @@
</el-row>
<el-card style="margin-top:15px" shadow="never">
<el-table border :data="dataInfo.DetailList" style="width: 100%">
<el-table-column prop="Id" label="商品标题">
<el-table-column prop="Id" label="服务项目">
<template slot-scope="scope">
<div flex="dir:left cross:center">
<img :src="getIconLink(scope.row.CoverImagePath)" alt=""
......@@ -269,6 +277,12 @@
</div>
</template>
</el-table-column>
<el-table-column prop="ServiceDate" label="服务信息" width="250" align="center">
<template slot-scope="scope">
服务时间: {{scope.row.ServiceDate}} {{scope.row.ServiceTime}}<br/>
服务人员: {{scope.row.ServicepersonalName}}
</template>
</el-table-column>
<el-table-column prop="Unit_Price" label="单价" width="120" align="center">
<template slot-scope="scope">
{{scope.row.Unit_Price}}
......@@ -640,7 +654,6 @@
this.apipost("/api/order/GetGoodsOrderInfo", {
OrderId: this.OrderId
}, res => {
console.log(" res.data", res.data);
this.dataInfo = res.data.data;
console.log("this.dataInfo", this.dataInfo);
let data = res.data.data;
......
......@@ -1122,8 +1122,6 @@
});
},
Offpayment(item){//线下付款
console.log(item)
let that = this;
that.$confirm('确认转为线下付款,转后无法恢复!', '提示', {
confirmButtonText: '确定',
......
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