|
|
@ -155,7 +155,14 @@ const openForm = (type: string, row?: any) => { |
|
|
|
item.componentProps.disabled = true |
|
|
|
} |
|
|
|
}) |
|
|
|
} else { |
|
|
|
DeliTime.allSchemas.formSchema.forEach((item) => { |
|
|
|
if(item.field == 'code'){ |
|
|
|
item.componentProps.disabled = false |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
basicFormRef.value.open(type, row) |
|
|
|
} |
|
|
|
|
|
|
|