自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-01 1b13c69e4e2bb00bea4e90232a78715d49f1e24f
src/main/webapp/views/pakStore/stockAdjust.html
@@ -65,6 +65,12 @@
            color: #fff;
        }
        #mat-query {
            display: none;
        }
        #btn-adjust {
            display: none;
        }
    </style>
</head>
<body style="padding-bottom: 30px">
@@ -84,7 +90,7 @@
    <!-- 库位提示 -->
    <div style="display: inline-block; font-size: 16px">
        <div class="not-retrieve" style="color: red">
            未检索库位
            请先检索库位
        </div>
        <div class="retrieve" style="display: none;color: blue">
            当前检索库位:&nbsp; <span id="locMsg"></span>
@@ -100,6 +106,18 @@
    <button id="mat-query" class="function-btn" onclick="getMat()">新增库存</button>
</div>
<!-- 头部 -->
<script type="text/html" id="toolbar">
    <button class="layui-btn layui-btn-lg" id="btn-adjust" lay-event="adjust" style="">调整库存</button>
</script>
<!-- 行 -->
<script type="text/html" id="operate">
    {{# if(d.removeBtn){ }}
    <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="remove">移除</a>
    {{# } }}
</script>
<!-- 表格 -->
<table class="layui-table" id="chooseData" lay-filter="chooseData"></table>