WebTM/views/index_Mobile.html
@@ -421,10 +421,6 @@
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售出库
                          </a>
                          <a href="WMS扫码模块/销售出库/Kf_SellOutBill_QiaoYi_PDA.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售出库—乔一
                          </a>
                          <a href="领料发货/销售出库/Kf_SellOutBill_Check_New.html" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售出库校验
@@ -690,12 +686,6 @@
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="WMS扫码模块/销售出库/Kf_SellOutBillList_QiaoYi_PDA.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售出库缓存列表—乔一
                          </a>
                      </dd>
                      <dd>
                          <a lay-href="领料发货/销售出库/Kf_SellOutBill_CheckList_New.html" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              销售出库校验缓存列表
@@ -831,14 +821,14 @@
          if (sessionStorage.login != "login") {
              layer.confirm("登录失效,请重新登录!", {
                  icon: 4, skin: 'layui-layer-lan', title: "温馨提示", closeBtn: 0, btn: ['重新登录']
              }, function () { window.location.href = "user/login.html"; });
              }, function () { window.location.href = "user/login_pda.html"; });
          }
          //判断用户是移动端还是PC端
          var judgeMorPCflag = judgeMorPC();
          if (judgeMorPCflag) {//PC端
              window.location.href = 'index.html'
          }
          ////判断用户是移动端还是PC端
          //var judgeMorPCflag = judgeMorPC();
          //if (judgeMorPCflag) {//PC端
          //    window.location.href = 'index.html'
          //}
      });