Browse Source

HL-6255

hella_online_20241017
yufei_wang 2 months 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) => { ProductscrapRequestMain.allSchemas.formSchema.forEach((item) => {
if (item.field == 'projectCode') { if (item.field == 'projectCode') {
// //
// if(val[0]['isProject']=='TRUE'){ if(val[0]['isProject']=='TRUE'){
//- //-
item.componentProps.enterSearch = true item.componentProps.enterSearch = true
item.componentProps.isSearchList = true item.componentProps.isSearchList = true
item.componentProps.disabled = false item.componentProps.disabled = false
// }else{ }else{
// //- //-
// setV['projectCode'] = '' setV['projectCode'] = ''
// item.componentProps.enterSearch = false item.componentProps.enterSearch = false
// item.componentProps.isSearchList = false item.componentProps.isSearchList = false
// item.componentProps.disabled = true item.componentProps.disabled = true
// } }
} }
}) })
} }

Loading…
Cancel
Save