Commit 8cb75ed5 by 朱继来

调整导出,展开菜单

parent da4cbb40
......@@ -690,6 +690,7 @@ Class OrderController extends Controller
$tmp[$i]['company_name'] = $val->supplier_name;
$tmp[$i]['sale_name'] = isset($sales) ? $sales->name : ''; // 推送业务员
unset($sales);
$i++;
}
......
......@@ -462,4 +462,8 @@
}
$.lie.order.index();
// 展开菜单
$('#side-menu').children('li').eq(1).addClass('active');
$('#side-menu').children('li').eq(1).children('ul').children('li').eq(0).addClass('active');
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment