自动化立体仓库 - WMS系统
#
zjj
2025-09-18 b2b94e46f83a9577a99c02e85a576b445461d583
#
3个文件已修改
12 ■■■■ 已修改文件
src/main/java/com/zy/asrs/service/impl/ICMOServiceImpl.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/kingdee/utils/CustomStringUtils.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/erpReceiving/erpReceiving.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/service/impl/ICMOServiceImpl.java
@@ -2,6 +2,7 @@
import cn.hutool.core.date.DatePattern;
import com.baomidou.dynamic.datasource.annotation.DS;
import com.core.common.Cools;
import com.core.common.R;
import com.core.exception.CoolException;
import com.zy.asrs.entity.*;
@@ -17,7 +18,6 @@
import com.zy.kingdee.entity.PoOrder;
import com.zy.kingdee.entity.SubContract;
import com.zy.kingdee.entity.Vendor;
import com.zy.kingdee.utils.CustomStringUtils;
import com.zy.kingdee.utils.ERPDateUtil;
import com.zy.kingdee.utils.SnowFlakeUtils;
import org.aspectj.weaver.ResolvedType;
@@ -222,7 +222,7 @@
                                String soCode = listSo.stream().filter(p2 -> {
                                    return p2.equals(q.getSoCode());
                                }).findAny().orElse(null);
                                if (CustomStringUtils.isBlank(soCode)) {
                                if (Cools.isEmpty(soCode)) {
                                    poInStockEntry.setFEntrySelfP0362(poInStockEntry.getFEntrySelfP0362() + "," + q.getSoCode());
                                }
                                PoOrder poOrder2 = new PoOrder();
@@ -362,7 +362,7 @@
                                String soCode2 = listSo2.stream().filter(p4 -> {
                                    return p4.equals(q2.getSoCode());
                                }).findAny().orElse(null);
                                if (CustomStringUtils.isBlank(soCode2)) {
                                if (Cools.isEmpty(soCode2)) {
                                    poInStockEntry3.setFEntrySelfP0362(poInStockEntry3.getFEntrySelfP0362() + "," + q2.getSoCode());
                                }
                                SubContract poOrder4 = new SubContract();
@@ -435,7 +435,7 @@
        String strCode = venCode + ERPDateUtil.getDateStr(new Date(), DatePattern.PURE_DATE_PATTERN);
        try {
            String nowCode = this.poInStockMapper.getMaxCode(strCode);
            if (!CustomStringUtils.isBlank(nowCode)) {
            if (!Cools.isEmpty(nowCode)) {
                String strLeft = nowCode.substring(0, strCode.length());
                String strRight = nowCode.substring(strCode.length(), nowCode.length());
                Integer num = Integer.valueOf(Integer.valueOf(strRight).intValue() + 1);
src/main/java/com/zy/kingdee/utils/CustomStringUtils.java
@@ -1,6 +1,6 @@
package com.zy.kingdee.utils;
import com.core.common.SpringUtils;
public class CustomStringUtils {
src/main/webapp/views/erpReceiving/erpReceiving.html
@@ -56,7 +56,7 @@
               <el-button type="primary">撤销退料</el-button>
            </el-form-item>
        </el-form>
        <el-table :data="tableData" border style="width: 100%" row-key="finterid" @selection-change="handleSelectionChange">
        <el-table :data="tableData" border style="width: 100%" row-key="finterid" @selection-change="handleSelectionChange" max-height="650">
            <el-table-column type="selection" >
            </el-table-column>
            <el-table-column type="index" width="50" >