@ -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 >
@ -55,7 +53,7 @@
< 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 >
@ -98,7 +96,7 @@
< 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 class = "tableImg" > 图片< / p >
@ -106,7 +104,7 @@
< div class = "tableContent" >
< p class = "tableImg" >
< img * ngIf = "item.getPropertyData().img" [ src ] = " item . getPropertyData ( ) . img " >
< a href = "javascript:;" class = "bottomPlanUpload uploadImgBox" [ ngStyle ] = " { ' float ' : item . getPropertyData ( ) . img ? ' right ' : ' left ' } " > < input type = "file" > < i nz-icon nzType = "plus" nzTheme = "outline" > < / i > < / a >
< a href = "javascript:;" class = "bottomPlanUpload uploadImgBox" [ ngStyle ] = " { ' float ' : item . getPropertyData ( ) . img ? ' right ' : ' left ' } " * ngIf = "editMode" > < input type = "file" > < i nz-icon nzType = "plus" nzTheme = "outline" > < / i > < / a >
< / p >
< / div >
< / div >
@ -120,24 +118,24 @@
< 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" >
< div class = "tableHeader" style = "flex: 55%;" >
< p > 油气回收系统类型< / p >
< p > 油气回收泵类型< / p >
< p class = "tableImg" > 图片< / p >
< / div >
< div class = "tableContent" >
< div class = "tableContent" style = "flex: 45%;" >
< p style = "padding-left: 8px;" >
< nz-select class = "tableSelect" [ nzBorderless ] = " true " [ nzDisabled ] = " ! editModel " [ ( ngModel ) ] = " item . getPropertyData ( ) . VRUType " >
< 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 ] = " ! editModel " [ ( ngModel ) ] = " item . getPropertyData ( ) . VRUPumpType " > < / p >
< p > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . VRUPumpType " > < / p >
< p class = "tableImg" >
< img * ngIf = "item.getPropertyData().img" [ src ] = " item . getPropertyData ( ) . img " >
< a href = "javascript:;" class = "bottomPlanUpload uploadImgBox" [ ngStyle ] = " { ' float ' : item . getPropertyData ( ) . img ? ' right ' : ' left ' } " > < input type = "file" > < i nz-icon nzType = "plus" nzTheme = "outline" > < / i > < / a >
< a href = "javascript:;" class = "bottomPlanUpload uploadImgBox" [ ngStyle ] = " { ' float ' : item . getPropertyData ( ) . img ? ' right ' : ' left ' } " * ngIf = "editMode" > < input type = "file" > < i nz-icon nzType = "plus" nzTheme = "outline" > < / i > < / a >
< / p >
< / div >
< / div >
@ -148,12 +146,12 @@
< 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 >
@ -204,7 +202,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 >