⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kuchen.js

📁 开源的 库存管理系统 www.minierp.cn php+ mysql
💻 JS
字号:
function GetProdSNlist(KUC01,rowid,jspath,jsname) {   //产品序号
	//alert(rowid);
	//var trObj=currObj.parentNode.parentNode
	//var rowId=parseInt(trObj.id.substr(trObj.id.indexOf("w")+1,trObj.id.length))
	window.open("../kuchen/getdelt.php?KUCID="+KUC01+"&curr_row="+rowid+"&jspath="+jspath+"&jsname="+jsname,"mainFrame");
}

function SetProd(ku_id,pro_id,pro_name,pro_gui,pro_dw,pro_ph,pro_sn,rowid) {
    parent.frames['topFrame'].document.EditView.elements["k01"].value = ku_id;
    parent.frames['topFrame'].document.EditView.elements["k02"].value = pro_id;
    parent.frames['topFrame'].document.EditView.elements["k03"].value = pro_name;
	parent.frames['topFrame'].document.EditView.elements["k04"].value = pro_gui;
	parent.frames['topFrame'].document.EditView.elements["k05"].value = pro_dw;
	parent.frames['topFrame'].document.EditView.elements["k06"].value = pro_ph;
	parent.frames['topFrame'].document.EditView.elements["k07"].value = pro_sn;
	parent.frames['topFrame'].document.EditView.elements["k08"].value = rowid;
	PutProdSNlist();
}

function Kuchen(ku_id,pro_id,pro_name,pro_gui,pro_dw,pro_ph,pro_sn,rowid) {
	//alert(parent.document.title);
    parent.frames['topFrame'].document.EditView.elements["k01"].value = ku_id;
    parent.frames['topFrame'].document.EditView.elements["k02"].value = pro_id;
    parent.frames['topFrame'].document.EditView.elements["k03"].value = pro_name;
	parent.frames['topFrame'].document.EditView.elements["k04"].value = pro_gui;
	parent.frames['topFrame'].document.EditView.elements["k05"].value = pro_dw;
	parent.frames['topFrame'].document.EditView.elements["k06"].value = pro_ph;
	parent.frames['topFrame'].document.EditView.elements["k07"].value = pro_sn;
	parent.frames['topFrame'].document.EditView.elements["k08"].value = rowid;	
	PutProdSNlist();
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -