src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js
@@ -2,7 +2,7 @@ function getCol() { var cols = [ {field: 'wrkNo', align: 'center',title: '工作号'} ,{field: 'ioTime$', align: 'center',title: '工作时间'} ,{field: 'modiTime$', align: 'center',title: '工作时间'} ]; cols.push( //{field: 'suppCode', align: 'center',title: '货架码'}, @@ -43,7 +43,8 @@ 'code': res.code, 'msg': res.msg, 'count': res.data.total, 'data': res.data.records 'data': res.data.records, 'countData': res.data.count } }, response: { @@ -63,6 +64,7 @@ res.data[_index][data.value] = 'N'; } }); } });