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.

35 lines
1018 B
Plaintext

11 months ago
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>驰骋工作流</title>
<!-- 引用通用的js文件. -->
<script type="text/javascript" src="../../../Scripts/config.js"></script>
<script type="text/javascript" language="javascript" >
function Load() {
// alert('该功能在重构过程中,如果需要请');
return;
var url = GetHrefUrl();
if (plant == "CCFlow") {
url = url.replace('.htm', '.aspx');
SetHref(url);
return;
} else {
url = url.replace('.htm', '.jsp');
SetHref(url);
return;
}
}
</script>
</head>
<body onload="Load()" >
<form id="cc">
<h2> 该功能在重构过程中,如果需要请,恢复InputCheck.aspx,jsp 进行重构.</h2>
</form>
</body>
</html>