Finish AutoComplete

fills out the finish task info

// ==UserScript==
// @name         Finish AutoComplete
// @namespace    http://tampermonkey.net/
// @version      1
// @description  fills out the finish task info
// @author       You
// @match        https://intranet.netfor.net/modules.php?name=Tickets&file=autoclose*
// @match        https://intranet.netfor.com/modules.php?name=Tickets&file=autoclose*
// @icon         https://www.google.com/s2/favicons?domain=netfor.com
// @grant        none
// ==/UserScript==

document.getElementById('Cause.value').value = 'cc';
document.getElementById('Cause.display').value = 'cc';

document.getElementById('CallStatus.display').value = 'Resolved with Service Desk KEDB';
document.getElementById('CallStatus.value').value = 'Closed: Resolved with Service Desk KEDB';

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址