@ -23,22 +23,20 @@
< div class = "positionLeftTop" * ngIf = "selectFacilityId === item.getID()" > < / div > < div class = "positionLeftBottom" * ngIf = "selectFacilityId === item.getID()" > < / div >
< div class = "positionRightTop" * ngIf = "selectFacilityId === item.getID()" > < / div > < div class = "positionRightBottom" * ngIf = "selectFacilityId === item.getID()" > < / div >
<!-- 选中样式 -->
< p class = "title" > < input type = "text" class = "tableInput" [ ( ngModel ) ] = " item . getPropertyData ( ) . name " > < / p >
< p class = "title" > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . name " > < / p >
< div class = "table" >
< div class = "tableHeader" >
< p > 品牌< / p >
< p > 超大牌< / p >
< p > 油枪数量< / p >
< p > 油品品号< / p >
< p > 油泵类型< / p >
< / div >
< div class = "tableContent" >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editModel " [ ( ngModel ) ] = " item . getPropertyData ( ) . brand " > < / p >
< 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 ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . brand " > < / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilGunNum " > < / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilProductNo " > < / p >
< p style = "padding-left: 8px;" >
< nz-select class = "tableSelect" [ nzBorderless ] = " true " [ nzDisabled ] = " ! editModel " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilPumpType " >
< nz-select class = "tableSelect" [ nzBorderless ] = " true " [ nzDisabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilPumpType " >
< nz-option nzValue = "zxb" nzLabel = "自吸泵" > < / nz-option >
< nz-option nzValue = "qyb" nzLabel = "潜油泵" > < / nz-option >
< / nz-select >
@ -49,13 +47,13 @@
< / div >
<!-- 加油机 -->
<!-- 油罐设备 -->
< div class = "publicBox refueller oilTank " * ngIf = "beforeFence === 2" >
< div class = "publicBox refueller" * ngIf = "beforeFence === 2" >
< div class = "interval" * ngFor = "let item of FacilityList" ( click ) = " selectFacility ( item ) " >
<!-- 选中样式 -->
< div class = "positionLeftTop" * ngIf = "selectFacilityId === item.getID()" > < / div > < div class = "positionLeftBottom" * ngIf = "selectFacilityId === item.getID()" > < / div >
< div class = "positionRightTop" * ngIf = "selectFacilityId === item.getID()" > < / div > < div class = "positionRightBottom" * ngIf = "selectFacilityId === item.getID()" > < / div >
<!-- 选中样式 -->
< p class = "title" > < input type = "text" class = "tableInput" [ ( ngModel ) ] = " item . getPropertyData ( ) . name " > < / p >
< p class = "title" > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . name " > < / p >
< div class = "table" >
< div class = "tableHeader" >
< p > 油品品号< / p >
@ -66,13 +64,13 @@
< p > 油罐类型< / p >
< / div >
< div class = "tableContent" >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editModel " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilProductNo " > < / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editModel " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilTankVolume " > < / p >
< 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 ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilProductNo " > < / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilTankVolume " > < / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . safeVolume " > < / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . quantity " > < / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . tankFarm " > < / p >
< p style = "padding-left: 8px;" >
< nz-select class = "tableSelect" [ nzBorderless ] = " true " [ nzDisabled ] = " ! editModel " [ ( ngModel ) ] = " item . getPropertyData ( ) . oilTankType " >
< nz-select class = "tableSelect" [ nzBorderless ] = " true " [ nzDisabled ] = " ! editMode " [ ( 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 >
@ -91,16 +89,63 @@
< / ng-template >
< / div >
<!-- 消防设施 -->
<!-- 输油管线 -->
< div class = "publicBox refueller" * ngIf = "beforeFence === 5" >
< div class = "interval" * ngFor = "let item of FacilityList" ( click ) = " selectFacility ( item ) " >
<!-- 选中样式 -->
< div class = "positionLeftTop" * ngIf = "selectFacilityId === item.getID()" > < / div > < div class = "positionLeftBottom" * ngIf = "selectFacilityId === item.getID()" > < / div >
< div class = "positionRightTop" * ngIf = "selectFacilityId === item.getID()" > < / div > < div class = "positionRightBottom" * ngIf = "selectFacilityId === item.getID()" > < / div >
<!-- 选中样式 -->
< p class = "title" > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . name " > < / p >
< div class = "propertyImage" >
< p class = "imgTitle" style = "margin-top: 0px;" > 设计图纸< / p >
< img src = "../../../assets/images/upload.png" >
< a href = "javascript:;" class = "bottomPlanUpload uploadImgBox" * ngIf = "editMode" > < input type = "file" > < i nz-icon nzType = "plus" nzTheme = "outline" > < / i > < / a >
< / div >
< / div >
< / div >
<!-- 输油管线 -->
<!-- 油气回收 -->
< div class = "publicBox refueller" * ngIf = "beforeFence === 6" >
< div class = "interval" * ngFor = "let item of FacilityList" ( click ) = " selectFacility ( item ) " >
<!-- 选中样式 -->
< div class = "positionLeftTop" * ngIf = "selectFacilityId === item.getID()" > < / div > < div class = "positionLeftBottom" * ngIf = "selectFacilityId === item.getID()" > < / div >
< div class = "positionRightTop" * ngIf = "selectFacilityId === item.getID()" > < / div > < div class = "positionRightBottom" * ngIf = "selectFacilityId === item.getID()" > < / div >
<!-- 选中样式 -->
< p class = "title" > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . name " > < / p >
< div class = "table" >
< div class = "tableHeader" style = "flex: 55%;" >
< p > 油气回收系统类型< / p >
< p > 油气回收泵类型< / p >
< / div >
< div class = "tableContent" style = "flex: 45%;" >
< p style = "padding-left: 8px;" >
< nz-select class = "tableSelect" [ nzBorderless ] = " true " [ nzDisabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . VRUType " >
< nz-option nzValue = "fss" nzLabel = "分散式" > < / nz-option >
< nz-option nzValue = "jzs" nzLabel = "集中式" > < / nz-option >
< / nz-select >
< / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . VRUPumpType " > < / p >
< / div >
< / div >
< div class = "propertyImage" >
< p class = "imgTitle" > 设计图纸< / p >
< img src = "../../../assets/images/upload.png" >
< a href = "javascript:;" class = "bottomPlanUpload uploadImgBox" * ngIf = "editMode" > < input type = "file" > < i nz-icon nzType = "plus" nzTheme = "outline" > < / i > < / a >
< / div >
< / div >
< / div >
<!-- 油气回收 -->
<!-- 处置预案 -->
< div class = "publicBox disposalPlan" * ngIf = "beforeFence === 7 && allMarkPlanData" >
< div class = "interval" * ngFor = "let item of allMarkPlanData.datas;let key = index;" >
< div class = "publicDisposal disposalHeader" >
{{item.name}}< label > < i nz-icon nzType = "plus-circle" nzTheme = "outline" ( click ) = " addNodePop = item.id;" > < / i > < i nz-icon nzType = "delete" nzTheme = "outline" ( click ) = " deleteDisposal ( item ) " > < / i > < / label >
{{item.name}}< label * ngIf = "editMode" > < i nz-icon nzType = "plus-circle" nzTheme = "outline" ( click ) = " addNodePop = item.id;" > < / i > < i nz-icon nzType = "delete" nzTheme = "outline" ( click ) = " deleteDisposal ( item ) " > < / i > < / label >
< / div >
< ul >
< li class = "publicDisposal disposalContent" * ngFor = "let items of item.nodes;let keys = index;" >
< span ( click ) = ' selectNode ( item , items ) ' [ ngClass ] = " { ' selectNode ' : selectNodeId = = items . id & & selectPlanId = = item . id } " > {{items.name}}< / span >
< label > < i nz-icon nzType = "save" nzTheme = "outline" ( click ) = " saveDisposal ( item . id , items . id ) " > < / i > < i nz-icon nzType = "delete" nzTheme = "outline" ( click ) = " deleteDisposal ( item , items ) " > < / i > < / label >
< label * ngIf = "editMode" > < i nz-icon nzType = "save" nzTheme = "outline" ( click ) = " saveDisposal ( item . id , items . id ) " > < / i > < i nz-icon nzType = "delete" nzTheme = "outline" ( click ) = " deleteDisposal ( item , items ) " > < / i > < / label >
< / li >
< / ul >
< / div >
@ -151,7 +196,7 @@
<!-- 弹窗 -->
< / div >
< div class = "childBottom" * ngIf = "beforeFence === 0" >
< div class = "childBottom" * ngIf = "beforeFence === 0 && editMode " >
< button ( click ) = " editInfo ( ) " > < i nz-icon nzType = "edit" nzTheme = "outline" > < / i > 编辑信息< / button >
< button ( click ) = " deriveExcel ( ) " > < i nz-icon nzType = "file-excel" nzTheme = "outline" > < / i > 导出Excel< / button >
< / div >