Browse Source

HL-6178直接更改成本中心代码,类型和领用原因代码应该清空,目前未清空

hella_online_20241011
yufei_wang 2 months ago
parent
commit
e34a979d93
  1. 1
      src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue

1
src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRequestMain/index.vue

@ -157,6 +157,7 @@ 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'] = ''
} }
if(formField === 'reasonCodeRequisition'){ if(formField === 'reasonCodeRequisition'){
setV['reasonCodeRequisition'] = val[0]['code'] setV['reasonCodeRequisition'] = val[0]['code']

Loading…
Cancel
Save