Compare commits
No commits in common. "1fa6340d881db43c5a1fb52c6e3da9a71e3b3849" and "a47f96a52eb1690782b5eda3ed2e197b89bb69ce" have entirely different histories.
1fa6340d88
...
a47f96a52e
@ -1360,10 +1360,11 @@ export default function Estimate({}) {
|
|||||||
<col />
|
<col />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
{session?.storeLvl !== '2' && (
|
|
||||||
<tr>
|
<tr>
|
||||||
|
{/* 1차 판매점명 */}
|
||||||
<th>{getMessage('estimate.detail.saleStoreId')}</th>
|
<th>{getMessage('estimate.detail.saleStoreId')}</th>
|
||||||
<td>{estimateContextState?.firstSaleStoreName}</td>
|
<td>{estimateContextState?.firstSaleStoreName}</td>
|
||||||
|
{/* 견적일 */}
|
||||||
<th>
|
<th>
|
||||||
{getMessage('estimate.detail.estimateDate')} <span className="important">*</span>
|
{getMessage('estimate.detail.estimateDate')} <span className="important">*</span>
|
||||||
</th>
|
</th>
|
||||||
@ -1373,19 +1374,6 @@ export default function Estimate({}) {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
{/* 2차 판매점명 */}
|
{/* 2차 판매점명 */}
|
||||||
<th>{getMessage('estimate.detail.otherSaleStoreId')}</th>
|
<th>{getMessage('estimate.detail.otherSaleStoreId')}</th>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user