fix bug
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<page-header-wrapper [title]="'整车发货'" [logo]="logo">
|
||||
<page-header-wrapper [title]="PageStatus" [logo]="logo">
|
||||
<ng-template #logo>
|
||||
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
||||
<i nz-icon nzType="left" nzTheme="outline"></i>
|
||||
|
||||
@ -215,7 +215,8 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
required: ['goodsName', ]
|
||||
};
|
||||
this.ui3 = {
|
||||
'*': {
|
||||
@ -512,7 +513,8 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
placeholder: '请输入',
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
required: ['paymentDays']
|
||||
};
|
||||
} else {
|
||||
this.schema7 = {
|
||||
|
||||
Reference in New Issue
Block a user