zgq
2021-04-09 a442e2c4bd43c15bba79e44c0673311ce7918b5a
WebTM/views/³µ¼ä¹ÜÀí/ίÍ⹤Ðò·¢³öµ¥/Cj_StationEntrustInBillList.html
@@ -187,19 +187,20 @@
                } else if (layEvent === 'del') {
                    layer.msg('禁止删除');
                } else if (layEvent === 'edit') {
                    layer.open({
                        type: 2
                        , area: ['100%', '100%']
                        , title: '产品入库单红字'
                        , shade: 0.6 //遮罩透明度
                        , maxmin: false //允许全屏最小化
                        , anim: 0 //0-6的动画形式,-1不开启
                        , content: ['../../验收入库/产品入库/Kf_ProductInBackBill.html?linterid=' + data[0].HInterID, 'yes']
                        , resize: false
                        , cancel: function () {
                            $(".layui-btn").removeClass("layui-btn-disabled");
                        }
                    })
                    //layer.open({
                    //    type: 2
                    //    , area: ['100%', '100%']
                    //    , title: '产品入库单红字'
                    //    , shade: 0.6 //遮罩透明度
                    //    , maxmin: false //允许全屏最小化
                    //    , anim: 0 //0-6的动画形式,-1不开启
                    //    , content: ['../../验收入库/产品入库/Kf_ProductInBackBill.html?linterid=' + data[0].HInterID, 'yes']
                    //    , resize: false
                    //    , cancel: function () {
                    //        $(".layui-btn").removeClass("layui-btn-disabled");
                    //    }
                    //})
                    layer.msg('禁止编辑');
                }
            });