Authored by ZhongW

隐藏BLK

... ... @@ -120,8 +120,8 @@
<span class="showPlatform" style="display: none">
<label class="col-sm-1 control-label">展示平台</label>
<div class="col-sm-2 checkbox" style="margin-top: 3px">
<label><input type="checkbox" name="appType" value="1" [[appType==1?'checked':'']]>BLK</label>
<input type="hidden" id="appType" name="appType" value="[[appType||'0']]" for="checkbox" />
<label><input disabled="true" type="checkbox" name="appType" value="1" [[appType==1?'checked':'']]>BLK</label>
<input type="hidden" id="appType" name="appType" value="[[appType||'0']]" for="checkbox" />
</div>
</span>
</div>
... ...
... ... @@ -102,7 +102,7 @@ var tabTree=new common.tabTree("#tree",SORTDATA);
tabTree.isfeeze=true;
if(ACTION == 1){ //编辑页面显示展示平台
/*$('.showPlatform').show();*/
$('.showPlatform').show();
}
if(ACTION == 1 && canEditSort){
... ...
... ... @@ -120,8 +120,8 @@
<span class="showPlatform" style="display: none">
<label class="col-sm-1 control-label">展示平台</label>
<div class="col-sm-2 checkbox" style="margin-top: 3px">
<label><input type="checkbox" name="appType" value="1" [[appType==1?'checked':'']]>BLK</label>
<input type="hidden" id="appType" name="appType" value="[[appType||'0']]" for="checkbox" />
<label><input disabled="true" type="checkbox" name="appType" value="1" [[appType==1?'checked':'']]>BLK</label>
<input type="hidden" id="appType" name="appType" value="[[appType||'0']]" for="checkbox" />
</div>
</span>
</div>
... ...