(para)
| 2154 | } |
| 2155 | } |
| 2156 | async function deleteEntryJob(para) { |
| 2157 | const result = await servicesData.setDeletePosList(para); |
| 2158 | if (result) { |
| 2159 | if (_isFormInDialog && _isFormInDialogSelector !== null) { |
| 2160 | $(_isFormInDialogSelector).html(""); |
| 2161 | |
| 2162 | _showFormButtons(buttons.STATE.initialize); |
| 2163 | } else { |
| 2164 | _tableSelectionPosNo = null; |
| 2165 | await _updateTableContent(); |
| 2166 | |
| 2167 | |
| 2168 | |
| 2169 | |
| 2170 | |
| 2171 | |
| 2172 | |
| 2173 | |
| 2174 | |
| 2175 | |
| 2176 | |
| 2177 | |
| 2178 | |
| 2179 | |
| 2180 | |
| 2181 | |
| 2182 | } |
| 2183 | } |
| 2184 | } |
| 2185 | async function deleteEntrySiCheck() { |
| 2186 | const selectedListPosNo = _tableObject |
| 2187 | .getSelection() |
no test coverage detected