|
|
|
@ -146,12 +146,12 @@
|
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">油罐容积</td> |
|
|
|
|
<td class="head">油罐容积(m³)</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="httpBody.tankVolume" nz-input type="text" formControlName="tankVolume" /> |
|
|
|
|
<input [(ngModel)]="httpBody.tankVolume" nz-input type="number" formControlName="tankVolume" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
@ -318,7 +318,7 @@
|
|
|
|
|
nzTheme="outline"></i>重新上传</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="timeDiv"> |
|
|
|
|
<nz-form-item style="width: 35%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-item style="width: 40%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-range-picker [(ngModel)]="businessLicensevalidityTime" |
|
|
|
|
formControlName="businessLicensevalidityTime"> |
|
|
|
@ -326,7 +326,7 @@
|
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
<span><span style="color: red;">*</span>提前预警时间天数:</span> |
|
|
|
|
<nz-form-item style="width: 5%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-item style="width: 50px;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input style="padding: 0;text-align: center;" [(ngModel)]="httpBody.validityTermDays" nz-input |
|
|
|
@ -359,7 +359,7 @@
|
|
|
|
|
nzTheme="outline"></i>重新上传</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="timeDiv"> |
|
|
|
|
<nz-form-item style="width: 35%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-item style="width: 40%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-range-picker [(ngModel)]="hazardousLicensevalidityTime" |
|
|
|
|
formControlName="hazardousLicensevalidityTime"> |
|
|
|
@ -367,7 +367,7 @@
|
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
<span><span style="color: red;">*</span>提前预警时间天数:</span> |
|
|
|
|
<nz-form-item style="width: 5%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-item style="width: 50px;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input style="padding: 0;text-align: center;" [(ngModel)]="httpBody.dangerousTermDays" nz-input |
|
|
|
@ -400,14 +400,14 @@
|
|
|
|
|
nzTheme="outline"></i>重新上传</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="timeDiv"> |
|
|
|
|
<nz-form-item style="width: 35%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-item style="width: 40%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-range-picker [(ngModel)]="oilLicensevalidityTime" formControlName="oilLicensevalidityTime"> |
|
|
|
|
</nz-range-picker> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
<span><span style="color: red;">*</span>提前预警时间天数:</span> |
|
|
|
|
<nz-form-item style="width: 5%;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-item style="width: 50px;border: 1px solid #91CCFF;margin-right: 12px;"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input style="padding: 0;text-align: center;" [(ngModel)]="httpBody.sellLicenseTermDays" nz-input |
|
|
|
|