1
luxiaotao1123
2021-10-29 686b0de3a8959ebad5a5ce5ee71e70e190b04611
src/main/webapp/static/js/locNormal/locNormal.js
@@ -288,6 +288,14 @@
        }
        switch (obj.event) {
            case 'outLocNormal':
                var warehourse = data.warehouse;
                console.log(warehourse);
                if(warehourse !== 'cs'){
                    layer.msg("只能出材料平仓");
                    return;
                }
                layer.confirm('确定要出库[' + data.matnr + ']吗?', {
                    btn: ['确定', '取消'] //可以无限个按钮
                }, function (index, layero) {