Browse Source

成本中心代码 类型

hella_online_20241128
王宇飞 2 months ago
parent
commit
3ff521474f
  1. 2
      src/views/wms/inventoryjobManage/sparepartReturn/sparepartReturnRequestMain/index.vue

2
src/views/wms/inventoryjobManage/sparepartReturn/sparepartReturnRequestMain/index.vue

@ -197,6 +197,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
if(formField === 'costCenterCode'){ if(formField === 'costCenterCode'){
setV['costcentreCode'] = val[0]['costcentreCode'] setV['costcentreCode'] = val[0]['costcentreCode']
setV['costCenterType'] = val[0]['costcentreType'] setV['costCenterType'] = val[0]['costcentreType']
setV['reasonCodeRequisition'] = ''
setV['projectCode'] = ''
} }
if(formField === 'reasonCodeRequisition'){ if(formField === 'reasonCodeRequisition'){
setV['reasonCodeRequisition'] = val[0]['code'] setV['reasonCodeRequisition'] = val[0]['code']

Loading…
Cancel
Save