|
|
|
@ -84,7 +84,7 @@
|
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input required [(ngModel)]="httpBody.companyName" nz-input type="text" |
|
|
|
|
<input [(ngModel)]="httpBody.companyName" nz-input type="text" |
|
|
|
|
formControlName="companyName" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
@ -301,136 +301,410 @@
|
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
<!-- 审核中遮罩层 --> |
|
|
|
|
<div class="shade" *ngIf="httpBody.auditStatus == 1 || httpBody.auditStatus == 2"> |
|
|
|
|
审核中... |
|
|
|
|
<div class="otherInfo" *ngIf="!httpBody.hasBuildingInfo"> |
|
|
|
|
<!-- 加油机 --> |
|
|
|
|
<div class="otherInfoItem oilingMachine"> |
|
|
|
|
<div class="moduleName"> |
|
|
|
|
<span>加油机</span> |
|
|
|
|
<button (click)="addTable(otherInfoData.oilingMachine,'oilingMachine')" type="button" nz-button |
|
|
|
|
nzType="primary" class="buleBtn">新增</button> |
|
|
|
|
</div> |
|
|
|
|
<!-- <table class="imgtable" id="images"> |
|
|
|
|
<tr *ngFor="let item of httpBody.licenses;let key = index"> |
|
|
|
|
<td class="head" [title]="item.name">{{item.name}}</td> |
|
|
|
|
<td colspan="3" class="imgbox"> |
|
|
|
|
<div class="timeDiv"> |
|
|
|
|
<div class="timeDivflex"> |
|
|
|
|
<div class="itemname"> |
|
|
|
|
证件编号:<span style="color: red;">*</span> |
|
|
|
|
</div> |
|
|
|
|
<nz-form-item title="证件编号"> |
|
|
|
|
<table *ngFor="let item of otherInfoData.oilingMachine;let key = index"> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">加油机名称</td> |
|
|
|
|
<td class="text" colspan="3"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input style="border: 1px solid #91CCFF" [ngModelOptions]="{standalone: true}" |
|
|
|
|
placeholder="请输入证件编号" [(ngModel)]="item.code" nz-input type="text" /> |
|
|
|
|
<input [(ngModel)]="item.name" [ngModelOptions]="{standalone: true}" nz-input type="text" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</div> |
|
|
|
|
<div class="timeDivflex"> |
|
|
|
|
<div class="itemname"> |
|
|
|
|
证照有效期:<span style="color: red;">*</span> |
|
|
|
|
</div> |
|
|
|
|
<label style="color: white;" [ngModelOptions]="{standalone: true}" nz-checkbox |
|
|
|
|
[(ngModel)]="item.isPerpetual" (ngModelChange)="perpetualChange(item,$event)">是否为长期证照</label> |
|
|
|
|
<nz-form-item style="border: 1px solid #91CCFF" title="证照有效期开始时间"> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">品牌</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-date-picker required [ngModelOptions]="{standalone: true}" [nzPlaceHolder]="'开始时间'" |
|
|
|
|
[(ngModel)]="item.startTime" (ngModelChange)="onChange($event)"></nz-date-picker> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.brand" nz-input type="text" [ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
<nz-form-item style="border: 1px solid #91CCFF" title="证照有效期结束时间" *ngIf="!item.isPerpetual"> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">油枪数量</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-date-picker [ngModelOptions]="{standalone: true}" [nzPlaceHolder]="'结束时间'" |
|
|
|
|
[(ngModel)]="item.endTime" (ngModelChange)="onChange($event)"></nz-date-picker> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.oilGunNum" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">油品品号</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.oilsArticleNum" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">油枪编号</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.oilGunSerialNum" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<a class="deleteTable" nz-popconfirm nzPopconfirmTitle="确定删除吗?" nzPopconfirmPlacement="bottom" |
|
|
|
|
(nzOnConfirm)="deleteTable(otherInfoData.oilingMachine,key)"> |
|
|
|
|
<i nz-icon nzType="delete" nzTheme="outline"></i> |
|
|
|
|
</a> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div class="timeDivflex"> |
|
|
|
|
<div class="itemname"> |
|
|
|
|
证照提醒时间:<span style="color: red;">*</span> |
|
|
|
|
<!-- 油罐设备 --> |
|
|
|
|
<div class="otherInfoItem tankEquipment"> |
|
|
|
|
<div class="moduleName"> |
|
|
|
|
<span>油罐设备</span> |
|
|
|
|
<button (click)="addTable(otherInfoData.tankEquipment,'tankEquipment')" type="button" nz-button |
|
|
|
|
nzType="primary" class="buleBtn">新增</button> |
|
|
|
|
</div> |
|
|
|
|
<nz-form-item style="border: 1px solid #91CCFF" title="证照到期第一次提醒时间"> |
|
|
|
|
<table *ngFor="let item of otherInfoData.tankEquipment;let key = index"> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">油罐设备名称</td> |
|
|
|
|
<td class="text" colspan="3"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-date-picker [ngModelOptions]="{standalone: true}" [nzPlaceHolder]="'一次提醒时间'" |
|
|
|
|
[(ngModel)]="item.firstWarnTime" (ngModelChange)="onChange($event)"></nz-date-picker> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.name" [ngModelOptions]="{standalone: true}" nz-input type="text" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
<nz-form-item style="border: 1px solid #91CCFF" title="证照到期第二次提醒时间"> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">油品品号</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-date-picker [ngModelOptions]="{standalone: true}" [nzPlaceHolder]="'二次提醒时间'" |
|
|
|
|
[(ngModel)]="item.secondWarnTime" (ngModelChange)="onChange($event)"></nz-date-picker> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.oilsArticleNum" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">油枪编号</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.oilGunSerialNum" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">油罐容积</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.oilOmeterVolume" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">安全容积</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.safetyVolume" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">油罐类型</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select [(ngModel)]="item.oilOmeterType" [ngModelOptions]="{standalone: true}"> |
|
|
|
|
<nz-option [nzValue]=0 nzLabel="双层罐"></nz-option> |
|
|
|
|
<nz-option [nzValue]=1 nzLabel="单层罐+防渗罐池"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">油泵类型</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select [(ngModel)]="item.oilPumpType" [ngModelOptions]="{standalone: true}"> |
|
|
|
|
<nz-option [nzValue]=0 nzLabel="自吸泵"></nz-option> |
|
|
|
|
<nz-option [nzValue]=1 nzLabel="潜油泵"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<a class="deleteTable" nz-popconfirm nzPopconfirmTitle="确定删除吗?" nzPopconfirmPlacement="bottom" |
|
|
|
|
(nzOnConfirm)="deleteTable(otherInfoData.tankEquipment,key)"> |
|
|
|
|
<i nz-icon nzType="delete" nzTheme="outline"></i> |
|
|
|
|
</a> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div class="timeDivflex"> |
|
|
|
|
<div class="itemname"> |
|
|
|
|
证照年检时间:<span style="color: red;">*</span> |
|
|
|
|
<!-- 输油管 --> |
|
|
|
|
<div class="otherInfoItem oilDeliveryPipe"> |
|
|
|
|
<div class="moduleName"> |
|
|
|
|
<span>输油管</span> |
|
|
|
|
<button (click)="addTable(otherInfoData.oilDeliveryPipe,'oilDeliveryPipe')" type="button" nz-button |
|
|
|
|
nzType="primary" class="buleBtn">新增</button> |
|
|
|
|
</div> |
|
|
|
|
<label style="color: white;" [ngModelOptions]="{standalone: true}" nz-checkbox |
|
|
|
|
[(ngModel)]="item.hasAnnualInspection">是否年检</label> |
|
|
|
|
<nz-form-item style="border: 1px solid #91CCFF" title="年检时间" *ngIf="item.hasAnnualInspection"> |
|
|
|
|
<table *ngFor="let item of otherInfoData.oilDeliveryPipe;let key = index"> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">输油管名称</td> |
|
|
|
|
<td class="text" colspan="3"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-date-picker [ngModelOptions]="{standalone: true}" [nzPlaceHolder]="'年检时间'" |
|
|
|
|
[(ngModel)]="item.annualInspectionTime" (ngModelChange)="onChange($event)"></nz-date-picker> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.name" [ngModelOptions]="{standalone: true}" nz-input type="text" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
<nz-form-item style="border: 1px solid #91CCFF" title="年检提醒时间" *ngIf="item.hasAnnualInspection"> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">连接的加油机</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-date-picker [ngModelOptions]="{standalone: true}" [nzPlaceHolder]="'年检提醒时间'" |
|
|
|
|
[(ngModel)]="item.annualInspectionWarnTime" (ngModelChange)="onChange($event)"> |
|
|
|
|
</nz-date-picker> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.connectTanker" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
<nz-form-item title="年检机构" *ngIf="item.hasAnnualInspection"> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">连接的油罐</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input style="border: 1px solid #91CCFF" [ngModelOptions]="{standalone: true}" |
|
|
|
|
placeholder="年检机构" [(ngModel)]="item.annualInspectionOrganizationName" nz-input |
|
|
|
|
type="text" /> |
|
|
|
|
<input [(ngModel)]="item.connectOilTank" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">设计图纸</td> |
|
|
|
|
<td class="text" colspan="3"> |
|
|
|
|
<div class="uploadDivbox"> |
|
|
|
|
<div class="uploadDiv" style="margin:0 12px;"> |
|
|
|
|
<img (click)="viewImg(item.designPaper)" *ngIf=" item.designPaper" |
|
|
|
|
style="width: 100%;height: 100%;" [src]="item.designPaper" alt=""> |
|
|
|
|
<input *ngIf="!item.designPaper" (change)="filechange($event,key,item)" class="fileinput" |
|
|
|
|
type="file" name="" id=""> |
|
|
|
|
<button *ngIf="!item.designPaper" nz-button [nzLoading]=""><i nz-icon nzType="upload" |
|
|
|
|
nzTheme="outline"></i>上传图纸</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="uploadDiv" *ngIf="item.designPaper"> |
|
|
|
|
<input (change)="filechange($event,key,item)" class="fileinput" type="file" name="" id=""> |
|
|
|
|
<button nz-button [nzLoading]=""><i nz-icon nzType="upload" nzTheme="outline"></i>重新上传</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="uploadDivbox"> |
|
|
|
|
<div class="itemname"> |
|
|
|
|
证照图片: |
|
|
|
|
</div> |
|
|
|
|
<div class="uploadDiv"> |
|
|
|
|
<img *ngIf="item.imageUrl" style="width: 100%;height: 100%;" [src]="item.imageUrl" alt=""> |
|
|
|
|
<input *ngIf="!item.imageUrl" (change)="filechange($event,key)" class="fileinput" type="file" |
|
|
|
|
name="" id=""> |
|
|
|
|
<button *ngIf="!item.imageUrl" nz-button [nzLoading]=""><i nz-icon nzType="upload" |
|
|
|
|
nzTheme="outline"></i>上传图片</button> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<a class="deleteTable" nz-popconfirm nzPopconfirmTitle="确定删除吗?" nzPopconfirmPlacement="bottom" |
|
|
|
|
(nzOnConfirm)="deleteTable(otherInfoData.oilDeliveryPipe,key)"> |
|
|
|
|
<i nz-icon nzType="delete" nzTheme="outline"></i> |
|
|
|
|
</a> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<!-- 油气回收 --> |
|
|
|
|
<div class="otherInfoItem oilVaporRecovery"> |
|
|
|
|
<div class="moduleName"> |
|
|
|
|
<span>油气回收</span> |
|
|
|
|
<!-- <button (click)="addTable(otherInfoData.oilVaporRecovery,'oilVaporRecovery')" type="button" nz-button |
|
|
|
|
nzType="primary" class="buleBtn">新增</button> --> |
|
|
|
|
</div> |
|
|
|
|
<table *ngFor="let item of otherInfoData.oilVaporRecovery;let key = index"> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">油气回收名称</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.name" [ngModelOptions]="{standalone: true}" nz-input type="text" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">一次油气回收系统类型</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.onceSystemType" [ngModelOptions]="{standalone: true}" nz-input |
|
|
|
|
type="text" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">二次油气回收系统类型</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select [(ngModel)]="item.twiceSystemType" [ngModelOptions]="{standalone: true}"> |
|
|
|
|
<nz-option [nzValue]=0 nzLabel="分散式"></nz-option> |
|
|
|
|
<nz-option [nzValue]=1 nzLabel="集中式"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">二次油气回收泵类型</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.twicePumpType" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">三次油气回收处理装置</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.thriceProcessingUnit" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">油气回收在线监测装置</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.monitoringDevice" nz-input type="text" |
|
|
|
|
[ngModelOptions]="{standalone: true}" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">设计图纸</td> |
|
|
|
|
<td class="text" colspan="3"> |
|
|
|
|
<div class="uploadDivbox"> |
|
|
|
|
<div class="uploadDiv" style="margin:0 12px;"> |
|
|
|
|
<img (click)="viewImg(item.designPaper)" *ngIf="item.designPaper" |
|
|
|
|
style="width: 100%;height: 100%;" [src]="item.designPaper" alt=""> |
|
|
|
|
<input *ngIf="!item.designPaper" (change)="filechange($event,key,item)" class="fileinput" |
|
|
|
|
type="file" name="" id=""> |
|
|
|
|
<button *ngIf="!item.designPaper" nz-button [nzLoading]=""><i nz-icon nzType="upload" |
|
|
|
|
nzTheme="outline"></i>上传图纸</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="uploadDiv" *ngIf="item.imageUrl"> |
|
|
|
|
<input (change)="filechange($event,key)" class="fileinput" type="file" name="" id=""> |
|
|
|
|
<div class="uploadDiv" *ngIf="item.designPaper"> |
|
|
|
|
<input (change)="filechange($event,key,item)" class="fileinput" type="file" name="" id=""> |
|
|
|
|
<button nz-button [nzLoading]=""><i nz-icon nzType="upload" nzTheme="outline"></i>重新上传</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<a class="deleteTr" nz-popconfirm nzPopconfirmTitle="确定删除该证照吗?" nzPopconfirmPlacement="bottom" |
|
|
|
|
(nzOnConfirm)="deleteTrConfirm(key)"> |
|
|
|
|
<i *ngIf="item.name != '营业执照' && item.name != '危险化学品' && item.name != '成品油零售'" nz-icon nzType="close" |
|
|
|
|
nzTheme="outline"></i> |
|
|
|
|
</a> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr style="height: 50px;"> |
|
|
|
|
<td colspan="4"> |
|
|
|
|
<i style="cursor: pointer;" nz-icon nzType="plus" nzTheme="outline" (click)="showModal()"></i> |
|
|
|
|
<nz-modal [nzWidth]="380" [(nzVisible)]="isVisible" nzTitle="新增证照" (nzOnCancel)="handleCancel()" |
|
|
|
|
(nzOnOk)="handleOk()"> |
|
|
|
|
<input [ngModelOptions]="{standalone: true}" nz-input placeholder="请输入证照名称" [(ngModel)]="addName" /> |
|
|
|
|
</nz-modal> |
|
|
|
|
<!-- <a class="deleteTable" nz-popconfirm nzPopconfirmTitle="确定删除吗?" nzPopconfirmPlacement="bottom" |
|
|
|
|
(nzOnConfirm)="deleteTable(otherInfoData.oilVaporRecovery,key)"> |
|
|
|
|
<i nz-icon nzType="delete" nzTheme="outline"></i> |
|
|
|
|
</a> --> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<!-- 阀门 --> |
|
|
|
|
<div class="otherInfoItem valve"> |
|
|
|
|
<div class="moduleName"> |
|
|
|
|
<span>阀门</span> |
|
|
|
|
<!-- <button (click)="addTable(otherInfoData.valve,'valve')" type="button" nz-button |
|
|
|
|
nzType="primary" class="buleBtn">新增</button> --> |
|
|
|
|
</div> |
|
|
|
|
<table *ngFor="let item of otherInfoData.valve;let key = index"> |
|
|
|
|
<tr> |
|
|
|
|
<td class="head">阀门名称</td> |
|
|
|
|
<td class="text" colspan="3"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<input [(ngModel)]="item.name" [ngModelOptions]="{standalone: true}" nz-input type="text" /> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
<td class="head">描述</td> |
|
|
|
|
<td class="text"> |
|
|
|
|
<nz-form-item> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-input-group> |
|
|
|
|
<textarea style="text-align: left;" rows="4" nz-input [(ngModel)]="item.description" |
|
|
|
|
[ngModelOptions]="{standalone: true}"></textarea> |
|
|
|
|
</nz-input-group> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> --> |
|
|
|
|
<!-- <a class="deleteTable" nz-popconfirm nzPopconfirmTitle="确定删除吗?" nzPopconfirmPlacement="bottom" |
|
|
|
|
(nzOnConfirm)="deleteTable(otherInfoData.valve,key)"> |
|
|
|
|
<i nz-icon nzType="delete" nzTheme="outline"></i> |
|
|
|
|
</a> --> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<!-- 审核中遮罩层 --> |
|
|
|
|
<div class="shade" *ngIf="httpBody.auditStatus == 1 || httpBody.auditStatus == 2"> |
|
|
|
|
审核中... |
|
|
|
|
</div> |
|
|
|
|
<!-- 上传图片 --> |
|
|
|
|
<div class="shade" *ngIf="isUploadLoading"> |
|
|
|
|
<nz-spin nzSimple [nzSize]="'large'"></nz-spin> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="btnbox"> |
|
|
|
|
<!-- <span style="color: #fff;">当前审核状态:{{httpBody.auditStatus | auditStatus}}</span> --> |
|
|
|
|
<span style="color: #fff;margin-right: 30px;">当前审核状态:{{httpBody.auditLog.auditStatusDesc}}</span> |
|
|
|
|
<span style="color: #fff;">审核意见:{{httpBody.auditLog.rejectReason}}</span> |
|
|
|
|
<button [nzLoading]="isSubmitAuditLoading" nz-button type="button" *ngIf="httpBody.auditStatus != 1 && httpBody.auditStatus != 2" (click)="submitAudit()">提交审核</button> |
|
|
|
|
<button [nzLoading]="isRevocationAuditLoading" nz-button type="button" *ngIf="httpBody.auditStatus == 1 || httpBody.auditStatus == 2" (click)="revocationAudit()">撤销审核</button> |
|
|
|
|
<button [nzLoading]="isLoadingSave" nz-button type="button" (click)="submitForm()" *ngIf="httpBody.auditStatus != 1" >保存</button> |
|
|
|
|
<span *ngIf="httpBody.auditLog" |
|
|
|
|
style="color: #fff;margin-right: 30px;">当前审核状态:{{httpBody.auditLog.auditStatusDesc}}</span> |
|
|
|
|
<span *ngIf="httpBody.auditLog" style="color: #fff;">审核意见:{{httpBody.auditLog.rejectReason}}</span> |
|
|
|
|
<button [nzLoading]="isSubmitAuditLoading" nz-button type="button" |
|
|
|
|
*ngIf="httpBody.auditStatus != 1 && httpBody.auditStatus != 2" (click)="submitAudit()">提交审核</button> |
|
|
|
|
<button [nzLoading]="isRevocationAuditLoading" nz-button type="button" |
|
|
|
|
*ngIf="httpBody.auditStatus == 1 || httpBody.auditStatus == 2" (click)="revocationAudit()">撤销审核</button> |
|
|
|
|
<button [nzLoading]="isLoadingSave" nz-button type="button" (click)="submitForm()" |
|
|
|
|
*ngIf="httpBody.auditStatus != 1">保存</button> |
|
|
|
|
<button (click)="exportExcel()" nz-button type="button"><img style="vertical-align: top;margin-right: 6px;" |
|
|
|
|
src="../../../assets/images/excel.png" alt=""> 导出Excel</button> |
|
|
|
|
</div> |
|
|
|
@ -438,6 +712,6 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="backbtn" *ngIf="userdata && !userdata.hideCloseBtn"> |
|
|
|
|
<button nz-button (click)="goback()">返回</button> |
|
|
|
|
<button class="buleBtn" nz-button (click)="goback()">返回</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |