yangle
2023-08-03 cba0ef063a24b5b965bfa943cf1c8d2c8acba84a
WebTM/views/É豸¹ÜÀí/É豸µµ°¸/Gy_EquipFileMainList.html
@@ -133,7 +133,10 @@
                get_FastQuery();
            });
            //重置按钮
            form.on('submit(btnReSearch)', function (data) {
                get_Refresh();
            });
            //#endregion
@@ -154,11 +157,9 @@
                    , toolbar: '#toolbarDemo'
                    , height: 'full-50'
                    , page: true
                    , limits: [50,200,500,1000,5000,10000]
                    , limits: [50, 500, 5000, 20000]
                    , limit: 50 //每页默认显示的数量
                    , cellMinWidth: 200
                    , limit: 50
                    , limits: [50, 200, 500, 1000, 5000, 10000]
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
                        , { field: 'hmainid', title: 'hmainid', sort: true, hide: true }
@@ -219,7 +220,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Gy_EquipFileMain/GetList',
                    type: "GET",
                    data: { "sWhere": sWhere},
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;
@@ -241,7 +242,7 @@
                var HNumber = $("#HNumber").val();
                var HName = $("#HName").val();
                if (HNumber) {
                    sWhere += " and è®¾å¤‡ç¼–号 like '%" + HNumber + "%'";
                    sWhere += " and è®¾å¤‡ä»£ç  like '%" + HNumber + "%'";
                }
                if (HName) {
                    sWhere += " and è®¾å¤‡åç§° like '%" + HName + "%'";
@@ -315,7 +316,7 @@
                        $.ajax({
                            type: "GET",
                            url: GetWEBURL() + '/Gy_EquipFileMain/Delete_EquipFile',
                            data: { "HItemID": HInterID},
                            data: { "HItemID": HInterID, "user": sessionStorage["HUserName"]},
                            success: function (result) {
                                if (result.count == 1) {
                                    layer.msg(result.Message, { time: 1 * 1000, icon: 1 }, function () {