Commit 7d5fa451 authored by Dida Adams Arizona's avatar Dida Adams Arizona

Merge branch 'deni-dev(pc)' into 'master'

ceeeeeebbbbb

See merge request !465
parents 4d85feca 60a0f811
...@@ -230,6 +230,7 @@ const create = (type = "") => { ...@@ -230,6 +230,7 @@ const create = (type = "") => {
const getLastestUpdateOLPA = (body) => api.post('transaction/outlook_pa/get_latest_update', body) const getLastestUpdateOLPA = (body) => api.post('transaction/outlook_pa/get_latest_update', body)
const createReportOLPA = (body) => api.post('transaction/outlook_pa/create_outlook_report', body) const createReportOLPA = (body) => api.post('transaction/outlook_pa/create_outlook_report', body)
const checkUploadOLPA = (body) => api.post('transaction/outlook_pa/check_import', body) const checkUploadOLPA = (body) => api.post('transaction/outlook_pa/check_import', body)
const validateSubmitReportOLPA = (body) => api.post('transaction/outlook_pa/validate_save', body)
const uploadOLPA = (body) => api.post('transaction/outlook_pa/import_outlook_pa') const uploadOLPA = (body) => api.post('transaction/outlook_pa/import_outlook_pa')
//Template //Template
...@@ -399,7 +400,8 @@ const create = (type = "") => { ...@@ -399,7 +400,8 @@ const create = (type = "") => {
getLastestUpdateOLPA, getLastestUpdateOLPA,
createReportOLPA, createReportOLPA,
checkUploadOLPA, checkUploadOLPA,
uploadOLPA uploadOLPA,
validateSubmitReportOLPA
} }
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment