Compare commits
No commits in common. "e0d0eaf0179812c9087d7644df89fa28087300d9" and "e938feec2f879f6b926fa75d1c75bc4df536065c" have entirely different histories.
e0d0eaf017
...
e938feec2f
@ -498,18 +498,6 @@ export default function Estimate({}) {
|
||||
})
|
||||
}
|
||||
|
||||
//Pricing 버튼클릭시 confirm 노출
|
||||
const handlePricingBtn = (showPriceCd) => {
|
||||
swalFire({
|
||||
text: getMessage('estimate.detail.showPrice.pricingBtn.confirm'),
|
||||
type: 'confirm',
|
||||
icon: 'warning',
|
||||
confirmFn: () => {
|
||||
handlePricing(showPriceCd)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
//Pricing 버튼
|
||||
const handlePricing = async (showPriceCd) => {
|
||||
const param = {
|
||||
@ -1820,10 +1808,9 @@ export default function Estimate({}) {
|
||||
<button
|
||||
type="button"
|
||||
className="btn-origin grey ml5"
|
||||
onClick={(event) => {
|
||||
|
||||
onClick={() => {
|
||||
setHandlePricingFlag(true)
|
||||
handlePricingBtn(showPriceCd)
|
||||
handlePricing(showPriceCd)
|
||||
}}
|
||||
>
|
||||
{getMessage('estimate.detail.showPrice.pricingBtn')}
|
||||
|
||||
@ -941,7 +941,6 @@
|
||||
"estimate.detail.header.unitPrice": "定価",
|
||||
"estimate.detail.showPrice.pricingBtn": "Pricing",
|
||||
"estimate.detail.showPrice.pricingBtn.noItemId": "Pricingが欠落しているアイテムがあります。 Pricingを進めてください。",
|
||||
"estimate.detail.showPrice.pricingBtn.confirm": "価格登録初期化されますがよろしいですか?",
|
||||
"estimate.detail.showPrice.description1": "製品価格OPEN",
|
||||
"estimate.detail.showPrice.description2": "追加の変更品目",
|
||||
"estimate.detail.showPrice.description3": "添付必須",
|
||||
|
||||
@ -942,7 +942,6 @@
|
||||
"estimate.detail.header.unitPrice": "정가",
|
||||
"estimate.detail.showPrice.pricingBtn": "Pricing",
|
||||
"estimate.detail.showPrice.pricingBtn.noItemId": "Pricing이 누락된 아이템이 있습니다. 제품 선택 후 Pricing을 진행해주세요.",
|
||||
"estimate.detail.showPrice.pricingBtn.confirm": "가격등록을 초기화 하시겠습니까?",
|
||||
"estimate.detail.showPrice.description1": "제품 가격 OPEN",
|
||||
"estimate.detail.showPrice.description2": "추가 변경 자재",
|
||||
"estimate.detail.showPrice.description3": "첨부필수",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user