물건 화면

This commit is contained in:
basssy 2024-12-06 17:13:07 +09:00
parent 97c86e2969
commit 9c31d63e31
2 changed files with 2 additions and 2 deletions

View File

@ -310,6 +310,7 @@ export default function StuffDetail() {
useEffect(() => { useEffect(() => {
if (objectNo) { if (objectNo) {
setManagementState({})
setEditMode('EDIT') setEditMode('EDIT')
if (objectNo.substring(0, 1) !== 'T') { if (objectNo.substring(0, 1) !== 'T') {
// .. // ..

View File

@ -546,7 +546,7 @@ export default function StuffSearchCondition() {
setSchSelSaleStoreId('') setSchSelSaleStoreId('')
setOtherSaleStoreId('') setOtherSaleStoreId('')
} else { } else if (stuffSearch.code === 'S') {
setObjectNo('') setObjectNo('')
setSaleStoreName('') setSaleStoreName('')
setAddress('') setAddress('')
@ -575,7 +575,6 @@ export default function StuffSearchCondition() {
stuffSearch.schSortType = 'R' stuffSearch.schSortType = 'R'
stuffSearch.pageNo = 1 stuffSearch.pageNo = 1
stuffSearch.pageSize = 100 stuffSearch.pageSize = 100
setSchSelSaleStoreId('') setSchSelSaleStoreId('')
setOtherSaleStoreId('') setOtherSaleStoreId('')
} }