|
@@ -296,7 +296,7 @@ class ReceiptController extends DooController {
|
|
|
// $receiptDetail=$receipt->getOne(array('where'=>'staff='.$this->staff[0]['sid'].' and status=4','asArray'=>true));
|
|
|
|
|
|
$aItem = $accountItem->find ( array (
|
|
|
- 'where' => 'name like "办公费用" or name like "其他费用"',
|
|
|
+ 'where' => 'name like "办公费用" or name like "其他费用" or name like "公积金" or name like "社保"',
|
|
|
'asArray' => true
|
|
|
) );
|
|
|
$accountJson [$this->AGENCY] = $accountJson [$this->TRAVEL] = $accountJson [$this->TRAIN] = $accountJson [$this->OTHER] = array ();
|
|
@@ -495,7 +495,7 @@ class ReceiptController extends DooController {
|
|
|
return "/saeaBorad";
|
|
|
|
|
|
$aItem = $accountItem->find ( array (
|
|
|
- 'where' => 'name like "办公费用" or name like "其他费用"',
|
|
|
+ 'where' => 'name like "办公费用" or name like "其他费用" or name like "公积金" or name like "社保"',
|
|
|
'asArray' => true
|
|
|
) );
|
|
|
$accountJson [$this->AGENCY] = $accountJson [$this->TRAVEL] = $accountJson [$this->TRAIN] = $accountJson [$this->OTHER] = array ();
|