|
@ -312,12 +312,26 @@ const openForm =async (type: string, row?: number) => { |
|
|
item.componentProps.isSearchList = false, |
|
|
item.componentProps.isSearchList = false, |
|
|
item.componentProps.disabled = true |
|
|
item.componentProps.disabled = true |
|
|
} |
|
|
} |
|
|
|
|
|
if (item.field == 'customerCode') { |
|
|
|
|
|
item.componentProps.isSearchList = false, |
|
|
|
|
|
item.componentProps.disabled = true |
|
|
|
|
|
} |
|
|
|
|
|
if (item.field == 'customerDockCode') { |
|
|
|
|
|
item.componentProps.isSearchList = false, |
|
|
|
|
|
item.componentProps.disabled = true |
|
|
|
|
|
} |
|
|
}) |
|
|
}) |
|
|
}else { |
|
|
}else { |
|
|
DeliverRequestMain.allSchemas.formSchema.forEach((item) => { |
|
|
DeliverRequestMain.allSchemas.formSchema.forEach((item) => { |
|
|
if (item.field == 'deliverPlanNumber') { |
|
|
if (item.field == 'deliverPlanNumber') { |
|
|
item.componentProps.isSearchList = true |
|
|
item.componentProps.isSearchList = true |
|
|
} |
|
|
} |
|
|
|
|
|
if (item.field == 'customerCode') { |
|
|
|
|
|
item.componentProps.isSearchList = true |
|
|
|
|
|
} |
|
|
|
|
|
if (item.field == 'customerDockCode') { |
|
|
|
|
|
item.componentProps.isSearchList = true |
|
|
|
|
|
} |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
tableData.value = [] // 重置明细数据 |
|
|
tableData.value = [] // 重置明细数据 |
|
|