自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-24 3494cd344e2a128f7f0828ff094cbb12ec296bef
src/main/webapp/static/js/pakStore/locCheckOut.js
@@ -1,4 +1,5 @@
var pageCurr;
var tableIns;
layui.use(['table','laydate', 'form'], function() {
    var table = layui.table;
    var $ = layui.jquery;
@@ -151,11 +152,11 @@
function getLocDetl() {
    locDetlLayerIdx = layer.open({
        type: 2,
        title: '提取物料',
        title: '提取出货内容',
        maxmin: true,
        area: [top.detailWidth, top.detailHeight],
        shadeClose: true,
        content: 'locDetlQuery.html',
        content: 'locDetlCheckQuery.html',
        success: function(layero, index){
        }
    });