Browse Source

0412 新看板

master
ruanqi 1 year ago
parent
commit
0667a6e0d2
  1. 2
      src/views/modules/board/thisWeekShipmentBoard.vue

2
src/views/modules/board/thisWeekShipmentBoard.vue

@ -140,7 +140,7 @@
if (new Date(row.enteredDate)>new Date(this.dayjs().add(-1,'day'))) {
return 'success-row'
}
if ( new Date(row.planShipDate) <new Date(this.dayjs().format('YYYY-MM-DD').replace('-', '/'))) {
if ( new Date(row.planShipDate) <new Date(this.dayjs().add(3,'day').format('YYYY-MM-DD').replace('-', '/'))) {
return 'false-row'
}
// if (row.finishedFlag == '2') {

Loading…
Cancel
Save