function size_change() { var kind_code =document.orderform.kind_code; var paper_code =document.orderform.paper_code; var size_code =document.orderform.size_code; var paper_code_1 =document.orderform.paper_code_1; if(paper_code_1.value=="AÇü(ÅÙÆ®¼¼·Î)"){//4ÆÇ°ÉÀÌ 2019-07-12 document.orderform.qty_code.options[0].value = "20" ; document.orderform.qty_code.options[0].text = "5Àå"; document.orderform.qty_code.options[1].value = "40" ; document.orderform.qty_code.options[1].text = "10Àå"; document.orderform.qty_code.options[2].value = "60" ; document.orderform.qty_code.options[2].text = "15Àå"; document.orderform.qty_code.options[3].value = "80" ; document.orderform.qty_code.options[3].text = "20Àå"; document.orderform.qty_code.options[4].value = "100"; document.orderform.qty_code.options[4].text = "25Àå"; document.orderform.qty_code.options[5].value = "120"; document.orderform.qty_code.options[5].text = "30Àå"; document.orderform.qty_code.options[6].value = "140"; document.orderform.qty_code.options[6].text = "35Àå"; document.orderform.qty_code.options[7].value = "160"; document.orderform.qty_code.options[7].text = "40Àå"; document.orderform.qty_code.options[8].value = "180"; document.orderform.qty_code.options[8].text = "45Àå"; document.orderform.qty_code.options[9].value = "200"; document.orderform.qty_code.options[9].text = "50Àå"; document.orderform.qty_code.options[10].value ="300"; document.orderform.qty_code.options[10].text = "75Àå"; document.orderform.qty_code.options[11].value ="400"; document.orderform.qty_code.options[11].text = "100Àå"; document.orderform.qty_code.options[12].value ="500"; document.orderform.qty_code.options[12].text = "125Àå"; }else{//2ÆÇ°ÉÀÌ document.orderform.qty_code.options[0].value = "20" ; document.orderform.qty_code.options[0].text = "10Àå"; document.orderform.qty_code.options[1].value = "40" ; document.orderform.qty_code.options[1].text = "20Àå"; document.orderform.qty_code.options[2].value = "60" ; document.orderform.qty_code.options[2].text = "30Àå"; document.orderform.qty_code.options[3].value = "80" ; document.orderform.qty_code.options[3].text = "40Àå"; document.orderform.qty_code.options[4].value = "100"; document.orderform.qty_code.options[4].text = "50Àå"; document.orderform.qty_code.options[5].value = "120"; document.orderform.qty_code.options[5].text = "60Àå"; document.orderform.qty_code.options[6].value = "140"; document.orderform.qty_code.options[6].text = "70Àå"; document.orderform.qty_code.options[7].value = "160"; document.orderform.qty_code.options[7].text = "80Àå"; document.orderform.qty_code.options[8].value = "180"; document.orderform.qty_code.options[8].text = "90Àå"; document.orderform.qty_code.options[9].value = "200"; document.orderform.qty_code.options[9].text = "100Àå"; document.orderform.qty_code.options[10].value ="300"; document.orderform.qty_code.options[10].text = "150Àå"; document.orderform.qty_code.options[11].value ="400"; document.orderform.qty_code.options[11].text = "200Àå"; document.orderform.qty_code.options[12].value ="500"; document.orderform.qty_code.options[12].text = "250Àå"; } // if(paper_code_1.value=="BÇü(ÅÙÆ®°¡·Î)"){ // size_code.options[0].value = "pssu3"; size_code.options[0].text = "190mm x 190mm"; // document.getElementById("size_span").innerHTML = "ÀÛ¾÷»çÀÌÁî : 195mm x 195mm" // } // else if(paper_code_1.value=="sa"){ // size_code.options[0].value = "pssu1"; size_code.options[0].text = "175mm x 186mm"; // document.getElementById("size_span").innerHTML = "ÀÛ¾÷»çÀÌÁî : 180mm x 191mm" // } // else if(paper_code_1.value=="EÇü(ÇǶó¹Ìµå)"){ // size_code.options[0].value = "pssu3"; size_code.options[0].text = "190mm x 190mm"; // document.getElementById("size_span").innerHTML = "ÀÛ¾÷»çÀÌÁî : 195mm x 195mm" // } // else if(paper_code_1.value=="pa_sa"){ // size_code.options[0].value = "pssu1"; size_code.options[0].text = "175mm x 186mm"; // document.getElementById("size_span").innerHTML = "ÀÛ¾÷»çÀÌÁî : 180mm x 191mm" // } // else if(paper_code_1.value=="son"){ // size_code.options[0].value = "pssu2"; size_code.options[0].text = "183mm x 186mm"; // document.getElementById("size_span").innerHTML = "ÀÛ¾÷»çÀÌÁî : 188mm x 191mm" // } } function costchange() { memo1_change(); var kind_code =document.orderform.kind_code; var paper_code =document.orderform.paper_code; var paper_code_1 =document.orderform.paper_code_1; var color_code =document.orderform.color_code; var coating_code =document.orderform.coating_code; var size_code =document.orderform.size_code; var qty_code =document.orderform.qty_code; var price =document.orderform.pay; var subtitle = document.orderform.product_num.value; var ppk_gang =document.orderform.ppk_gang; var coating_not =document.orderform.coating_not; var frm = document.orderform; $("#qty_span").html("½ÇÀμ⹰ °¹¼ö : "+qty_code.value+"°³ "+paper_code_1.value); if(paper_code_1.value=="AÇü(ÅÙÆ®¼¼·Î)"){ if(qty_code.value == 20){price.value = 32700*subtitle} else if(qty_code.value == 40){price.value = 35400*subtitle} else if(qty_code.value == 60){price.value = 38100*subtitle} else if(qty_code.value == 80){price.value = 40800*subtitle} else if(qty_code.value == 100){price.value = 43600*subtitle} else if(qty_code.value == 120){price.value = 46300*subtitle} else if(qty_code.value == 140){price.value = 49000*subtitle} else if(qty_code.value == 160){price.value = 51700*subtitle} else if(qty_code.value == 180){price.value = 54400*subtitle} else if(qty_code.value == 200){price.value = 57100*subtitle} else if(qty_code.value == 300){price.value = 70700*subtitle} else if(qty_code.value == 400){price.value = 84200*subtitle} else if(qty_code.value == 500){price.value = 97800*subtitle} } else if(paper_code_1.value=="BÇü(ÅÙÆ®°¡·Î)" || paper_code_1.value=="CÇü(»ï°¢±âµÕ)" || paper_code_1.value=="DÇü(»ç°¢±âµÕ)"){ if(qty_code.value == 20){price.value = 37400*subtitle} else if(qty_code.value == 40){price.value = 42800*subtitle} else if(qty_code.value == 60){price.value = 48300*subtitle} else if(qty_code.value == 80){price.value = 53700*subtitle} else if(qty_code.value == 100){price.value = 59100*subtitle} else if(qty_code.value == 120){price.value = 64500*subtitle} else if(qty_code.value == 140){price.value = 69900*subtitle} else if(qty_code.value == 160){price.value = 75400*subtitle} else if(qty_code.value == 180){price.value = 80800*subtitle} else if(qty_code.value == 200){price.value = 86200*subtitle} else if(qty_code.value == 300){price.value = 113300*subtitle} else if(qty_code.value == 400){price.value = 140400*subtitle} else if(qty_code.value == 500){price.value = 167500*subtitle} } else if(paper_code_1.value=="EÇü(ÇǶó¹Ìµå)"){ if(qty_code.value == 20){price.value = 39400*subtitle} else if(qty_code.value == 40){price.value = 44800*subtitle} else if(qty_code.value == 60){price.value = 50300*subtitle} else if(qty_code.value == 80){price.value = 55700*subtitle} else if(qty_code.value == 100){price.value = 61100*subtitle} else if(qty_code.value == 120){price.value = 66500*subtitle} else if(qty_code.value == 140){price.value = 71900*subtitle} else if(qty_code.value == 160){price.value = 77400*subtitle} else if(qty_code.value == 180){price.value = 82800*subtitle} else if(qty_code.value == 200){price.value = 88200*subtitle} else if(qty_code.value == 300){price.value = 115300*subtitle} else if(qty_code.value == 400){price.value = 142400*subtitle} else if(qty_code.value == 500){price.value = 169500*subtitle} } //ÄÚÆÃ±Ý¾× frm.after_pay.value = Number(frm.coting_price.value)*subtitle; frm.after_total_price_plus.value = Number(frm.coting_price.value)*subtitle; price01_change(); //¿ø°¡¿Í ¼¼±ÝÀ¸·Î ³ª´® } function chkexsize() { var size01 = document.orderform.size01.value; var size02 = document.orderform.size02.value; size01=Number(size01); size02=Number(size02); document.orderform.n_size01.value = eval(document.orderform.size01.value)+2; document.orderform.n_size02.value = eval(document.orderform.size02.value)+2; if (size01 != 0 && size02 !=0){ if(size01 >= 10 && size01 <= 300) { if(size02 < 10 || size02 > 300){ alert("ÃÖ¼Ò »çÀÌÁî´Â 10x10 ÀÌ»óÀ̸ç.\n\nÃÖ´ë »çÀÌÁî´Â 300x300 ÀÔ´Ï´Ù. \n\n±× ¿ÜÀÇ »çÀÌÁî´Â º°µµ ¹®ÀÇ ¹Ù¶ø´Ï´Ù. \n\n02)2021-3322"); document.orderform.size01.value = "0"; document.orderform.size02.value = "0"; document.orderform.pay.value = "0"; document.all.span_price.innerHTML = 0; document.orderform.size01.focus(); } else {after_tom_cost();} } else if(size02 >= 10 && size02 <= 300) { if(size01 < 10 || size01 > 300){ alert("ÃÖ¼Ò »çÀÌÁî´Â 10x10 ÀÌ»óÀ̸ç.\n\nÃÖ´ë »çÀÌÁî´Â 300x300 ÀÔ´Ï´Ù. \n\n±× ¿ÜÀÇ »çÀÌÁî´Â º°µµ ¹®ÀÇ ¹Ù¶ø´Ï´Ù. \n\n02)2021-3322"); document.orderform.size01.value = "0"; document.orderform.size02.value = "0"; document.orderform.pay.value = "0"; document.all.span_price.innerHTML = 0; document.orderform.size01.focus(); } else {after_tom_cost();} } else if(size01 < 10 && size02 < 10) { alert("ÃÖ¼Ò »çÀÌÁî´Â 10x10 ÀÌ»óÀ̸ç.\n\nÃÖ´ë »çÀÌÁî´Â 300x300 ÀÔ´Ï´Ù. \n\n±× ¿ÜÀÇ »çÀÌÁî´Â º°µµ ¹®ÀÇ ¹Ù¶ø´Ï´Ù. \n\n02)2021-3322"); document.orderform.size01.value = "0"; document.orderform.size02.value = "0"; document.orderform.pay.value = "0"; document.all.span_price.innerHTML = 0; document.orderform.size01.focus(); } else if(size01 > 300 && size02 > 300) { alert("ÃÖ¼Ò »çÀÌÁî´Â 10x10 ÀÌ»óÀ̸ç.\n\nÃÖ´ë »çÀÌÁî´Â 300x300 ÀÔ´Ï´Ù. \n\n±× ¿ÜÀÇ »çÀÌÁî´Â º°µµ ¹®ÀÇ ¹Ù¶ø´Ï´Ù. \n\n02)2021-3322"); document.orderform.size01.value = "0"; document.orderform.size02.value = "0"; document.orderform.pay.value = "0"; document.all.span_price.innerHTML = 0; document.orderform.size01.focus(); } after_tom_cost(); } } function memo1_change() { var kind_code =document.orderform.kind_code; var paper_code =document.orderform.paper_code; var paper_code_1 =document.orderform.paper_code_1; var color_code =document.orderform.color_code; var size_code =document.orderform.size_code; var qty_code =document.orderform.qty_code; var price =document.orderform.pay; var subtitle = document.orderform.product_num; var touch_two = document.orderform.touch_two; var after_tom_side = document.orderform.after_tom_side; var after_tom_side_1 = document.orderform.after_tom_side_1; var coting =document.orderform.coting; document.all.memo1.innerHTML = paper_code_1.options[paper_code_1.selectedIndex].innerText + " / " + paper_code.options[paper_code.selectedIndex].innerText + " / " + color_code.options[color_code.selectedIndex].innerText + " / " + size_code.options[size_code.selectedIndex].innerText+" / "+ qty_code.options[qty_code.selectedIndex].innerText + " / " + subtitle.options[subtitle.selectedIndex].innerText + " / " + coting.options[coting.selectedIndex].innerText; document.orderform.memo.value = "["+paper_code_1.options[paper_code_1.selectedIndex].innerText +"½ÇÀμ⹰ °¹¼ö : "+qty_code.value+"°³]" } function price01_change() { var frm = document.orderform; var price = frm.pay; var price_01 = frm.price_01; var after_pay = frm.after_total_price_plus; price_01.value = Math.round(price.value); document.all.span_price.innerHTML = comma(Math.round(price.value)+eval(after_pay.value)); document.all.break_pro_price_plus.innerHTML = comma(Math.round(price.value)+eval(after_pay.value)); //Á¦Ç° ÃÑ¾× document.all.span_total_estimate_prie.innerHTML = comma(Math.round(eval(price.value))+eval(after_pay.value)); //Á¦Ç° + ÈÄ°¡°ø ÃÑ¾× //ºÎ°¡¼¼ tax_price =(eval(price.value)+eval(after_pay.value))/10 frm.tax_price.value = tax_price; document.all.span_tax_price.innerHTML = comma(tax_price); //°ßÀûÃÑ¾× estimate_price = eval(price.value)+eval(after_pay.value)+eval(tax_price) frm.estimate_price_end.value = estimate_price; document.all.span_estimate_price_end.innerHTML = comma(estimate_price); }