| | |
| | | height: 'full-120', |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'id', align: 'center',title: ''} |
| | | ,{field: 'code', align: 'center',title: ''} |
| | | ,{field: 'matnr', align: 'center',title: ''} |
| | | ,{field: 'id', align: 'center',title: '序号'} |
| | | ,{field: 'code', align: 'center',title: '代码'} |
| | | ,{field: 'matnr', align: 'center',title: '商品编码'} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120} |
| | | ]], |
| | |
| | | admin.open({ |
| | | type: 1, |
| | | area: '600px', |
| | | title: (mData ? '修改' : '添加') + '订单状态', |
| | | title: (mData ? '修改' : '添加') + '物料代码', |
| | | content: $('#editDialog').html(), |
| | | success: function (layero, dIndex) { |
| | | layDateRender(mData); |