📄 tablehead.js
字号:
function displayhead(SupId,Supname,SupMcode,Mcname) {
document.write("<table >")
document.write("<tr >")
document.write("<td >")
document.write("<table border='0' width='240' style='margin-left: 30; margin-top: 10' cellspacing='0' cellpadding='0'>")
document.write("<tr>")
document.write("<td align='center' width='80'><font size='2' color='#800000'><span style='font-size: 9pt'><strong>系列编号:</strong></span></font></td>")
document.write("<td width='160'><font color='#00000'><span style='font-size: 9pt'> ")
document.write(SupMcode)
document.write("</span></font></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td align='center' width='80' height='2'></td>")
document.write("<td width='160' height='2'><font size='2'></font></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td align='center' width='80'><font size='2' color='#800000'><span style='font-size: 9pt'><strong>系列名称:</strong></span></font></td>")
document.write("<td width='160' height='2'><font color='#000000'><span style='font-size: 9pt'>")
document.write(Mcname)
document.write("</span></font></td>")
document.write("</tr>")
document.write("</table>")
document.write("</td >")
document.write("<td >")
document.write("<table border='0' width='240' style='margin-left: 90; margin-top: 10' cellspacing='0' cellpadding='0'>")
document.write("<tr>")
document.write("<td align='center' width='80'><font size='2' color='#800000'><span style='font-size: 9pt'><strong>供应商编号:</strong></span></font></td>")
document.write("<td width='160'><font color='#00000'><span style='font-size: 9pt'> ")
document.write(SupId)
document.write("</span></font></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td align='center' width='80' height='2'></td>")
document.write("<td width='160' height='2'><font size='2'></font></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td align='center' width='80'><font size='2' color='#800000'><span style='font-size: 9pt'><strong>供应商名称:</strong></span></font></td>")
document.write("<td width='160' height='2'><font color='#000000'><span style='font-size: 9pt'>")
document.write(Supname)
document.write("</span></font></td>")
document.write("</tr>")
document.write("</table>")
document.write("</td >")
document.write("</tr >")
document.write("</table >")
}
function displayhead1(SupId,Supname,SupMcode,Mcname) {
document.write("<table >")
document.write("<tr >")
document.write("<td >")
document.write("<table border='0' width='240' style='margin-left: 30; margin-top: 10' cellspacing='0' cellpadding='0'>")
document.write("<tr>")
document.write("<td align='center' width='80'><font size='2' color='#800000'><span style='font-size: 9pt'><strong>系列编号:</strong></span></font></td>")
document.write("<td width='160'><font color='#00000'><span style='font-size: 9pt'> ")
document.write(SupMcode)
document.write("</span></font></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td align='center' width='80' height='2'></td>")
document.write("<td width='160' height='2'><font size='2'></font></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td align='center' width='80'><font size='2' color='#800000'><span style='font-size: 9pt'><strong>系列名称:</strong></span></font></td>")
document.write("<td width='160' height='2'><font color='#000000'><span style='font-size: 9pt'>")
document.write(Mcname)
document.write("</span></font></td>")
document.write("</tr>")
document.write("</table>")
document.write("</td >")
document.write("<td >")
document.write("<table border='0' width='240' style='margin-left: 90; margin-top: 10' cellspacing='0' cellpadding='0'>")
document.write("<tr>")
document.write("<td align='center' width='80'><font size='2' color='#800000'><span style='font-size: 9pt'><strong>用户编号:</strong></span></font></td>")
document.write("<td width='160'><font color='#00000'><span style='font-size: 9pt'> ")
document.write(SupId)
document.write("</span></font></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td align='center' width='80' height='2'></td>")
document.write("<td width='160' height='2'><font size='2'></font></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td align='center' width='80'><font size='2' color='#800000'><span style='font-size: 9pt'><strong>用户名称:</strong></span></font></td>")
document.write("<td width='160' height='2'><font color='#000000'><span style='font-size: 9pt'>")
document.write(Supname)
document.write("</span></font></td>")
document.write("</tr>")
document.write("</table>")
document.write("</td >")
document.write("</tr >")
document.write("</table >")
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -