|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
<template>
|
|
|
<ele-modal width="1260px" :visible="visible" v-if="visible" :append-to-body="true" :close-on-click-modal="false"
|
|
|
- custom-class="ele-dialog-form" title="选择物料" @update:visible="updateVisible">
|
|
|
+ custom-class="ele-dialog-form" title="选择物料" @update:visible="updateVisible" :maxable="true">
|
|
|
<header-title title="基本信息"></header-title>
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
|
|
|
<el-row>
|
|
|
@@ -169,7 +169,7 @@
|
|
|
<!-- 添加工序 -->
|
|
|
|
|
|
<ele-modal width="1720px" :visible="addDialog" :append-to-body="true" :close-on-click-modal="false"
|
|
|
- @update:visible="closeAdd">
|
|
|
+ @update:visible="closeAdd" :maxable="true">
|
|
|
<Production :tableData="tableData" ref="ProductionCom" />
|
|
|
<template v-slot:footer>
|
|
|
<el-button @click="closeAdd">取消</el-button>
|