more
This commit is contained in:
@@ -49,7 +49,7 @@ const CaseDetailsPage = () => {
|
|||||||
const data = doc.data();
|
const data = doc.data();
|
||||||
if (data.docType != undefined) {
|
if (data.docType != undefined) {
|
||||||
console.log(
|
console.log(
|
||||||
"getDocument has returned docType---------------------------------------------------------------",
|
"* * *getDocument has returned docType---------------------------------------------------------------",
|
||||||
data.docType
|
data.docType
|
||||||
);
|
);
|
||||||
const caseId = data.parentCaseId;
|
const caseId = data.parentCaseId;
|
||||||
@@ -65,7 +65,7 @@ const CaseDetailsPage = () => {
|
|||||||
);
|
);
|
||||||
} else if (docType == "combined-numbered") {
|
} else if (docType == "combined-numbered") {
|
||||||
console.log(
|
console.log(
|
||||||
"docType is equal to combined-numbered~~~~~~~>>>~~~~~~~~~~~~~~~~~~~~~~"
|
"docType IS FUCKING EQUAL TO ^^^^^^^ combined-numbered~~~~~~~>>>~~~~~~~~~~~~~~~~~~~~~~"
|
||||||
);
|
);
|
||||||
const responseGenerations = 0;
|
const responseGenerations = 0;
|
||||||
navigate(
|
navigate(
|
||||||
|
|||||||
@@ -280,6 +280,9 @@ const DocEditPage = (props) => {
|
|||||||
if (!docType) {
|
if (!docType) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (docType != "combined-numbered") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (docType == "combined-numbered") {
|
if (docType == "combined-numbered") {
|
||||||
setIsLoading(true);
|
setIsLoading(true);
|
||||||
generateRespIncominIrregDiscReq(documentId, clientPosition);
|
generateRespIncominIrregDiscReq(documentId, clientPosition);
|
||||||
|
|||||||
Reference in New Issue
Block a user