标签:type nbsp cell mod use dict == for set
formatter: function (cellvalue, options, rowObject) { var name = ""; getAjax(‘/HouseModule/Y_Dictionary/BinDingItemsJson‘, { Code: ‘houseType‘ }, function (data) { var itemjson = eval("(" + data + ")"); $.each(itemjson, function (i) { if (cellvalue == itemjson[i].Code) { name= itemjson[i].FullName; } }); }); return name; }
标签:type nbsp cell mod use dict == for set
原文地址:https://www.cnblogs.com/BillBlog/p/12101408.html