📝 日报提交

👤 个人中心
📅 [点击修改]

记录今天的工作成果

⏱️

工时与协作

小时
1-8 小时
小时
0.5 倍数,最大 8
点击输入框选择协作人
📁

项目与订单

点击选择项目
点击选择订单
0 / 2000

选择项目

加载中...

选择订单

请先选择项目
📝

工作内容

0 / 2000
const API_BASE = \; const API_BASE = ''; const tomorrowContent = document.getElementById('tomorrowContent'); const tomorrowStaff = document.getElementById('tomorrowStaff'); const tomorrowOrderId = document.getElementById('tomorrowOrderId'); if (tomorrowContent) { tomorrowContent.addEventListener('input', function() { document.getElementById('tomorrowCharCount').textContent = this.value.length; }); } if (tomorrowStaff) { tomorrowStaff.addEventListener('input', function() { document.getElementById('tomorrowStaffCount').textContent = this.value.length; }); } // 明日计划函数已移到全局作用域(1521 行) // 监听订单选择器变化,同步到明日订单 const orderSelect = document.getElementById('orderId'); if (orderSelect && tomorrowOrderId) { orderSelect.addEventListener('change', function() { tomorrowOrderId.value = this.value; }); }
📅 明日计划
0 / 500
0 / 200