견적서 상세화면 물건에서 2차판매점 안골랐을 경우 디폴트 문구 셋팅 추가
This commit is contained in:
parent
b9c4772ac8
commit
928d270038
@ -993,7 +993,11 @@ export default function Estimate({}) {
|
||||
<tr>
|
||||
{/* 2차 판매점명 */}
|
||||
<th>{getMessage('estimate.detail.otherSaleStoreId')}</th>
|
||||
<td>{estimateContextState?.agencySaleStoreName}</td>
|
||||
<td>
|
||||
{session?.storeLvl === '1' && estimateContextState?.saleStoreLevel === '1'
|
||||
? getMessage('estimate.detail.noOtherSaleStoreId')
|
||||
: estimateContextState?.agencySaleStoreName}
|
||||
</td>
|
||||
{/* 담당자 */}
|
||||
<th>
|
||||
{getMessage('estimate.detail.receiveUser')} <span className="important">*</span>
|
||||
|
||||
@ -844,6 +844,7 @@
|
||||
"estimate.detail.saleStoreId": "一次販売店名",
|
||||
"estimate.detail.estimateDate": "見積日",
|
||||
"estimate.detail.otherSaleStoreId": "二次販売店名",
|
||||
"estimate.detail.noOtherSaleStoreId": "二次点なし",
|
||||
"estimate.detail.receiveUser": "担当者 ",
|
||||
"estimate.detail.objectName": "案件名",
|
||||
"estimate.detail.objectRemarks": "メモ",
|
||||
|
||||
@ -854,6 +854,7 @@
|
||||
"estimate.detail.saleStoreId": "1차 판매점명",
|
||||
"estimate.detail.estimateDate": "견적일",
|
||||
"estimate.detail.otherSaleStoreId": "2차 판매점명",
|
||||
"estimate.detail.noOtherSaleStoreId": "2차점 없음",
|
||||
"estimate.detail.receiveUser": "담당자",
|
||||
"estimate.detail.objectName": "안건명",
|
||||
"estimate.detail.objectRemarks": "메모",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user