|
|
@@ -255,7 +255,15 @@
|
|
|
}
|
|
|
menu[0] = a;
|
|
|
}else if(row.status == 7){//已入职(在职)
|
|
|
- a = '--';
|
|
|
+ if('${parttimeFlag}' == 'true'){
|
|
|
+ a = '--';
|
|
|
+ }else {
|
|
|
+ if(row.hasCashback == 1){
|
|
|
+ a = '<shiro:hasPermission name="cmposition:cmPositionTrack:cashbackInfo">'+
|
|
|
+ '<a href="#" class="cashbackInfo">【返费信息】</a>'+
|
|
|
+ '</shiro:hasPermission>';
|
|
|
+ }
|
|
|
+ }
|
|
|
menu[0] = a;
|
|
|
}else if(row.status == 8){//已离职
|
|
|
var a = '--';
|