Commit 24351502 authored by youjie's avatar youjie

no message

parent 6d205797
......@@ -491,8 +491,9 @@
</el-table-column>
<template slot="append" v-if="item.CreateRemark">
<div style="padding:10px;color:#f1416c">客户备注:{{item.CreateRemark}}</div>
<div style="padding:0 0 10px 10px;color:#059FF6">OP备注:{{item.Remark}}
<i class="el-icon-edit cursor-pointer c059FF6" @click="editRemark(item)"></i>
<div style="padding:0 10px 10px 10px;color:#f1416c">
<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>
</template>
</el-table>
......@@ -898,7 +899,7 @@
</el-row>
<div slot="footer" class="dialog-footer">
<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>
</el-dialog>
<!-- 添加司机车辆弹窗 -->
......@@ -1114,7 +1115,7 @@
Remark: this.postMsg.Remark
}, res => {
if (res.data.resultCode == 1) {
this.dialogVisible = false
this.isShowRemark = false
this.$emit('success')
this.$forceUpdate();
} 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