You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
777 B
31 lines
777 B
<script type="text/javascript">
|
|
function initFormUp()
|
|
{
|
|
initInpBoxUp();
|
|
document.all("TempleteID").value="";
|
|
document.all("TempleteName").value="";
|
|
document.all("PrintID").value = "";
|
|
document.all("TempleteType").value='';
|
|
document.all("TempleteTypeName").value='';
|
|
document.all("Language").value='';
|
|
document.all("LanguageType").value='';
|
|
document.all("OutputType").value='';
|
|
document.all("OutputTypeName").value='';
|
|
document.all("Output").value='';
|
|
document.all("OutputName").value='';
|
|
document.all("DefaultType").value='';
|
|
document.all("DefaultFlag").value='';
|
|
document.all("file").value="";
|
|
}
|
|
function initInpBoxUp()
|
|
{
|
|
try
|
|
{
|
|
|
|
}
|
|
catch(ex)
|
|
{
|
|
i18nAlert("{0}函数中发生异常:初始化界面错误!", "LIS-01177", "-->InitForm");
|
|
}
|
|
}
|
|
</script>
|
|
|