自动化立体仓库 - WMS系统
#
whycq
2024-12-27 f754e34c3822811bace989fae6a69dbcc3944d13
src/main/webapp/static/js/matnrCode/matnrCode.js
@@ -22,9 +22,9 @@
        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}
        ]],
@@ -141,7 +141,7 @@
        admin.open({
            type: 1,
            area: '600px',
            title: (mData ? '修改' : '添加') + '订单状态',
            title: (mData ? '修改' : '添加') + '物料代码',
            content: $('#editDialog').html(),
            success: function (layero, dIndex) {
                layDateRender(mData);