dev #744

Merged
ysCha merged 5 commits from dev into prd-deploy 2026-04-01 13:13:43 +09:00
Showing only changes of commit 44aca56d75 - Show all commits

View File

@ -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"