YL
2021-07-21 77a13de4158833a5c71319ccf3c94e4bdaf1d245
WebTM/views/IpadIndex.html
@@ -717,7 +717,9 @@
                        "HSourceName": HSourceName1,
                        "HICMOInterID": HICMOInterID,
                        "HICMOEntryID": HICMOEntryID,
                        "HMaker": "Admin"    //sessionStorage["HUserName"]
                        "HMaker": "Admin",    //sessionStorage["HUserName"]
                        //"HEmpID": "0",    //sessionStorage["HEmpID"]
                        "HSourceBillType": HSourceBillType
                    });
                    //通过索引获取到当前iframe弹出层
@@ -726,6 +728,26 @@
                    iframe.edit(data);
                },
            });
        }
        function OpenFistCheck(event, obj)
        {
            layer.open({
                type: 2
                , area: ['100%', '100%']
                , title: '首件检验单-编辑'
                , shade: 0.6
                , maxmin: false
                , anim: 0
                , content: ['../../质量管理/首件检验单/QC_Add_Edit_FirstPieceCheckBill.html?OperationType=2&linterid=' + HSourceInterID + '&HSouceBillType=' + HSourceBillType, 'yes']
                , resize: false
                , cancel: function () {
                    btnIs();
                }
                , end: function () {
                    get_FastQuery(table, option);
                }
            })
        }
        //单据状态验证
@@ -866,7 +888,7 @@
                            </div>
                        </div>
                        <div class="layui-row layui-col-space10">
                            <div class="layui-col-sm12 layui-col-md4">
                            <div class="layui-col-sm12 layui-col-md4" onclick="OpenFistCheck(event,this)">
                                <div class="cnt bottomright">
                                    <span class="layui-icon layui-icon-search imgicon"></span>
                                    <span class="imgtitle">首检</span>