diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index 303929f8b..67ef7635a 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -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)=>{