$('#grid_Order').datagrid({
       onCheck: function(index, data) { //alert(data[0]);
               //alert(index );
               $("#ChangeCore_order_id").html(data[0]);//赋值 赋安装工单id 换芯 维修 用
               $("#Repair_order_id").html(data[0]);//alert($("#ChangeCore_order_id").html());
               $("#order_install_id").val(data[0]);//
        }
});

<table id="grid_Order" class='easyui-datagrid' style='width:1000px;' url='Ajax-index.php?module=CallIn&action=Ajax_GridView_Select_Order'
title='已购机器' iconCls='icon-table' rownumbers='true' fitColumns='false' singleSelect='true' >
<thead>
<tr> <th data-options="field:'ck',checkbox:true"></th> <th field='contact_name' width='80'align='center'>姓名</th>
<th field='contact_callerid' width='120'align='center' >电话号码</th>
<th field='date_entered' width='140'align='center'>创建时间</th> <th field='contact_address' width='160' align='center' >地址</th>
<th field='description' width='160' align='center'>描述</th>
<th field='assigned_user_name' width='80' align='center'>创建人员</th>
</tr>
</thead>
</table>

最新文章

  1. 【原】ios的hitTest方法以及不规则区域内触摸事件处理方法
  2. (译文)MVC通用仓储类
  3. 纯CSS打造银色MacBook Air(完整版)
  4. vs.net 2005 C# WinForm GroupBOX 的BUG?尝试读取或写入受保护的内存。这通常指示其他内存已损坏
  5. iOS——关于打印控件
  6. PowerDesigner导出Excel
  7. (一)使用log4net生成日志文件
  8. Hadoop MapReduce概念学习系列之mr的Shuffle(二十二)
  9. Angular简单应用剖析
  10. UVA 10400 Game Show Math (dfs + 记忆化搜索)
  11. python环境搭建(python2和python3共存)
  12. postgresql跨服务器复制数据库
  13. js之制作简易红绿灯
  14. WebSocket刨根问底(四)之五子棋大战江湖
  15. git提示错误关于错误:ssh: Could not resolve hostname github.com: Name or service not known.fatal: Could not read from remote repository.
  16. Navicat -- 远程连接问题
  17. CSS初始化示例代码
  18. SQL Server2008 删除登录记录
  19. Zabbix报警执行远程命令
  20. linux网络操作 配置文件

热门文章

  1. 使用Spring框架入门一:基于XML配置的IOC/DI的使用
  2. 006-GO VSCode 自动提示功能提示PANIC
  3. C# new和初始化
  4. 简述一下 src 与 href 的区别
  5. cocos2d-js 3.0 RC0 监听返回键、菜单键、进入后台(home键)、恢复显示等事件
  6. Oracle中的rowid
  7. Artistic Style在windows下的使用(C/C++)
  8. Selenium上传文件
  9. mybatis中模糊查询的使用以及一些细节问题的注意事项
  10. OpenCV学习代码记录——轮廓(contour)检测