| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- this.Afterload = () => {
- var date = (new Date()).toLocaleDateString();
- const currentDate = new Date();
- $(".el-table__header thead tr:eq(0) th:eq(7)").text(date + '欠料');
- const currentDate2 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate2.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(8)").text(date + '欠料');
- const currentDate3 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate3.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(9)").text(date + '欠料');
- const currentDate4 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate4.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(10)").text(date + '欠料');
- const currentDate5 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate5.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(11)").text(date + '欠料');
- const currentDate6 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate6.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(12)").text(date + '欠料');
- const currentDate7 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate7.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(13)").text(date + '欠料');
- const currentDate8 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate8.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(14)").text(date + '欠料');
- const currentDate9 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate9.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(15)").text(date + '欠料');
- const currentDate10 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate10.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(16)").text(date + '欠料');
- const currentDate11 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate11.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(17)").text(date + '欠料');
- const currentDate12 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate12.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(18)").text(date + '欠料');
- const currentDate13 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate13.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(19)").text(date + '欠料');
- const currentDate14 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate14.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(20)").text(date + '欠料');
- const currentDate15 = new Date(currentDate.setDate(currentDate.getDate() + 1));
- date = currentDate15.toLocaleDateString();
- $(".el-table__header thead tr:eq(0) th:eq(21)").text(date + '欠料');
- };
|