jinhuo.js
上传用户:yantgcom
上传日期:2013-07-19
资源大小:478k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

PHP

  1. function GetGYlist(currObj) {   //供应商列表
  2. //alert(currObj);
  3. window.open("../gongyin/getlist.php?jspath=jinhuo&jsname=jinhuo.js","gongyinwin","width=400,height=400,resizable=1,scrollbars=1,top=150,left=400");
  4. }
  5. function productPickList(currObj) {
  6. var trObj=currObj.parentNode.parentNode
  7. var rowid=parseInt(trObj.id.substr(trObj.id.indexOf("w")+1,trObj.id.length))
  8. window.open("../products/getindex.php?curr_row="+rowid+"&jspath=jinhuo&jsname=jinhuo.js","productWin","width=650,height=500,resizable=1,scrollbars=1,top=150,left=200");
  9. }
  10. function productidname(pro_id,pro_name,pro_dw,rowid) {
  11. //alert(parent.opener.document.title);
  12. //alert(rowid);
  13.     parent.opener.document.EditView.elements["hpshd01"+rowid].value = pro_id;
  14. parent.opener.document.EditView.elements["pshd02"+rowid].value = pro_name;
  15. parent.opener.document.EditView.elements["pshd06"+rowid].value = pro_dw;
  16. parent.close();
  17. }
  18. function set_return_inventory(cli_id,cli_name,cli_addr) {
  19.     window.opener.document.EditView.elements["shdw"].value = cli_id;
  20.     window.opener.document.EditView.elements["shdwname"].value = cli_name;
  21.     window.opener.document.EditView.elements["pshm09"].value = cli_addr;
  22. window.close();
  23. }