zgq
2021-07-21 e8a26ce118b97ff1609e96b99f47fa505293061a
Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI
1个文件已修改
25 ■■■■■ 已修改文件
WebTM/views/IpadIndex.html 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/IpadIndex.html
@@ -730,9 +730,9 @@
            });
        }
        //首检检验
        function OpenFistCheck(event, obj)
        {
            console.log(HSourceInterID, HBillType);
            layer.open({
                type: 2
                , area: ['100%', '100%']
@@ -743,6 +743,27 @@
                , content: ['质量管理/首件检验单/QC_Add_Edit_FirstPieceCheckBill.html?OperationType=2&linterid=' + HSourceInterID + '&HSouceBillType=' + HBillType, 'yes']
                , resize: false
                , cancel: function () {
                }
                , end: function () {
                    get_FastQuery(table, option);
                }
            })
        }
        //过程检验
        function OpenProcess(event, this)
        {
            layer.open({
                type: 2
                , area: ['100%', '100%']
                , title: '工序检验单-编辑'
                , shade: 0.6
                , maxmin: false
                , anim: 0
                , content: ['../../质量管理/工序检验单/QC_ProcessCheckBill.html?OperationType=' + OperationType + '&linterid=' + linterid, 'yes']
                , resize: false
                , cancel: function () {
                    btnIs();
                }
                , end: function () {
                    get_FastQuery(table, option);
@@ -900,7 +921,7 @@
                                    <span class="imgtitle">巡检</span>
                                </div>
                            </div>
                            <div class="layui-col-sm12 layui-col-md4">
                            <div class="layui-col-sm12 layui-col-md4" onclick="OpenProcess(event,this)">
                                <div class="cnt bottomright">
                                    <span class="layui-icon layui-icon-search imgicon"></span>
                                    <span class="imgtitle">过程检验</span>