|
@@ -2,16 +2,6 @@
|
|
|
|
|
|
<a-card :bordered="false">
|
|
|
<a-row :gutter="8">
|
|
|
- <!-- <a-col :span="5">
|
|
|
- <a-tree
|
|
|
- @expand="onExpand"
|
|
|
- :expandedKeys="expandedKeys"
|
|
|
- :autoExpandParent="true"
|
|
|
- @select="onSelect"
|
|
|
- :selectedKeys="selectedKeys"
|
|
|
- :treeData="spareTypeTreeData"
|
|
|
- />
|
|
|
- </a-col>-->
|
|
|
<a-col :span="24">
|
|
|
<div class="table-page-search-wrapper">
|
|
|
<a-form layout="inline">
|
|
@@ -47,7 +37,6 @@
|
|
|
<span class="table-page-search-submitButtons">
|
|
|
<a-button type="primary" @click="$refs.table.refresh(true)">查询</a-button>
|
|
|
<a-button style="margin-left: 8px" @click="resetSearchForm">重置</a-button>
|
|
|
- <a-button style="margin-left: 8px" @click="handleAdd">新增</a-button>
|
|
|
</span>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
@@ -55,6 +44,8 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="table-operator" style="margin-bottom: 8px;">
|
|
|
+<!-- <a-button style="margin-left: 8px" @click="handleAdd">新增</a-button>-->
|
|
|
+ <a-button style="margin-left: 8px" type="primary" icon="plus" @click="handleAdd">新增物料</a-button>
|
|
|
</div>
|
|
|
|
|
|
<s-table
|