updated quotation and delivery note
This commit is contained in:
@@ -24,7 +24,6 @@ import {NzDatePickerComponent} from "ng-zorro-antd/date-picker";
|
||||
})
|
||||
export class DelivereryNoteForm {
|
||||
deliveryNoteForm: FormGroup = new FormGroup({
|
||||
trackingNumber: new FormControl<string>(null,[Validators.required]),
|
||||
deliverer: new FormControl<string>(null,[Validators.required]),
|
||||
expeditionDate: new FormControl(null,[Validators.required]),
|
||||
estimatedDate: new FormControl(null),
|
||||
|
||||
Reference in New Issue
Block a user