<table id="tt" style="width:100%;height:355px"
url="../aowei/Handler/HandlerProjectTrackingList.ashx?ProTrackFlag=Detail" title="跟踪<img src='assets/img/21plus_roundel.png' style='width:16px;height:16px;margin-left:88%;vertical-align: middle;' />
<a href='#' style='color: black;margin-left: 10px'>增加</a>" iconCls="icon-edit" singleSelect="true" idField="itemid" fitColumns="true" striped="true" >
<thead>
<tr>
<th field="ProTrackTime" width="60"align="center">时间</th>
<th field="ProTrackName" width="80" align="center">姓名</th>
<th field="ProTrackWay" width="80" align="center" >方式</th>
<th field="ProTrackRemark" width="180"align="center" >备注</th>
<th field="ProTrackOpeation" width="190" align="center" >操作</th>
</tr>
</thead>
</table>

js

 <script>
var url = window.location.href;
var entity = {};
function GetQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
var r = window.location.search.substr(1).match(reg);
if (r != null) return unescape(r[2]); return null;
}
var urlpara = GetQueryString("AllotProId");
$(document).ready(function () {
$('#tt').datagrid('load', {
ProTrackProId: GetQueryString("AllotProId")
});
});
</script>

最新文章

  1. 移动硬盘不能识别的常见7种解决方案 ~ By 逆天经验
  2. Ajax我选择这样入门
  3. kvm 简介
  4. Spring + Spring MVC+Hibernate框架整合详细配置
  5. 注解的基本盘点 -- 《Java编程思想》
  6. Angularjs总结(一)表单验证
  7. Solr与Tomcat的整合
  8. Css中的变形及过渡动画
  9. 3.IP协议,ARP协议,RARP协议
  10. sublime addons backup
  11. 小白都能看明白的VLAN原理解释
  12. hdoj:2055
  13. [POJ268] Prime Distance(素数筛)
  14. 【BZOJ3545】 [ONTAK2010]Peaks
  15. php下的原生ajax请求
  16. 解决chrome无法启用印象笔记-剪藏功能
  17. HDFS Namenode&amp;Datanode
  18. vue axios配置 发起请求加载loading请求结束关闭loading
  19. Apache http server linux 安装过程说明
  20. 再也不学AJAX了!(三)跨域获取资源 ② - JSONP &amp; CORS

热门文章

  1. 初识阿里开源诊断工具Arthas
  2. “全栈2019”Java第一百一十二章:什么是闭包?
  3. Linux中一些 不是很常用的配置修改
  4. CentOS6.5下openssh服务
  5. 开源代码MyCommons
  6. Java_异常处理(Exception)
  7. [LibreOJ #2983]【WC2019】数树【计数】【DP】【多项式】
  8. dubbo集群容错之LoadBalance
  9. 关于Matlab串口发送HEX格式字符
  10. 修改VS项目的目标平台(目标框架)