createorder

This commit is contained in:
joshikannan
2024-03-13 19:58:02 +05:30
parent ce95b36c29
commit 4d2ebeb41c
4 changed files with 193 additions and 1589 deletions

View File

@@ -1648,7 +1648,7 @@ const Orders = () => {
try {
// await axios.get(`${process.env.REACT_APP_URL}/orders/getordersummary/?tenantid=${tid}&fromdate=${startdate}&todate=${enddate}`)
await axios
.get(`${process.env.REACT_APP_URL}/orders/getordersummary/?tenantid=${tid}`)
.get(`${process.env.REACT_APP_URL}/orders/getordersummary/?applocationid=${tid}`)
.then((res) => {
console.log(res);