Compare commits
No commits in common. "0f26d67f0afbe34813b43f53e8db3e21c2d0b35f" and "12f9d18cb5b9b3c530f9fa1ab02bddec0ed0ad91" have entirely different histories.
0f26d67f0a
...
12f9d18cb5
@ -1360,10 +1360,11 @@ 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>
|
||||
@ -1373,19 +1374,6 @@ 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user