물건 수정화면 1차점 로그인시 1&2차점 자동완성 Select X 수정
This commit is contained in:
parent
451a3c8cce
commit
a10d999cc8
@ -484,8 +484,10 @@ export default function StuffDetail() {
|
||||
}
|
||||
//1차점 변경 이벤트
|
||||
const onSelectionChange = (key) => {
|
||||
if (key.saleStoreId === selOptions) {
|
||||
return
|
||||
if (isObjectNotEmpty(key)) {
|
||||
if (key.saleStoreId === selOptions) {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
const planReqNo = form.watch('planReqNo')
|
||||
@ -596,8 +598,10 @@ export default function StuffDetail() {
|
||||
|
||||
//2차점 변경 이벤트
|
||||
const onSelectionChange2 = (key) => {
|
||||
if (key.saleStoreId === otherSelOptions) {
|
||||
return
|
||||
if (isObjectNotEmpty(key)) {
|
||||
if (key.saleStoreId === otherSelOptions) {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
const planReqNo = form.watch('planReqNo')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user