车辆对接

This commit is contained in:
wangshiming
2022-01-11 16:18:17 +08:00
parent ecaa2ae4e2
commit 070d6bbf11
4 changed files with 32 additions and 62 deletions

View File

@ -219,11 +219,11 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
} as SFSelectWidgetSchema
}
},
required: ['deadlineTime']
required: ['shipperAppUserId', 'enterpriseProjectId','enterpriseInfoName','enterpriseInfoId', 'deadlineTime', 'dispatchId']
};
this.ui1 = {
'*': {
spanLabelFixed: 90,
spanLabelFixed: 110,
grid: { span: 12 }
},
$enterpriseInfoName: {
@ -534,7 +534,7 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
} as SFTextareaWidgetSchema
}
},
required: ['paymentDays']
required: ['paymentDays','stateReceipt']
};
this.ui6 = {
'*': {