물건목록

This commit is contained in:
basssy 2024-11-20 14:47:14 +09:00
parent dce88e6406
commit d9e92bc151

View File

@ -116,8 +116,6 @@ export default function StuffSearchCondition() {
schAddress: address,
schObjectName: objectName,
schDispCompanyName: dispCompanyName,
// schSelSaleStoreId: stuffSearch?.schSelSaleStoreId,
// schOtherSelSaleStoreId: stuffSearch?.schOtherSelSaleStoreId,
schSelSaleStoreId: schSelSaleStoreId,
schOtherSelSaleStoreId: otherSaleStoreId,
schReceiveUser: receiveUser,
@ -315,8 +313,10 @@ export default function StuffSearchCondition() {
} else {
//X
//
// setSchSelSaleStoreId('') // ..
setSchSelSaleStoreId(null)
setSchSelSaleStoreId('')
setOtherSaleStoreId('')
stuffSearch.schSelSaleStoreId = ''
stuffSearch.schOtherSelSaleStoreId = ''
//2
setOtherSaleStoreList([])