|
@ -153,9 +153,9 @@ const openForm = (type: string, row?: any) => { |
|
|
if (item.field == 'code') { |
|
|
if (item.field == 'code') { |
|
|
item.componentProps.disabled = true |
|
|
item.componentProps.disabled = true |
|
|
} |
|
|
} |
|
|
// if (item.field == 'shortName') { |
|
|
if (item.field == 'shortName') { |
|
|
// item.componentProps.disabled = true |
|
|
item.componentProps.disabled = true |
|
|
// } |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}else { |
|
|
}else { |
|
|
Supplier.allSchemas.formSchema.forEach((item) => { |
|
|
Supplier.allSchemas.formSchema.forEach((item) => { |
|
|