Commit dd58920f authored by taoruidan18083's avatar taoruidan18083

I-23893【建机运维】代理店错误地能下载盖章版本的催款通知函

parent 121b63c5
......@@ -11,7 +11,7 @@
<s:server-script import="con_print_path.js"><![CDATA[
set_parameter_file_path();
]]></s:server-script>
<!--<a:model-query model="cont.CON620.get_sys_role" rootPath="role_info"/>-->
<a:model-query model="cont.CON620.get_sys_role" rootPath="role_info"/>
</a:init-procedure>
<a:view>
<a:link id="con_rent_temp_link"
......@@ -23,6 +23,13 @@
<a:link id="con_rent_down_signatures_link"
url="${/request/@context_path}/modules/cont/CON620/create_content_for_collection_download_signatures.lsc"/>
<script type="text/javascript"><![CDATA[
Leaf.onReady(function() {
if("${/model/role_info/record/@role_code}"!="0018"&&"${/model/role_info/record/@role_code}"!="0019") {
document.getElementById("con_print_signatures_id").style.display = "";
} else {
document.getElementById("con_print_signatures_id").style.display = "none";
}
});
//生成催收函word
function con_print_word_create() {
Leaf.Masker.mask(Ext.getBody(), '请稍等......');
......
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