견적서 pkgAsp
This commit is contained in:
parent
269f7cd095
commit
0455bc3a31
@ -318,6 +318,10 @@ export const useEstimateController = (planNo) => {
|
|||||||
estimateData.deleteFileList = []
|
estimateData.deleteFileList = []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (estimateData.estimateType === 'YJSS') {
|
||||||
|
estimateData.pkgAsp = estimateData.pkgAsp.replaceAll(',', '')
|
||||||
|
}
|
||||||
|
|
||||||
console.log('최종저장::', estimateData)
|
console.log('최종저장::', estimateData)
|
||||||
//2. 상세데이터 저장
|
//2. 상세데이터 저장
|
||||||
// return
|
// return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user