自动化立体仓库 - WMS系统
pang.jiabao
2025-04-15 b4227b5145943e067351a2a59ca34826b41d6fb7
src/main/webapp/static/js/ioWorks/matQuery.js
@@ -11,7 +11,7 @@
    cols.push.apply(cols, matCols);
    cols.push(
            {field: 'stock', align: 'center',title: '库存余量', style: 'font-weight: bold'},
            {fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:65}
            {fixed: 'right', title:'Операция', align: 'center', toolbar: '#operate', width:65}
        )
    return cols;
}
@@ -64,7 +64,7 @@
                        if (matData[i].count <= 0) {
                            notice.error({
                                title: '消息通知',
                                message: matData[i].matnr + '物料数量必须大于零!'
                                message: matData[i].matnr + 'Количество должно быть больше нуля'
                            });
                            success = false;
                            return false;
@@ -308,7 +308,7 @@
        if (isNaN(count)) {
            notice.error({
                title: '消息通知',
                message: '请输入数字'
                message: 'Введите число'
            });
        } else {
            if (count > 0) {
@@ -321,7 +321,7 @@
            } else {
                notice.error({
                    title: '消息通知',
                    message: '数量必须大于零'
                    message: 'Количество должно быть больше нуля'
                });
            }
        }