From 3b70ee10fdd513a70288eea99f765297335fd722 Mon Sep 17 00:00:00 2001 From: ZuoWen <675300107@qq.com> Date: Tue, 10 May 2022 09:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/pda/productionIssue3.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/static/js/pda/productionIssue3.js b/src/main/resources/static/js/pda/productionIssue3.js index d13087a..7529f40 100644 --- a/src/main/resources/static/js/pda/productionIssue3.js +++ b/src/main/resources/static/js/pda/productionIssue3.js @@ -146,6 +146,10 @@ function queryPart(){ locationId : '', qty : '', } + if(strList.length < 6){ + layer.msg("物料标签错误!"); + return false + } for (let i = 0; i < strList.length; i++) { if(i == 0){ partNoData.site = strList[i];