| | |
| | | <!-- |
| | | * @Date: 2024-01-06 17:40:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-16 22:25:31 |
| | | * @LastEditTime: 2024-01-16 23:03:37 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/machineList/index.vue |
| | | --> |
| | | <template> |
| | | <div class="maintenance"> |
| | | <div class="nav">机床维护</div> |
| | | <div class="nav">机床采集</div> |
| | | <List ref="list" url="/machine/pageQuery"> |
| | | <template slot="search"> |
| | | <div class="item"> |
| | | <span>机床名称</span> |
| | | <el-input class="item-value" v-model="queryInfo.name"></el-input> |
| | | <el-input class="item-value" v-model="queryInfo.name" clearable></el-input> |
| | | </div> |
| | | <div class="item"> |
| | | <span>ip地址</span> |
| | | <el-input class="item-value" v-model="queryInfo.name"></el-input> |
| | | <el-input class="item-value" v-model="queryInfo.name" clearable></el-input> |
| | | </div> |
| | | <div class="item"> |
| | | <span>型号</span> |
| | | <el-input class="item-value" v-model="queryInfo.name"></el-input> |
| | | <el-input class="item-value" v-model="queryInfo.name" clearable></el-input> |
| | | </div> |
| | | <div class="item"> |
| | | <span>程序传输模式</span> |
| | | <el-input class="item-value" v-model="queryInfo.name"></el-input> |
| | | <el-input class="item-value" v-model="queryInfo.name" clearable></el-input> |
| | | </div> |
| | | <div class="item"> |
| | | <span>加工类型</span> |
| | | <el-input class="item-value" v-model="queryInfo.name"></el-input> |
| | | <el-input class="item-value" v-model="queryInfo.name" clearable></el-input> |
| | | </div> |
| | | <div class="item" style="flex: 1 1 auto;justify-content: flex-end;"> |
| | | <el-button type="primary" size="small" @click="reset">查询</el-button> |
| | |
| | | label="DNC名称" |
| | | width="180"> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" align="center" label="操作"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="handlerSetting(scope.row)">配置</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </template> |
| | | |
| | | </List> |
| | |
| | | this.query() |
| | | this.close() |
| | | }, |
| | | addOrUpdateHandle(row) { |
| | | this.row = row |
| | | handlerSetting(row) { |
| | | this.addOrUpdateVisible = true |
| | | } |
| | | |