This commit is contained in:
wangshiming
2022-03-07 14:17:16 +08:00
parent c3ebf69caa
commit 70d7746f83
6 changed files with 96 additions and 60 deletions

View File

@ -213,16 +213,13 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
} as SFSelectWidgetSchema
}
},
required: ['shipperAppUserId', 'enterpriseProjectId', 'enterpriseInfoId', 'deadlineTime']
required: ['shipperAppUserId', 'enterpriseProjectId', 'enterpriseInfoName', 'deadlineTime']
};
this.ui1 = {
'*': {
spanLabelFixed: 115,
grid: { span: 12 }
},
$enterpriseInfoName: {
grid: { span: 24 }
}
};
}
initSF3() {