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

@ -176,14 +176,6 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
allowClear: true
} as SFSelectWidgetSchema
},
// enterpriseInfoName: {
// type: 'string',
// title: '网络货运人',
// ui: {
// widget: 'custom'
// },
// default: '天津市怡亚通XXXX有限公司'
// },
enterpriseInfoName: {
type: 'string',
title: '网络货运人',
@ -238,17 +230,26 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
optionalHelp: '选择调度员,司机直接联系调度员 ; 不选择,司机直接联系您',
asyncData: () => this.shipperSrv.getStaffList2()
} as SFSelectWidgetSchema
}
},
},
required: ['shipperAppUserId', 'enterpriseProjectId', 'enterpriseInfoName']
};
this.ui1 = {
'*': {
spanLabelFixed: 110,
spanLabelFixed: 115,
grid: { span: 12 }
},
$enterpriseInfoName: {
grid: { span: 24 }
grid: { span: 12 }
},
$shipperAppUserId: {
grid: { span: 12 }
},
$enterpriseProjectId: {
grid: { span: 12 }
},
$dispatchId: {
grid: { span: 12 }
}
};
}