📄 getlist.js
字号:
function productidname(pro_id,pro_name,pro_dw,rowid) {
window.opener.document.EditView.elements["hpshd01"+rowid].value = pro_id;
window.opener.document.EditView.elements["pshd02"+rowid].value = pro_name;
window.opener.document.EditView.elements["pshd06"+rowid].value = pro_dw;
window.close();
}
function tsel(cid,mid,pid,ple,aid)
{
window.opener.document.EditView.elements["x_PROD02"].value =cid;
window.opener.document.EditView.elements["x_PROD02A"].value =ple;
window.close();
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -