|
@@ -383,7 +383,7 @@
|
|
{field:'index',align:'center', title: '序号',width:80}
|
|
{field:'index',align:'center', title: '序号',width:80}
|
|
/*,{field:'number',align:'center', title: '申请编号', width:160}*/
|
|
/*,{field:'number',align:'center', title: '申请编号', width:160}*/
|
|
,{field:'territory',align:'center', title: '负责地区', minwidth:100,templet:function(d){
|
|
,{field:'territory',align:'center', title: '负责地区', minwidth:100,templet:function(d){
|
|
- return "<a class=\"attention-info\" title=\"" + d.territory + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看地区申请', '${ctx}/districtDirectorApplication/districtDirectorApplication/lookForm?id=" + d.id +"','95%', '95%')\">" + d.territory + "</a>";
|
|
|
|
|
|
+ return "<a class=\"attention-info\" title=\"" + d.territory + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看地区申请', '${ctx}/districtDirectorApplication/districtDirectorApplication/lookForm?id=" + d.id +"','"+d.id+"','95%', '95%')\">" + d.territory + "</a>";
|
|
}}
|
|
}}
|
|
,{field:'createName', align:'center',title: '申请人', minwidth:100,templet:function(d){
|
|
,{field:'createName', align:'center',title: '申请人', minwidth:100,templet:function(d){
|
|
return "<span title=\"" + d.createName + "\">" + d.createName + "</span>";
|
|
return "<span title=\"" + d.createName + "\">" + d.createName + "</span>";
|
|
@@ -395,7 +395,7 @@
|
|
,{align:'center', title: '状态', minwidth:150,templet:function(d){
|
|
,{align:'center', title: '状态', minwidth:150,templet:function(d){
|
|
var st = directorApplicationState(d.status);
|
|
var st = directorApplicationState(d.status);
|
|
if(st.action)
|
|
if(st.action)
|
|
- var xml ="<span onclick=\"openDialogView('流程追踪', '${ctx}/districtDirectorApplication/districtDirectorApplication/getProcess?id=" + d.id + "','95%','95%')\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
|
|
|
|
+ var xml ="<span onclick=\"openDialogView('流程追踪', '${ctx}/districtDirectorApplication/districtDirectorApplication/getProcess?id=" + d.id + "','"+d.id+"','95%','95%')\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
else
|
|
else
|
|
var xml = "<span style=\"cursor:default;\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
var xml = "<span style=\"cursor:default;\" class=\"status-label status-label-" + st.label + "\" >" + st.status + "</span>";
|
|
return xml;
|
|
return xml;
|