Added changes
This commit is contained in:
parent
a52776fef1
commit
1946e6a817
@ -387,11 +387,11 @@ const EstablishmentInfo = ({
|
||||
<div className="flex items-center gap-6 mt-2 text-sm text-[#6C4527]">
|
||||
<div className="flex items-center gap-2">
|
||||
<img src={mailIconSrc} alt="email" className="w-4 h-4" />
|
||||
<span><b>Support Email:</b> support@ipi.gov.example</span>
|
||||
<span><b>Support Email:</b> iip.survey@fcsc.gov.ae</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<img src={phoneIconSrc} alt="phone" className="w-4 h-4" />
|
||||
<span><b>Contact:</b> +971-2-000-0000</span>
|
||||
<span><b>Contact:</b> +971506491429</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -675,7 +675,7 @@ const CompanyProfile = () => {
|
||||
1: [
|
||||
{ field: 'permanentFactoryCode', label: 'Permanent Factory Code' },
|
||||
{ field: 'uniqueLicenseNumber', label: 'Unique License Number' },
|
||||
{ field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
|
||||
// { field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
|
||||
{ field: 'industryCodeProduction', label: 'Industry Code (Current Production)' },
|
||||
],
|
||||
2: [
|
||||
@ -1017,7 +1017,7 @@ const CompanyProfile = () => {
|
||||
onChange={handleFormChange('industryCodeBusiness')}
|
||||
placeholder="Enter Code"
|
||||
width="100%"
|
||||
required
|
||||
// required
|
||||
error={fieldErrors.industryCodeBusiness}
|
||||
readOnly={modalMode === 'view'}
|
||||
/>
|
||||
|
||||
@ -124,7 +124,7 @@ const EditCompanyProfile = () => {
|
||||
1: [
|
||||
// { field: 'permanentFactoryCode', label: 'Permanent Factory Code' },
|
||||
{ field: 'uniqueLicenseNumber', label: 'Unique License Number' },
|
||||
{ field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
|
||||
// { field: 'industryCodeBusiness', label: 'Industry Code (Business Register)' },
|
||||
{ field: 'industryCodeCurrent', label: 'Industry Code (Current Production)' },
|
||||
],
|
||||
2: [
|
||||
@ -705,7 +705,7 @@ const EditCompanyProfile = () => {
|
||||
onChange={(e) => handleFormChange("industryCodeBusiness", e.target.value)}
|
||||
placeholder="Enter Code"
|
||||
width="100%"
|
||||
required
|
||||
// required
|
||||
error={fieldErrors.industryCodeBusiness}
|
||||
/>
|
||||
<div className="whitespace-nowrap">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user