Merge branch 'dev' of https://git.hanasys.jp/qcast3/qcast-front into dev
This commit is contained in:
commit
f29d3aa147
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user