duhe
2023-12-20 573ca071e01da84435b68b0aa6b69d9cd2c07d8f
WebTM/views/index_Mobile.html
@@ -1,4 +1,5 @@
<!DOCTYPE html>

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
@@ -183,6 +184,18 @@
                          <a href="车间管理/工序流转/MES_StationInBillList_PDA_QiaoYi.html?type=czd" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序进站接收单列表查询
                          </a>
                      </dd>
                      <dd>
                          <a href="车间管理/工序流转/MES_ProcessExchangeBillList_PDA_QiaoYi.html?type=czd" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              工序流转卡列表查询
                          </a>
                      </dd>
                      <dd>
                          <a href="车间管理/工序流转/MES_Sc_ICMOBillList_PDA_QiaoYi.html?type=czd" target="main_self_frame" style="color: aqua;">
                              <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                              生产订单列表查询
                          </a>
                      </dd>
                  </dl>
@@ -738,48 +751,6 @@
                              换托调拨单缓存列表
                          </a>
                      </dd>
                      <!--<dd>
                <a lay-href="" style="color: aqua;">
                    <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                    分步式调出缓存列表null
                </a>
            </dd>
            <dd>
                <a lay-href="" style="color: aqua;">
                    <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                    分步式调入缓存列表null
                </a>
            </dd>
            <dd>
                <a lay-href="" style="color: aqua;">
                    <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                    采购退料缓存列表null
                </a>
            </dd>
            <dd>
                <a lay-href="" style="color: aqua;">
                    <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                    生产退库缓存列表null
                </a>
            </dd>
            <dd>
                <a lay-href="" style="color: aqua;">
                    <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                    生产退料缓存列表null
                </a>
            </dd>
            <dd>
                <a lay-href="" style="color: aqua;">
                    <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                    销售退货缓存列表null
                </a>
            </dd>
            <dd>
                <a lay-href="" style="color: aqua;">
                    <img src="../layuiadmin/myicon/单据录制.svg" alt="单据录制" style="width:25px;height:25px;margin-right: 5px;" />
                    到货点数缓存列表null
                </a>
            </dd>-->
                  </dl>
              </li>
              <!-- 系统管理 -->
@@ -850,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'
          //}
      });