|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
<mat-option value="16">文本预案</mat-option> |
|
|
|
|
<mat-option value="1">二维预案</mat-option> |
|
|
|
|
<mat-option value="2">三维预案</mat-option> |
|
|
|
|
<mat-option value="4">其他预案</mat-option> |
|
|
|
|
<!-- <mat-option value="4">其他预案</mat-option> --> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
@ -61,21 +61,18 @@
|
|
|
|
|
<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"> |
|
|
|
|
<mat-radio-button value="2" style="margin-right: 10px;">模板在线编制</mat-radio-button> |
|
|
|
|
</div> |
|
|
|
|
<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> |
|
|
|
|
<input type="file" name="" id="" *ngIf="isinput" (change)="fileInput($event)"> |
|
|
|
|
</div> --> |
|
|
|
|
<div *ngIf="pswShow"> |
|
|
|
|
<!-- <mat-radio-group > |
|
|
|
|
<mat-radio-button value='psw' >是否为全景图</mat-radio-button> |
|
|
|
|
</mat-radio-group> --> |
|
|
|
|
<!-- <div *ngIf="pswShow"> |
|
|
|
|
<mat-checkbox [(ngModel)]='psw' name='psw' style="margin-left: 2px;">是否为全景图</mat-checkbox> |
|
|
|
|
</div> |
|
|
|
|
<div *ngIf="onlineedit"> |
|
|
|
@ -84,7 +81,7 @@
|
|
|
|
|
<div *ngIf="website"> |
|
|
|
|
<mat-radio-button value="3">网页地址</mat-radio-button> |
|
|
|
|
<input type="text" *ngIf="isweb" name="webaddress" [(ngModel)]="webaddress" style="width: 175px;height: 20px;margin-left:10px;"> |
|
|
|
|
</div> |
|
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
|
</mat-radio-group> |
|
|
|
|
|
|
|
|
|