ParticipatingUnits.html 1.2 KB

12345678910111213141516171819202122
  1. <ion-view>
  2. <ion-header-bar align-title="center">
  3. <div class="button button-icon icon pus_blue" ng-click="goback()"></div>
  4. <button class="button button-icon icon goback" ng-click="goback()"></button>
  5. <h3 class="DockingTheme_h3">参与单位</h3>
  6. <span class="DockingTheme_button" ng-click="saveTempCompany()">保存</span>
  7. </ion-header-bar>
  8. <ion-content style="background-color:#ededf0;" class="has-header">
  9. <div class="TopicType" ng-model="organizationType" ng-click="show()">
  10. <span>单位类型</span>
  11. <small ng-bind="typename[index]">需求方</small>
  12. <i class="ion-ios-arrow-right"></i>
  13. </div>
  14. <input class="ParticipatingUnits_main" id="gwt-NoteTitleView-textBox" ng-model="tempcompany.name" maxlength="20" type="text" placeholder="单位名称" style="height: 40px !important;">
  15. <div class="ParticipatingUnits">
  16. <div>
  17. <textarea class="ParticipatingUnits_subtitle" maxlength="300" ng-model="tempcompany.presentation" type="text" placeholder="简要介绍"></textarea>
  18. <span class="ir-post-long"><small ng-bind="tempcompany.presentation.length"></small><small>/300</small>字</span>
  19. </div>
  20. </div>
  21. </ion-content>
  22. </ion-view>