|
|
@ -514,10 +514,11 @@ const getSearchTableData = async (number,formField,searchField)=>{ |
|
|
|
const detailOpenForm = (type, row) => { |
|
|
|
|
|
|
|
PurchasePlanDetail.allSchemas.formSchema.forEach(item=>{ |
|
|
|
if(item.field == 'planQty'){ |
|
|
|
//计划数量 |
|
|
|
item.componentProps.disabled = row.available=="FALSE" |
|
|
|
} |
|
|
|
// 可以修改数量 |
|
|
|
//if(item.field == 'planQty'){ |
|
|
|
// //计划数量 |
|
|
|
// item.componentProps.disabled = row.available=="FALSE" |
|
|
|
//} |
|
|
|
}) |
|
|
|
} |
|
|
|
const handleDetailSubmitForm = async (formType, data)=>{ |
|
|
|