自动化立体仓库 - WMS系统
pang.jiabao
2025-04-08 e55f015618ac1e85a5a6f7f3404a8b7a4f8f8e05
src/main/webapp/static/js/pack/pack.js
@@ -23,18 +23,18 @@
        cols: [[
            {type: 'checkbox'}
            // ,{field: 'id', align: 'center',title: 'ID'}
            ,{field: 'barcode',title: '条码'}
            ,{field: 'matnr', align: 'center',title: '商品编号', minWidth: 250, width: 250}
            ,{field: 'batch', align: 'center',title: '批号', hide: true}
            ,{field: 'settle$', align: 'center',title: '状态', templet: '#settleTpl',  minWidth: 160, width: 160}
            // ,{field: 'status$', align: 'center',title: '状态'}
            ,{field: 'barcode',title: 'Штрихкод'}
            ,{field: 'matnr', align: 'center',title: 'Код товара', minWidth: 250, width: 250}
            ,{field: 'batch', align: 'center',title: 'Номер партии', hide: true}
            ,{field: 'settle$', align: 'center',title: 'Статус', templet: '#settleTpl',  minWidth: 160, width: 160}
            // ,{field: 'status$', align: 'center',title: 'Статус'}
            // ,{field: 'createTime$', align: 'center',title: '添加时间'}
            // ,{field: 'createBy$', align: 'center',title: '添加人员'}
            ,{field: 'updateTime$', align: 'center',title: '修改时间', minWidth: 200, width: 200}
            // ,{field: 'updateBy$', align: 'center',title: '修改人员'}
            ,{field: 'memo', align: 'center',title: '备注', hide: true}
            ,{field: 'updateTime$', align: 'center',title: 'Время редактирования', minWidth: 200, width: 200}
            // ,{field: 'updateBy$', align: 'center',title: 'Редактировал'}
            ,{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',
@@ -91,7 +91,7 @@
               }));
               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) {
@@ -149,7 +149,7 @@
        admin.open({
            type: 1,
            area: '600px',
            title: (mData ? '修改' : '添加') + '数据',
            title: (mData ? 'Изменить' : 'Добавить') + '数据',
            content: $('#editDialog').html(),
            success: function (layero, dIndex) {
                layDateRender(mData);