물건목록 검색영역 수정
This commit is contained in:
parent
fee77f8563
commit
77b3cd744e
@ -91,6 +91,24 @@ export default function StuffSearchCondition() {
|
|||||||
endRow: stuffSearch?.endRow ? stuffSearch.endRow : 100,
|
endRow: stuffSearch?.endRow ? stuffSearch.endRow : 100,
|
||||||
schSortType: stuffSearch?.schSortType ? stuffSearch.schSortType : 'R',
|
schSortType: stuffSearch?.schSortType ? stuffSearch.schSortType : 'R',
|
||||||
})
|
})
|
||||||
|
} else if (stuffSearch.code === 'FINISH') {
|
||||||
|
setStuffSearch({
|
||||||
|
schObjectNo: objectNo,
|
||||||
|
schSaleStoreName: saleStoreName,
|
||||||
|
schAddress: address,
|
||||||
|
schObjectName: objectName,
|
||||||
|
schDispCompanyName: dispCompanyName,
|
||||||
|
schSelSaleStoreId: schSelSaleStoreId,
|
||||||
|
schOtherSelSaleStoreId: otherSaleStoreId,
|
||||||
|
schReceiveUser: receiveUser,
|
||||||
|
schDateType: dateType,
|
||||||
|
schFromDt: dayjs(startDate).format('YYYY-MM-DD'),
|
||||||
|
schToDt: dayjs(endDate).format('YYYY-MM-DD'),
|
||||||
|
code: 'E',
|
||||||
|
startRow: 1,
|
||||||
|
endRow: 100,
|
||||||
|
schSortType: stuffSearch?.schSortType ? stuffSearch.schSortType : 'R',
|
||||||
|
})
|
||||||
} else {
|
} else {
|
||||||
setStuffSearch({
|
setStuffSearch({
|
||||||
schObjectNo: objectNo,
|
schObjectNo: objectNo,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user