| | |
| | | success: function (result) { |
| | | if (result.code == 1) { // 说æéªè¯æåäºï¼ |
| | | option.data = result.data; |
| | | if(!result.data.length) { |
| | | option.data = [{ HCenterID: $('#HItemID').val(), HCenterName: $("#HName").val(), HSourceID: 0, HSourceName: "" }] |
| | | } |
| | | table.render(option); |
| | | } |
| | | |
| | |
| | | //è¡å
å¿«æ·é®çé |
| | | function set_GridCellCheck(obj) { |
| | | $(document).off('keydown', ".layui-table-edit").on('keydown', '.layui-table-edit', function (e) { |
| | | debugger |
| | | if (event.key == "F7") { |
| | | if (obj.event == 'HSourceNameSelect') { |
| | | layer.open({ |