'밑단홈파기', '2'=>'두께홈따기', '3'=>'두께홈파기', '4'=>'태극날라운딩', '5'=>'모서리라운딩', '6'=>'원형타공', '7'=>'사각타공', '8'=>'원형컷팅', '9'=>'모서리사선컷팅', '11'=>'액자컷팅', '12'=>'씽크대보링', '13'=>'절단면라운딩', '14'=>'피스타공', '99'=>'추가컷팅', '100'=>'가공서비스안함' ); /* 가공서비스 종류별 상세 기준값 * name : 가공명 * price : 가공금액 * min_width : 최소폭 * min_length : 최소길이 * min_height : 최소두께 * min_count : 최소수량 * equal_wl : 가로새로가 동일해야 하는지 여부(Y 일 경우 동일해야 함) * */ /* == 방부목 > 전체가공 불가능 == 각재 > 일부 가공불가능 (태극날라운딩, 모서리라운딩, 원형타공, 사각타공, 원형컷팅, 모서시사선컷팅) */ $process_info = array( '1'=>array( 'name'=>'밑단홈파기', 'price'=>'2000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('2', '3', '5', '6', '7', '9', '11', '12', '13', '14') ), '2'=>array( 'name'=>'두께홈따기', 'price'=>'2000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '3', '5', '6', '7', '9', '11', '12', '13', '14') ), '3'=>array( 'name'=>'두께홈파기', 'price'=>'2000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '5', '6', '7', '9', '11', '12', '13', '14') ), '4'=>array( 'name'=>'태극날라운딩', 'price'=>'5000', 'min_width'=>'80', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '5', '6', '7', '9', '12', '14') ), '5'=>array( 'name'=>'모서리라운딩', 'price'=>'4000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '6', '7', '9', '12', '13', '14') ), '6'=>array( 'name'=>'원형타공', 'price'=>'4000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '4', '5', '7', '8', '9', '12', '13', '14') ), '7'=>array( 'name'=>'사각타공', 'price'=>'4000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '4', '5', '6', '8', '9', '11', '12', '13', '14') ), '8'=>array( 'name'=>'원형컷팅', 'price'=>'5000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'Y', 'other_process'=>array('6', '7', '12', '13', '14', '100') ), '9'=>array( 'name'=>'모서리사선컷팅', 'price'=>'2000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '11', '12', '13', '14') ), '11'=>array( 'name'=>'액자컷팅', 'price'=>'2000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '5', '6', '7', '9', '12', '13', '14') ), '12'=>array( 'name'=>'씽크대보링', 'price'=>'1000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'18', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '13', '14') ), '13'=>array( 'name'=>'절단면라운딩', 'price'=>'5000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14') ), '14'=>array( 'name'=>'피스타공', 'price'=>'4000', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '13') ), '99'=>array( 'name'=>'추가컷팅', 'price'=>'0', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array() ), '100'=>array( 'name'=>'가공서비스안함','price'=>'0', 'min_width'=>'', 'min_length'=>'', 'min_height'=>'', 'min_count'=>'1', 'equal_wl'=>'', 'other_process'=>array() ) ); $effect_type = array('saleico'=>'세일', 'bestico'=>'인기'); /* 계산기에 적용되는 목재와 등록된 상품 연결 설정 - 20190326 우상윤 */ $wood_lists = array(); /* ======================================== 미송집성목 ======================================== */ $wood_lists[0] = array(); $wood_lists[0]['woodgroup'] = '미송집성목'; $wood_lists[0]['effect'] = array('saleico'); //saleico : 세일아이콘삽입 css클래스, bestico : 인기아이콘삽입 css클래스 $wood_lists[0]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); //이 목재에 적용될 수 있는 가공서비스 종류 $wood_lists[0]['woodtype'][0]['T12'] = array('namecode'=>'94621', 'goodscode'=>'106273', 'woodname'=>'[파격특가] 미송집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); //12T : 두께, namecode : 상품명에 삽입되는 코드, goodscode : 실제연결되는상품코드, woodname : 화면에 보여질 상품명 $wood_lists[0]['woodtype'][0]['T15'] = array('namecode'=>'94677', 'goodscode'=>'106274', 'woodname'=>'[파격특가] 미송집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); //15T : 두께, namecode : 상품명에 삽입되는 코드, goodscode : 실제연결되는상품코드, woodname : 화면에 보여질 상품명 $wood_lists[0]['woodtype'][0]['T18'] = array('namecode'=>'94680', 'goodscode'=>'106275', 'woodname'=>'[파격특가] 미송집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); //18T : 두께, namecode : 상품명에 삽입되는 코드, goodscode : 실제연결되는상품코드, woodname : 화면에 보여질 상품명 $wood_lists[0]['woodtype'][0]['T24'] = array('namecode'=>'134820', 'goodscode'=>'154913', 'woodname'=>'[파격특가] 미송집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); //24T : 두께, namecode : 상품명에 삽입되는 코드, goodscode : 실제연결되는상품코드, woodname : 화면에 보여질 상품명 $wood_lists[0]['woodtype'][0]['T30'] = array('namecode'=>'94681', 'goodscode'=>'106276', 'woodname'=>'[파격특가] 미송집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); //30T : 두께, namecode : 상품명에 삽입되는 코드, goodscode : 실제연결되는상품코드, woodname : 화면에 보여질 상품명 /* ======================================== 미송집성목 ======================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================= 삼나무집성목 ======================================= */ $wood_lists[1] = array(); $wood_lists[1]['woodgroup'] = '삼나무집성목'; $wood_lists[1]['effect'] = array('bestico'); $wood_lists[1]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[1]['woodtype'][0]['T12'] = array('namecode'=>'94683', 'goodscode'=>'106272', 'woodname'=>'삼나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[1]['woodtype'][0]['T15'] = array('namecode'=>'94685', 'goodscode'=>'106271', 'woodname'=>'삼나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[1]['woodtype'][0]['T18'] = array('namecode'=>'94694', 'goodscode'=>'106270', 'woodname'=>'삼나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[1]['woodtype'][0]['T24'] = array('namecode'=>'135489', 'goodscode'=>'135577', 'woodname'=>'삼나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ======================================= 삼나무집성목 ======================================= */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================= 멀바우집성목 ======================================= */ $wood_lists[2] = array(); $wood_lists[2]['woodgroup'] = '멀바우집성목'; $wood_lists[2]['effect'] = array(); $wood_lists[2]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[2]['woodtype'][0]['T15'] = array('namecode'=>'228559', 'goodscode'=>'228582', 'woodname'=>'멀바우집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[2]['woodtype'][0]['T18'] = array('namecode'=>'228560', 'goodscode'=>'228583', 'woodname'=>'멀바우집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[2]['woodtype'][0]['T24'] = array('namecode'=>'228561', 'goodscode'=>'228584', 'woodname'=>'멀바우집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ======================================= 멀바우집성목 ======================================= */ /* ============================================================================================== */ /* ============================================================================================== */ /* ====================================== 아카시아집성목 ====================================== */ $wood_lists[3] = array(); $wood_lists[3]['woodgroup'] = '아카시아집성목'; $wood_lists[3]['effect'] = array('bestico'); $wood_lists[3]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[3]['woodtype'][0]['T15'] = array('namecode'=>'135432', 'goodscode'=>'135573', 'woodname'=>'아카시아집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[3]['woodtype'][0]['T18'] = array('namecode'=>'135460', 'goodscode'=>'135575', 'woodname'=>'아카시아집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[3]['woodtype'][0]['T24'] = array('namecode'=>'135433', 'goodscode'=>'135574', 'woodname'=>'아카시아집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[3]['woodtype'][0]['T30'] = array('namecode'=>'255683', 'goodscode'=>'264653', 'woodname'=>'아카시아집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ====================================== 아카시아집성목 ====================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ====================================== 스프러스집성목 ====================================== */ $wood_lists[4] = array(); $wood_lists[4]['woodgroup'] = '스프러스집성목'; $wood_lists[4]['effect'] = array(); $wood_lists[4]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[4]['woodtype'][0]['T15'] = array('namecode'=>'175121', 'goodscode'=>'181588', 'woodname'=>'스프러스집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /*$wood_lists[4]['woodtype'][0]['T18'] = array('namecode'=>'228367', 'goodscode'=>'228536', 'woodname'=>'스프러스집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'));*/ $wood_lists[4]['woodtype'][0]['T24'] = array('namecode'=>'237615', 'goodscode'=>'237670', 'woodname'=>'스프러스집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ====================================== 스프러스집성목 ====================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ====================================== 레드파인집성목 ====================================== */ $wood_lists[5] = array(); $wood_lists[5]['woodgroup'] = '레드파인집성목'; $wood_lists[5]['effect'] = array('saleico'); $wood_lists[5]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[5]['woodtype'][0]['T12'] = array('namecode'=>'237478', 'goodscode'=>'237686', 'woodname'=>'레드파인집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[5]['woodtype'][0]['T15'] = array('namecode'=>'237480', 'goodscode'=>'237684', 'woodname'=>'레드파인집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[5]['woodtype'][0]['T18'] = array('namecode'=>'237481', 'goodscode'=>'237683', 'woodname'=>'레드파인집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[5]['woodtype'][0]['T24'] = array('namecode'=>'237482', 'goodscode'=>'237682', 'woodname'=>'[파격특가] 레드파인집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[5]['woodtype'][0]['T30'] = array('namecode'=>'248853', 'goodscode'=>'248854', 'woodname'=>'[파격특가] 레드파인집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ====================================== 레드파인집성목 ====================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ====================================== 레드오크집성목 ====================================== * / $wood_lists[6] = array(); $wood_lists[6]['woodgroup'] = '레드오크집성목'; $wood_lists[6]['effect'] = array(); $wood_lists[6]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[6]['woodtype'][0]['T18'] = array('namecode'=>'255210', 'goodscode'=>'255213', 'woodname'=>'레드오크집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /*$wood_lists[6]['woodtype'][0]['T24'] = array('namecode'=>'255211', 'goodscode'=>'255214', 'woodname'=>'레드오크집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'));*/ /* ====================================== 레드오크집성목 ====================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ====================================== 쏘노클린집성목 ====================================== * / $wood_lists[7] = array(); $wood_lists[7]['woodgroup'] = '(품절)'; $wood_lists[7]['effect'] = array(); $wood_lists[7]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[7]['woodtype'][0]['T18'] = array('namecode'=>'255207', 'goodscode'=>'255215', 'woodname'=>'쏘노클린집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); / * ====================================== 쏘노클린집성목 ====================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================== 엘더집성목 ======================================== */ $wood_lists[8] = array(); $wood_lists[8]['woodgroup'] = '엘더집성목'; $wood_lists[8]['effect'] = array(); $wood_lists[8]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[8]['woodtype'][0]['T20'] = array('namecode'=>'255222', 'goodscode'=>'255224', 'woodname'=>'엘더집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /*2019.07.31 품절처리 $wood_lists[8]['woodtype'][0]['T24'] = array('namecode'=>'255223', 'goodscode'=>'255225', 'woodname'=>'엘더집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); */ /* ======================================== 엘더집성목 ======================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ===================================== 러스틱월넛집성목 2019.07.09 품절처리 ===================================== * / $wood_lists[9] = array(); $wood_lists[9]['woodgroup'] = '러스틱월넛집성목'; $wood_lists[9]['effect'] = array(); $wood_lists[9]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[9]['woodtype'][0]['T18'] = array('namecode'=>'255226', 'goodscode'=>'255227', 'woodname'=>'러스틱월넛집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[9]['woodtype'][0]['T24'] = array('namecode'=>'262969', 'goodscode'=>'262970', 'woodname'=>'러스틱월넛집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); / * ===================================== 러스틱월넛집성목 ===================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================== 월넛집성목 ======================================== * / $wood_lists[10] = array(); $wood_lists[10]['woodgroup'] = '월넛집성목'; $wood_lists[10]['effect'] = array(); $wood_lists[10]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[10]['woodtype'][0]['T18'] = array('namecode'=>'255228', 'goodscode'=>'255230', 'woodname'=>'월넛집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ======================================== 월넛집성목 ======================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================= 대나무집성목 ======================================= * / $wood_lists[11] = array(); $wood_lists[11]['woodgroup'] = '대나무집성목'; $wood_lists[11]['effect'] = array(); $wood_lists[11]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[11]['woodtype'][0]['T12'] = array('namecode'=>'255232', 'goodscode'=>'255237', 'woodname'=>'대나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[11]['woodtype'][0]['T15'] = array('namecode'=>'255235', 'goodscode'=>'255238', 'woodname'=>'대나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[11]['woodtype'][0]['T18'] = array('namecode'=>'255236', 'goodscode'=>'255239', 'woodname'=>'대나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); / * ======================================= 대나무집성목 ======================================= */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================== 애쉬집성목 ======================================== */ $wood_lists[12] = array(); $wood_lists[12]['woodgroup'] = '애쉬집성목'; $wood_lists[12]['effect'] = array('saleico'); $wood_lists[12]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[12]['woodtype'][0]['T18'] = array('namecode'=>'245517', 'goodscode'=>'245561', 'woodname'=>'[파격특가] 애쉬집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ======================================== 애쉬집성목 ======================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================== 라왕집성목 ======================================== */ $wood_lists[13] = array(); $wood_lists[13]['woodgroup'] = '라왕집성목'; $wood_lists[13]['effect'] = array('saleico'); $wood_lists[13]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[13]['woodtype'][0]['T18'] = array('namecode'=>'247844', 'goodscode'=>'247945', 'woodname'=>'[파격특가] 라왕집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[13]['woodtype'][0]['T24'] = array('namecode'=>'249655', 'goodscode'=>'249656', 'woodname'=>'[파격특가] 라왕집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ======================================== 라왕집성목 ======================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ====================================== 고무나무집성목 ====================================== */ $wood_lists[14] = array(); $wood_lists[14]['woodgroup'] = '고무나무집성목'; $wood_lists[14]['effect'] = array(); $wood_lists[14]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[14]['woodtype'][0]['T12'] = array('namecode'=>'250135', 'goodscode'=>'250137', 'woodname'=>'고무나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[14]['woodtype'][0]['T15'] = array('namecode'=>'250136', 'goodscode'=>'250138', 'woodname'=>'고무나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[14]['woodtype'][0]['T18'] = array('namecode'=>'247848', 'goodscode'=>'247946', 'woodname'=>'고무나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[14]['woodtype'][0]['T24'] = array('namecode'=>'248846', 'goodscode'=>'248847', 'woodname'=>'고무나무집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ====================================== 고무나무집성목 ====================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================== 참죽집성목 ======================================== * / $wood_lists[15] = array(); $wood_lists[15]['woodgroup'] = '참죽집성목'; $wood_lists[15]['effect'] = array(); $wood_lists[15]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[15]['woodtype'][0]['T18'] = array('namecode'=>'248770', 'goodscode'=>'248786', 'woodname'=>'참죽집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[15]['woodtype'][0]['T24'] = array('namecode'=>'248771', 'goodscode'=>'248787', 'woodname'=>'참죽집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); / * ======================================== 참죽집성목 ======================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ===================================== 유칼립투스집성목 ===================================== * / $wood_lists[16] = array(); $wood_lists[16]['woodgroup'] = '유칼립투스집성목'; $wood_lists[16]['effect'] = array(); $wood_lists[16]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[16]['woodtype'][0]['T18'] = array('namecode'=>'249067', 'goodscode'=>'249107', 'woodname'=>'[파격특가] 유칼립투스집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /*$wood_lists[16]['woodtype'][0]['T24'] = array('namecode'=>'249068', 'goodscode'=>'249108', 'woodname'=>'[파격특가] 유칼립투스집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'));* / / * ===================================== 유칼립투스집성목 ===================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================= 히노끼집성목 ======================================= */ $wood_lists[17] = array(); $wood_lists[17]['woodgroup'] = '히노끼집성목'; $wood_lists[17]['effect'] = array(); $wood_lists[17]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[17]['woodtype'][0]['T12'] = array('namecode'=>'250204', 'goodscode'=>'250209', 'woodname'=>'히노끼집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[17]['woodtype'][0]['T15'] = array('namecode'=>'250205', 'goodscode'=>'250210', 'woodname'=>'히노끼집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[17]['woodtype'][0]['T18'] = array('namecode'=>'248392', 'goodscode'=>'248502', 'woodname'=>'히노끼집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* $wood_lists[17]['woodtype'][0]['T24'] = array('namecode'=>'248393', 'goodscode'=>'248503', 'woodname'=>'히노끼집성목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); */ /* ======================================= 히노끼집성목 ======================================= */ /* ============================================================================================== */ /* ============================================================================================== */ /* ============================================ MDF =========================================== */ $wood_lists[18] = array(); $wood_lists[18]['woodgroup'] = 'MDF'; $wood_lists[18]['effect'] = array('bestico'); $wood_lists[18]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[18]['woodtype'][0]['T2x7'] = array('namecode'=>'94699', 'goodscode'=>'106280', 'woodname'=>'MDF', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[18]['woodtype'][0]['T4x5'] = array('namecode'=>'249661', 'goodscode'=>'249662', 'woodname'=>'MDF', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[18]['woodtype'][0]['T6'] = array('namecode'=>'94700', 'goodscode'=>'106281', 'woodname'=>'MDF', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[18]['woodtype'][0]['T9'] = array('namecode'=>'139043', 'goodscode'=>'157602', 'woodname'=>'MDF', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[18]['woodtype'][0]['T12'] = array('namecode'=>'94703', 'goodscode'=>'106282', 'woodname'=>'MDF', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[18]['woodtype'][0]['T15'] = array('namecode'=>'94705', 'goodscode'=>'106283', 'woodname'=>'MDF', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[18]['woodtype'][0]['T18'] = array('namecode'=>'135609', 'goodscode'=>'135747', 'woodname'=>'MDF', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[18]['woodtype'][0]['T30'] = array('namecode'=>'142010', 'goodscode'=>'142749', 'woodname'=>'MDF', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ============================================ MDF =========================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ===================================== 프리미엄 미송합판 ==================================== */ $wood_lists[19] = array(); $wood_lists[19]['woodgroup'] = '프리미엄 미송합판'; $wood_lists[19]['effect'] = array('bestico'); $wood_lists[19]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[19]['woodtype'][0]['T4x5'] = array('namecode'=>'94696', 'goodscode'=>'106277', 'woodname'=>'[파격특가] 무취무절 프리미엄 미송합판', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[19]['woodtype'][0]['T8'] = array('namecode'=>'228338', 'goodscode'=>'228537', 'woodname'=>'[파격특가] 무취무절 프리미엄 미송합판', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[19]['woodtype'][0]['T12'] = array('namecode'=>'94697', 'goodscode'=>'106278', 'woodname'=>'[파격특가] 무취무절 프리미엄 미송합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[19]['woodtype'][0]['T15'] = array('namecode'=>'112337', 'goodscode'=>'113511', 'woodname'=>'[파격특가] 무취무절 프리미엄 미송합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[19]['woodtype'][0]['T18'] = array('namecode'=>'228339', 'goodscode'=>'228538', 'woodname'=>'[파격특가] 무취무절 프리미엄 미송합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ===================================== 프리미엄 미송합판 ==================================== */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================= 자작나무합판 ======================================= */ $wood_lists[20] = array(); $wood_lists[20]['woodgroup'] = '자작나무합판'; $wood_lists[20]['effect'] = array('bestico'); $wood_lists[20]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[20]['woodtype'][0]['T4'] = array('namecode'=>'228552', 'goodscode'=>'228575', 'woodname'=>'프리미엄 자작나무 합판', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[20]['woodtype'][0]['T6x5'] = array('namecode'=>'228553', 'goodscode'=>'228578', 'woodname'=>'프리미엄 자작나무 합판', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[20]['woodtype'][0]['T9'] = array('namecode'=>'228554', 'goodscode'=>'228576', 'woodname'=>'프리미엄 자작나무 합판', 'other_process'=>array('1', '2', '3', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[20]['woodtype'][0]['T12'] = array('namecode'=>'228555', 'goodscode'=>'228577', 'woodname'=>'프리미엄 자작나무 합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[20]['woodtype'][0]['T15'] = array('namecode'=>'228556', 'goodscode'=>'228579', 'woodname'=>'프리미엄 자작나무 합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[20]['woodtype'][0]['T18'] = array('namecode'=>'228557', 'goodscode'=>'228580', 'woodname'=>'프리미엄 자작나무 합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[20]['woodtype'][0]['T24'] = array('namecode'=>'228558', 'goodscode'=>'228581', 'woodname'=>'[파격특가] 프리미엄 자작나무 합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[20]['woodtype'][0]['T30'] = array('namecode'=>'255240', 'goodscode'=>'255244', 'woodname'=>'[파격특가] 프리미엄 자작나무 합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ======================================= 자작나무합판 ======================================= */ /* ======================================= 방수합판 ======================================= */ $wood_lists[25] = array(); $wood_lists[25]['woodgroup'] = '코팅합판'; $wood_lists[25]['effect'] = array('bestico'); $wood_lists[25]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[25]['woodtype'][0]['T12'] = array('namecode'=>'264274', 'goodscode'=>'264275', 'woodname'=>'코팅 방수/내수합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* ======================================= 방수합판 ======================================= */ /* ============================================================================================== */ /* ============================================================================================== */ /* ========================================= 기타합판 ========================================= */ $wood_lists[21] = array(); $wood_lists[21]['woodgroup'] = '기타합판'; $wood_lists[21]['effect'] = array(); $wood_lists[21]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[21]['woodtype'][0]['T12'] = array('namecode'=>'94698', 'goodscode'=>'106279', 'woodname'=>'낙엽송합판 라취엠보', 'other_process'=>array('100')); $wood_lists[21]['woodtype'][1]['T15'] = array('namecode'=>'241800', 'goodscode'=>'241939', 'woodname'=>'인코아 합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[21]['woodtype'][1]['T18'] = array('namecode'=>'241801', 'goodscode'=>'241940', 'woodname'=>'인코아 합판', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); //$wood_lists[21]['woodtype'][2]['T8'] = array('namecode'=>'242317', 'goodscode'=>'242318', 'woodname'=>'OSB 합판', 'other_process'=>array('100')); $wood_lists[21]['woodtype'][2]['T11'] = array('namecode'=>'241802', 'goodscode'=>'241938', 'woodname'=>'OSB 합판', 'other_process'=>array('100')); /* ========================================= 기타합판 ========================================= */ /* ============================================================================================== */ /* ============================================================================================== */ /* ======================================== 판재/구조재 ======================================= */ $wood_lists[22] = array(); $wood_lists[22]['woodgroup'] = '판재/구조재'; $wood_lists[22]['effect'] = array(); $wood_lists[22]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); $wood_lists[22]['woodtype'][0]['T19_W90'] = array('namecode'=>'47143', 'goodscode'=>'106303', 'woodname'=>'골만 스프러스판재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[22]['woodtype'][0]['T19_W140'] = array('namecode'=>'94831', 'goodscode'=>'106304', 'woodname'=>'골만 스프러스판재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[22]['woodtype'][0]['T19_W185'] = array('namecode'=>'94833', 'goodscode'=>'106305', 'woodname'=>'골만 스프러스판재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /*07-13 채대리요청 품절 $wood_lists[22]['woodtype'][0]['T19_W235'] = array('namecode'=>'94836', 'goodscode'=>'106306', 'woodname'=>'골만 스프러스판재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); */ $wood_lists[22]['woodtype'][0]['T19_W285'] = array('namecode'=>'94838', 'goodscode'=>'106307', 'woodname'=>'골만 스프러스판재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[22]['woodtype'][1]['T38_W90'] = array('namecode'=>'94946', 'goodscode'=>'106289', 'woodname'=>'스프러스판재-구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[22]['woodtype'][1]['T38_W140'] = array('namecode'=>'94948', 'goodscode'=>'106290', 'woodname'=>'스프러스판재-구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[22]['woodtype'][1]['T38_W185'] = array('namecode'=>'8524', 'goodscode'=>'106291', 'woodname'=>'스프러스판재-구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[22]['woodtype'][2]['T21'] = array('namecode'=>'150568', 'goodscode'=>'151102', 'woodname'=>'레드파인 건조데크', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); /* $wood_lists[22]['woodtype'][3]['T38_W89'] = array('namecode'=>'250305', 'goodscode'=>'250308', 'woodname'=>'사스나(레드파인) 구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[22]['woodtype'][3]['T30_W150'] = array('namecode'=>'250304', 'goodscode'=>'250309', 'woodname'=>'사스나(레드파인) 구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[22]['woodtype'][3]['T30_W150'] = array('namecode'=>'250303', 'goodscode'=>'250310', 'woodname'=>'사스나(레드파인) 구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '13', '14', '100')); * / $wood_lists[22]['woodtype'][3]['T38_W140'] = array('namecode'=>'268277', 'goodscode'=>'268278', 'woodname'=>'사스나(레드파인) 구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '13', '14', '100')); /* $wood_lists[22]['woodtype'][4]['T12_W120'] = array('namecode'=>'251913', 'goodscode'=>'251933', 'woodname'=>'히노끼판재(일본산) 구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); */ /*$wood_lists[22]['woodtype'][4]['T19_W140'] = array('namecode'=>'251914', 'goodscode'=>'251934', 'woodname'=>'히노끼판재(일본산) 구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'));*/ /*$wood_lists[22]['woodtype'][4]['T25_W140'] = array('namecode'=>'251915', 'goodscode'=>'251935', 'woodname'=>'히노끼판재(일본산) 구조재', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'));*/ /* ======================================== 판재/구조재 ======================================= */ /* ============================================================================================== */ /* ============================================================================================== */ /* =========================================== 방부목 ========================================= */ $wood_lists[23] = array(); $wood_lists[23]['woodgroup'] = '방부목'; $wood_lists[23]['effect'] = array(); $wood_lists[23]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100'); /* $wood_lists[23]['woodtype'][0]['T140_W140'] = array('namecode'=>'233157', 'goodscode'=>'233202', 'woodname'=>'방부목', 'other_process'=>array( '100')); */ $wood_lists[23]['woodtype'][0]['T40_W140'] = array('namecode'=>'233152', 'goodscode'=>'233197', 'woodname'=>'방부목', 'other_process'=>array( '100')); $wood_lists[23]['woodtype'][0]['T40_W185'] = array('namecode'=>'233153', 'goodscode'=>'233198', 'woodname'=>'방부목', 'other_process'=>array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '100')); $wood_lists[23]['woodtype'][0]['T40_W235'] = array('namecode'=>'233154', 'goodscode'=>'233199', 'woodname'=>'방부목', 'other_process'=>array( '100')); /*2020-07-22 입고*/ $wood_lists[23]['woodtype'][0]['T40_W285'] = array('namecode'=>'233155', 'goodscode'=>'233200', 'woodname'=>'방부목', 'other_process'=>array( '100')); $wood_lists[23]['woodtype'][0]['T38_W90'] = array('namecode'=>'233151', 'goodscode'=>'233196', 'woodname'=>'방부목', 'other_process'=>array( '100')); $wood_lists[23]['woodtype'][0]['T21_W120'] = array('namecode'=>'15079', 'goodscode'=>'106300', 'woodname'=>'방부목', 'other_process'=>array( '100')); $wood_lists[23]['woodtype'][0]['T25_W140'] = array('namecode'=>'233150', 'goodscode'=>'233195', 'woodname'=>'방부목', 'other_process'=>array( '100')); $wood_lists[23]['woodtype'][1]['H38_W38'] = array('namecode'=>'47207', 'goodscode'=>'107503', 'woodname'=>'방부목각재 38mmX38mm', 'other_process'=>array( '100')); $wood_lists[23]['woodtype'][0]['H90_W90'] = array('namecode'=>'233156', 'goodscode'=>'233201', 'woodname'=>'방부목각재 90mmX90mm', 'other_process'=>array( '100')); /* =========================================== 방부목 ========================================= */ /* ============================================================================================== */ /* ============================================================================================== */ /* ============================================ 각재 ========================================== */ $wood_lists[24] = array(); $wood_lists[24]['woodgroup'] = '각재/목봉'; $wood_lists[24]['effect'] = array(); $wood_lists[24]['process'] = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '11', '12', '14', '98', '99', '100'); $wood_lists[24]['woodtype'][0]['W28_H28'] = array('namecode'=>'112139', 'goodscode'=>'113861', 'woodname'=>'라왕 한치각', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][1]['W38_H38'] = array('namecode'=>'47190', 'goodscode'=>'107505', 'woodname'=>'S.P.F구조재 각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][2]['W40_H10'] = array('namecode'=>'112134', 'goodscode'=>'113862', 'woodname'=>'라왕후지', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][3]['W40_H30'] = array('namecode'=>'112136', 'goodscode'=>'113863', 'woodname'=>'라왕심재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][4]['W45_H45'] = array('namecode'=>'242099', 'goodscode'=>'107497', 'woodname'=>'미송집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][4]['W50_H50'] = array('namecode'=>'95002', 'goodscode'=>'157683', 'woodname'=>'미송집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][4]['W60_H60'] = array('namecode'=>'73078', 'goodscode'=>'107500', 'woodname'=>'미송집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); /*$wood_lists[24]['woodtype'][4]['W75_H75'] = array('namecode'=>'138631', 'goodscode'=>'138632', 'woodname'=>'미송집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100'));*/ $wood_lists[24]['woodtype'][5]['W45_H45'] = array('namecode'=>'104379', 'goodscode'=>'244995', 'woodname'=>'레드파인집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][5]['W60_H60'] = array('namecode'=>'237483', 'goodscode'=>'244996', 'woodname'=>'레드파인집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][5]['W75_H75'] = array('namecode'=>'237484', 'goodscode'=>'244997', 'woodname'=>'레드파인집성목각재', 'other_process'=>array('1', '2', '3','11', '12', '14', '100')); /*$wood_lists[24]['woodtype'][6]['W45_H45'] = array('namecode'=>'239876', 'goodscode'=>'240330', 'woodname'=>'아카시아집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][6]['W60_H60'] = array('namecode'=>'239867', 'goodscode'=>'240331', 'woodname'=>'아카시아집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); */ $wood_lists[24]['woodtype'][6]['W50_H50'] = array('namecode'=>'119782', 'goodscode'=>'122237', 'woodname'=>'삼나무집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][6]['W60_H60'] = array('namecode'=>'126459', 'goodscode'=>'135578', 'woodname'=>'삼나무집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); /* $wood_lists[24]['woodtype'][8]['W45_H45'] = array('namecode'=>'138629', 'goodscode'=>'138635', 'woodname'=>'히노끼집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); $wood_lists[24]['woodtype'][8]['W60_H60'] = array('namecode'=>'138630', 'goodscode'=>'138636', 'woodname'=>'히노끼집성목각재', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); */ /*$wood_lists[24]['woodtype'][9]['nosize'] = array('namecode'=>'249093', 'goodscode'=>'251367', 'woodname'=>'스프러스 루바', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100'));*/ $wood_lists[24]['woodtype'][7]['nosize'] = array('namecode'=>'249095', 'goodscode'=>'251372', 'woodname'=>'레드파인 루바', 'other_process'=>array('1', '2', '3', '11', '12', '14', '100')); /*목봉추가 2020.07.15 류*/ /* $wood_lists[24]['woodtype'][10]['nosize'] = array('namecode'=>'78560', 'goodscode'=>'185778', 'woodname'=>'목봉 8TX890mm', 'other_process'=>array('99', '100')); */ $wood_lists[24]['woodtype'][8]['nosize'] = array('namecode'=>'11940', 'goodscode'=>'185783', 'woodname'=>'목봉 10TX890mm', 'other_process'=>array('98', '99', '100')); $wood_lists[24]['woodtype'][9]['nosize'] = array('namecode'=>'78558', 'goodscode'=>'185779', 'woodname'=>'목봉 12TX890mm', 'other_process'=>array('98', '99', '100')); $wood_lists[24]['woodtype'][10]['nosize'] = array('namecode'=>'11939', 'goodscode'=>'185784', 'woodname'=>'목봉 15TX890mm', 'other_process'=>array('98', '99', '100')); $wood_lists[24]['woodtype'][11]['nosize'] = array('namecode'=>'78557', 'goodscode'=>'185780', 'woodname'=>'목봉 18TX890mm', 'other_process'=>array('98', '99', '100')); $wood_lists[24]['woodtype'][12]['nosize'] = array('namecode'=>'78556', 'goodscode'=>'185781', 'woodname'=>'목봉 20TX890mm', 'other_process'=>array('98', '99', '100')); $wood_lists[24]['woodtype'][13]['nosize'] = array('namecode'=>'78555', 'goodscode'=>'185782', 'woodname'=>'목봉 25TX890mm', 'other_process'=>array('98', '99', '100')); $wood_lists[24]['woodtype'][14]['nosize'] = array('namecode'=>'11938', 'goodscode'=>'185785', 'woodname'=>'목봉 30TX890mm', 'other_process'=>array('98', '99', '100')); /* ============================================ 각재 ========================================== */ ?>