|
@ -460,6 +460,10 @@ const getSearchTableData = async (number,formField,searchField)=>{ |
|
|
item.componentProps.disabled = false |
|
|
item.componentProps.disabled = false |
|
|
item.componentProps.isSearchList = true |
|
|
item.componentProps.isSearchList = true |
|
|
} |
|
|
} |
|
|
|
|
|
if(item.field == 'deliveryDate'){ |
|
|
|
|
|
item.componentProps.disabled = false |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
}else{ |
|
|
}else{ |
|
|
PurchasePlanMain.allSchemas.formSchema.forEach((item) => { |
|
|
PurchasePlanMain.allSchemas.formSchema.forEach((item) => { |
|
@ -468,6 +472,9 @@ const getSearchTableData = async (number,formField,searchField)=>{ |
|
|
item.componentProps.disabled = true |
|
|
item.componentProps.disabled = true |
|
|
item.componentProps.isSearchList = false |
|
|
item.componentProps.isSearchList = false |
|
|
} |
|
|
} |
|
|
|
|
|
if(item.field == 'deliveryDate'){ |
|
|
|
|
|
item.componentProps.disabled = true |
|
|
|
|
|
} |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|