📄 show.js
字号:
// JavaScript Document
function jumpPage(form1)
{
if(form1.select.value=="??????"){
window.location.href="custBaseInfo.htm";
return true;
}
else if(form1.select.value=="??????"){
window.location.href="custAccountInfo.htm";
return true;
}
else if(form1.select.value=="??????????"){
window.location.href="3.htm";
return true;
}
else if(form1.select.value="客户的业务信息"){
window.location.href="";
}
else if(form1.select.value="客户业务量信息"){
window.location.href="";
}
else if(form1.select.value="客户费用信息"){
window.location.href="";
}
else if(form1.select.value="客户优惠信息"){
window.location.href="";
}
else if(form1.select.value="客户欠费信息"){
window.location.href="";
}
else if(form1.select.value="客户使用竞争对手产品信息"){
window.location.href="";
}
else if(form1.select.value="客户障碍申告信息"){
window.location.href="";
return true;
}
else if(form1.select.value="客户投诉信息"){
window.location.href="";
return true;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -