安徽科技学院疫情填报

疫情填报

当前为 2021-05-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         安徽科技学院疫情填报
// @version      0.1
// @description  疫情填报
// @author       武田龙樱
// @match        http://xgb.ahstu.edu.cn/SPCP/Web/Report/Index
// @match        http://xgb.ahstu.edu.cn/SPCP/*
// @grant        none
// @namespace https://greasyfork.org/users/671338
// ==/UserScript==

(function() {
    'use strict';

    //
    document.querySelector('div#platfrom2  div.plat-title').click();
    document.querySelector("select[name=City]").value='340300';//输入城市
})();
setTimeout( function(){
    'use strict';

    //
    document.querySelector("select[name=County]").value='340302';
    document.querySelector('#ckCLS').click();
    document.querySelector('.save_form').click();

}, 3 * 1000 );//延迟3000毫秒