| | |
| | | <el-table-column |
| | | prop="AdvaSchePCStartDate" |
| | | label="计划排程时间" |
| | | width="160" |
| | | width="200" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }}</div> |
| | | <div v-if="row.AdvaSchePCStartDate">{{ row.AdvaSchePCStartDate }} ~ {{ row.AdvaSchePCEndDate }} </div> |
| | | <div v-else>/</div> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | page: 1 |
| | | }, |
| | | showDialog: false, |
| | | time_data: [], |
| | | time_data: [[handleDatetime(new Date()) + ' 00:00:00'], [handleDatetime(new Date()) + ' 00:00:00']], |
| | | forms: { |
| | | wocode: '', // 工单编号 |
| | | wkshpcode: '', // 车间编码 |
| | |
| | | .box_style { |
| | | position: relative; |
| | | top: 40px; |
| | | left: -75px; |
| | | left: -91px; |
| | | } |
| | | |
| | | .box_styles { |