车辆接口更新

This commit is contained in:
wangshiming
2022-01-14 15:58:09 +08:00
parent 509f521c65
commit 1656578951
4 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
} as SFSelectWidgetSchema } as SFSelectWidgetSchema
} }
}, },
required: ['shipperAppUserId', 'enterpriseProjectId','enterpriseInfoId', 'deadlineTime', 'dispatchId'] required: ['shipperAppUserId', 'enterpriseProjectId','enterpriseInfoId', 'deadlineTime', ]
}; };
this.ui1 = { this.ui1 = {
'*': { '*': {

View File

@ -202,7 +202,7 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
} as SFSelectWidgetSchema } as SFSelectWidgetSchema
} }
}, },
required: ['shipperAppUserId', 'enterpriseProjectId','enterpriseInfoName','enterpriseInfoId', 'deadlineTime', 'dispatchId'] required: ['shipperAppUserId', 'enterpriseProjectId','enterpriseInfoName','enterpriseInfoId', 'deadlineTime',]
}; };
this.ui1 = { this.ui1 = {
'*': { '*': {

View File

@ -190,7 +190,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
} as SFSelectWidgetSchema } as SFSelectWidgetSchema
} }
}, },
required: ['shipperAppUserId', 'enterpriseProjectId', 'dispatchId'] required: ['shipperAppUserId', 'enterpriseProjectId']
}; };
this.ui1 = { this.ui1 = {
'*': { '*': {

View File

@ -204,7 +204,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
} as SFSelectWidgetSchema } as SFSelectWidgetSchema
} }
}, },
required: ['shipperAppUserId', 'enterpriseProjectId', 'enterpriseInfoName', 'dispatchId'] required: ['shipperAppUserId', 'enterpriseProjectId', 'enterpriseInfoName', ]
}; };
this.ui1 = { this.ui1 = {
'*': { '*': {