| | |
| | | columns.push({ field: 'ICMOBillHEntryID', title: 'ICMOBillHEntryID', width: 150, hide: true }); |
| | | columns.push({ field: '客æ·è®¢åå·', title: '客æ·è®¢åå·', width: 200, edit: true }); |
| | | columns.push({ field: 'ç©æç¼ç ', title: 'ç©æç¼ç ', width: 150, edit: true }); |
| | | columns.push({ field: 'æç»è¡å·', title: 'æç»è¡å·', width: 150 }); |
| | | columns.push({ field: 'å°æ¶äº§è½', title: 'å°æ¶äº§è½', edit: 'text' }); |
| | | columns.push({ field: 'ä¼å
级', title: 'ä¼å
级' }); |
| | | columns.push({ field: 'HSourceID', title: 'HSourceID', hide: true }); |
| | |
| | | obj.del(); |
| | | table.cache["mainTable"].splice(rowIndex, 1); //â¡å½»åºç§»é¤å
ç´ ï¼ä»ç¼åéç§»é¤è¿ä¸è¡ |
| | | option.data = table.cache["mainTable"];//å°æ°æ®ç»å®å°dataä¸ |
| | | table.reload(option); |
| | | table.render(option); |
| | | layer.close(index); |
| | | }); |
| | | } |