src/main/webapp/static/js/ioWorks/matQuery.js
@@ -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: 'Количество должно быть больше нуля' }); } }