From dac685e7871f6cb15fb5df918cda822a775e382f Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Thu, 29 Feb 2024 13:29:01 +0800 Subject: [PATCH] 24-02-29 --- .../static/js/pda/scanningOfVulcanizedMold2.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/static/js/pda/scanningOfVulcanizedMold2.js b/src/main/resources/static/js/pda/scanningOfVulcanizedMold2.js index 423f7e5..fcf13d3 100644 --- a/src/main/resources/static/js/pda/scanningOfVulcanizedMold2.js +++ b/src/main/resources/static/js/pda/scanningOfVulcanizedMold2.js @@ -50,17 +50,17 @@ function getToolDetail(){ let split = orderNoSearch.split(";"); let toolSite = split[0]; let toolInstanceId = split[1]; - if (site !== toolSite){ - layer.msg("模具工厂编码与派工单工厂编码不一致!") - return; - } + // if (site !== toolSite){ + // layer.msg("模具工厂编码与派工单工厂编码不一致!") + // return; + // } if (!toolInstanceId){ layer.msg("模具实列编码不存在!") return; } let jsonData = { toolID : toolInstanceId, - site:site, + site:toolSite, orderNo:resultData.orderNo, itemNo:resultData.itemNo, remark:resultData.seqNo,