|
|
@@ -1419,6 +1419,13 @@
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
|
|
|
+
|
|
|
+ <Shebeizhuangtai
|
|
|
+ v-if="dialogSbyxgl"
|
|
|
+ v-model="dialogSbyxgl"
|
|
|
+ title="【01.30 08:30】【JY01#--海德堡对开八色平版胶印机(JY08-01)】【2311116-->钻石(荷花)盒包装纸】【01--胶印】"
|
|
|
+ />
|
|
|
+
|
|
|
</el-main>
|
|
|
</el-container>
|
|
|
</el-container>
|
|
|
@@ -1477,7 +1484,9 @@ import {
|
|
|
import { getDictFunc, formatDate, formatBoolean, filterDict, ReturnArrImg, onDownloadFile } from '@/utils/format'
|
|
|
import { ElMessage, ElMessageBox } from 'element-plus'
|
|
|
import { ref, reactive } from 'vue'
|
|
|
+import Shebeizhuangtai from '@/view/performance/09-workOrderVerification/componets/shebeizhuangtai.vue'
|
|
|
|
|
|
+const dialogSbyxgl=ref(false)
|
|
|
defineOptions({
|
|
|
name: 'Company'
|
|
|
})
|
|
|
@@ -1876,6 +1885,7 @@ const xunchaVisible = ref(false)
|
|
|
|
|
|
//设置机台状态
|
|
|
function onstatus() {
|
|
|
+ dialogSbyxgl.value=true
|
|
|
SetMachineStatus()
|
|
|
// ReportProduceInfo()
|
|
|
}
|