물건 화면

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(() => {
if (objectNo) {
setManagementState({})
setEditMode('EDIT')
if (objectNo.substring(0, 1) !== 'T') {
// ..

View File

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