| | |
| | | @click="handleQuery">搜索</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <div> |
| | | <div class="action-buttons"> |
| | | <el-button type="primary" @click="isShowNewModal = true">新增</el-button> |
| | | <el-button type="danger" @click="handleDelete">删除</el-button> |
| | | <el-button @click="handleOut">导出</el-button> |
| | |
| | | openBindRouteDialog(row); |
| | | }, |
| | | }, |
| | | { |
| | | name: "产品结构", |
| | | type: "text", |
| | | clickFun: row => { |
| | | showProductStructure(row); |
| | | }, |
| | | }, |
| | | // { |
| | | // name: "产品结构", |
| | | // type: "text", |
| | | // clickFun: row => { |
| | | // showProductStructure(row); |
| | | // }, |
| | | // }, |
| | | { |
| | | name: "领料", |
| | | type: "text", |
| | |
| | | path: "/productionManagement/processRouteItem", |
| | | query: { |
| | | id: data.id, |
| | | bomId: data.bomId, |
| | | processRouteCode: data.processRouteCode || "", |
| | | productName: data.productName || "", |
| | | model: data.model || "", |
| | |
| | | align-items: start; |
| | | } |
| | | |
| | | .action-buttons { |
| | | display: flex; |
| | | flex-wrap: nowrap; |
| | | gap: 8px; |
| | | } |
| | | |
| | | :deep(.yellow) { |
| | | background-color: #FAF0DE; |
| | | } |