|
@ -468,6 +468,9 @@ const openForm =async (type: string, row?: number) => { |
|
|
}) |
|
|
}) |
|
|
}else { |
|
|
}else { |
|
|
DeliverRequestMain.allSchemas.formSchema.forEach((item) => { |
|
|
DeliverRequestMain.allSchemas.formSchema.forEach((item) => { |
|
|
|
|
|
if(item.field == 'businessType'){ |
|
|
|
|
|
item.value = 'Deliver' |
|
|
|
|
|
} |
|
|
if (item.field == 'deliverPlanNumber') { |
|
|
if (item.field == 'deliverPlanNumber') { |
|
|
item.componentProps.isSearchList = true |
|
|
item.componentProps.isSearchList = true |
|
|
} |
|
|
} |
|
|