1
zrg
2025-11-25 e0092d7ad1f6e1b18cfb14c1b0d6776fd8184c5f
WebTM/views/»ù´¡×ÊÁÏ/»ù´¡×ÊÁÏ/Gy_DotCheckList.html
@@ -394,7 +394,8 @@
                set_InitGrid();
                //查询
                get_Display(sWhere);
                // get_Display(sWhere);
                get_FastQuery()
                //查询设备分类
                get_Display_Tree();
@@ -628,7 +629,7 @@
                form.render('select');
                sWhere = "";
                get_Display(sWhere);
                get_FastQuery();
            }
            //#endregion
@@ -703,6 +704,9 @@
                var checkStatus = table.checkStatus('mainTable')
                    , data = checkStatus.data;
                if (checkStatus.data.length === 1) {
                    if(data[0]['审核人']) {
                        return layer.alert("单据已被审核,无法删除!", { icon: 5 });
                    }
                    layer.confirm('您确定要删除吗?', {
                        btn: ['确定', '取消'] //按钮
                        , yes: function (index, layero) {