信呼OA版本v2.3.8
This commit is contained in:
15
webmain/public/print/printAction.php
Normal file
15
webmain/public/print/printAction.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
class printClassAction extends Action{
|
||||
|
||||
|
||||
public function defaultAction()
|
||||
{
|
||||
$table = $this->get('table');
|
||||
$num = $this->get('modenum');
|
||||
$modename = $this->jm->base64decode($this->get('modename'));
|
||||
$this->assign('table', $table);
|
||||
$this->assign('modename', $modename);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user