parent
b9c4d60607
commit
392e1814e5
@ -0,0 +1,19 @@
|
||||
<div class="modal-header bg-green">
|
||||
<h4 style="text-align: center">合同到期续签通知</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<embed src="https://file.royalpay.com.au/open/2017/08/23/1503492220481_7PDsaYCYR9aKrOf1IrwouX0clmGW6e.pdf" type="application/pdf" width="100%" height="500px">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<div class="form-inline">
|
||||
<label class="checkbox" style="float: left">
|
||||
<input type="checkbox" ng-model="agreeCheck"> 我已阅读完合同内容,并同意相关条款
|
||||
</label>
|
||||
<button class="btn btn-success" type="button" ng-if="agreeCheck" ng-click="agree()">我同意 | I Agree</button>
|
||||
<button class="btn btn-danger" type="button" ng-click="notAgree()">不同意,退出</button>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in new issue