123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <div class="modal-header">
- <div class="modal-title fontcolor-two fontsizes-14">{{title}}<button type="button" class="close pull-right" ng-click="cancel()">×</button></div>
- </div>
- <div class="modal-body margin-top-15 margin-left-15 margin-bottom-15 margin-right-15 addrequster">
- <form role="form" class="row">
- <div class="margin-left-30 margin-right-30 margin-top-20">
- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">人员编号*:</div>
- <!-- <div class="col-md-7"> -->
- <!-- <input class="form-control" id="studentNo" name="studentNo" ng-model="requester.studentNo" placeholder="学工号" /> -->
- <select-input class="pull-right openaddinput" onChangeadd="onChangeadd()" requesdata="requesdata" showkey="account,name"></select-input>
- <!-- </div> -->
- </div>
- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">姓名*:</div>
- <div class="pull-right openaddinput">
- <input class="form-control" id="name" name="name" ng-model="requester.name" placeholder="姓名" />
- </div>
- </div>
- <!-- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">性别:</div>
- <div class="pull-right openaddinput">
- <div class="clip-radio radio-primary" style="margin-bottom: 0px;margin-top: 4px;">
- <input type="radio" id="female" ng-model="requester.gender.id" name="gender" value="1609" checked="checked">
- <label for="female">男</label>
- <input type="radio" id="male" ng-model="requester.gender.id" name="gender" value="1610" checked="checked">
- <label for="male">女</label>
- </div>
- </div>
- </div> -->
- <!-- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">邮箱:</div>
- <div class="pull-right openaddinput">
- <input class="form-control" id="email" name="email" ng-model="requester.email" placeholder="邮箱" />
- </div>
- </div> -->
- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">人员类型*:</div>
- <div class="pull-right openaddinput">
- <ui-select ng-model="requester.requesterType" theme="bootstrap" >
- <!-- <ui-select ng-model="requester.requesterTypeDTO" theme="bootstrap" ng-change="onChangeRequester(requester.requesterTypeDTO, options, this, $event ,model)"> -->
- <ui-select-match placeholder="选择人员类型">
- {{$select.selected.name}}
- </ui-select-match>
- <ui-select-choices repeat="item in networktypes | filter: $select.search">
- <div ng-bind-html="item.name | highlight: $select.search"></div>
- </ui-select-choices>
- </ui-select>
- </div>
- </div>
- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14" for="phone">联系电话*:</div>
- <div class="pull-right openaddinput">
- <input style="width:270px;float: left;" class="form-control" id="phone" name="phone" ng-model="requester.phone" placeholder="联系电话" />
- <span ng-click="requester.phone=requester.telephone" style="float: left;width:68px;background-color: #fff;height:30px;border:1px solid #ccc;border-radius: 5px;text-align: center;line-height: 30px;font-size: 14px;cursor: pointer;">来电替换</span>
- </div>
- </div>
- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">座机号码:</div>
- <div class="pull-right openaddinput">
- <input style="padding:4px 12px;text-align: left" class="form-control" id="telephone" name="telephone" ng-model="requester.telephone" placeholder="座机号码" />
- <!-- <div class="form-control" style="padding:4px 12px;text-align: left">{{requester.telephone}}</div> -->
- </div>
- </div>
- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">区域:</div>
- <div class="pull-right openaddinput">
- <ui-select ng-model="requester.place.area" theme="bootstrap" ng-change="onChange(requester.place.area)">
- <ui-select-match placeholder="区域">
- {{$select.selected.area}}
- </ui-select-match>
- <ui-select-choices repeat="item in areas | filter: $select.search">
- <div ng-bind-html="item.area | highlight: $select.search"></div>
- </ui-select-choices>
- </ui-select>
- </div>
- </div>
- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">地点:</div>
- <div class="pull-right openaddinput">
- <ui-select ng-model="requester.place" theme="bootstrap" ng-change="onChangePlace(requester.place)">
- <ui-select-match placeholder="地点">
- {{$select.selected.place}}
- </ui-select-match>
- <ui-select-choices repeat="item in places" refresh="refresh($select.search)">
- <div ng-bind-html="item.place | highlight: $select.search"></div>
- </ui-select-choices>
- </ui-select>
- </div>
- </div>
- <div class="margin-bottom-15 anline" ng-if="isRoom">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">房间号:</div>
- <div class="pull-right openaddinput">
- <ui-select ng-model="requester.room" theme="bootstrap">
- <ui-select-match placeholder="房间号">
- {{$select.selected.room}}
- </ui-select-match>
- <ui-select-choices repeat="item in rooms" refresh="refreshPlace()">
- <div ng-bind-html="item.room | highlight: $select.search"></div>
- </ui-select-choices>
- </ui-select>
- </div>
- </div>
- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">详细地址:</div>
- <div class="pull-right openaddinput">
- <input class="form-control" id="houseNumber" name="houseNumber" ng-model="requester.houseNumber" placeholder="详细地址" />
- </div>
- </div>
- <!-- <div class="margin-bottom-15 anline">
- <div class="pull-left openaddlable control-label fontcolor-two fontsizes-14">备注:</div>
- <div class="pull-right openaddinput">
- <input class="form-control" id="remark" name="remark" ng-model="requester.remark" placeholder="备注" />
- </div>
- </div> -->
- </div>
- </form>
- </div>
- <div class="modal-footer">
- <button class="btn btn-addbutton addbutton" ng-click="ok()" translate="modal.button.OK">OK</button>
- <!-- <button class="btn btn-primary btn-o" ng-click="cancel()" translate="modal.button.CANCEL">Cancel</button> -->
- </div>
|