YL
2021-07-21 7fe8e56e01629bd4547a5293fd02b720986c054a
WebTM/views/IpadIndex.html
@@ -745,7 +745,7 @@
                , cancel: function () {
                }
                , end: function () {
                    get_FastQuery(table, option);
                }
            })
        }
@@ -760,15 +760,22 @@
                , shade: 0.6
                , maxmin: false
                , anim: 0
                , content: ['质量管理/工序检验单/QC_ProcessCheckBill.html?OperationType=2&linterid=' + HSourceInterID, 'yes']
                , content: ['质量管理/工序检验单/QC_ProcessCheckBill.html?OperationType=2&linterid=' + HSourceInterID +'&HSouceBillType=' + HBillType, 'yes']
                , resize: false
                , cancel: function () {
                    btnIs();
                }
                , end: function () {
                    get_FastQuery(table, option);
                }
            })
        }
        //退出
        function Esc(event, obj)
        {
            parent.location.href = "index.html"
        }
        //单据状态验证
@@ -961,8 +968,8 @@
                                    <span class="imgtitle">异常</span>
                                </div>
                            </div>
                            <div class="layui-col-sm12 layui-col-md4">
                                <div class="cnt bottomright" style="pointer-events:none; background-color:rgb(0 0 0 / 10%)">
                            <div class="layui-col-sm12 layui-col-md4" onclick="Esc(event,this)">
                                <div class="cnt bottomright">
                                    <span class="layui-icon layui-icon-close imgicon"></span>
                                    <span class="imgtitle">退出</span>
                                </div>