1
duhe
2025-06-16 df3e719955cc93b4e762ac75fbb61737fbf3b7a8
WebTM/views/ÖÊÁ¿¹ÜÀí/»·¾³¼ì²âµ¥/QC_EnvironmentTestDotCheckBillEdit.html
@@ -419,9 +419,9 @@
                            , { field: 'HEnvironmentItemID', title: 'HEnvironmentItemID', hide: true }
                            , { field: 'HEnvironmentItemName', title: '检测项目', edit: 'text', event: "HEnvironmentItemID" }
                            , { field: 'HMeasure', title: '实际值', edit: 'text' }
                            , { field: 'HTargetVal', title: '目标值', edit: 'text' }
                            , { field: 'HUpLimit', title: '上限值', edit: 'text' }
                            , { field: 'HDownLimit', title: '下限值', edit: 'text' }
                            , { field: 'HTargetVal', title: '目标值' }
                            , { field: 'HUpLimit', title: '上限值' }
                            , { field: 'HDownLimit', title: '下限值'}
                            , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
                        ]]
                    }
@@ -438,7 +438,7 @@
                        , area: ['90%', '90%']//大小
                        , title: '部门列表'//标题
                        , shift: 2//弹出动画
                        , content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes']
                        , content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html?openType=2&HOrgName=' + sessionStorage["Organization"], 'yes']
                        , btn: ['确定', '取消']
                        , btn1: function (index, layero) {//按钮【按钮一】的回调
                            var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -464,7 +464,7 @@
                        , area: ['90%', '90%']//大小
                        , title: '工序列表'//标题
                        , shift: 2//弹出动画
                        , content: ['../../基础资料/生产基础资料/Gy_Process.html', 'yes']
                        , content: ['../../基础资料/生产基础资料/Gy_Process.html?openType=2', 'yes']
                        , btn: ['确定', '取消']
                        , btn1: function (index, layero) {//按钮【按钮一】的回调
                            var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -494,7 +494,7 @@
                        shift: 2,
                        area: ['80%', '80%'],
                        maxmin: true,
                        content: ['../../基础资料/公用基础资料/Gy_WorkCenter.html', 'yes'],
                        content: ['../../基础资料/公用基础资料/Gy_WorkCenter.html?openType=2', 'yes'],
                        btn: ['确定', '取消']
                        , btn1: function (index, layero) {
@@ -569,7 +569,7 @@
                        shift: 2,
                        area: ['80%', '80%'],
                        maxmin: true,
                        content: ['../../质量管理/基础建模/Gy_EnvironmentTestSchemeBillList.html', 'yes'],
                        content: ['../../质量管理/基础建模/Gy_EnvironmentTestSchemeBillList.html?openType=2', 'yes'],
                        btn: ['确定', '取消']
                        , btn1: function (index, layero) {
                            //按钮【按钮一】的回调
@@ -647,7 +647,7 @@
                                    , shift: 2 //弹出动画
                                    , area: ["90%", "90%"] //窗体大小
                                    , maxmin: true //设置最大最小按钮是否显示
                                    , content: ["../../基础资料/公用基础资料/Gy_EnvironmentTestItem.html", "yes"]
                                    , content: ["../../基础资料/公用基础资料/Gy_EnvironmentTestItem.html?openType=2", "yes"]
                                    , btn: ["确定", "取消"]
                                    , btn1: function (index, laero) {
                                        //按钮一  çš„回调
@@ -888,6 +888,11 @@
                $("#HDeptID").val(obj[0].HItemID);
            }
            function GetHEmpValue(obj) {  //返回记录人
                $("#HEmpName").val(obj[0].职员名称);
                $("#HEmpID").val(obj[0].HItemID);
            }
            //工序
            function GetProcessValue(obj) {
                $("#HProcID").val(obj[0].HItemID);//工序id