Added Policy Details
This commit is contained in:
parent
b52f4f8521
commit
22e538d9ae
|
|
@ -651,7 +651,7 @@ const SalesBillProductsReturn = () => {
|
|||
<th>Sales-Qty</th>
|
||||
<th>Return-Qty</th>
|
||||
<th>More</th>
|
||||
<th>Details</th>
|
||||
{/* <th>Details</th> */}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -723,7 +723,7 @@ const SalesBillProductsReturn = () => {
|
|||
<FaPlus />
|
||||
</button>
|
||||
</td>
|
||||
<td style={{ textAlign: "center", maxWidth: "150px" }}>
|
||||
{/* <td style={{ textAlign: "center", maxWidth: "150px" }}>
|
||||
{item.description && (
|
||||
<Tooltip title={item.description}>
|
||||
<div style={{
|
||||
|
|
@ -741,7 +741,7 @@ const SalesBillProductsReturn = () => {
|
|||
<div>🖼️</div>
|
||||
</Tooltip>
|
||||
)}
|
||||
</td>
|
||||
</td> */}
|
||||
</tr>
|
||||
);
|
||||
})}
|
||||
|
|
@ -841,7 +841,7 @@ const SalesBillProductsReturn = () => {
|
|||
footer={false}
|
||||
children={
|
||||
<div style={{ padding: '8px' }}>
|
||||
{selectedPolicyDetails?.ProdName ? (
|
||||
{selectedPolicyDetails ? (
|
||||
<table style={{ width: '100%', borderCollapse: 'collapse', fontSize: '14px' }}>
|
||||
<tbody>
|
||||
{[
|
||||
|
|
|
|||
Loading…
Reference in New Issue