Commit 97bd5fb8 authored by youjie's avatar youjie

no message

parent 898b2fe1
...@@ -491,6 +491,9 @@ ...@@ -491,6 +491,9 @@
</el-table-column> </el-table-column>
<template slot="append" v-if="item.CreateRemark"> <template slot="append" v-if="item.CreateRemark">
<div style="padding:10px;color:#f1416c">客户备注:{{item.CreateRemark}}</div> <div style="padding:10px;color:#f1416c">客户备注:{{item.CreateRemark}}</div>
<div style="padding:0 0 10px 10px;color:#f1416c">OP备注:{{item.Remark}}
<div><i class="el-icon-edit"></i></div>
</div>
</template> </template>
</el-table> </el-table>
</div> </div>
...@@ -1417,7 +1420,7 @@ ...@@ -1417,7 +1420,7 @@
}, },
//提交报价 //提交报价
submitTripBusOffer() { submitTripBusOffer() {
if(this.postMsg.CurrencyId){ if(!this.postMsg.CurrencyId){
this.Error('请选择币种'); this.Error('请选择币种');
return return
} }
......
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