自动化立体仓库 - WMS系统
luxiaotao1123
2020-09-15 5fe9c379f0cc696568a0db249026a1e8a3b02a5a
src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -48,7 +48,7 @@
                    return;
                }
                if (matCodeData.length === 0) {
                    layer.msg("请先添加物料");
                    layer.msg("请先添加产品");
                    return;
                }
                for (var i=0;i<matCodeData.length;i++){
@@ -194,7 +194,7 @@
    }
})
// 提取物料
// 提取产品
var matCodeLayerIdx;
function getMat() {
    if (isEmpty(currLocNo)) {
@@ -204,7 +204,7 @@
    }
    matCodeLayerIdx = layer.open({
        type: 2,
        title: '提取物料',
        title: '提取产品',
        maxmin: true,
        area: [top.detailWidth, top.detailHeight],
        shadeClose: true,