Added Policy Details

This commit is contained in:
Srinath 2026-03-26 15:04:40 +05:30
parent b52f4f8521
commit 22e538d9ae
1 changed files with 4 additions and 4 deletions

View File

@ -651,7 +651,7 @@ const SalesBillProductsReturn = () => {
<th>Sales-Qty</th> <th>Sales-Qty</th>
<th>Return-Qty</th> <th>Return-Qty</th>
<th>More</th> <th>More</th>
<th>Details</th> {/* <th>Details</th> */}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -723,7 +723,7 @@ const SalesBillProductsReturn = () => {
<FaPlus /> <FaPlus />
</button> </button>
</td> </td>
<td style={{ textAlign: "center", maxWidth: "150px" }}> {/* <td style={{ textAlign: "center", maxWidth: "150px" }}>
{item.description && ( {item.description && (
<Tooltip title={item.description}> <Tooltip title={item.description}>
<div style={{ <div style={{
@ -741,7 +741,7 @@ const SalesBillProductsReturn = () => {
<div>🖼</div> <div>🖼</div>
</Tooltip> </Tooltip>
)} )}
</td> </td> */}
</tr> </tr>
); );
})} })}
@ -841,7 +841,7 @@ const SalesBillProductsReturn = () => {
footer={false} footer={false}
children={ children={
<div style={{ padding: '8px' }}> <div style={{ padding: '8px' }}>
{selectedPolicyDetails?.ProdName ? ( {selectedPolicyDetails ? (
<table style={{ width: '100%', borderCollapse: 'collapse', fontSize: '14px' }}> <table style={{ width: '100%', borderCollapse: 'collapse', fontSize: '14px' }}>
<tbody> <tbody>
{[ {[