From 6eb14e69a8dcbdbeb4537a60f70cb45d4d397afc Mon Sep 17 00:00:00 2001 From: erdanergou Date: Mon, 8 May 2023 09:21:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E5=BA=93=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E6=8F=90=E4=BA=A4=E6=97=B6=E4=B8=AD=E5=BF=83=E4=BB=93?= =?UTF-8?q?=E5=88=86=E9=85=8D=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../depository_manage/service/impl/QyWxOperationService.java | 2 +- .../applicationForStorageCenter/application-out_admin.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java b/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java index dbb46215..0d456dc1 100644 --- a/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java +++ b/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java @@ -2244,7 +2244,7 @@ public class QyWxOperationService { - String[] depositoryManagerS = mainRecord.getDepartmenthead().split(","); + String[] depositoryManagerS = mainRecord.getDepositoryManager().split(","); List depositoryManagerWorkWechats = new ArrayList<>(); for (String depositorymanager:depositoryManagerS ) { diff --git a/src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html b/src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html index fda3935e..6fb031ca 100644 --- a/src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html +++ b/src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html @@ -502,7 +502,7 @@ elem: '#stepForm', filter: 'stepForm', width: '100%', //设置容器宽度 - height: '750px', + height: '800px', stepItems: [{ title: '填写信息' }, { @@ -560,6 +560,7 @@ time: 1000 }, function () { flagForSubmit = false; + flagForForm = false; }) } }