getlist.js
资源名称:minierp.rar [点击查看]
上传用户:yantgcom
上传日期:2013-07-19
资源大小:478k
文件大小:0k
源码类别:
MySQL数据库
开发平台:
PHP
- function set_return_inventory(cli_id,cli_name,cli_addr) {
- window.opener.document.EditView.elements["shdw"].value = cli_id;
- window.opener.document.EditView.elements["shdwname"].value = cli_name;
- window.opener.document.EditView.elements["pshm09"].value = cli_addr;
- window.close();
- }