receipt_menu.php 1.4 KB

1234567891011121314151617181920212223
  1. <ul>
  2. <li class="saeaTitle">费用管理</li>
  3. <li><a <?php if( $data['receiptMemu']=="saeaBorad" ): ?> class="selected" <?php endif; ?> href="/saeaBorad" >公布板</a></li>
  4. <li><a <?php if( $data['receiptMemu']=="expenses" ): ?> class="selected" <?php endif; ?> href="/expenses">我的费用</a></li>
  5. <li><a href="/personalCollect" <?php if( $data['receiptMemu']=="personalCollect" ): ?> class="selected" <?php endif; ?> >费用汇总</a></li>
  6. <?php if( inarray($data['staff']['0']['sid'],$data['verifyId']) || inarray($data['staff']['0']['sid'],$data['executeId']) ): ?>
  7. <li class="topLine <?php if( ReceiptController::$NEW !=0 ): ?> news <?php endif; ?> "><a <?php if( $data['receiptMemu']=="approvalExpenses" ): ?> class="selected" <?php endif; ?> href="/approvalExpenses">费用审批</a></li>
  8. <?php if( inarray($data['staff']['0']['sid'],$data['executeId']) ): ?>
  9. <li <?php if( ReceiptController::$NEW2 !=0 ): ?> class="news" <?php endif; ?> ><a <?php if( $data['receiptMemu']=="implement" ): ?> class="selected" <?php endif; ?> href="/implement">费用执行</a></li>
  10. <?php endif; ?>
  11. <?php if( $data['staff']['0']['cid']==12 ): ?>
  12. <li><a href="/companyCategoryCollect" <?php if( $data['receiptMemu']=="companyCategoryCollect" ): ?> class="selected" <?php endif; ?> >公司汇总</a></li>
  13. <?php endif; ?>
  14. <?php endif; ?>
  15. </ul>