Merge branch 'master' of https://bitbucket.org/jubilian/fcsc_ipi_frontend
This commit is contained in:
commit
22472cac43
@ -325,7 +325,7 @@ const History = () => {
|
|||||||
<div className="flex flex-col w-full">
|
<div className="flex flex-col w-full">
|
||||||
<div className="flex items-center justify-between text-sm text-gray-800">
|
<div className="flex items-center justify-between text-sm text-gray-800">
|
||||||
<span>
|
<span>
|
||||||
Quantity updated 1,450 to 1,500; Cost updated 87,000 to 90,000
|
Quantity updated -; Cost updated -
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
@ -356,16 +356,16 @@ const History = () => {
|
|||||||
<div className="flex gap-6 mb-2">
|
<div className="flex gap-6 mb-2">
|
||||||
<div>
|
<div>
|
||||||
<div className="font-medium">Quantity Updated:</div>
|
<div className="font-medium">Quantity Updated:</div>
|
||||||
<div>1,450 → 1,500</div>
|
<div>-</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div className="font-medium">Cost Updated:</div>
|
<div className="font-medium">Cost Updated:</div>
|
||||||
<div>87,000 → 90,000</div>
|
<div>-</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div className="font-medium">Reason for variations:</div>
|
<div className="font-medium">Reason for variations:</div>
|
||||||
<div>Seasonal Production Surge</div>
|
<div>-</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user