zzr99
2022-07-28 35431bdee4b3660a65a025db3fca792cf9a1fec6
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Gy_EquipType.html
@@ -153,7 +153,7 @@
                    , limit: 50 //每页默认显示的数量
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 200, 500, 1000, 5000, 10000]
                    , limits: [50, 500, 5000, 20000]
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
                        , { field: 'HItemID', title: 'HItemID', sort: true, hide: true }
@@ -175,7 +175,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Gy_EquipType/GetList',
                    type: "GET",
                    data: { "sWhere": sWhere},
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;
@@ -255,7 +255,7 @@
                                    url: GetWEBURL() + '/Gy_EquipType/Delete_EquipType',
                                    type: "GET",
                                    //async: true,
                                    data: { "HItemID": data[0].HItemID},
                                    data: { "HItemID": data[0].HItemID, "user": sessionStorage["HUserName"]},
                                    success: function (result) {
                                        if (result.count == 1) {
                                            layer.msg(result.Message, { time: 1 * 1000, icon: 1 }, function () {