[카톡]견적서 1차점 숨김 - 2차점 로그인

This commit is contained in:
ysCha 2026-03-18 14:31:21 +09:00
parent f77794ceed
commit a10196f982

View File

@ -1360,11 +1360,10 @@ export default function Estimate({}) {
<col />
</colgroup>
<tbody>
{session?.storeLvl !== '2' && (
<tr>
{/* 1차 판매점명 */}
<th>{getMessage('estimate.detail.saleStoreId')}</th>
<td>{estimateContextState?.firstSaleStoreName}</td>
{/* 견적일 */}
<th>
{getMessage('estimate.detail.estimateDate')} <span className="important">*</span>
</th>
@ -1374,6 +1373,19 @@ export default function Estimate({}) {
</div>
</td>
</tr>
)}
{session?.storeLvl === '2' && (
<tr>
<th >
{getMessage('estimate.detail.estimateDate')} <span className="important">*</span>
</th>
<td colSpan={3}>
<div className="date-picker" style={{ width: '350px' }}>
<SingleDatePicker {...singleDatePickerProps} />
</div>
</td>
</tr>
)}
<tr>
{/* 2차 판매점명 */}
<th>{getMessage('estimate.detail.otherSaleStoreId')}</th>