From a769d55e192d196c0bc98e535e86bf86031d601e Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Thu, 24 Oct 2024 11:16:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pu/dhjyd/dhjydmaster/main/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pu/dhjyd/dhjydmaster/main/index.js b/src/pu/dhjyd/dhjydmaster/main/index.js index a663afc..9dc3fa7 100644 --- a/src/pu/dhjyd/dhjydmaster/main/index.js +++ b/src/pu/dhjyd/dhjydmaster/main/index.js @@ -2031,9 +2031,12 @@ export class ApplicationPage extends Component { return { qualifiednum: item.values['qualifiednum'], nunqualifiednum: item.values['nunqualifiednum'], + def2: item.values['def2'], // 数量 + nchecknum: item.values['nchecknum'], // 检验数量 } }) let msg = '' + // 只有不合格检验单才需要判断数量 // bodyList.forEach((row, i) => { // oldNum.forEach(old => { // for (let key in old) {