Browse Source

缺陷:FWHL-247

hella_online_20250306
赵雪冰 3 months ago
parent
commit
75d2f3ed39
  1. 9
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

9
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

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

Loading…
Cancel
Save