Browse Source

供应商发货修改

master_hella_20240701
zhaoxuebing 8 months ago
parent
commit
4d46d6e74c
  1. 4
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

4
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

@ -184,8 +184,10 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
}
} else {
const setV = {}
if(formField == 'supplierCode'){
setV['supplierCode'] = val[0]['code']
}
setV[formField] = val[0][searchField]
setV['supplierCode'] = val[0]['code']
formRef.setValues(setV)
}
})

Loading…
Cancel
Save