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