Browse Source

修改出库审批提交时中心仓分配方式

lwx_dev
erdanergou 3 years ago
parent
commit
6eb14e69a8
  1. 2
      src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java
  2. 3
      src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html

2
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<String> depositoryManagerWorkWechats = new ArrayList<>();
for (String depositorymanager:depositoryManagerS
) {

3
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;
})
}
}

Loading…
Cancel
Save