You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
276 lines
10 KiB
XML
276 lines
10 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:ev="http://www.w3.org/2001/xml-events"
|
|
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
|
|
<head>
|
|
<w2:type>DEFAULT</w2:type>
|
|
<w2:buildDate/>
|
|
<xf:model>
|
|
<xf:instance>
|
|
<data xmlns=""/>
|
|
</xf:instance>
|
|
<w2:dataCollection baseNode="map">
|
|
<w2:dataMap baseNode="map" id="searchParam">
|
|
<w2:keyInfo>
|
|
<w2:key id="dataDateFrom" name="제공일자From" dataType="text"></w2:key>
|
|
<w2:key id="dataDateTo" name="제공일자To" dataType="text"></w2:key>
|
|
<w2:key id="actionDateFrom" name="갱신처리일자From" dataType="text"></w2:key>
|
|
<w2:key id="actionDateTo" name="갱신처리일자To" dataType="text"></w2:key>
|
|
</w2:keyInfo>
|
|
</w2:dataMap>
|
|
<w2:dataList baseNode="list" repeatNode="map" id="searchResultList" saveRemovedData="true">
|
|
<w2:columnInfo>
|
|
<w2:column id="dataDate" name="변동일" dataType="text"></w2:column>
|
|
<w2:column id="actionDate" name="갱신처리일" dataType="text"></w2:column>
|
|
<w2:column id="actionStartTime" name="갱신처리시작시간" dataType="text"></w2:column>
|
|
<w2:column id="actionEndTime" name="갱신처리종료시간" dataType="text"></w2:column>
|
|
<w2:column id="statCd" name="상태코드" dataType="text"></w2:column>
|
|
<w2:column id="statNm" name="상태" dataType="text"></w2:column>
|
|
<w2:column id="failRow" name="오류발생row" dataType="number"></w2:column>
|
|
</w2:columnInfo>
|
|
</w2:dataList>
|
|
</w2:dataCollection>
|
|
<w2:workflowCollection>
|
|
</w2:workflowCollection>
|
|
<xf:submission id="sub_search"
|
|
ref='data:json,{"id":"searchParam","key":"param"}'
|
|
target='data:json,{"id":"searchResultList","key":"result"}'
|
|
action="/cfs/trsmrcv/findBuildJusoHist.do"
|
|
method="post" mediatype="application/json" encoding="UTF-8" instance="" replace=""
|
|
errorHandler="" customHandler="" mode="asynchronous" processMsg="조회중입니다."
|
|
ev:submit=""
|
|
ev:submitdone=""
|
|
ev:submiterror="" abortTrigger="">
|
|
</xf:submission>
|
|
</xf:model>
|
|
<script type="text/javascript" lazy="false"><![CDATA[
|
|
|
|
scwin.onpageload = function() {
|
|
|
|
var ymd = com.getToday();
|
|
|
|
ica_dataDateFrom.setValue( '20250801' );
|
|
ica_actionDateFrom.setValue( ymd );
|
|
|
|
ica_dataDateTo.setValue( '20250903' );
|
|
ica_actionDateTo.setValue( ymd );
|
|
|
|
};
|
|
|
|
scwin.onpageunload = function() {
|
|
|
|
};
|
|
|
|
|
|
scwin.btn_search_onclick = function(e) {
|
|
document.getElementById(ifi_buildJusoFile.id).value = null;
|
|
com.executeSubmission(sub_search);
|
|
};
|
|
scwin.btn_upload_onclick = function(e) {
|
|
|
|
var fileEl = document.getElementById(ifi_buildJusoFile.id);
|
|
if(fileEl.value == null || fileEl.value == ""){
|
|
com.alert("첨부파일을 선택하세요.");
|
|
return;
|
|
}
|
|
|
|
var formData = new FormData();
|
|
formData.append("buildJusoFile", fileEl.files[0]);
|
|
|
|
var pureAjaxOpt = {
|
|
url : '/cfs/trsmrcv/uploadJuso.do'
|
|
, async : false
|
|
, processData : false
|
|
, contentType : false
|
|
, type: 'POST'
|
|
, data : formData
|
|
, success : function(data) {
|
|
if(data == null || data.result == null){
|
|
com.alert("업로드 중 오류가 발생하였습니다.");
|
|
return;
|
|
}
|
|
|
|
if(data.result == "success"){
|
|
com.alert("업로드 되었습니다.");
|
|
return;
|
|
} else {
|
|
if(data.failResn != null && data.failResn != ""){
|
|
com.alert(data.failResn);
|
|
return;
|
|
} else {
|
|
com.alert("업로드 중 오류가 발생하였습니다.");
|
|
return;
|
|
}
|
|
}
|
|
|
|
}
|
|
, error : function(){
|
|
com.alert("업로드 중 오류가 발생하였습니다.");
|
|
}
|
|
};
|
|
|
|
$.ajax( pureAjaxOpt );
|
|
|
|
};
|
|
]]></script>
|
|
</head>
|
|
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
|
|
|
<xf:group class="contentWrap" id="" style="">
|
|
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
|
|
<xf:group class="tbl_search" id="grp_search" style="">
|
|
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
|
|
<w2:attributes>
|
|
<w2:summary></w2:summary>
|
|
</w2:attributes>
|
|
<xf:group tagname="colgroup">
|
|
<xf:group style="width:70px;" tagname="col"></xf:group>
|
|
<xf:group style="width:300px;" tagname="col"></xf:group>
|
|
<xf:group style="width:70px;" tagname="col"></xf:group>
|
|
<xf:group style="width:300px;" tagname="col"></xf:group>
|
|
<xf:group style="width:70px;" tagname="col"></xf:group>
|
|
<xf:group style="width:*;" tagname="col"></xf:group>
|
|
<xf:group style="width:70px;" tagname="col"></xf:group>
|
|
<xf:group style="width:300px;" tagname="col"></xf:group>
|
|
<xf:group style="width:150px;" tagname="col"></xf:group>
|
|
</xf:group>
|
|
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
|
|
<xf:group class="w2tb_th" style="" tagname="th">변동일</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<w2:inputCalendar calendarValueType="yearMonthDate" class=""
|
|
dateValidCheck="" focusOnDateSelect="false"
|
|
footerDiv="false"
|
|
id="ica_dataDateFrom"
|
|
ref="data:searchParam.dataDateFrom"
|
|
renderDiv="true" renderType="component" style="width: 110px;" weekStartsOn="0">
|
|
</w2:inputCalendar>
|
|
<w2:span id="spa_span1" label="~" style="padding-left: 5px;padding-right: 5px;">
|
|
</w2:span>
|
|
<w2:inputCalendar calendarValueType="yearMonthDate" class=""
|
|
dateValidCheck="" focusOnDateSelect="false"
|
|
footerDiv="false"
|
|
id="ica_dataDateTo"
|
|
ref="data:searchParam.dataDateTo"
|
|
renderDiv="true" renderType="component" style="width: 110px;" weekStartsOn="0">
|
|
</w2:inputCalendar>
|
|
</xf:group>
|
|
|
|
<xf:group class="w2tb_th" style="" tagname="th">갱신처리일</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<w2:inputCalendar calendarValueType="yearMonthDate" class=""
|
|
dateValidCheck="" focusOnDateSelect="false"
|
|
footerDiv="false"
|
|
id="ica_actionDateFrom"
|
|
ref="data:searchParam.actionDateFrom"
|
|
renderDiv="true" renderType="component" style="width: 110px;" weekStartsOn="0">
|
|
</w2:inputCalendar>
|
|
<w2:span id="spa_span2" label="~" style="padding-left: 5px;padding-right: 5px;">
|
|
</w2:span>
|
|
<w2:inputCalendar calendarValueType="yearMonthDate" class=""
|
|
dateValidCheck="" focusOnDateSelect="false"
|
|
footerDiv="false"
|
|
id="ica_actionDateTo"
|
|
ref="data:searchParam.actionDateTo"
|
|
renderDiv="true" renderType="component" style="width: 110px;" weekStartsOn="0">
|
|
</w2:inputCalendar>
|
|
</xf:group>
|
|
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<xf:group class="fr" id="">
|
|
<xf:trigger class="btn_sh" id="btn_search" style="" type="button"
|
|
ev:onclick="scwin.btn_search_onclick">
|
|
<xf:label><![CDATA[조회]]></xf:label>
|
|
</xf:trigger>
|
|
</xf:group>
|
|
</xf:group>
|
|
|
|
<xf:group class="w2tb_th" style="" tagname="td"></xf:group>
|
|
|
|
|
|
<xf:group class="w2tb_th" style="" tagname="th">변동자료</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<xf:input type="file" name="buildJusoFile"
|
|
id="ifi_buildJusoFile" style="width:100%"></xf:input>
|
|
</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<xf:group class="fr" id="">
|
|
<xf:trigger class="btn_act send" id="btn_upload" style="1px black solid" type="button"
|
|
ev:onclick="scwin.btn_upload_onclick">
|
|
<xf:label><![CDATA[변동자료업로드]]></xf:label>
|
|
</xf:trigger>
|
|
</xf:group>
|
|
</xf:group>
|
|
|
|
</xf:group>
|
|
</xf:group>
|
|
</xf:group>
|
|
|
|
<xf:group class="defaultbox" id="" style="">
|
|
<w2:textbox class="df_tt" id="" label="건물주소갱신이력" style="" tagname="h2"></w2:textbox>
|
|
<xf:group class="fr" id="" style=""></xf:group>
|
|
</xf:group>
|
|
|
|
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" class="cm_grid" dataList="data:searchResultList"
|
|
fixedColumnWithHidden="true" focusMode="row" id="" ignoreCellClick="false" ignoreToggleOnDisabled="false" scrollByColumn="false"
|
|
scrollByColumnAdaptive="false" style="height: 54px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
|
|
<w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption>
|
|
<w2:header style="" id="header1">
|
|
<w2:row style="" id="row1">
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="columnhDataDate" value="변동일"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="columnhActionDate" value="갱신처리일"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="columnhActionStartTime" value="갱신처리시작시간"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="columnhActionEndTime" value="갱신처리종료시간"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="columnhStatNm" value="상태"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="columnhFailCnt" value="오류 row"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:header>
|
|
<w2:gBody style="" id="gBody1">
|
|
<w2:row style="" id="row2">
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="dataDate" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="actionDate" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="actionStartTime" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="actionEndTime" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="statNm" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style=""
|
|
id="failRow" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:gBody>
|
|
</w2:gridView>
|
|
</xf:group>
|
|
</body>
|
|
</html> |