From 76ccd214830ffe21246b480c278b61e48e7c54e9 Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Wed, 23 Oct 2024 17:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8E=BB=E6=8E=89=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pu/dhjyd/dhjydmaster/main/index.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pu/dhjyd/dhjydmaster/main/index.js b/src/pu/dhjyd/dhjydmaster/main/index.js index f48f5f0..a663afc 100644 --- a/src/pu/dhjyd/dhjydmaster/main/index.js +++ b/src/pu/dhjyd/dhjydmaster/main/index.js @@ -2034,15 +2034,15 @@ export class ApplicationPage extends Component { } }) let msg = '' - bodyList.forEach((row, i) => { - oldNum.forEach(old => { - for (let key in old) { - if (row.values[key].value * 1 > old[key].value * 1) { - msg = '存在合格数量/不合格数量大于原数量,请检查' - } - } - }) - }) + // bodyList.forEach((row, i) => { + // oldNum.forEach(old => { + // for (let key in old) { + // if (row.values[key].value * 1 > old[key].value * 1) { + // msg = '不能大于原数量,请检查' + // } + // } + // }) + // }) if (msg.length > 1) { toast({color: 'danger', content: msg}); return false