Merge pull request '물건검색에 1차점 숨김(2차점 로그인)' (#743) from dev into dev-deploy
Reviewed-on: #743
This commit is contained in:
commit
86626ff39c
@ -1166,7 +1166,7 @@ export default function StuffSearchCondition() {
|
||||
<th>{getMessage('stuff.search.schSelSaleStoreId')}</th>
|
||||
<td colSpan={5}>
|
||||
<div className="form-flex-wrap">
|
||||
<div className="select-wrap mr5" style={{ flex: 1 }}>
|
||||
<div className="select-wrap mr5" style={{ flex: 1, display: session?.storeId !== 'T01' && session?.storeLvl !== '1' ? 'none' : undefined }}>
|
||||
{session?.storeId === 'T01' && (
|
||||
<Select
|
||||
id="long-value-select1"
|
||||
@ -1235,7 +1235,7 @@ export default function StuffSearchCondition() {
|
||||
isClearable={false}
|
||||
/>
|
||||
)}
|
||||
{session?.storeId !== 'T01' && session?.storeLvl !== '1' && (
|
||||
{false && session?.storeId !== 'T01' && session?.storeLvl !== '1' && (
|
||||
<Select
|
||||
id="long-value-select1"
|
||||
instanceId="long-value-select1"
|
||||
@ -1267,7 +1267,7 @@ export default function StuffSearchCondition() {
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
<div className="select-wrap mr10" style={{ flex: 1 }}>
|
||||
<div className="select-wrap mr10" style={{ flex: session?.storeId !== 'T01' && session?.storeLvl !== '1' ? '0 0 50%' : 1 }}>
|
||||
<Select
|
||||
id="long-value-select2"
|
||||
instanceId="long-value-select2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user