From de18befa72f7cf5e985b9aca2db9d95128688734 Mon Sep 17 00:00:00 2001
From: erdanergou
Date: Mon, 10 Jul 2023 16:54:05 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=89=80=E6=9C=89pc=E7=AB=AF=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=90=9C=E7=B4=A2=E6=A1=86=E8=AE=BE=E7=BD=AE?=
=?UTF-8?q?=E4=B8=BA=E5=8F=AF=E6=94=B6=E7=BC=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../service/impl/MaterialServiceImpl.java | 2 +-
.../pages/BusinessType/businesstype_out.html | 70 ++---
.../application/form-step-look_back.html | 17 +-
.../form-step-look_minRecordOut.html | 221 ++++++++--------
.../constructionunit_out.html | 71 ++---
.../templates/pages/depository/table-in.html | 161 ++++++------
.../templates/pages/depository/table-out.html | 170 ++++++------
.../pages/depository/table-stock.html | 137 +++++-----
.../templates/pages/group/group-out.html | 212 +++++++--------
.../pages/material/material-out.html | 120 +++++----
.../pages/material/material-view_back.html | 100 ++++---
.../pages/materialtype/materialType_view.html | 138 +++++-----
.../templates/pages/split/split-out.html | 244 +++++++++---------
.../pages/warehouse/depository-out.html | 153 +++++------
.../templates/pages/depository/table-out.html | 170 ++++++------
.../pages/material/material-out.html | 147 +++++------
.../templates/pages/split/split-out.html | 244 +++++++++---------
17 files changed, 1203 insertions(+), 1174 deletions(-)
diff --git a/src/main/java/com/dreamchaser/depository_manage/service/impl/MaterialServiceImpl.java b/src/main/java/com/dreamchaser/depository_manage/service/impl/MaterialServiceImpl.java
index b195fa45..117bc45d 100644
--- a/src/main/java/com/dreamchaser/depository_manage/service/impl/MaterialServiceImpl.java
+++ b/src/main/java/com/dreamchaser/depository_manage/service/impl/MaterialServiceImpl.java
@@ -262,7 +262,7 @@ public class MaterialServiceImpl implements MaterialService {
*/
@Override
public List findMaterialPByConditionForTable(Map map) {
- Integer size = 10, page = 1;
+ Integer size = 15, page = 1;
if (map.containsKey("size")) {
size = ObjectFormatUtil.toInteger(map.get("size"));
map.put("size", size);
diff --git a/src/main/resources/templates/pages/BusinessType/businesstype_out.html b/src/main/resources/templates/pages/BusinessType/businesstype_out.html
index d470311d..01f0624a 100644
--- a/src/main/resources/templates/pages/BusinessType/businesstype_out.html
+++ b/src/main/resources/templates/pages/BusinessType/businesstype_out.html
@@ -15,37 +15,41 @@
-
-
-
-
@@ -243,9 +230,9 @@
time: 1000
}, function () {
- var index = parent.layer.getFrameIndex(window.name);
- parent.location.reload(); //刷新父页面
- parent.layer.close(index);
+ var index = parent.layer.getFrameIndex(window.name);
+ parent.location.reload(); //刷新父页面
+ parent.layer.close(index);
})
} else {
diff --git a/src/main/resources/templates/pages/constructionunit/constructionunit_out.html b/src/main/resources/templates/pages/constructionunit/constructionunit_out.html
index bd47a8b9..c6345298 100644
--- a/src/main/resources/templates/pages/constructionunit/constructionunit_out.html
+++ b/src/main/resources/templates/pages/constructionunit/constructionunit_out.html
@@ -15,38 +15,41 @@