自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-03-31 c1cd979992d45347dcbca48e24e6502db7a3831b
src/main/webapp/static/js/pakStore/pakStore.js
@@ -1,4 +1,4 @@
var admin;
var matCodeLayerIdx;
var initCountVal = 0;
var matCodeData = [];
function getCol() {
@@ -18,7 +18,7 @@
    var $ = layui.jquery;
    var layer = layui.layer;
    var form = layui.form;
    admin = layui.admin;
    var admin = layui.admin;
    tableIns = table.render({
        elem: '#chooseData',
@@ -146,24 +146,26 @@
        })
    }
    // 提取物料
    $(document).on('click','#mat-query', function () {
        let loadIndex = layer.msg('请求中...', {icon: 16, shade: 0.01, time: false});
        matCodeLayerIdx = admin.open({
            type: 2,
            title: false,
            closeBtn: false,
            maxmin: false,
            area: ['90%', '85%'],
            shadeClose: true,
            content: 'matQuery.html',
            success: function(layero, index){
                layer.close(loadIndex);
            }
        });
    })
});
// 提取物料
var matCodeLayerIdx;
function getMat() {
    matCodeLayerIdx = admin.open({
        type: 2,
        title: false,
        closeBtn: false,
        maxmin: false,
        area: ['90%', '85%'],
        shadeClose: true,
        content: 'matQuery.html',
        success: function(layero, index){
        }
    });
}
// 扫码
function focusMat(el) {