CustomerList-hostList

$(document).ready(function(){ initSearchSelect(0);//初始化查询条件下拉框 getDraftGrid();//草稿列表 $('#tabs').tabs( { onSelect : function(title, index) { if (title == '草稿') { initSearchSelect(0); getDraftGrid(); } else if (title == '已退回') { initSearchSelect(3); getBackGrid(); } else if (title == '已审批') { initSearchSelect(2); getHostDoneGrid(); //} else if (title == '待审批') { } else if (title == '审批中') { initSearchSelect(1); getHostGrid(); } return false; } }); });
其中这个初始化函数是下面的图中的下拉部分,并选中草稿列表属性。这个网页由两部分组成,下拉菜单和列表

Paste_Image.png
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容