{
field: 'Delete', title: '操作', width: 60, formatter: function (value, row, index) {
var jrow = [];
jrow.push(row)
var btn = '<a class="editcls fa fa-pencil" onclick="editMyRow(' + JSON.stringify(row).replace(/"/g, '&quot;') + ')" href="javascript:void(0)">编辑</a>';
return btn;
}
}

function editMyRow(jrow) {
if (jrow != null) {
$("#modalwindow").html("<iframe width='100%' height='99%' scrolling='yes' frameborder='0' src='/Cost/Cost_SpTaximeter/Edit?).window({ title: '编辑', width: 700, height: 430, iconCls: 'fa fa-pencil' }).window('open');
} else { $.messageBoxWxc('提示', '@Suggestion.PlaseChooseToOperatingRecords'); }
}

相关文章:

  • 2021-08-08
  • 2021-06-02
  • 2022-12-23
  • 2021-09-09
  • 2021-09-02
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案