dialogue changes
This commit is contained in:
parent
94626cb671
commit
3b1edb9e2a
@ -150,8 +150,8 @@ export class ViewPdComponent implements OnInit, OnDestroy {
|
|||||||
if(pdData.fk_pd_type == 1){
|
if(pdData.fk_pd_type == 1){
|
||||||
const dialogRef = this.dialog.open(PdAllocationComponent, {
|
const dialogRef = this.dialog.open(PdAllocationComponent, {
|
||||||
data: pdData,
|
data: pdData,
|
||||||
width: '60%',
|
position: { right: '0'},
|
||||||
maxHeight: '60%',
|
width: '80%',
|
||||||
disableClose: true
|
disableClose: true
|
||||||
});
|
});
|
||||||
dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
@ -163,8 +163,8 @@ export class ViewPdComponent implements OnInit, OnDestroy {
|
|||||||
else if(pdData.fk_pd_type == 2){
|
else if(pdData.fk_pd_type == 2){
|
||||||
const dialogRef = this.dialog.open(SmartPdAllocationComponent, {
|
const dialogRef = this.dialog.open(SmartPdAllocationComponent, {
|
||||||
data: pdData,
|
data: pdData,
|
||||||
width: '60%',
|
position: { right: '0'},
|
||||||
maxHeight: '60%',
|
width: '80%',
|
||||||
disableClose: true
|
disableClose: true
|
||||||
});
|
});
|
||||||
dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
@ -177,8 +177,8 @@ export class ViewPdComponent implements OnInit, OnDestroy {
|
|||||||
else if(pdData.fk_pd_type == 3){
|
else if(pdData.fk_pd_type == 3){
|
||||||
const dialogRef = this.dialog.open(TelePdAllocationComponent, {
|
const dialogRef = this.dialog.open(TelePdAllocationComponent, {
|
||||||
data: pdData,
|
data: pdData,
|
||||||
width: '60%',
|
position: { right: '0'},
|
||||||
maxHeight: '60%',
|
width: '80%',
|
||||||
disableClose: true,
|
disableClose: true,
|
||||||
});
|
});
|
||||||
dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
|
|||||||
@ -112,8 +112,8 @@ export class QcViewComponent implements OnInit, OnDestroy {
|
|||||||
if(pdData.fk_pd_type == 1){
|
if(pdData.fk_pd_type == 1){
|
||||||
const dialogRef = this.dialog.open(PdAllocationComponent, {
|
const dialogRef = this.dialog.open(PdAllocationComponent, {
|
||||||
data: pdData,
|
data: pdData,
|
||||||
width: '60%',
|
position: { right: '0'},
|
||||||
maxHeight: '60%',
|
width: '80%',
|
||||||
disableClose: true
|
disableClose: true
|
||||||
});
|
});
|
||||||
dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
@ -125,8 +125,8 @@ export class QcViewComponent implements OnInit, OnDestroy {
|
|||||||
else if(pdData.fk_pd_type == 2){
|
else if(pdData.fk_pd_type == 2){
|
||||||
const dialogRef = this.dialog.open(SmartPdAllocationComponent, {
|
const dialogRef = this.dialog.open(SmartPdAllocationComponent, {
|
||||||
data: pdData,
|
data: pdData,
|
||||||
width: '60%',
|
position: { right: '0'},
|
||||||
maxHeight: '60%',
|
width: '80%',
|
||||||
disableClose: true
|
disableClose: true
|
||||||
});
|
});
|
||||||
dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
@ -139,8 +139,8 @@ export class QcViewComponent implements OnInit, OnDestroy {
|
|||||||
else if(pdData.fk_pd_type == 3){
|
else if(pdData.fk_pd_type == 3){
|
||||||
const dialogRef = this.dialog.open(TelePdAllocationComponent, {
|
const dialogRef = this.dialog.open(TelePdAllocationComponent, {
|
||||||
data: pdData,
|
data: pdData,
|
||||||
width: '60%',
|
position: { right: '0'},
|
||||||
maxHeight: '60%',
|
width: '80%',
|
||||||
disableClose: true,
|
disableClose: true,
|
||||||
});
|
});
|
||||||
dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user