indexchkoutside.html 881 B

1234567891011121314151617181920
  1. <ion-modal-view>
  2. <ion-header-bar>
  3. <button class="button button-clear" ng-click="closeModalChkOutside('cancel')">取消</button>
  4. <h1 class="title">
  5. <span>签到范围外</span>
  6. </h1>
  7. </ion-header-bar>
  8. <ion-content>
  9. <div class="item item-divider">在签到范围之外,请选择理由</div>
  10. <a class="item item-icon-right" ng-click="closeModalChkOutside('ok',0)">外勤
  11. <i class="icon ion-chevron-right icon-accessory"></i>
  12. </a>
  13. <a class="item item-icon-right" ng-click="closeModalChkOutside('ok',1)">出差
  14. <i class="icon ion-chevron-right icon-accessory"></i>
  15. </a>
  16. <a class="item item-icon-right" ng-click="closeModalChkOutside('ok',2)">其他
  17. <i class="icon ion-chevron-right icon-accessory"></i>
  18. </a>
  19. </ion-content>
  20. </ion-modal-view>