|
|
|
@ -33,7 +33,12 @@
|
|
|
|
|
<p><input type="text" class="tableInput" [disabled]="!editModel" [(ngModel)]="item.getPropertyData().superBrand"></p> |
|
|
|
|
<p><input type="text" class="tableInput" [disabled]="!editModel" [(ngModel)]="item.getPropertyData().oilGunNum"></p> |
|
|
|
|
<p><input type="text" class="tableInput" [disabled]="!editModel" [(ngModel)]="item.getPropertyData().oilProductNo"></p> |
|
|
|
|
<p><input type="text" class="tableInput" [disabled]="!editModel" [(ngModel)]="item.getPropertyData().oilPumpType"></p> |
|
|
|
|
<p style="padding-left: 8px;"> |
|
|
|
|
<nz-select class="tableSelect" [nzBorderless]="true" [nzDisabled]="!editModel" [(ngModel)]="item.getPropertyData().oilPumpType"> |
|
|
|
|
<nz-option nzValue="zxb" nzLabel="自吸泵"></nz-option> |
|
|
|
|
<nz-option nzValue="qyb" nzLabel="潜油泵"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -58,7 +63,13 @@
|
|
|
|
|
<p><input type="text" class="tableInput" [disabled]="!editModel" [(ngModel)]="item.getPropertyData().safeVolume"></p> |
|
|
|
|
<p><input type="text" class="tableInput" [disabled]="!editModel" [(ngModel)]="item.getPropertyData().quantity"></p> |
|
|
|
|
<p><input type="text" class="tableInput" [disabled]="!editModel" [(ngModel)]="item.getPropertyData().tankFarm"></p> |
|
|
|
|
<p><input type="text" class="tableInput" [disabled]="!editModel" [(ngModel)]="item.getPropertyData().oilTankType"></p> |
|
|
|
|
<p style="padding-left: 8px;"> |
|
|
|
|
<nz-select class="tableSelect" [nzBorderless]="true" [nzDisabled]="!editModel" [(ngModel)]="item.getPropertyData().oilTankType"> |
|
|
|
|
<nz-option nzValue="scg" nzLabel="双层罐"></nz-option> |
|
|
|
|
<nz-option nzValue="dcg" nzLabel="单层罐"></nz-option> |
|
|
|
|
<nz-option nzValue="fsgc" nzLabel="防渗罐池"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|