Commit 24351502 authored by youjie's avatar youjie

no message

parent 6d205797
...@@ -491,8 +491,9 @@ ...@@ -491,8 +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:#059FF6">OP备注:{{item.Remark}} <div style="padding:0 10px 10px 10px;color:#f1416c">
<i class="el-icon-edit cursor-pointer c059FF6" @click="editRemark(item)"></i> <template v-if="item.Remark||item.OfferState!=3">OP备注:{{item.Remark}}</template>
<i v-if="item.OfferState!=3" class="el-icon-edit cursor-pointer c059FF6 mx" @click="editRemark(item)"></i>
</div> </div>
</template> </template>
</el-table> </el-table>
...@@ -898,7 +899,7 @@ ...@@ -898,7 +899,7 @@
</el-row> </el-row>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="isShowRemark = false">取消</button> &nbsp; <button class="hollowFixedBtn" @click="isShowRemark = false">取消</button> &nbsp;
<button class="normalBtn" type="primary" @click="submitEditRemark(2)">{{$t('pub.sureBtn')}}</button> <button class="normalBtn" type="primary" @click="submitEditRemark">{{$t('pub.sureBtn')}}</button>
</div> </div>
</el-dialog> </el-dialog>
<!-- 添加司机车辆弹窗 --> <!-- 添加司机车辆弹窗 -->
...@@ -1114,7 +1115,7 @@ ...@@ -1114,7 +1115,7 @@
Remark: this.postMsg.Remark Remark: this.postMsg.Remark
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.dialogVisible = false this.isShowRemark = false
this.$emit('success') this.$emit('success')
this.$forceUpdate(); this.$forceUpdate();
} else { } else {
......
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