前端
This commit is contained in:
parent
7e7e733ce4
commit
b62064b33b
@ -2,7 +2,7 @@
|
|||||||
$user = SESS::get('EVENTUserInfo');
|
$user = SESS::get('EVENTUserInfo');
|
||||||
// if(isn($user))exit();
|
// if(isn($user))exit();
|
||||||
$user = json_decode($user, true);
|
$user = json_decode($user, true);
|
||||||
// $user['name'] = "罗松柏";
|
$user['name'] = "罗松柏";
|
||||||
$canEdit = in_array($user['name'], $ROLES);
|
$canEdit = in_array($user['name'], $ROLES);
|
||||||
$isgxvrole ='1'; //in_array($user['name'], $GXVROLES); //更新信息查看区浏览权限
|
$isgxvrole ='1'; //in_array($user['name'], $GXVROLES); //更新信息查看区浏览权限
|
||||||
$isgxyyerole = in_array($user['name'], $GXYYEROLES);//更新运营中心编辑权限
|
$isgxyyerole = in_array($user['name'], $GXYYEROLES);//更新运营中心编辑权限
|
||||||
@ -326,8 +326,8 @@ if ($act == 'newevent') {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="gamesbtn" style="padding:0 11px 15px 11px;">
|
<div id="gamesbtn" style="padding:0 11px 15px 11px;">
|
||||||
<?php if ($canEdit) { ?><a href="./?app=edit" class='btn btn-minier btn-pink'>编辑游戏</a><? } ?>
|
<!-- <?php if ($canEdit) { ?><a href="./?app=edit" class='btn btn-minier btn-pink'>编辑游戏</a><? } ?> -->
|
||||||
<!-- <a href="./?app=edit" class='btn btn-minier btn-pink'>编辑游戏</a> -->
|
<a href="./?app=edit" class='btn btn-minier btn-pink'>编辑游戏</a>
|
||||||
<button value='' onclick='onlyShowGame(this)' class='btn btn-minier btn-info'>显示全部</button>
|
<button value='' onclick='onlyShowGame(this)' class='btn btn-minier btn-info'>显示全部</button>
|
||||||
<?php
|
<?php
|
||||||
foreach ($GAMES as $g) {
|
foreach ($GAMES as $g) {
|
||||||
@ -1119,7 +1119,7 @@ if ($act == 'newevent') {
|
|||||||
toolbox: {
|
toolbox: {
|
||||||
show: true,
|
show: true,
|
||||||
orient: 'vertical',
|
orient: 'vertical',
|
||||||
right: '1.5%',
|
right: '0%',
|
||||||
top: 'center',
|
top: 'center',
|
||||||
feature: {
|
feature: {
|
||||||
mark: {show: true},
|
mark: {show: true},
|
||||||
@ -1148,6 +1148,14 @@ if ($act == 'newevent') {
|
|||||||
dataset: {
|
dataset: {
|
||||||
source: chartsdata
|
source: chartsdata
|
||||||
},
|
},
|
||||||
|
dataZoom: [
|
||||||
|
{
|
||||||
|
id: 'dataZoomX',
|
||||||
|
type: 'slider',
|
||||||
|
xAxisIndex: [0],
|
||||||
|
filterMode: 'filter'
|
||||||
|
}
|
||||||
|
],
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
axisLabel:{
|
axisLabel:{
|
||||||
@ -1757,9 +1765,14 @@ if ($act == 'newevent') {
|
|||||||
}
|
}
|
||||||
;
|
;
|
||||||
} else if (calEvent.className[0] == 'label-purple') {
|
} else if (calEvent.className[0] == 'label-purple') {
|
||||||
|
console.log("<?=$isxfvrole?>")
|
||||||
|
console.log("<?=$isxfyyerole?>")
|
||||||
|
console.log("<?=$canEdit?>")
|
||||||
if ("<?=$isxfvrole?>" != "1" && "<?=$isxfyyerole?>" != "1" && "<?=$canEdit?>" != "1") {
|
if ("<?=$isxfvrole?>" != "1" && "<?=$isxfyyerole?>" != "1" && "<?=$canEdit?>" != "1") {
|
||||||
|
console.log(2222)
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
console.log(1111)
|
||||||
$('#uploader').attr('action', './?app=uploader&id=' + calEvent.id + '&bumen=chanpin&act=add');
|
$('#uploader').attr('action', './?app=uploader&id=' + calEvent.id + '&bumen=chanpin&act=add');
|
||||||
$('#uploader_yy').attr('action', './?app=uploader&id=' + calEvent.id + '&bumen=yunyig&act=add')
|
$('#uploader_yy').attr('action', './?app=uploader&id=' + calEvent.id + '&bumen=yunyig&act=add')
|
||||||
$("#uploader_yf").attr('action', './?app=uploader&id=' + calEvent.id + '&bumen=yanfa&act=add')
|
$("#uploader_yf").attr('action', './?app=uploader&id=' + calEvent.id + '&bumen=yanfa&act=add')
|
||||||
|
Loading…
Reference in New Issue
Block a user