Compare commits

..

No commits in common. "86626ff39c1c44ea81b7a8450f5c3993dbb5507a" and "64c4ad3173c0dd586323288d8a0df27852116838" have entirely different histories.

View File

@ -1166,7 +1166,7 @@ export default function StuffSearchCondition() {
<th>{getMessage('stuff.search.schSelSaleStoreId')}</th> <th>{getMessage('stuff.search.schSelSaleStoreId')}</th>
<td colSpan={5}> <td colSpan={5}>
<div className="form-flex-wrap"> <div className="form-flex-wrap">
<div className="select-wrap mr5" style={{ flex: 1, display: session?.storeId !== 'T01' && session?.storeLvl !== '1' ? 'none' : undefined }}> <div className="select-wrap mr5" style={{ flex: 1 }}>
{session?.storeId === 'T01' && ( {session?.storeId === 'T01' && (
<Select <Select
id="long-value-select1" id="long-value-select1"
@ -1235,7 +1235,7 @@ export default function StuffSearchCondition() {
isClearable={false} isClearable={false}
/> />
)} )}
{false && session?.storeId !== 'T01' && session?.storeLvl !== '1' && ( {session?.storeId !== 'T01' && session?.storeLvl !== '1' && (
<Select <Select
id="long-value-select1" id="long-value-select1"
instanceId="long-value-select1" instanceId="long-value-select1"
@ -1267,7 +1267,7 @@ export default function StuffSearchCondition() {
/> />
)} )}
</div> </div>
<div className="select-wrap mr10" style={{ flex: session?.storeId !== 'T01' && session?.storeLvl !== '1' ? '0 0 50%' : 1 }}> <div className="select-wrap mr10" style={{ flex: 1 }}>
<Select <Select
id="long-value-select2" id="long-value-select2"
instanceId="long-value-select2" instanceId="long-value-select2"