feat: 견적관리 기능 추가 및 검색조건 확장
- 견적요청등록 팝업 신규 개발 (estimateRegistFormPopup.jsp) * S/N 관리 기능 (개별 추가, 연속번호 생성) * 유/무상, 품번, 품명, 수량, 환율 등 필드 추가 * actionType=view 시 닫기 버튼만 표시 - 견적관리 리스트 검색조건 추가 * 주문유형, 제품구분, 국내/해외, 고객사 * 유/무상, 품번, 품명, S/N * 접수일, 요청납기일 기간 검색 * 결재상태 - 결재상신 버튼 기능 수정 - 결재 상태 컬럼 추가 및 결재 상세 팝업 연동 - contractBase SQL에 견적관리 필드 추가
This commit is contained in:
@@ -74,6 +74,9 @@ $(function(){
|
||||
}else if(targetType == "INVOICE"){
|
||||
url = "/supplyChainMgmt/invoiceFormPopUp.do?checkArr="+targetObjId+"&actionType=view";
|
||||
window.open(url, "", "width=1000,height=880");
|
||||
}else if(targetType == "CONTRACT_ESTIMATE"){
|
||||
url = "/contractMgmt/estimateRegistFormPopup.do?objId="+targetObjId+"&actionType=view";
|
||||
window.open(url, "", "width=650,height=400");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -432,7 +432,9 @@ function openProjectFormPopUp(objId){
|
||||
${code_map.product_cd}
|
||||
</select>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<%-- <td><label for="status_cd">진행사항</label></td>
|
||||
<td>
|
||||
<select name="status_cd" id="status_cd" style="width:130px" class="select2" autocomplete="off">
|
||||
@@ -457,13 +459,13 @@ function openProjectFormPopUp(objId){
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td><label for="pm_user_id">PM</label></td>
|
||||
<td>
|
||||
<select name="pm_user_id" id="pm_user_id" style="width:130px" class="select2" autocomplete="off">
|
||||
<option value="">선택</option>
|
||||
${code_map.pm_user_id}
|
||||
</select>
|
||||
</td>
|
||||
<td><label for="pm_user_id">PM</label></td>
|
||||
<td>
|
||||
<select name="pm_user_id" id="pm_user_id" style="width:130px" class="select2" autocomplete="off">
|
||||
<option value="">선택</option>
|
||||
${code_map.pm_user_id}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
1302
WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp
Normal file
1302
WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user