123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <div class="title">
- <h2>拟录取确认</h2>
- </div>
- <div class="content" style="top: 0px;" cg-busy="{promise:myPromise,message:'正在处理,请稍后...'}" >
- <div class="alert alert-info" ng-if="luqu.niluqu_major">
-
- <span style="color:red; font-weight:bold;">提示: 1. 请确认录取专业,并于2月28日24:00前上传盖章的拟录取回执,如不上传则视为放弃录取</span>
- <br/><span style="margin-left:46px; font-weight:bold;">2. <a ng-click="downloadShudan()">请点击下载研读书目及要求</a></span>
- <br/><div style="margin-left:46px; font-weight:bold;">3. 我校将于2025年2月中下旬举办先修课程线上说明会,届时将以短信形式通知拟录取的保送生,请学生和家长留意短信提醒。修完先修课程且成绩合格者,入校后可兑换该课程学分。</div>
- </div>
- <div class="row">
- <div class="col-md-offset-2 col-md-8 col-xs-12">
- <table class="table table-bordered" >
- <tr ng-if="luqu.niluqu_major">
- <th class="text-right" width="30%">
- <span ng-if="luqu.niluqu_major">拟录专业</span>
- </th>
- <td width="70%">
- <span style="font-weight:bold;color:green;font-size:120%" ng-if="luqu.niluqu_major">{{luqu.niluqu_major}}</span>
- </td>
- </tr>
- <tr ng-if="!luqu|| !luqu.niluqu_major">
- <th class="text-right" width="30%">
- <span >拟录专业</span>
- </th>
- <td width="70%">
- <span style="font-weight:bold;color:red;font-size:120%">未录取</span>
- </td>
- </tr>
- <!--
- <tr ng-if="luqu.niluqu_major && luqu.showConfirmBtn">
- <th class="text-right">是否同意录取</th>
- <td>
- <div ng-if="!luqu.is_agree_luqu" style="color:red;">未确认</div>
- <span style="font-weight:bold;color:red;" ng-if="luqu.is_agree_luqu == '否'">{{luqu.is_agree_luqu}}</span>
- <span style="font-weight:bold;color:green;" ng-if="luqu.is_agree_luqu == '是'">{{luqu.is_agree_luqu}}</span>
- </td>
- </tr>
- -->
- <tr ng-if="luqu.niluqu_major">
- <th class="text-right">回执单
- </th>
- <td>
- <a class="btn btn-info" style="color:#fff;" ng-href="./北外保送生预录取通知单回执.pdf" target="_blank">
- <span class="glyphicon glyphicon-download"></span> 下载回执单</a>
- <button class="btn btn-primary" ng-disabled="luqu.is_luqu=='否' || luqu.is_agree_luqu == '否' || luqu.isEndConfirm" ngf-select="upload($file)" ngf-pattern="'image/*'" ngf-accept="'image/*'" ngf-max-size="2MB">上传盖章后的回执单图片(2M以下)</button>
- <div style="margin-top:10px;font-size:120%;border-top:1px solid gray; padding-top:5px;">
- <span ng-if="luqu.receipt" class="text-success font-bold"><strong>已上传回执单</strong></span>
- <span ng-if="!luqu.receipt" class="text-danger"><strong>未上传回执单</strong></span>
- <button class="btn btn-info" ng-click="viewFileByPath(luqu.receipt.path)" ng-if="luqu.receipt">查看回执单</button>
- <button ng-if="luqu.receipt" class="btn btn-danger" ng-click="removeFile()" ng-if="luqu.isEndConfirm==0">删除回执单</button>
- </div>
- </td>
- </tr>
- <!--
- <tr ng-if="luqu.confirm_time && luqu.is_agree_luqu">
- <th class="text-right">确认时间</th>
- <td>{{luqu.confirm_time}}</td>
- </tr>
- <tr ng-if="luqu.niluqu_major && luqu.showConfirmBtn">
- <td colspan="2" class="text-center">
- <div ng-if="!luqu.is_agree_luqu">
- <button class="btn btn-primary" ng-click="confirmNiluqu('是')">同意录取</button>
- <button class="btn btn-danger" ng-click="confirmNiluqu('否')">放弃录取</button>
- </div>
- <div ng-if="luqu.is_agree_luqu">
- <button class="btn btn-danger" ng-click="confirmNiluqu('')">撤销确认</button>
- </div>
- </td>
- </tr>
- -->
- </table>
- </div>
- </div>
- <!--
- <div ng-if="luqu.niluqu_major && (luqu.is_agree_luqu == '是' )">
- <div class="row">
- <div class="col-md-2">
- <a class="btn btn-info" style="color:#fff;" ng-href="./北外保送生预录取通知单回执.pdf" target="_blank">
- <span class="glyphicon glyphicon-download"></span> 下载回执单模板</a>
- </div>
- </div>
- <div class="row" style="margin-top:5px;">
- <div class="col-md-10">
- <button class="btn btn-primary" ng-disabled="luqu.is_luqu=='否' || luqu.is_agree_luqu == '否' || luqu.isEndConfirm" ngf-select="upload($file)" ngf-pattern="'image/*'" ngf-accept="'image/*'" ngf-max-size="2MB">上传盖章后的回执单图片(2M以下)</button>
- <span ng-if="files.length > 0" class="text-success font-bold"><strong>已上传回执</strong></span>
- <span ng-if="!files || files.length == 0" class="text-danger"><strong>未上传回执</strong></span>
- </div>
- </div>
- <div class="row">
- <div class="col-md-5" ng-repeat="file in files">
- <a href="#"><img alt="" ng-src="{{host_url}}/{{file.path}}" style="width:100%;" ng-click="viewFileByPath(file.path)"></a>
- <button class="btn btn-danger" ng-click="removeFile()" ng-if="luqu.isEndConfirm==0">删除图片</button>
- </div>
- </div>
- </div>
- -->
- </div>
|