|
|
@ -1,6 +1,7 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="customer-css"> |
|
|
<div class="customer-css"> |
|
|
<el-dialog :title="titleCon" v-drag |
|
|
<el-dialog :title="titleCon" v-drag |
|
|
|
|
|
:close-on-click-modal="false" |
|
|
:visible.sync="createRecheckShow" |
|
|
:visible.sync="createRecheckShow" |
|
|
width="300px" style="height: 680px;" class="customer-dialog"> |
|
|
width="300px" style="height: 680px;" class="customer-dialog"> |
|
|
<el-container> |
|
|
<el-container> |
|
|
@ -101,6 +102,7 @@ export default { |
|
|
username: this.$store.state.user.name, |
|
|
username: this.$store.state.user.name, |
|
|
orderNo: '', |
|
|
orderNo: '', |
|
|
itemNo: '', |
|
|
itemNo: '', |
|
|
|
|
|
scheduleDate: '', |
|
|
workCenterNo: '', |
|
|
workCenterNo: '', |
|
|
resourceId: '', |
|
|
resourceId: '', |
|
|
scheduledDate: '', |
|
|
scheduledDate: '', |
|
|
@ -139,7 +141,7 @@ export default { |
|
|
this.pageData.seqNo = row.seqNo; |
|
|
this.pageData.seqNo = row.seqNo; |
|
|
this.pageData.rollNo = row.rollNo; |
|
|
this.pageData.rollNo = row.rollNo; |
|
|
this.pageData.operatorId = row.operatorId; |
|
|
this.pageData.operatorId = row.operatorId; |
|
|
this.pageData.scheduleDate = row.scheduledDate; |
|
|
|
|
|
|
|
|
this.pageData.scheduleDate = this.dayjs(new Date()).format('YYYY-MM-DD'); |
|
|
this.pageData.workCenterNo = row.workCenterNo; |
|
|
this.pageData.workCenterNo = row.workCenterNo; |
|
|
//重置时间 |
|
|
//重置时间 |
|
|
this.pageData.planStartTime = this.dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss'); |
|
|
this.pageData.planStartTime = this.dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss'); |
|
|
|