|
|
|
|
@ -90,12 +90,7 @@ |
|
|
|
|
:itemData="itemData" |
|
|
|
|
@closeDialog="closeDialog" |
|
|
|
|
></outsource-dialog> |
|
|
|
|
<!-- 生产监控 --> |
|
|
|
|
<production-dialog |
|
|
|
|
:monitor-dialog="monitorDialog" |
|
|
|
|
:row-item="rowItem" |
|
|
|
|
@closeDialog="closeDialog" |
|
|
|
|
></production-dialog> |
|
|
|
|
|
|
|
|
|
<!-- 分批弹窗 --> |
|
|
|
|
<batches-dialog |
|
|
|
|
v-if="showBatches" |
|
|
|
|
@ -130,12 +125,12 @@ |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import outsourceDialog from './components/outsourceDialog.vue'; |
|
|
|
|
import productionDialog from './components/productionDialog.vue'; |
|
|
|
|
import batchesDialog from './components/batchesDialog.vue'; |
|
|
|
|
import closedDialog from './components/closedDialog.vue'; |
|
|
|
|
import abnormalDialog from './components/abnormalDialog.vue'; |
|
|
|
|
import productionMonitoringDialog from './components/productionMonitoringDialog.vue'; |
|
|
|
|
import outsourceDialog from '../components/outsourceDialog.vue'; |
|
|
|
|
import productionDialog from '../components/productionDialog.vue'; |
|
|
|
|
import batchesDialog from '../components/batchesDialog.vue'; |
|
|
|
|
import closedDialog from '../components/abnormalDialog.vue'; |
|
|
|
|
import abnormalDialog from '../components/abnormalDialog.vue'; |
|
|
|
|
import productionMonitoringDialog from '../components/productionMonitoringDialog.vue'; |
|
|
|
|
import workRate from "@/views/workRate/index.vue"; |
|
|
|
|
import { getList,turnType } from '@/api/productionManagement/productionMonitoring'; |
|
|
|
|
|
|
|
|
|
@ -155,7 +150,6 @@ export default { |
|
|
|
|
isPriorityOpen: false, |
|
|
|
|
showAbnormal: false, |
|
|
|
|
showOemDialog: false, |
|
|
|
|
monitorDialog: false, |
|
|
|
|
showBatches: false, |
|
|
|
|
showClose: false, |
|
|
|
|
data: [], |