summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-11 11:51:45 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-11 11:51:45 +0700
commit0f84963214ee6dc5b5a44d945540826a66bec9e0 (patch)
tree4011423ed5147059f40afa873f87e167202f5f79 /src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
parentcecccfaf318e0e7c52132cf1d04c90c0df745d14 (diff)
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
index 19f46dec..6a7eb3cb 100644
--- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
+++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
@@ -52,7 +52,7 @@ const InformasiPerusahaan = ({
useEffect(() => {
const loadState = async () => {
- let dataState = await stateApi();
+ let dataState = await stateApi({ tempo: true });
dataState = dataState.map((state) => ({
value: state.id,
label: state.name,
@@ -115,10 +115,10 @@ const InformasiPerusahaan = ({
useEffect(() => {
const loadPaymentTerm = async () => {
const dataPaymentTerm = [
- { id: 29, name: 'Tempo 7 Hari' },
{ id: 24, name: 'Tempo 14 Hari' },
- { id: 32, name: 'Tempo 21 Hari' },
{ id: 25, name: 'Tempo 30 Hari' },
+ { id: 29, name: 'Tempo 7 Hari' },
+ { id: 32, name: 'Tempo 21 Hari' },
];
setPaymentTerm(
dataPaymentTerm?.map((o) => ({
@@ -585,7 +585,7 @@ const InformasiPerusahaan = ({
</div>
<div className='flex flex-row justify-between items-start'>
<div className='w-2/5 text-nowrap'>
- <label className='form-label '>No. Telfon Perusahaan</label>
+ <label className='form-label '>No. HP Perusahaan</label>
{!isKonfirmasi && (
<span className='text-xs opacity-60'>
isi no telfon perusahaan yang sesuai
@@ -1059,7 +1059,7 @@ const InformasiPerusahaan = ({
</div>
<div className='flex flex-col gap-2 justify-between items-start'>
- <label className='form-label '>No. Telfon Perusahaan</label>
+ <label className='form-label '>No. HP Perusahaan</label>
<input
id='mobile'
name='mobile'