std_niluqu_confirm.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <div class="title">
  2. <h2>拟录取确认</h2>
  3. </div>
  4. <div class="content" style="top: 0px;" cg-busy="{promise:myPromise,message:'正在处理,请稍后...'}" >
  5. <div class="alert alert-info" ng-if="luqu.niluqu_major">
  6. <span style="color:red; font-weight:bold;">提示: 1. 请确认录取专业,并于2月28日24:00前上传盖章的拟录取回执,如不上传则视为放弃录取</span>
  7. <br/><span style="margin-left:46px; font-weight:bold;">2. <a ng-click="downloadShudan()">请点击下载研读书目及要求</a></span>
  8. <br/><div style="margin-left:46px; font-weight:bold;">3. 我校将于2025年2月中下旬举办先修课程线上说明会,届时将以短信形式通知拟录取的保送生,请学生和家长留意短信提醒。修完先修课程且成绩合格者,入校后可兑换该课程学分。</div>
  9. </div>
  10. <div class="row">
  11. <div class="col-md-offset-2 col-md-8 col-xs-12">
  12. <table class="table table-bordered" >
  13. <tr ng-if="luqu.niluqu_major">
  14. <th class="text-right" width="30%">
  15. <span ng-if="luqu.niluqu_major">拟录专业</span>
  16. </th>
  17. <td width="70%">
  18. <span style="font-weight:bold;color:green;font-size:120%" ng-if="luqu.niluqu_major">{{luqu.niluqu_major}}</span>
  19. </td>
  20. </tr>
  21. <tr ng-if="!luqu|| !luqu.niluqu_major">
  22. <th class="text-right" width="30%">
  23. <span >拟录专业</span>
  24. </th>
  25. <td width="70%">
  26. <span style="font-weight:bold;color:red;font-size:120%">未录取</span>
  27. </td>
  28. </tr>
  29. <!--
  30. <tr ng-if="luqu.niluqu_major && luqu.showConfirmBtn">
  31. <th class="text-right">是否同意录取</th>
  32. <td>
  33. <div ng-if="!luqu.is_agree_luqu" style="color:red;">未确认</div>
  34. <span style="font-weight:bold;color:red;" ng-if="luqu.is_agree_luqu == '否'">{{luqu.is_agree_luqu}}</span>
  35. <span style="font-weight:bold;color:green;" ng-if="luqu.is_agree_luqu == '是'">{{luqu.is_agree_luqu}}</span>
  36. </td>
  37. </tr>
  38. -->
  39. <tr ng-if="luqu.niluqu_major">
  40. <th class="text-right">回执单
  41. </th>
  42. <td>
  43. <a class="btn btn-info" style="color:#fff;" ng-href="./北外保送生预录取通知单回执.pdf" target="_blank">
  44. <span class="glyphicon glyphicon-download"></span> 下载回执单</a>
  45. <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>
  46. <div style="margin-top:10px;font-size:120%;border-top:1px solid gray; padding-top:5px;">
  47. <span ng-if="luqu.receipt" class="text-success font-bold"><strong>已上传回执单</strong></span>
  48. <span ng-if="!luqu.receipt" class="text-danger"><strong>未上传回执单</strong></span>
  49. <button class="btn btn-info" ng-click="viewFileByPath(luqu.receipt.path)" ng-if="luqu.receipt">查看回执单</button>
  50. <button ng-if="luqu.receipt" class="btn btn-danger" ng-click="removeFile()" ng-if="luqu.isEndConfirm==0">删除回执单</button>
  51. </div>
  52. </td>
  53. </tr>
  54. <!--
  55. <tr ng-if="luqu.confirm_time && luqu.is_agree_luqu">
  56. <th class="text-right">确认时间</th>
  57. <td>{{luqu.confirm_time}}</td>
  58. </tr>
  59. <tr ng-if="luqu.niluqu_major && luqu.showConfirmBtn">
  60. <td colspan="2" class="text-center">
  61. <div ng-if="!luqu.is_agree_luqu">
  62. <button class="btn btn-primary" ng-click="confirmNiluqu('是')">同意录取</button>
  63. <button class="btn btn-danger" ng-click="confirmNiluqu('否')">放弃录取</button>
  64. </div>
  65. <div ng-if="luqu.is_agree_luqu">
  66. <button class="btn btn-danger" ng-click="confirmNiluqu('')">撤销确认</button>
  67. </div>
  68. </td>
  69. </tr>
  70. -->
  71. </table>
  72. </div>
  73. </div>
  74. <!--
  75. <div ng-if="luqu.niluqu_major && (luqu.is_agree_luqu == '是' )">
  76. <div class="row">
  77. <div class="col-md-2">
  78. <a class="btn btn-info" style="color:#fff;" ng-href="./北外保送生预录取通知单回执.pdf" target="_blank">
  79. <span class="glyphicon glyphicon-download"></span> 下载回执单模板</a>
  80. </div>
  81. </div>
  82. <div class="row" style="margin-top:5px;">
  83. <div class="col-md-10">
  84. <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>
  85. <span ng-if="files.length > 0" class="text-success font-bold"><strong>已上传回执</strong></span>
  86. <span ng-if="!files || files.length == 0" class="text-danger"><strong>未上传回执</strong></span>
  87. </div>
  88. </div>
  89. <div class="row">
  90. <div class="col-md-5" ng-repeat="file in files">
  91. <a href="#"><img alt="" ng-src="{{host_url}}/{{file.path}}" style="width:100%;" ng-click="viewFileByPath(file.path)"></a>
  92. <button class="btn btn-danger" ng-click="removeFile()" ng-if="luqu.isEndConfirm==0">删除图片</button>
  93. </div>
  94. </div>
  95. </div>
  96. -->
  97. </div>