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