#
mrzhssss
2022-09-06 90b911dc30523c8511a8fb15695e1e78d1cce151
#
3个文件已修改
11 ■■■■■ 已修改文件
src/main/java/zy/cloud/wms/manager/controller/ItemController.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ItemMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/tableData2.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/zy/cloud/wms/manager/controller/ItemController.java
@@ -165,6 +165,7 @@
        if (Cools.isEmpty(item)) {
            return R.error("参数为空,请联系管理员");
        }
//        item.setType("1");
//        if (!item.getType().equals("1")) {
//            throw new CoolException("目前仅支持集成项目");
src/main/resources/mapper/ItemMapper.xml
@@ -82,7 +82,7 @@
        </if>
    </select>
    <select id="inspected" resultMap="BaseResultMap">
        select * from man_item where realLADate is not null
        select * from man_item where real_end_time is not null
    </select>
    <select id="finished" resultMap="BaseResultMap">
        select * from man_item where realLADate is null and realinDate is not null
src/main/webapp/static/js/tableData2.js
@@ -36,10 +36,12 @@
    $.ajax({
        url: baseurl + '/pms/flowStatus/list/auth',
        type: 'GET',
        data: {},
        data: {
            'is_asrs':0
        },
        success: function (res) {
        }
            console.log(res);
        }
    })
    for (var i = 0; i < proData.length; i++) {
        var str = "<th class='xiangmu'>" + proData[i] + "</th>"