1
陈雯静
2024-04-10 2b56a06db3b9a9148215d2148d6b97cfccf4a3c1
WebTM/views/ÏîÄ¿¹ÜÀí/Öܼƻ®/PM_WorkReportWeekBillMain.html
@@ -665,7 +665,7 @@
                    , area: ['90%', '90%']//大小
                    , title: '员工表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html?openType=2&HOrgID=' + HOrgID, 'yes']
                    , content: ['../../基础资料/公用基础资料/Gy_EmployeeList.html?openType=HEmp&HOrgID=' + HOrgID, 'yes']
                    , btn: ['确定', '取消']
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -684,6 +684,7 @@
                        getHUserNameHours();
                    }
                    , btn2: function (index, layero) { }
                    , end: function () { }
                })
            }
            //#endregion
@@ -977,7 +978,11 @@
            //#endregion
        });
        //总结人
        function GetHEmpValue(obj) {
            $("#HReportEmpID").val(obj[0].HItemID);//客户id
            $("#HPlanEmpName").val(obj[0].职员名称);//客户名称
        }
    </script>
</body>