Browse Source

工资汇总

tall-salary-summary
xuesinan 3 years ago
parent
commit
ec44606baa
  1. 5
      index.html

5
index.html

@ -73,7 +73,7 @@
this.dom = document.querySelector("div[data-root=p1541234829630377984]");
var summary_title = this.dom.querySelector('.title');
const currTime = this.dom.parentNode.getAttribute('data-tTime'); // 任务时间
const currTime = this.dom.parentNode.getAttribute('data-time'); // 任务时间
let tMonth = '';
if (currTime) {
@ -101,8 +101,9 @@
const rId = this.dom.parentNode.getAttribute('data-rid');
const url = this.dom.parentNode.getAttribute('data-url');
const type = this.dom.parentNode.getAttribute('data-type') ? 1 : 0;
const time = this.dom.parentNode.getAttribute('data-time');
const param = `http://101.201.226.163/salarysummary/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}`;
const param = `http://101.201.226.163/salarysummary/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&time=${time}`;
if (type === 1) {
sessionStorage.setItem('targetUrl', param);
} else {

Loading…
Cancel
Save