| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651 |
- <div class="tbl_wrap">
- <table class="tbl_list2">
- <colgroup>
- <col width="12%">
- <col width="88%">
- </colgroup>
- <form id="frmFormGuide" name="frmForm" method="post" enctype="multipart/form-data">
- <input type="hidden" name="cd_car" id="cd_car" value="<?=$cd_car?>"/>
- <input type="hidden" name="mode" id="mode" value="Guide"/>
- <tr>
- <th>담당자코멘트</th>
- <td><textarea name="nm_guide" id="nm_guide"><?=$nm_guide?></textarea></td>
- </tr>
- </form>
- </table>
- </div>
- <div class="btn_right">
- <a href="#" class="rnd_btn ty2 blue" id="btn_guide">저장</a>
- <a href="./<?=$list_url?>?PageNo=<?=$ListPageNo?>" class="rnd_btn ty2 gray">목록</a>
- <a href="#" class="rnd_btn ty2 blue" style="width:105px;" onclick="viewPopup('history');return false;">보험처리이력</a>
- <a href="#" class="rnd_btn ty2 gray" id="btn_confirm">승인</a>
- <a href="#" class="rnd_btn ty2 black" onclick="viewPopup('return');return false;">반려</a>
- </div>
- <!-- layer popup1 -->
- <div class="layer_popup history_popup">
- <div class="close">팝업닫기</div>
- <h3>중고차 보험처리 이력정보 보고서</h3>
- <div class="scr_cont">
- <h4>중고차 사고이력 요약 정보</h4>
- <form id="frmForm" name="frmForm" method="post" enctype="multipart/form-data">
- <input type="hidden" name="cd_car" id="cd_car" value="<?=$cd_car?>"/>
- <input type="hidden" name="mode" id="mode" value="AddActIns"/>
- <input type="hidden" name="nm_act_yn" id="nm_act_yn" value="<?=$nm_act_yn?>"/>
- <table class="tbl_data">
- <colgroup>
- <col width="35%">
- <col width="*">
- </colgroup>
- <tr>
- <th>자동차 일반사양</th>
- <td><input type="text" class="inp_txt" style="width:98%;" name="nm_act_general_spec" id="nm_act_general_spec" value="<?=$nm_act_general_spec?>"></td>
- </tr>
- <tr>
- <th>자동차 용도이력</th>
- <td><input type="text" class="inp_txt" style="width:98%;" name="nm_act_use_record" id="nm_act_use_record" value="<?=$nm_act_use_record?>"></td>
- </tr>
- <tr>
- <th>자동차 번호 / 소유자 변경횟수</th>
- <td><input type="text" class="inp_txt" style="width:80px;" name="nm_act_chgno" id="nm_act_chgno" value="<?=$nm_act_chgno?>"> 회 / <input type="text" class="inp_txt" style="width:80px;" name="nm_act_chgnm" id="nm_act_chgnm" value="<?=$nm_act_chgnm?>"> 회</td>
- </tr>
- <tr>
- <th>자동차보험 특수 사고이력(전손, 침수, 도난)</th>
- <td>전손 : <input type="text" class="inp_txt" style="width:80px;" name="nm_act_s1" id="nm_act_s1" value="<?=$nm_act_s1?>">, 도난 : <input type="text" class="inp_txt" style="width:80px;" name="nm_act_s4" id="nm_act_s4" value="<?=$nm_act_s4?>">, 침수(전손 : <input type="text" class="inp_txt" style="width:80px;" name="nm_act_s2" id="nm_act_s2" value="<?=$nm_act_s2?>">, 분손 : <input type="text" class="inp_txt" style="width:80px;" name="nm_act_s3" id="nm_act_s3" value="<?=$nm_act_s3?>"> )</td>
- </tr>
- <tr>
- <th>보험사고이력(내차 피해)</th>
- <td><input type="text" class="inp_txt" style="width:80px;" name="nm_act_my" id="nm_act_my" value="<?=$nm_act_my?>"> 회, <input type="text" class="inp_txt" style="width:150px;" name="nm_act_my_amt" id="nm_act_my_amt" value="<?=$nm_act_my_amt?>"> 원</td>
- </tr>
- <tr>
- <th>보험사고이력(타차 피해)</th>
- <td><input type="text" class="inp_txt" style="width:80px;" name="nm_act_other" id="nm_act_other" value="<?=$nm_act_other?>"> 회, <input type="text" class="inp_txt" style="width:150px;" name="nm_act_other_amt" id="nm_act_other_amt" value="<?=$nm_act_other_amt?>"> 원</td>
- </tr>
- </table>
- <p class="notice01">자동차보험 사고기록이 없었다고 해서 반드시 무사고라고 할 수는 없습니다.</p>
- <h5>1. 자동차 용도 이력정보</h5>
- <table class="tbl_data">
- <colgroup>
- <col width="35%">
- <col width="*">
- </colgroup>
- <tr>
- <th>대여용도 사용이력(렌터카)</th>
- <td><input type="text" class="inp_txt" style="width:290px;" name="nm_act_use_record_lend" id="nm_act_use_record_lend" value="<?=$nm_act_use_record_lend?>"></td>
- </tr>
- <tr>
- <th>영업용도 사용이력</th>
- <td><input type="text" class="inp_txt" style="width:290px;" name="nm_act_use_record_biz" id="nm_act_use_record_biz" value="<?=$nm_act_use_record_biz?>"></td>
- </tr>
- <tr>
- <th>관용용도 사용이력</th>
- <td><input type="text" class="inp_txt" style="width:290px;" name="nm_act_use_record_official" id="nm_act_use_record_official" value="<?=$nm_act_use_record_official?>"></td>
- </tr>
- </table>
- <p class="notice02">과거 자동차번호 변경기록을 모두 검색하여 제공하는 것으로 대여용(렌트카), 영업용(택시 등)으로 사용된 적이 있는지 확인할 수 있습니다.</p>
- <h5>2. 자동차보험 특수 사고 이력 정보</h5>
- <table class="tbl_data">
- <colgroup>
- <col width="35%">
- <col width="*">
- </colgroup>
- <tr>
- <th>전손 보험사고</th>
- <td><input type="text" class="inp_txt" style="width:290px;" name="nm_act_ins_loss" id="nm_act_ins_loss" value="<?=$nm_act_ins_loss?>"></td>
- </tr>
- <tr>
- <th>침수 보험사고</th>
- <td><input type="text" class="inp_txt" style="width:290px;" name="nm_act_ins_wet" id="nm_act_ins_wet" value="<?=$nm_act_ins_wet?>"></td>
- </tr>
- <tr>
- <th>도난 보험사고</th>
- <td><input type="text" class="inp_txt" style="width:290px;" name="nm_act_ins_robbery" id="nm_act_ins_robbery" value="<?=$nm_act_ins_robbery?>"></td>
- </tr>
- </table>
- <h5>3. 보험사고 이력정보 : 내차 피해</h5>
- <table class="tbl_data2">
- <colgroup>
- <col width="20%">
- <col width="20%">
- <col width="20%">
- <col width="20%">
- <col width="20%">
- </colgroup>
- <thead>
- <tr>
- <th>사고일자</th>
- <th>부품</th>
- <th>공임</th>
- <th>도장</th>
- <th>총 수리비용</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_01" id="ds_g1_01" value="<?=$ds_g1_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_02" id="ds_g1_02" value="<?=$ds_g1_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_03" id="ds_g1_03" value="<?=$ds_g1_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_04" id="ds_g1_04" value="<?=$ds_g1_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_05" id="ds_g1_05" value="<?=$ds_g1_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_01" id="ds_g2_01" value="<?=$ds_g2_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_02" id="ds_g2_02" value="<?=$ds_g2_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_03" id="ds_g2_03" value="<?=$ds_g2_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_04" id="ds_g2_04" value="<?=$ds_g2_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_05" id="ds_g2_05" value="<?=$ds_g2_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_01" id="ds_g3_01" value="<?=$ds_g3_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_02" id="ds_g3_02" value="<?=$ds_g3_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_03" id="ds_g3_03" value="<?=$ds_g3_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_04" id="ds_g3_04" value="<?=$ds_g3_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_05" id="ds_g3_05" value="<?=$ds_g3_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- </tbody>
- </table>
- <h5>4. 자동차번호/소유 변경이력 정보</h5>
- <table class="tbl_data2">
- <colgroup>
- <col width="25%">
- <col width="25%">
- <col width="25%">
- <col width="25%">
-
- </colgroup>
- <thead>
- <tr>
- <th>변경등록일</th>
- <th>변경</th>
- <th>차량번호</th>
- <th>차량용도</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_01" id="ds_g1_01" value="<?=$ds_g1_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_02" id="ds_g1_02" value="<?=$ds_g1_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_03" id="ds_g1_03" value="<?=$ds_g1_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_04" id="ds_g1_04" value="<?=$ds_g1_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_01" id="ds_g2_01" value="<?=$ds_g2_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_02" id="ds_g2_02" value="<?=$ds_g2_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_03" id="ds_g2_03" value="<?=$ds_g2_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_04" id="ds_g2_04" value="<?=$ds_g2_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_01" id="ds_g3_01" value="<?=$ds_g3_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_02" id="ds_g3_02" value="<?=$ds_g3_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_03" id="ds_g3_03" value="<?=$ds_g3_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_04" id="ds_g3_04" value="<?=$ds_g3_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>"></td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>"></td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>"></td>
- </tr>
- </tbody>
- </table>
-
- <h5>5. 자동차 특수 사고 이력 정보</h5>
- <table class="tbl_data">
- <colgroup>
- <col width="35%">
- <col width="*">
- </colgroup>
- <tr>
-
- <td><input type="text" class="inp_txt" style="width:500px;" name="nm_act_ins_loss" id="nm_act_ins_loss" value="<?=$nm_act_ins_loss?>"></td>
- </tr>
- </table>
-
- <h5>6. 보험사고이력 상세 정보 : 상대차 사고 발생</h5>
- <table class="tbl_data2">
- <colgroup>
- <col width="20%">
- <col width="20%">
- <col width="20%">
- <col width="20%">
- <col width="20%">
- </colgroup>
- <thead>
- <tr>
- <th>사고일자</th>
- <th>부품</th>
- <th>공임</th>
- <th>도장</th>
- <th>총 수리비용</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_01" id="ds_g1_01" value="<?=$ds_g1_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_02" id="ds_g1_02" value="<?=$ds_g1_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_03" id="ds_g1_03" value="<?=$ds_g1_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_04" id="ds_g1_04" value="<?=$ds_g1_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g1_05" id="ds_g1_05" value="<?=$ds_g1_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_01" id="ds_g2_01" value="<?=$ds_g2_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_02" id="ds_g2_02" value="<?=$ds_g2_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_03" id="ds_g2_03" value="<?=$ds_g2_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_04" id="ds_g2_04" value="<?=$ds_g2_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g2_05" id="ds_g2_05" value="<?=$ds_g2_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_01" id="ds_g3_01" value="<?=$ds_g3_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_02" id="ds_g3_02" value="<?=$ds_g3_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_03" id="ds_g3_03" value="<?=$ds_g3_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_04" id="ds_g3_04" value="<?=$ds_g3_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g3_05" id="ds_g3_05" value="<?=$ds_g3_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- <tr>
- <th><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_01" id="ds_g4_01" value="<?=$ds_g4_01?>"></th>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_02" id="ds_g4_02" value="<?=$ds_g4_02?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_03" id="ds_g4_03" value="<?=$ds_g4_03?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_04" id="ds_g4_04" value="<?=$ds_g4_04?>">원</td>
- <td><input type="text" class="inp_txt" style="width:150px;" name="ds_g4_05" id="ds_g4_05" value="<?=$ds_g4_05?>">원</td>
- </tr>
- </tbody>
- </table>
-
-
- </form>
-
- </div>
- <div class="btn_center">
- <a href="#" class="rnd_btn ty2 black" id="btn_write">등록</a>
- </div>
- </div>
- <!-- // layer popup1 -->
- <!-- layer popup2 -->
- <div class="layer_popup return_popup">
- <div class="close">팝업닫기</div>
- <div class="tit">반려사유</div>
- <form id="frmFormReturn" name="frmForm" method="post" enctype="multipart/form-data">
- <input type="hidden" name="cd_sale" id="cd_sale" value="<?=$cd_sale?>"/>
- <input type="hidden" name="mode" id="mode" value="Return"/>
- <div class="cont">
- <p class="return_msg"><textarea name="nm_cont_return" id="nm_cont_return"><?=$nm_cont_return_sale?></textarea></p>
- </div>
- </form>
- <div class="btn_center">
- <a href="#" class="rnd_btn ty2 black" id="btn_write_return">전송</a>
- </div>
- </div>
- <!-- // layer popup2 -->
- <form id="frmFormConfirm" name="delFrm" method="post" action="/sell/proc.php">
- <input type="hidden" name="mode" id="mode" value="Confirm"/>
- <input type="hidden" name="cd_sale" id="cd_sale" value="<?=$cd_sale?>"/>
- </form>
- <script>
- // 담당자코멘트 저장
- function sendFormGuide(){
- var sdata = new FormData();
- $("#frmFormGuide input, #frmFormGuide select, #frmFormGuide textarea").each(function(idx, item){
- var _inputName = $(this).attr("name");
- var _inputVale = $(this).val();
- var _inputType = $(this).attr("type");
- if(_inputType == "radio" || _inputType == "checkbox"){
- console.log(_inputName);
- console.log(_inputVale);
- _inputVale = $("[name="+_inputName+"]:checked").val();
- if($(this).prop("checked")){
- sdata.append(_inputName, _inputVale);
- }
- }else{
- sdata.append(_inputName, _inputVale);
- }
- });
- var url = "/sell/proc.php";
- $.ajax({
- url: url,
- type: 'post',
- data: sdata,
- //dataType: 'json',
- processData: false,
- contentType: false,
- success: function(res) {
- if(res == "200"){
- alert("정상처리 되었습니다.");
- }else{
- alert("실패하였습니다. 다시 시도해 주세요.");
- }
-
- }
- });
- }
- // 보험이력 저장
- function sendForm(){
- var sdata = new FormData();
- $("#frmForm input, #frmForm select, #frmForm textarea").each(function(idx, item){
- var _inputName = $(this).attr("name");
- var _inputVale = $(this).val();
- var _inputType = $(this).attr("type");
- if(_inputType == "radio" || _inputType == "checkbox"){
- console.log(_inputName);
- console.log(_inputVale);
- _inputVale = $("[name="+_inputName+"]:checked").val();
- if($(this).prop("checked")){
- sdata.append(_inputName, _inputVale);
- }
- }else{
- sdata.append(_inputName, _inputVale);
- }
- });
- var url = "/sell/proc.php";
- $.ajax({
- url: url,
- type: 'post',
- data: sdata,
- //dataType: 'json',
- processData: false,
- contentType: false,
- success: function(res) {
- if(res == "200"){
- alert("정상처리 되었습니다.");
- $('#nm_act_yn').val("Y");
- closePopup("history");
- }else{
- alert("실패하였습니다. 다시 시도해 주세요.");
- }
-
- }
- });
- }
- // 반려 사유 저장
- function sendFormReturn(){
- var sdata = new FormData();
- $("#frmFormReturn input, #frmFormReturn select, #frmFormReturn textarea").each(function(idx, item){
- var _inputName = $(this).attr("name");
- var _inputVale = $(this).val();
- var _inputType = $(this).attr("type");
- if(_inputType == "radio" || _inputType == "checkbox"){
- console.log(_inputName);
- console.log(_inputVale);
- _inputVale = $("[name="+_inputName+"]:checked").val();
- if($(this).prop("checked")){
- sdata.append(_inputName, _inputVale);
- }
- }else{
- sdata.append(_inputName, _inputVale);
- }
- });
- var url = "/sell/proc.php";
- $.ajax({
- url: url,
- type: 'post',
- data: sdata,
- //dataType: 'json',
- processData: false,
- contentType: false,
- success: function(res) {
- if(res == "200"){
- alert("정상처리 되었습니다.");
- // $('#nm_act_yn').val("Y");
- closePopup("return");
- }else{
- alert("실패하였습니다. 다시 시도해 주세요.");
- }
-
- }
- });
- }
- // 승인
- function sendFormConfirm(){
- var sdata = new FormData();
- $("#frmFormConfirm input, #frmFormConfirm select, #frmFormConfirm textarea").each(function(idx, item){
- var _inputName = $(this).attr("name");
- var _inputVale = $(this).val();
- var _inputType = $(this).attr("type");
- if(_inputType == "radio" || _inputType == "checkbox"){
- console.log(_inputName);
- console.log(_inputVale);
- _inputVale = $("[name="+_inputName+"]:checked").val();
- if($(this).prop("checked")){
- sdata.append(_inputName, _inputVale);
- }
- }else{
- sdata.append(_inputName, _inputVale);
- }
- });
- var url = "/sell/proc.php";
- $.ajax({
- url: url,
- type: 'post',
- data: sdata,
- //dataType: 'json',
- processData: false,
- contentType: false,
- success: function(res) {
- if(res == "200"){
- alert("정상처리 되었습니다.");
- }else{
- alert("실패하였습니다. 다시 시도해 주세요.");
- }
-
- }
- });
- }
- </script>
- <script language="javascript" type="text/javascript">
- $(document).ready(function() {
- $("#btn_guide").bind("click",function(){
- var fieldlist = [["nm_guide","담당자코멘트"]] ;
- if (!fnCheckForm(fieldlist)){
- return false;
- }
- var c = confirm("처리하시겠습니까?");
- if(c){
- sendFormGuide();
- }else{
- return false;
- }
- });
- $("#btn_write").bind("click",function(){
- var fieldlist = [["nm_act_general_spec","자동차 일반사양"],["nm_act_use_record","자동차 용도이력"],["nm_act_chgno","자동차 번호 변경횟수"],["nm_act_chgnm","자동차 소유자 변경횟수"],["nm_act_s1","자동차보험 특수 사고이력(전손)"],["nm_act_s4","자동차보험 특수 사고이력(도난)"],["nm_act_s2","자동차보험 특수 사고이력(침수)"],["nm_act_s3","자동차보험 특수 사고이력(침수)"],["nm_act_my","보험사고이력(내차 피해)"],["nm_act_my_amt","보험사고이력(내차 피해)"],["nm_act_other","보험사고이력(타차 피해)"],["nm_act_other_amt","보험사고이력(타차 피해)"],["nm_act_use_record_lend","대여용도 사용이력(렌터카)"],["nm_act_use_record_biz","영업용도 사용이력"],["nm_act_use_record_official","관용용도 사용이력"],["nm_act_ins_loss","전손 보험사고"],["nm_act_ins_wet","침수 보험사고"],["nm_act_ins_robbery","도난 보험사고"]] ;
- // var fieldlist = [["nm_act_general_spec","자동차 일반사양"]] ;
- if (!fnCheckForm(fieldlist)){
- return false;
- }
- var c = confirm("처리하시겠습니까?");
- if(c){
- sendForm();
- }else{
- return false;
- }
- });
- $("#btn_write_return").bind("click",function(){
- var fieldlist = [["nm_cont_return","반려 사유"]] ;
- if (!fnCheckForm(fieldlist)){
- return false;
- }
- var c = confirm("처리하시겠습니까?");
- if(c){
- sendFormReturn();
- }else{
- return false;
- }
- });
- $("#btn_confirm").bind("click",function(){
- if ($('#nm_act_yn').val() != "Y"){
- alert("보험처리 이력정보를 등록해 주십시요.");
- return false;
- }
- var c = confirm("처리하시겠습니까?");
- if(c){
- sendFormConfirm();
- }else{
- return false;
- }
- });
- });
- </script>
|