优化单据显示,自适应

This commit is contained in:
季圣华
2019-09-14 10:43:17 +08:00
parent 9247e77398
commit edc5404dae
83 changed files with 1151 additions and 498 deletions

View File

@@ -3820,13 +3820,13 @@
})(jQuery);
/*
* 扩展方法 ThinkGem
* 扩展方法 jishenghua
*/
(function($){
$.extend(true, $.fn.zTree, {
/**
* 根据级别展开节点(如果级别设置为-1如果有1个根节点则展开一级节点否则不展开
* ThinkGem 2018-3-7
* jishenghua 2018-3-7
*/
expandNodeByLevel: function(tree, expandLevel){
if (!tree){