fixed slaughter manage guilds
This commit is contained in:
@@ -159,7 +159,9 @@ export const ProvinceSellCarcassInProvince = ({ updateTable, priceInfo }) => {
|
||||
"تایید شده"
|
||||
) : item?.loggedRegistrationCode ? (
|
||||
item.loggedRegistrationCode
|
||||
) : item?.registrationCode ? (
|
||||
) : item?.registrationCode &&
|
||||
item?.allocationType !== "ColdHouse" &&
|
||||
item?.activeExpireDateTime ? (
|
||||
<SlaughterSellCarcassInProvinceSubmitRegistrationCode
|
||||
key={i}
|
||||
fetchApiData={fetchApiData}
|
||||
|
||||
@@ -29,6 +29,8 @@ import { provinceGetNationalDocumentsService } from "../../../province/services/
|
||||
import { LabelField } from "../../../../components/label-field/LabelField";
|
||||
import { extractProvinceFromAddress } from "../../../../utils/address";
|
||||
|
||||
// userType enums = steward | steward_true | steward_legal | _true | _legal
|
||||
|
||||
export const SlaughterSellCarcassOutProvinceAddBuyer = ({
|
||||
updateTable,
|
||||
isEdit,
|
||||
@@ -460,6 +462,7 @@ export const SlaughterSellCarcassOutProvinceAddBuyer = ({
|
||||
/>
|
||||
</RadioGroup>
|
||||
</LabelField>
|
||||
|
||||
<Typography mt={2}>
|
||||
{"استعلام "}
|
||||
{formik2.values.personType === "legal"
|
||||
|
||||
Reference in New Issue
Block a user