| تولیدی |
خدماتی |
- در گردش |
- ثابت |
+ در گردش |
+ ثابت |
جدید |
توسعه |
فعال |
@@ -139,18 +139,23 @@ const Content = ({data}) => {
دستگاه اجرایی ذیربط و توضیحات ارائه شده در جلسه، طرحهای فوق الذکر را بررسی و جهت انجام مراحل بعدی
تایید نمود.
-
- رئیس
- دستگاه تخصصی ذیربط طرح
-
+ مدیر کل تعاون، کار و رفاه اجتماعی
- رئیس سازمان مدیریت و برنامه ریزی
- مدیر کل امور اقتصادی و دارایی
و دبیر کمیته
- معاون هماهنگی امور اقتصادی استانداری و
رئیس کمیته
+ مدیر کل امور اقتصادی و دارایی و دبیر کمیته
+ معاون هماهنگی امور اقتصادی استانداری و رئیس کمیته
+ نهاد حمایتی
(..............................)
+ مدیر کل امو روستایی و شوراهای استانداری
+ مدیر دستگاه اجرایی
+ رئیس پارک علم و فناوری استان
diff --git a/src/components/dashboard/passenger-boss/Prints/form-a/index.jsx b/src/components/dashboard/passenger-boss/Prints/form-a/index.jsx
index 5368ed6..5a5190e 100644
--- a/src/components/dashboard/passenger-boss/Prints/form-a/index.jsx
+++ b/src/components/dashboard/passenger-boss/Prints/form-a/index.jsx
@@ -24,6 +24,7 @@ const FormAComponent = () => {
sessionStorage.setItem('form-a-print', 'seen')
setIsNotData(false)
} else {
+ console.log(JSON.parse(sessionStorage.getItem('form-a-print')))
setLoading(true)
setData(JSON.parse(sessionStorage.getItem('form-a-print')))
setIsNotData(true)
@@ -57,4 +58,6 @@ const FormAComponent = () => {
)
}
-export default FormAComponent
\ No newline at end of file
+export default FormAComponent
+
+// console.log(data)
\ No newline at end of file
diff --git a/src/components/dashboard/passenger-boss/Prints/form-a/items.jsx b/src/components/dashboard/passenger-boss/Prints/form-a/items.jsx
index 67e0d91..48ed692 100644
--- a/src/components/dashboard/passenger-boss/Prints/form-a/items.jsx
+++ b/src/components/dashboard/passenger-boss/Prints/form-a/items.jsx
@@ -1,7 +1,9 @@
import {useEffect, useState} from "react";
import DoneIcon from '@mui/icons-material/Done';
+import {useConfig} from "@/lib/app/hooks/useConfig";
const Items = ({data}) => {
+ const {config} = useConfig()
const [result, setResult] = useState([])
useEffect(() => {
@@ -42,8 +44,7 @@ const Items = ({data}) => {
{item ? (
) : (<> >)} |
|
- {item ? (
- ) : (<> >)} |
+ |
|
|
|
@@ -54,9 +55,15 @@ const Items = ({data}) => {
{item?.vehicle_num || (<> >)} |
|
{item ? (<>کارآفرینی امید>) : (<> >)} |
- {item ? (<>15/2>) : (<> >)} |
+ {item ? (<>{config.interest_rate}>) : (<> >)} |
{item?.tanafos_period || (<> >)} |
- {item ? (<>60>) : (<> >)} |
+ {item ? (<>{config.loan_repayment}>) : (<> >)} |
))}
>
diff --git a/src/components/dashboard/passenger-boss/Prints/form-b/Content.jsx b/src/components/dashboard/passenger-boss/Prints/form-b/Content.jsx
index eb72049..84dd92c 100644
--- a/src/components/dashboard/passenger-boss/Prints/form-b/Content.jsx
+++ b/src/components/dashboard/passenger-boss/Prints/form-b/Content.jsx
@@ -1,7 +1,9 @@
import PrintablePage from "@/core/components/PrintablePage";
import {Box, Stack, Typography} from "@mui/material";
+import {useConfig} from "@/lib/app/hooks/useConfig";
const Content = ({data}) => {
+ const {config} = useConfig()
const varables = {
name: data.name,
national_code: data.national_id,
@@ -182,7 +184,7 @@ const Content = ({data}) => {