|
@ -934,6 +934,8 @@ const openForm = async (type: string, row?: any) => { |
|
|
item.value = defaultSupplierCode.value |
|
|
item.value = defaultSupplierCode.value |
|
|
item.componentProps.isSearchList = true |
|
|
item.componentProps.isSearchList = true |
|
|
item.componentProps.disabled = false |
|
|
item.componentProps.disabled = false |
|
|
|
|
|
claimDetailsList.value = []; |
|
|
|
|
|
claimDetails(item.value); |
|
|
} |
|
|
} |
|
|
// 订单类型 |
|
|
// 订单类型 |
|
|
if (item.field == 'orderType') { |
|
|
if (item.field == 'orderType') { |
|
|