1
luxiaotao1123
2021-10-29 686b0de3a8959ebad5a5ce5ee71e70e190b04611
1
1个文件已修改
46 ■■■■■ 已修改文件
src/main/webapp/views/pda/index.html 46 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/index.html
@@ -112,14 +112,6 @@
            <div id="combPro" onclick="nav(this.id)" style="font-size: 15px">立库任务单入库</div>
        </td>
    </tr>
<!--    <tr>-->
<!--        <td>-->
<!--            <div id="stockIn" onclick="nav(this.id)" class="nav-font-size">立库配件入库</div>-->
<!--        </td>-->
<!--        <td>-->
<!--            <div id="stockOut" onclick="nav(this.id)" class="nav-font-size">立库配件出库</div>-->
<!--        </td>-->
<!--    </tr>-->
    <tr>
        <td>
            <div id="locNormalIn1" onclick="nav(this.id)" class="nav-font-size">平仓材料入库</div>
@@ -136,11 +128,6 @@
            <div id="locNormalOut" onclick="nav(this.id)" class="nav-font-size">平仓成品出库</div>
        </td>
    </tr>
<!--    <tr>-->
<!--        <td>-->
<!--            <div id="locNormalMove" onclick="nav(this.id)" class="nav-font-size">平仓成品移库</div>-->
<!--        </td>-->
<!--    </tr>-->
</table>
<!-- 主体内容 -->
@@ -157,20 +144,25 @@
            success: function (res) {
                if (res.code === 200){
                    console.log(res)
                    if (true) {
                        $("#").show();
                        $("#").show();
                        $("#").show();
                        $("#").show();
                        $("#").hide();
                        $("#").hide();
                    } else {
                        $("#").show();
                        $("#").show();
                        $("#").show();
                        $("#").show();
                        $("#").show();
                        $("#").show();
                    if (res.data.code === 'a') {
                        $("#combAgv").parent().hide();
                        $("#combProAgv").parent().hide();
                        $("#comb").parent().hide();
                        $("#combPro").parent().hide();
                        $("#locNormalIn").parent().hide();
                        $("#locNormalOut").parent().hide();
                    } else if (res.data.code === 'b') {
                        $("#locNormalIn1").parent().hide();
                        $("#locNormalOut1").parent().hide();
                        $("#locNormalIn").parent().hide();
                        $("#locNormalOut").parent().hide();
                    } else if (res.data.code === 'c') {
                        $("#combAgv").parent().hide();
                        $("#combProAgv").parent().hide();
                        $("#comb").parent().hide();
                        $("#combPro").parent().hide();
                        $("#locNormalIn1").parent().hide();
                        $("#locNormalOut1").parent().hide();
                    }
                } else if (res.code === 403){
                    top.location.href = baseUrl+"/";