Commit 01967ae3 authored by zhengke's avatar zhengke

增加历史备注

parent 5a3701b5
...@@ -2362,10 +2362,26 @@ ...@@ -2362,10 +2362,26 @@
</div> </div>
</td> </td>
<td colspan="3" style="height: 40px;"> <td colspan="3" style="height: 40px;">
<div class="clearfix RL-MARK" style="width:75%;float:left;"> <div class="clearfix RL-MARK" style="width:88%;float:left;">
<span class="RL-opremarkTitle">{{$t('Operation.Op_remark')}}:</span> <span class="RL-opremarkTitle" style="width:52px;">{{$t('Operation.Op_remark')}}:</span>
<span class="RL-redType RL-remarkCon" <span class="RL-redType RL-remarkCon"
style="width:74%;display:inline-block;">{{childItem.OP_Remarks ? childItem.OP_Remarks : '无'}}</span> style="width:73%;display:inline-block;">
{{childItem.OP_Remarks ? childItem.OP_Remarks : '无'}}
<el-popover width="600" placement="bottom-end" trigger="click">
<div class="groupTourOrder_remarks_popover">
<div>{{$t('fnc.lsbeizhu')}}</div>
<p v-if="childItem.OPRemarksList.length !== 0" v-for="(item2, index2) in childItem.OPRemarksList" :key="index2" style="padding:5px 0;">
<span>{{item2.Remarks}}</span>
<span>{{item2.CreateByName}}&ensp;<span
style="color: #666666;">{{item2.CreateDate}}</span></span>
</p>
<span v-if="childItem.OPRemarksList.length === 0">{{$t('system.content_noData')}}</span>
</div>
<el-button slot="reference" icon="iconfont icon-gengduo"
style="padding:0px;border:none;color:#e95252;font-size:12px;" class="groupTourOrder_remarks_btn">
</el-button>
</el-popover>
</span>
<div><span style="display:inline-block;">备注人/时间</span>:{{childItem.OPRemarkUpdateName}}&nbsp;&nbsp;{{childItem.OPRemarkUpdateTimeStr}}</div> <div><span style="display:inline-block;">备注人/时间</span>:{{childItem.OPRemarkUpdateName}}&nbsp;&nbsp;{{childItem.OPRemarkUpdateTimeStr}}</div>
</div> </div>
...@@ -5093,6 +5109,7 @@ ...@@ -5093,6 +5109,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.OrderDataList = res.data.data; this.OrderDataList = res.data.data;
this.IsUpdateOrderMoney = res.data.data.IsUpdateOrderMoney this.IsUpdateOrderMoney = res.data.data.IsUpdateOrderMoney
console.log(this.OrderDataList,'this.OrderDataList');
} }
}, },
err => {} err => {}
......
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