From aea914d21c16f53a1c28122b9b9a135439443ba6 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Tue, 17 Dec 2024 11:38:03 +0700 Subject: update pengajuan tempo --- src/lib/pengajuan-tempo/component/Pengiriman.jsx | 426 +++++++++++++---------- 1 file changed, 233 insertions(+), 193 deletions(-) (limited to 'src/lib/pengajuan-tempo/component/Pengiriman.jsx') diff --git a/src/lib/pengajuan-tempo/component/Pengiriman.jsx b/src/lib/pengajuan-tempo/component/Pengiriman.jsx index 497c86a9..068cf73c 100644 --- a/src/lib/pengajuan-tempo/component/Pengiriman.jsx +++ b/src/lib/pengajuan-tempo/component/Pengiriman.jsx @@ -889,109 +889,129 @@ const Pengiriman = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { )} -
+
- ( - +
+ ( + + )} + /> + {chekValid && ( +
+ {errorsPengiriman.statePengiriman} +
)} - /> - {chekValid && ( -
- {errorsPengiriman.statePengiriman} -
- )} -
-
- ( - +
+
+ ( + + )} + /> + {chekValid && ( +
+ {errorsPengiriman.cityPengiriman} +
)} - /> - {chekValid && ( -
- {errorsPengiriman.cityPengiriman} -
- )} +
-
- ( - +
+
+ ( + + )} + /> + {chekValid && ( +
+ {errors.subDistrictPengiriman} +
)} - /> - {chekValid && ( -
- {errors.subDistrictPengiriman} -
- )} -
-
- ( - +
+
+ ( + + )} + /> + {chekValid && ( +
+ {errors.subDistrictPengiriman} +
)} - /> - {chekValid && ( -
- {errors.subDistrictPengiriman} -
- )} -
-
- ( - +
+
+ ( + + )} + /> + {chekValid && ( +
+ {errors.zipPengiriman} +
)} - /> - {chekValid && ( -
- {errors.zipPengiriman} -
- )} +
@@ -1083,113 +1103,133 @@ const Pengiriman = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => {
)}
-
+
- ( - +
+ ( + + )} + /> + {chekValid && ( +
+ {errorsPengiriman.stateInvoice} +
)} - /> - {chekValid && ( -
- {errorsPengiriman.stateInvoice} -
- )} +
+
+ ( + + )} + /> + {chekValid && ( +
+ {errorsPengiriman.cityInvoice} +
+ )} +
- ( - - )} - /> - {chekValid && ( -
- {errorsPengiriman.cityInvoice} -
- )} -
-
- ( - +
+ ( + + )} + /> + {chekValid && ( +
+ {errors.districtInvoice} +
)} - /> - {chekValid && ( -
- {errors.districtInvoice} -
- )} -
-
- ( - +
+
+ ( + + )} + /> + {chekValid && ( +
+ {errors.subDistrictsInvoice} +
)} - /> - {chekValid && ( -
- {errors.subDistrictsInvoice} -
- )} -
-
- ( - +
+
+ ( + + )} + /> + {chekValid && ( +
+ {errors.zipInvoice} +
)} - /> - {chekValid && ( -
- {errors.zipInvoice} -
- )} +
-- cgit v1.2.3