自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-17 fba0235212da3ff7413b7640fc387f4f2a891217
#
3个文件已修改
13 ■■■■■ 已修改文件
src/main/webapp/static/js/pakStore/stockOut.js 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/wrkDetl/wrkDetl.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/wrkMastLog/wrkMastLog.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/stockOut.js
@@ -68,10 +68,10 @@
                        data: JSON.stringify(param),
                        contentType:'application/json;charset=UTF-8',
                        method: 'POST',
                        traditional:true,
                        success: function (res) {
                            if (res.code === 200){
                                getOutBound(); // 重载出库口
                                locDetlData = [];
                                tableIns.reload({data: locDetlData,done:function (res) {limit();getOutBound();}});
                                layer.msg(res.msg);
                            } else if (res.code === 403){
                                top.location.href = baseUrl+"/";
@@ -95,10 +95,7 @@
                        locDetlData.splice(i, 1);
                    }
                }
                tableIns.reload({data: locDetlData,done:function (res) {
                        limit();
                        getOutBound();
                    }});
                tableIns.reload({data: locDetlData,done:function (res) {limit();getOutBound();}});
                break;
        }
    });
src/main/webapp/views/wrkDetl/wrkDetl.html
@@ -27,7 +27,7 @@
    </div>
    <!-- 待添加 -->
    <div id="data-search-btn" class="layui-btn-container layui-form-item">
    <div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block">
        <button id="search" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="search">搜索</button>
        <button id="reset" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="reset">重置</button>
    </div>
src/main/webapp/views/wrkMastLog/wrkMastLog.html
@@ -44,7 +44,7 @@
        </div>
    </div>
    <div class="layui-inline">
        <label class="layui-form-label" style="font-size: small">入出库类型:</label>
        <label class="layui-form-label" style="font-size: xx-small">入出库类型:</label>
        <div class="layui-input-inline cool-auto-complete">
            <input id="ioType" class="layui-input" name="io_type" type="text" placeholder="请输入" autocomplete="off" style="display: none">
            <input id="ioType$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="请输入" onfocus=this.blur()>