From 49a3c89beed71c6b8965085853f469120d2f6620 Mon Sep 17 00:00:00 2001 From: zuowenwen Date: Wed, 1 Sep 2021 11:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=A3=E5=85=B4=20=E5=B7=A5=E5=85=B7Mapper-z?= =?UTF-8?q?ww?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/resources/static/js/pda/toolMoveLibrary.js | 2 +- src/main/resources/static/js/pda/toolWarehousing.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d3ba17f..8743e49 100644 --- a/pom.xml +++ b/pom.xml @@ -247,7 +247,7 @@ - ${project.artifactId}-${project.version} + ${project.artifactId} org.apache.maven.wagon diff --git a/src/main/resources/static/js/pda/toolMoveLibrary.js b/src/main/resources/static/js/pda/toolMoveLibrary.js index 7f67632..cee13f4 100644 --- a/src/main/resources/static/js/pda/toolMoveLibrary.js +++ b/src/main/resources/static/js/pda/toolMoveLibrary.js @@ -164,7 +164,7 @@ $("#location_modal").on("hidden.bs.modal",function(){ function getLocation(locationId){ var jsonData = { site : site, - locationid : locationId, + locationId : locationId, } $.ajax({ url: "/toolPda/getLocation", diff --git a/src/main/resources/static/js/pda/toolWarehousing.js b/src/main/resources/static/js/pda/toolWarehousing.js index ff687ea..642eeb4 100644 --- a/src/main/resources/static/js/pda/toolWarehousing.js +++ b/src/main/resources/static/js/pda/toolWarehousing.js @@ -55,7 +55,7 @@ function getToolInstanceData(toolInstanceId){ $("#tool_detail").val(""); var jsonData = { site : site, - toolinstanceid : toolInstanceId, + toolInstanceId : toolInstanceId, } $.ajax({ url: "/toolPda/getToolDetail",