feat(example): 重构机台参数表单增加工艺参数明细功能
This commit is contained in:
parent
f3dc60d8bd
commit
8c3c1bbe9f
@ -43,34 +43,13 @@
|
||||
</el-col>
|
||||
</el-form>
|
||||
</el-row>
|
||||
<el-row :gutter="16">
|
||||
<el-col :span="24" class="button-col">
|
||||
<el-button
|
||||
type="primary"
|
||||
icon="el-icon-search"
|
||||
@click="search()"
|
||||
>
|
||||
查询
|
||||
</el-button>
|
||||
<el-button
|
||||
icon="el-icon-refresh-right"
|
||||
@click="reset()"
|
||||
>
|
||||
重置
|
||||
</el-button>
|
||||
<el-button
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="generateOrder()"
|
||||
:disabled="!hasSelected"
|
||||
>
|
||||
生成订单
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="JNPF-common-layout-main JNPF-flex-main">
|
||||
<div class="JNPF-common-head">
|
||||
<div></div>
|
||||
<div>
|
||||
<el-button type="primary" icon="el-icon-search" @click="search()">查询</el-button>
|
||||
<el-button icon="el-icon-refresh-right" @click="reset()">重置</el-button>
|
||||
<el-button type="primary" icon="el-icon-plus" @click="generateOrder()" :disabled="!hasSelected">生成订单</el-button>
|
||||
</div>
|
||||
<div class="JNPF-common-head-right"></div>
|
||||
</div>
|
||||
<JNPF-table v-loading="listLoading" :data="list" :hasNO="false" border ref="table" :row-key="row => row.itemId" @selection-change="handleSelectionChange" :index="false">
|
||||
@ -404,9 +383,4 @@ export default {
|
||||
::v-deep .el-form-item__label {
|
||||
text-align: left !important;
|
||||
}
|
||||
.button-col {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user