|
|
@ -101,7 +101,7 @@ |
|
|
|
{field: 'associatedItem',title: '核算数量关联项',visible: false}, |
|
|
|
{field: 'procedureRemark',title: '工序备注'}, |
|
|
|
{field: 'createTime',title: '录入时间'}, |
|
|
|
{field: 'updateTime', title: '上次修改时间'}, |
|
|
|
{field: 'updateTime', title: '上次更新时间'}, |
|
|
|
{title: '操作',align: 'center',formatter: function(value, row, index) { |
|
|
|
var actions = []; |
|
|
|
actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> '); |
|
|
|