|
@@ -794,7 +794,7 @@ const PickOrderDetail: React.FC<Props> = ({ consoCode, qc }) => { |
|
|
</Button> |
|
|
</Button> |
|
|
</Grid> |
|
|
</Grid> |
|
|
{/* homemade qrcode for testing purpose */} |
|
|
{/* homemade qrcode for testing purpose */} |
|
|
<Grid |
|
|
|
|
|
|
|
|
{/* <Grid |
|
|
item |
|
|
item |
|
|
xs={12} |
|
|
xs={12} |
|
|
style={{ display: "flex", justifyContent: "center" }} |
|
|
style={{ display: "flex", justifyContent: "center" }} |
|
@@ -803,7 +803,7 @@ const PickOrderDetail: React.FC<Props> = ({ consoCode, qc }) => { |
|
|
content={homemade_Qrcode} |
|
|
content={homemade_Qrcode} |
|
|
sx={{ width: 200, height: 200 }} |
|
|
sx={{ width: 200, height: 200 }} |
|
|
/> |
|
|
/> |
|
|
</Grid> |
|
|
|
|
|
|
|
|
</Grid> */} |
|
|
</Grid> |
|
|
</Grid> |
|
|
<Grid container xs={12} justifyContent="space-between"> |
|
|
<Grid container xs={12} justifyContent="space-between"> |
|
|
{/* <Grid item xs={12} sx={{ height: 400 }}> |
|
|
{/* <Grid item xs={12} sx={{ height: 400 }}> |
|
|