文章属性隐藏
parent
e91877fa3c
commit
380170db6f
|
@ -461,7 +461,7 @@ function batch_box_show(url,values,top,hot,recommend,title){
|
|||
html += '</select>'+
|
||||
'</div>'+
|
||||
'</div>'+
|
||||
'<div class="layui-form-item" style="margin-left:10px;">'+
|
||||
'<div class="layui-form-item" style="margin-left:10px; display: none">'+
|
||||
'<label class="layui-form-label" style="width: auto;">热门:</label>'+
|
||||
'<div class="layui-input-block" style="margin-left: 45px;">'+
|
||||
'<select name="hot" class="layui-select">'
|
||||
|
@ -481,7 +481,7 @@ function batch_box_show(url,values,top,hot,recommend,title){
|
|||
html += '</select>'+
|
||||
'</div>'+
|
||||
'</div>'+
|
||||
'<div class="layui-form-item" style="margin-left:10px;">'+
|
||||
'<div class="layui-form-item" style="margin-left:10px;display: none">'+
|
||||
'<label class="layui-form-label" style="width: auto;">推荐:</label>'+
|
||||
'<div class="layui-input-block" style="margin-left: 45px;">'+
|
||||
'<select name="recommend" class="layui-select">'
|
||||
|
@ -921,7 +921,7 @@ function betch_form(obj){
|
|||
$('.eject-layuiBox').css('max-height','79vh');
|
||||
}
|
||||
if(state == 'edit'){
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
end:function(){
|
||||
|
@ -933,10 +933,10 @@ function betch_form(obj){
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
//ajax确认弹窗方法
|
||||
/**
|
||||
* type {table,primary} 使用在layuitable里面还是外面
|
||||
|
|
Loading…
Reference in New Issue