From 1df9a4ce3b8e9d9213f9246289bb3380a33d4229 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Wed, 5 Apr 2023 15:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E5=87=BA=E5=BA=93=E7=94=B3=E8=AF=B7=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/PageController.java | 2 +- .../application-out_scanQrCode.html | 569 ------------------ .../application-out_temporaryValue.html | 72 +-- .../application-out_scanQrCode.html | 569 ------------------ 4 files changed, 13 insertions(+), 1199 deletions(-) delete mode 100644 src/main/resources/templates/pages/application/application-out_scanQrCode.html rename target/classes/templates/pages/applicationForStorageCenter/application-out_scanQrCode.html => src/main/resources/templates/pages/application/application-out_temporaryValue.html (92%) delete mode 100644 target/classes/templates/pages/application/application-out_scanQrCode.html diff --git a/src/main/java/com/dreamchaser/depository_manage/controller/PageController.java b/src/main/java/com/dreamchaser/depository_manage/controller/PageController.java index b084d578..61fa5e12 100644 --- a/src/main/java/com/dreamchaser/depository_manage/controller/PageController.java +++ b/src/main/java/com/dreamchaser/depository_manage/controller/PageController.java @@ -2823,7 +2823,7 @@ public class PageController { } mv.addObject("inventoryList", JSONObject.toJSONString(result)); - mv.setViewName("pages/application/application-out_scanQrCode"); + mv.setViewName("pages/application/application-out_temporaryValue"); Integer role = userToken.getIsadmin(); if (role == null) { role = 1; diff --git a/src/main/resources/templates/pages/application/application-out_scanQrCode.html b/src/main/resources/templates/pages/application/application-out_scanQrCode.html deleted file mode 100644 index e7f8b7fc..00000000 --- a/src/main/resources/templates/pages/application/application-out_scanQrCode.html +++ /dev/null @@ -1,569 +0,0 @@ - - - - - 分步表单 - - - - - - - - - -
-
-
- - -
-
-

说明


- 申请提交后,24小时内审核完毕 -
-
- -
-
- - - - - \ No newline at end of file diff --git a/target/classes/templates/pages/applicationForStorageCenter/application-out_scanQrCode.html b/src/main/resources/templates/pages/application/application-out_temporaryValue.html similarity index 92% rename from target/classes/templates/pages/applicationForStorageCenter/application-out_scanQrCode.html rename to src/main/resources/templates/pages/application/application-out_temporaryValue.html index 8cb1d910..6b24491b 100644 --- a/target/classes/templates/pages/applicationForStorageCenter/application-out_scanQrCode.html +++ b/src/main/resources/templates/pages/application/application-out_temporaryValue.html @@ -44,54 +44,6 @@
-
- -
- - -
-
-
- -
- - -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
@@ -263,9 +215,9 @@
- +
-
@@ -425,9 +377,9 @@
- +
-
@@ -453,14 +405,14 @@ params = remove(params, parentId); reparent.removeChild(parent); // 当前节点的id值 - let value = parent.childNodes[5].childNodes[3].childNodes[3].value; - $.ajax({ - url: "/material/delTemporaryValue", - type: 'post', - data:JSON.stringify({"id":value}), - dataType: 'json', - contentType: "application/json;charset=utf-8" - }) + let value = parent.childNodes[5].childNodes[3].childNodes[3].value; + $.ajax({ + url: "/material/delTemporaryValue", + type: 'post', + data:JSON.stringify({"id":value}), + dataType: 'json', + contentType: "application/json;charset=utf-8" + }) }; diff --git a/target/classes/templates/pages/application/application-out_scanQrCode.html b/target/classes/templates/pages/application/application-out_scanQrCode.html deleted file mode 100644 index e7f8b7fc..00000000 --- a/target/classes/templates/pages/application/application-out_scanQrCode.html +++ /dev/null @@ -1,569 +0,0 @@ - - - - - 分步表单 - - - - - - - - - -
-
-
- - -
-
-

说明


- 申请提交后,24小时内审核完毕 -
-
- -
-
- - - - - \ No newline at end of file