Browse Source

HL-6255

hella_online_20241017
yufei_wang 1 month ago
parent
commit
66be024774
  1. 16
      src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue

16
src/views/wms/productionManage/productscrap/productscrapRequestMain/index.vue

@ -535,18 +535,18 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
ProductscrapRequestMain.allSchemas.formSchema.forEach((item) => {
if (item.field == 'projectCode') {
//
// if(val[0]['isProject']=='TRUE'){
if(val[0]['isProject']=='TRUE'){
//-
item.componentProps.enterSearch = true
item.componentProps.isSearchList = true
item.componentProps.disabled = false
// }else{
// //-
// setV['projectCode'] = ''
// item.componentProps.enterSearch = false
// item.componentProps.isSearchList = false
// item.componentProps.disabled = true
// }
}else{
//-
setV['projectCode'] = ''
item.componentProps.enterSearch = false
item.componentProps.isSearchList = false
item.componentProps.disabled = true
}
}
})
}

Loading…
Cancel
Save