自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-10 ad1bcdce9f8a4f2aed8ce6bee37ac2221d5136cf
#
2个文件已修改
5 ■■■■ 已修改文件
src/main/webapp/static/js/pakStore/pakStore.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/matQuery.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/pakStore.js
@@ -9,8 +9,9 @@
});
// 提取物料
var matCodeLayerIdx;
function getMat() {
    layer.open({
    matCodeLayerIdx = layer.open({
        type: 2,
        title: '库位物料',
        maxmin: true,
src/main/webapp/views/pakStore/matQuery.html
@@ -66,6 +66,7 @@
    layui.use(['table','laydate', 'form'], function() {
        var table = layui.table;
        var $ = layui.jquery;
        var layer = layui.layer;
        var form = layui.form;
        // 物料查询数据表
        matQueryTable = table.render({
@@ -144,6 +145,7 @@
            var checkStatus = table.checkStatus(obj.config.id);
            switch(obj.event) {
                case 'confirm':
                    parent.layer.close(parent.matCodeLayerIdx);
                    console.log(checkStatus);
                    break;
            }