Commit 19ea3400 authored by youjie's avatar youjie

no message

parent 5cacfe7b
......@@ -636,10 +636,10 @@
<div
v-if="pagesTitle!='销售'"
class="row-c cursor-pointer radius5 change py5"
@click="driver(item.Id)"
@click="driver(item)"
>
<i v-loading="msg.OrderId==item.Id&&loading2"></i>
<span class="c059FF6">添加司机车牌号</span>
<span class="c059FF6">{{item.DriverInfo?'编辑':'添加'}}司机/车牌号</span>
</div>
<div
v-if="item.OfferState == 2"
......@@ -1114,8 +1114,10 @@
});
},
// 添加司机车号
driver(id) {
this.drivermsg.Id = id
driver(item) {
this.drivermsg.Id = item.id
this.drivermsg.DriverInfo = item.DriverInfo
this.drivermsg.BusNo = item.BusNo
this.dialogVisible = true
},
//获取币种
......
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