Commit 59e5961c authored by huangyuanyuan's avatar huangyuanyuan

修改投诉详情判断,变更报表合计和查看

parent c1dc0961
......@@ -235,7 +235,7 @@
<span>已赔金额:</span>{{getBackMoney()}}
</li>
<li
v-if="ComplainInfo.DisposeStatus===4&&(getLocalStorage().EmployeeId===ComplainDetial[ComplainDetial.length-1].CreateBy||authority.indexOf('S_Complain_Finance')!=-1)">
v-if="ComplainInfo.DisposeStatus===4&&(getLocalStorage().EmployeeId===ComplainInfo[ComplainInfo.length-1].CreateBy||getLocalStorage().EmployeeId===ComplainDetial[ComplainDetial.length-1].CreateBy||authority.indexOf('S_Complain_Finance')!=-1)">
<span>立即制单:</span>
<span v-for="compensation in ComplainCompensation" class="CD_dealResult" href="javascript:void(0)"
@click="setFinance(compensation)">{{compensation.CompensateMoney}}</span>
......
......@@ -505,7 +505,7 @@ Vue.component("TCIDJump", {
}
}
});
Vue.component("TCNUMJump", {
Vue.component("TCNUMJumpNew", {
// 团队跳转
template: `<div>
<span style="cursor: pointer" v-if="rowData.DataType===1" @click="goUrl('TravelControlList',rowData.TCNUM)">{{rowData.TCNUM}}</span>
......@@ -730,7 +730,7 @@ export default {
filterMultiple: false,
type: "text",
isFrozen: true,
componentName: "TCNUMJump"
componentName: "TCNUMJumpNew"
},
{
field: "Is_Transport",
......
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