| | |
| | | prop="lm_date" |
| | | label="创建时间" |
| | | sortable="custom" |
| | | width="160" |
| | | /> |
| | | <el-table-column |
| | | label="工艺路线" |
| | |
| | | :close-on-click-modal="false" |
| | | :title="operation==='add'?'新增':'编辑'" |
| | | :visible.sync="dialogVisible" |
| | | width="65%" |
| | | width="800px" |
| | | top="15vh" |
| | | @closed="handleClose" |
| | | @close="handleClose" |
| | |
| | | :close-on-click-modal="false" |
| | | title="单位设置" |
| | | :visible.sync="officeDialogVisible" |
| | | width="65%" |
| | | width="800px" |
| | | top="15vh" |
| | | class="officeDialogVisible" |
| | | @close="handleCloseOffice" |
| | |
| | | :close-on-click-modal="false" |
| | | title="关联工艺路线" |
| | | :visible.sync="dialogVisibleRoute" |
| | | width="50%" |
| | | width="800px" |
| | | top="15vh" |
| | | :fullscreen="isFullscreen" |
| | | class="dialogVisibleRoute" |
| | |
| | | // 新增 |
| | | addOffice() { |
| | | let number = Math.random() * Math.random()// 作为删除时的标识符 |
| | | number = number === 0 ? Math.random() * Math.random() : number |
| | | number = number === 0 ? (10 + Math.random()) : number |
| | | const data = { code: '', name: '', digdect: '', r_ule: '', isVisible: 1, number: number } |
| | | this.officeTableData.unshift(data) |
| | | }, |
| | |
| | | color: #606266; |
| | | } |
| | | |
| | | //::v-deep .el-dialog__body { |
| | | // padding: 20px 100px !important; |
| | | //} |
| | | ::v-deep .el-dialog__body { |
| | | padding: 20px 100px !important; |
| | | } |
| | | |
| | | .dialogVisibleRoute { |
| | | ::v-deep .el-dialog__body { |