| | |
| | | cols: [[ |
| | | {type: 'checkbox', hide: true} |
| | | , {field: 'id', align: 'center', title: '唯一ID', hide: true} |
| | | , {field: 'locNo', align: 'center', title: '库位号'} |
| | | , {field: 'locNo', align: 'center', title: 'Номер складского места'} |
| | | , {field: 'matnr', align: 'center', title: '物料号'} |
| | | , {field: 'originAnfme', align: 'center', title: '盘点前数量'} |
| | | , {field: 'type$', align: 'center', title: '状态'} |
| | | , {field: 'type$', align: 'center', title: 'Статус'} |
| | | , {field: 'realAnfme', align: 'center', title: '真实数量'} |
| | | , {field: 'createBy', align: 'center', title: '创建人', hide: true} |
| | | , {field: 'createTime$', align: 'center', title: '创建时间', hide: true} |
| | | , {field: 'updateBy', align: 'center', title: '修改人', hide: true} |
| | | , {field: 'updateTime$', align: 'center', title: '修改时间', hide: true} |
| | | , {field: 'memo', align: 'center', title: '备注', hide: true} |
| | | , {field: 'memo', align: 'center', title: 'Примечание', hide: true} |
| | | |
| | | , {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 120} |
| | | , {fixed: 'right', title: 'Операция', align: 'center', toolbar: '#operate', width: 120} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | |
| | | })); |
| | | break; |
| | | case 'exportData': |
| | | admin.confirm('确定导出Excel吗', {shadeClose: true}, function () { |
| | | admin.confirm('Подтвердить экспорт в Excel?', {shadeClose: true}, function () { |
| | | var titles = []; |
| | | var fields = []; |
| | | obj.config.cols[0].map(function (col) { |
| | |
| | | admin.open({ |
| | | type: 1, |
| | | area: '600px', |
| | | title: (mData ? '修改' : '添加') + '订单状态', |
| | | title: (mData ? 'Изменить' : 'Добавить') + '订单状态', |
| | | content: $('#editDialog').html(), |
| | | success: function (layero, dIndex) { |
| | | layDateRender(mData); |