@ -204,7 +204,12 @@ export const DeliverRequestMain = useCrudSchemas(
dictClass: 'string',
table: {
width: 150
}
},
form:{
componentProps: {
disabled:true
{
label: '发货计划单号',
@ -468,6 +468,9 @@ const openForm =async (type: string, row?: number) => {
})
}else {
DeliverRequestMain.allSchemas.formSchema.forEach((item) => {
if(item.field == 'businessType'){
item.value = 'Deliver'
if (item.field == 'deliverPlanNumber') {
item.componentProps.isSearchList = true