mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 07:23:50 +09:00
fix : 결재함 오기 수정
This commit is contained in:
@@ -67,7 +67,7 @@ async function updateIntegratedPaymentApprovalFunc() {
|
||||
apprNo: params.rowData.apprNo,
|
||||
apprOrd: params.rowData.apprOrd,
|
||||
sabun: params.rowData.sabun,
|
||||
apprStatCd: '0400', // 결재 상태변경 (결재승인 0200 결재회수 0300 결재반려 0400)
|
||||
apprStatCd: '0200', // 결재 상태변경 (결재승인 0200 결재회수 0300 결재반려 0400)
|
||||
reason: '',
|
||||
}
|
||||
const result = await updateIntegratedStatus(paymentUpdateParams)
|
||||
@@ -84,7 +84,7 @@ async function updateIntegratedPaymentRejectionFunc() {
|
||||
reason: '',
|
||||
}
|
||||
const result = await updateIntegratedStatus(paymentUpdateParams)
|
||||
notyf.primary("결재승인완료")
|
||||
notyf.primary("결재반려완료")
|
||||
window.location.reload()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user