Browse Source

YT-430制品返修,新增切换车间,应清空返修生产线、明细;切换返修生产线,应清空明细

intex_online20241111
zhaoyiran 1 month ago
parent
commit
d61f4836ee
  1. 7
      src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

7
src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

@ -284,6 +284,13 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}
} else {
const setV = {}
if(formField == 'workshopCode'){
setV['productionLineCode'] = ''
tableData.value = []
}
if(formField == 'productionLineCode'){
tableData.value = []
}
setV[formField] = val[0][searchField]
formRef.setValues(setV)
}

Loading…
Cancel
Save