Commit 10f02c5b5879432e077d215caa5ffc504e4b793a

Authored by Min
1 parent dc98ebea

1.处理排程树形时间

src/components/productionScheduleTree/productionScheduleTree.js
@@ -665,7 +665,7 @@ class ProductionSchedule extends Component { @@ -665,7 +665,7 @@ class ProductionSchedule extends Component {
665 665
666 } 666 }
667 if (endTime) { 667 if (endTime) {
668 - sCount += ' - ' + moment(endTime).format('MM月DD日'); 668 + sCount += ' - ' + moment(endTime).format('MM-DD');
669 } 669 }
670 const sFileName = commonUtils.isNotEmptyArr(slaveColumn) && slaveColumn.length > 2 ? slaveColumn[1].dataIndex : ''; 670 const sFileName = commonUtils.isNotEmptyArr(slaveColumn) && slaveColumn.length > 2 ? slaveColumn[1].dataIndex : '';
671 if(sCount && sFileName) { 671 if(sCount && sFileName) {