guoyuji
2024-07-12 68eb626d4e8be8dc8aa940b35b0ec5e4c12a2d25
north-glass-erp/northglass-erp/src/views/pp/processCard/ProductionScheduling.vue
@@ -90,7 +90,7 @@
//获取七天前到当前时间
function getNowTime() {
  const start = new Date(new Date().getTime() - 3600 * 1000 * 24 * 3)
  const start = new Date(new Date().getTime() - 3600 * 1000 * 24 * 15)
      .toISOString()
      .replace('T', ' ')
      .slice(0, 10) //默认开始时间3天前