1
duhe
2024-03-28 b6f9c72757622dbfc60702fa9a04933a5bd0866d
WebTM/views/¼Æ»®¹ÜÀí/¹¤ÒÕ·Ïß/Gy_RoutingBill.html
@@ -1147,7 +1147,7 @@
                    , area: ['90%', '90%']//大小
                    , title: '计量单位表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_UnitList.html', 'yes']
                    , content: ['../../基础资料/公用基础资料/Gy_Unit.html', 'yes']
                    , btn: ['确定', '取消']
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -1157,7 +1157,7 @@
                        }
                        //获取数据
                        $("#HUnitID").val(checkStatus.data[0].HItemID);//计量单位id
                        $("#HUnitName").val(checkStatus.data[0].HName);//计量单位名称
                        $("#HUnitName").val(checkStatus.data[0].计量单位名称);//计量单位名称
                        layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1225,7 +1225,7 @@
                    , area: ['90%', '90%']//大小
                    , title: '工艺路线大类列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_RoutingGroup.html', 'yes']
                    , content: ['../../计划管理/工艺路线大类/Gy_RoutingGroupList.html', 'yes']
                    , btn: ['确定', '取消']
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -1234,8 +1234,8 @@
                            return layer.msg('请选择数据');
                        }
                        //获取数据
                        $("#HRoutingGroupID").val(checkStatus.data[0].HItemID);//工艺路线大类id
                        $("#HRoutingGroupIDName").val(checkStatus.data[0].HName);//工艺路线大类名称
                        $("#HRoutingGroupID").val(checkStatus.data[0].id);//工艺路线大类id
                        $("#HRoutingGroupIDName").val(checkStatus.data[0].名称);//工艺路线大类名称
                        layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -1562,7 +1562,7 @@
                                , shift: 2 //弹出动画
                                , area: ["90%", "90%"] //窗体大小
                                , maxmin: true //设置最大最小按钮是否显示
                                , content: ["../../Baseset/基础资料/Gy_WorkCenterList.html", "yes"]
                                , content: ["../../基础资料/公用基础资料/Gy_WorkCenter.html", "yes"]
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
@@ -1574,7 +1574,7 @@
                                    }
                                    //更新表格缓存的数据
                                    obj.update({
                                        "工作中心": checkStatus.data[0].工作中心
                                        "工作中心": checkStatus.data[0].工作中心名称
                                        , "HCenterID": checkStatus.data[0].HItemID
                                        , "工作中心代码": checkStatus.data[0].工作中心代码
                                    })