自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-12 946e956bb8b13fa63d77359fc667e222cd5bc67e
src/main/webapp/static/js/locMast/locMast.js
@@ -201,6 +201,26 @@
                    });
                });
                break;
            case "init":
                layer.prompt({title: '请输入口令,并重置库位', formType: 1,   shadeClose: true}, function(pass, idx){
                    if (pass === "123456") {
                        layer.open({
                            type: 1,
                            title: '初始化库位',
                            maxmin: true,
                            shadeClose: true,
                            content: $("#resetLocDiv"),
                            success: function (layero, index) {
                            }
                        })
                    } else {
                        layer.msg("口令错误");
                    }
                    layer.close(idx);
                    doSwitch(0, pass); // 停止wcs系统
                });
                break;
        }
    });