|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-12-24 10:59:48 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2021-07-02 16:22:22 |
|
|
|
|
* @LastEditTime: 2021-07-27 10:44:51 |
|
|
|
|
--> |
|
|
|
|
<form (ngSubmit)="onSubmit(form.value)" #form="ngForm" class="example-container"> |
|
|
|
|
<div class="topbox" style="text-align: center;"> |
|
|
|
@ -62,8 +62,8 @@
|
|
|
|
|
<span *ngIf="uploadover" style="font-size: 13px;">(已上传)</span> |
|
|
|
|
</div> |
|
|
|
|
<div *ngIf="inputword"> |
|
|
|
|
<!-- <mat-radio-button value="2" style="margin-right: 10px;">在线编制</mat-radio-button> --> |
|
|
|
|
<!-- <button mat-raised-button *ngIf="isinput" (click)='createWord()'>在线编制预案</button> --> |
|
|
|
|
<mat-radio-button value="2" style="margin-right: 10px;">在线编制</mat-radio-button> |
|
|
|
|
<button mat-raised-button *ngIf="isinput" (click)='createWord()'>在线编制预案</button> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div *ngIf="inputword"> |
|
|
|
|
<mat-radio-button value="1" style="margin-right: 10px;">导入word文档</mat-radio-button> |
|
|
|
|