견적서
This commit is contained in:
parent
f2ce118431
commit
96c51af6f8
@ -1465,7 +1465,9 @@ export default function Estimate({ params }) {
|
||||
<input
|
||||
type="text"
|
||||
className="input-light al-r"
|
||||
value={convertNumberToPriceDecimal(item?.showSalePrice === '0' ? null : item?.salePrice?.replaceAll(',', ''))}
|
||||
defaultValue={convertNumberToPriceDecimal(
|
||||
item?.showSalePrice === '0' ? null : item?.salePrice?.replaceAll(',', ''),
|
||||
)}
|
||||
disabled={
|
||||
estimateContextState?.estimateType === 'YJSS'
|
||||
? item?.paDispOrder
|
||||
|
||||
@ -203,7 +203,7 @@ export const useEstimateController = (planNo) => {
|
||||
//1. 첨부파일 저장시작
|
||||
const formData = new FormData()
|
||||
estimateData.tempFileList.forEach((file) => {
|
||||
formData.append('file', file)
|
||||
formData.append('files', file)
|
||||
})
|
||||
// formData.append('file', estimateData.flieList)
|
||||
formData.append('objectNo', estimateData.objectNo)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user