| | |
| | | .layui-table-cell { |
| | | padding: 0; |
| | | } |
| | | |
| | | .layui-table-grid-down { |
| | | display: none; |
| | | } |
| | | /* 尾部 */ |
| | | footer { |
| | | position: absolute; |
| | |
| | | limit: 500, |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {fixed: 'left', field: 'count', title: '数量', align: 'center', edit:'text', style:'color: blue;font-weight: bold', width:50}, |
| | | {field: 'matNo', align: 'center', title: '物料编码'}, |
| | | {field: 'matName', align: 'center', title: '物料名称'} |
| | | {field: 'matName', align: 'center', title: '物料名称'}, |
| | | {fixed: 'left', field: 'count', title: '数量', align: 'center', style:'color: blue', width:40} |
| | | ]], |
| | | done: function (res, curr, count) { |
| | | } |