물건목록 수정
This commit is contained in:
parent
d985b587cf
commit
ed67cbd614
@ -267,7 +267,7 @@ export default function StuffSearchCondition() {
|
|||||||
const onInputChange = (key) => {
|
const onInputChange = (key) => {
|
||||||
if (key !== '') {
|
if (key !== '') {
|
||||||
setShowSaleStoreList(schSelSaleStoreList)
|
setShowSaleStoreList(schSelSaleStoreList)
|
||||||
setOtherSaleStoreList([])
|
// setOtherSaleStoreList([])
|
||||||
} else {
|
} else {
|
||||||
setShowSaleStoreList(favoriteStoreList)
|
setShowSaleStoreList(favoriteStoreList)
|
||||||
}
|
}
|
||||||
@ -500,7 +500,9 @@ export default function StuffSearchCondition() {
|
|||||||
} else if (stuffSearch?.code === 'E' && schSelSaleStoreId !== '') {
|
} else if (stuffSearch?.code === 'E' && schSelSaleStoreId !== '') {
|
||||||
return option.saleStoreId === schSelSaleStoreId
|
return option.saleStoreId === schSelSaleStoreId
|
||||||
} else {
|
} else {
|
||||||
if (stuffSearch?.schSelSaleStoreId !== '') {
|
if (stuffSearch?.code === 'FINISH') {
|
||||||
|
return option.saleStoreId === schSelSaleStoreId
|
||||||
|
} else if (stuffSearch?.schSelSaleStoreId !== '') {
|
||||||
return option.saleStoreId === stuffSearch.schSelSaleStoreId
|
return option.saleStoreId === stuffSearch.schSelSaleStoreId
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user