견적서 상세
This commit is contained in:
parent
9c1caae229
commit
10b9a2d42f
@ -648,7 +648,7 @@ export default function Estimate({ params }) {
|
|||||||
estimateContextState.itemList.sort((a, b) => {
|
estimateContextState.itemList.sort((a, b) => {
|
||||||
return a.dispOrder - b.dispOrder
|
return a.dispOrder - b.dispOrder
|
||||||
})
|
})
|
||||||
// console.log('YJOD 토탈만들어주기::::::::::', estimateContextState.itemList)
|
console.log('YJOD 토탈만들어주기::::::::::', estimateContextState.itemList)
|
||||||
|
|
||||||
let pushData = []
|
let pushData = []
|
||||||
let uniquSet = new Set()
|
let uniquSet = new Set()
|
||||||
@ -733,7 +733,7 @@ export default function Estimate({ params }) {
|
|||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
//YJSS
|
//YJSS
|
||||||
// console.log('YJSS 토탈만들어주기::::::::::', estimateContextState.itemList)
|
console.log('YJSS 토탈만들어주기::::::::::', estimateContextState.itemList)
|
||||||
estimateContextState.itemList.sort((a, b) => {
|
estimateContextState.itemList.sort((a, b) => {
|
||||||
return a.dispOrder - b.dispOrder
|
return a.dispOrder - b.dispOrder
|
||||||
})
|
})
|
||||||
@ -1459,8 +1459,7 @@ export default function Estimate({ params }) {
|
|||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="input-light al-r"
|
className="input-light al-r"
|
||||||
// value={convertNumberToPriceDecimal(item?.showSalePrice === '0' ? null : item?.salePrice?.replaceAll(',', ''))}
|
value={convertNumberToPriceDecimal(item?.showSalePrice === '0' ? null : item?.salePrice?.replaceAll(',', ''))}
|
||||||
value={convertNumberToPriceDecimal(item?.salePrice?.replaceAll(',', ''))}
|
|
||||||
disabled={
|
disabled={
|
||||||
estimateContextState?.estimateType === 'YJSS'
|
estimateContextState?.estimateType === 'YJSS'
|
||||||
? item?.paDispOrder
|
? item?.paDispOrder
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user