示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->topLevel = 0;
     $this->firstTile = '清空料号仓位';
     $this->topTitle = '清空料号仓位';
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->topLevel = 5;
     $this->firTitle = '仓库调拨';
     $this->assign_status = C('assign_status');
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
 }