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