|
|
@@ -101,8 +101,8 @@ switch ($action) {
|
|
|
// "children"=>array(array("index" =>$index.'-1',"label" =>"Operation Log","path"=>"/Operationlog")));
|
|
|
$systemManagement = array("index"=>"$index","label"=>"System Management","icon"=>"icon_system__management_fill_b","type"=>"list");
|
|
|
$children = array();
|
|
|
- $children[] = array("index" =>$index.'-1',"label" =>"System Message","path"=>"/system-message");
|
|
|
- $children[] = array("index" =>$index.'-2',"label" =>"System Settings","path"=>"/SystemSettings");
|
|
|
+ //$children[] = array("index" =>$index.'-1',"label" =>"System Message","path"=>"/system-message");
|
|
|
+ //$children[] = array("index" =>$index.'-2',"label" =>"System Settings","path"=>"/SystemSettings");
|
|
|
//只有chud的账户可以看日志记录
|
|
|
if(_getLoginName() == "chud" || _getLoginName() == "IT.Andywu" || _getLoginName() == "ra.admin"){
|
|
|
$children[] = array("index" =>$index.'-3',"label" =>"Operation Log","path"=>"/Operationlog");
|
|
|
@@ -302,7 +302,7 @@ switch ($action) {
|
|
|
//如果页面查询的是ALL 这个20 40 45都查询出来。否则值查询都对应的size,其他的不查询
|
|
|
if(strtolower($container_type_param) == "all"){
|
|
|
$list = common::excuteListSql("select * from public.online_order_status_date_new_r1_r2('$type'::text, 'eta'::text, 'etd'::text, $bdate, $edate, '$sqlWhere'::text, '$container_type'::text, '$date_type'::text) "
|
|
|
- . "r (c bigint, e integer, b integer, d text)");
|
|
|
+ . "r (c bigint, e integer, b integer, d text)");
|
|
|
}else{
|
|
|
if($container_type_param == $_container_type){
|
|
|
$list = common::excuteListSql("select * from public.online_order_status_date_new_r1_r2('$type'::text, 'eta'::text, 'etd'::text, $bdate, $edate, '$sqlWhere'::text, '$container_type'::text, '$date_type'::text) "
|