Compare commits
No commits in common. "a7ddfacdd25ccbbc93dd46e1724caeaeeefbb74b" and "f25dac0ae3f7386308309eab63fb1bfecd67336b" have entirely different histories.
a7ddfacdd2
...
f25dac0ae3
@ -136,7 +136,7 @@ export const useEstimateController = (planNo, flag) => {
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
setEstimateData({ ...estimateContextState, userId: session.userId })
|
||||
setEstimateData({ ...estimateContextState, userId: session.userId, sapSalesStoreCd: session.custCd })
|
||||
}, [estimateContextState])
|
||||
|
||||
// 첨부파일 다운로드
|
||||
@ -452,6 +452,8 @@ export const useEstimateController = (planNo, flag) => {
|
||||
}
|
||||
|
||||
const params = {
|
||||
saleStoreId: session.storeId,
|
||||
sapSalesStoreCd: session.custCd,
|
||||
objectNo: estimateData.objectNo,
|
||||
planNo: sendPlanNo,
|
||||
copySaleStoreId: otherSaleStoreId ? otherSaleStoreId : saleStoreId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user