自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-08-24 7ebe16b9abbee8e884db27d2ec360f17455b14f2
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++){
@@ -154,7 +154,7 @@
                let data = res.data;
                if (data != null) {
                    $(".retrieve").show();
                    $("#locMsg").html(locNo + "&nbsp;,库位状态:" + data.locType$);
                    $("#locMsg").html(locNo + "&nbsp;,库位状态:" + data.locSts$);
                    $('.not-retrieve').hide();
                    currLocNo = locNo;
                } else {
@@ -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,
@@ -240,6 +240,9 @@
                removeBtn: true,
                matnr: data[i].matNo,
                maktx: data[i].matName,
                lgnum: data[i].str2,
                color: data[i].str3,
                bname: data[i].str4,
                altme: data[i].str1,
            })
        }