|
|
|
@ -61,13 +61,13 @@
|
|
|
|
|
<input style="width: 175px;" type="file" name="" id="uploadFile" *ngIf="isup" (change)="filechange($event)"> |
|
|
|
|
<span *ngIf="uploadover" style="font-size: 13px;">(已上传)</span> |
|
|
|
|
</div> |
|
|
|
|
<div *ngIf="inputword"> |
|
|
|
|
<div *ngIf="inputword&&selectedPLanLevel=='5'"> |
|
|
|
|
<mat-radio-button value="2" style="margin-right: 10px;">模板在线编制</mat-radio-button> |
|
|
|
|
<!-- <button mat-raised-button *ngIf="isinput" (click)='createWord()'>在线编制预案</button> --> |
|
|
|
|
</div> |
|
|
|
|
<div *ngIf="inputNew"> |
|
|
|
|
<!-- <div *ngIf="inputNew"> |
|
|
|
|
<mat-radio-button value="4" style="margin-right: 10px;">自定义在线编制</mat-radio-button> |
|
|
|
|
</div> |
|
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
|
<!-- <div *ngIf="inputword"> |
|
|
|
|
<mat-radio-button value="1" style="margin-right: 10px;">导入word文档</mat-radio-button> |
|
|
|
|