...
|
...
|
@@ -189,7 +189,7 @@ |
|
|
return res;
|
|
|
}
|
|
|
},
|
|
|
{field:'..', title:'<spring:message code="opt.operator" />', formatter:preoperatorFormat, width:40}
|
|
|
<%--{field:'..', title:'<spring:message code="opt.operator" />', formatter:preoperatorFormat, width:40}--%>
|
|
|
]],
|
|
|
onResize:function(){
|
|
|
$('#dg').datagrid('fixDetailRowHeight',index);
|
...
|
...
|
@@ -211,10 +211,10 @@ |
|
|
return html;
|
|
|
}
|
|
|
|
|
|
//分单撤销按钮
|
|
|
//分单撤销
|
|
|
function preoperatorFormat(val, row, index){
|
|
|
var html = "<a href='javascript:void(0)' style='text-decoration:none;color:blue;'></a>";
|
|
|
html+="<a href='javascript:void(0)' style='text-decoration:none;color:blue;margin-left:20px;'></a>";
|
|
|
var html = "<a href='javascript:void(0)' onclick='prebackout("+row.id+")' style='text-decoration:none;color:blue;'><spring:message code='opt.delete'/></a>";
|
|
|
// html+="<a href='javascript:void(0)' style='text-decoration:none;color:blue;margin-left:20px;'></a>";
|
|
|
return html;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -312,8 +312,8 @@ |
|
|
}
|
|
|
|
|
|
function editHbillFormat(val,row,index){
|
|
|
var html='<a href="javascript:void(0)" style="text-decoration:none;margin-left:20px;color:blue;" onclick="editHbillRow('+row.id+')"><i class="iconfont"></i></a>';
|
|
|
// html += '<a href="javascript:void(0)" style="text-decoration:none;margin-left:20px;color:red;" onclick="delHbillRow('+row.id+','+row.mawbId+','+index+')"><i class="iconfont"></i></a>';
|
|
|
// var html='<a href="javascript:void(0)" style="text-decoration:none;margin-left:20px;color:blue;" onclick="editHbillRow('+row.id+')"><i class="iconfont"></i></a>';
|
|
|
var html = '<a href="javascript:void(0)" style="text-decoration:none;margin-left:20px;color:red;" onclick="delHbillRow('+row.id+','+row.mawbId+','+index+')"><i class="iconfont"></i></a>';
|
|
|
return html;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -336,7 +336,7 @@ |
|
|
maxmin : true,
|
|
|
shadeClose : false, // 点击遮罩关闭层
|
|
|
area : [ '450px', '300px' ],
|
|
|
content : '/wbm/edit/'+id
|
|
|
content : '<%=basePath %>wbm/edit?id='+id
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|