|
@@ -26,7 +26,6 @@ export class ScoreFirstYmComponent extends FramePageComponent implements OnInit
|
|
|
}
|
|
|
|
|
|
doUploaFile() {
|
|
|
- debugger;
|
|
|
ModalService.showUploadWindow(this.bsService,'./score/ymfirst/upload.htm',{},{
|
|
|
uploadTitle:'初试成绩',
|
|
|
uploadCallback: this.uploadWithThreadCallback.bind(this),
|
|
@@ -35,7 +34,10 @@ export class ScoreFirstYmComponent extends FramePageComponent implements OnInit
|
|
|
}
|
|
|
|
|
|
uploadWithThreadCallback(ajax) {
|
|
|
- debugger;
|
|
|
this.pager.reload();
|
|
|
}
|
|
|
+
|
|
|
+ decisionLetter() {
|
|
|
+ this.FuncService.ajaxDownload('layout/material/written/wg/decision/letter.htm', {});
|
|
|
+ }
|
|
|
}
|