|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<!-- 生产监控 --> |
|
|
|
<!-- 生产监控 --> |
|
|
|
<el-dialog title="生产监控" append-to-body :modelValue="monitorDialog" width="90%" @close="closeDialog" |
|
|
|
<el-dialog title="生产监控" append-to-body :modelValue="monitorDialog" width="90%" @close="closeDialog" |
|
|
|
@open="handleOpen"> |
|
|
|
@open="handleOpen" fullscreen> |
|
|
|
<div |
|
|
|
<div |
|
|
|
style="width: 97%;padding: 0 24px; display: flex;height: 52px;align-items: center;justify-content: space-between;background: #F6F8FC;"> |
|
|
|
style="width: 97%;padding: 0 24px; display: flex;height: 52px;align-items: center;justify-content: space-between;background: #F6F8FC;"> |
|
|
|
<div style="font-weight: bold;">订单编号:{{ rowItem.orderWoCode }}</div> |
|
|
|
<div style="font-weight: bold;">订单编号:{{ rowItem.orderWoCode }}</div> |
|
|
|
|