Commit a590fcd7 authored by stone's avatar stone

【fix】增加退出按钮

parent 78fa981a
......@@ -6,6 +6,8 @@
<a:link id="hls_acr_vat_import_shw_err_link" url="${/request/@context_path}/modules/acr/ACR515/hls_acr_vat_import_showerrors.lview"/>
<a:link id="acr515_check_import_link" model="acr.ACR515.check_vat_tmp" modelaction="execute"/>
<a:link id="acr515_confirm_import_link" model="acr.ACR515.hls_vat_confirm" modelaction="execute"/>
<a:link id="hls_acr_vat_exit_link" url="${/request/@context_path}/modules/acr/ACR515/acr_invoice_vat.lview"/>
<script><![CDATA[
//$('submitbtn').disable();
......@@ -56,6 +58,9 @@
height: 470
});
}
function exit() {
window.location.href = $('hls_acr_vat_exit_link').getUrl();
}
]]></script>
<a:dataSets>
<a:dataSet id="import_data_ds" autoQuery="true" fetchAll="true" model="acr.ACR515.hls_vat_import_tmp"/>
......@@ -66,6 +71,7 @@
<a:button click="checkbtn" text="校验"/>
<a:button id="submitbtn_id" click="submitbtn" text="确定"/>
<a:button click="showerrorbtn" text="显示错误信息"/>
<a:button click="exit" text="退出"/>
</a:hBox>
<a:grid bindTarget="import_data_ds" height="500" marginWidth="30">
<a:columns>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment