#82采购计划详情-没有新增
This commit is contained in:
parent
29330fe515
commit
83ce1372ae
|
@ -14,7 +14,7 @@
|
||||||
<el-card style="width: 100%" header="计划明细" shadow="hover">
|
<el-card style="width: 100%" header="计划明细" shadow="hover">
|
||||||
<div>
|
<div>
|
||||||
<el-button type="primary" icon="el-icon-plus" v-auth="'pu_planitem.create'" @click="add"
|
<el-button type="primary" icon="el-icon-plus" v-auth="'pu_planitem.create'" @click="add"
|
||||||
v-if="orderObj == 10">新增</el-button>
|
v-if="orderObj.state == 10">新增</el-button>
|
||||||
</div>
|
</div>
|
||||||
<scTable ref="table" :apiObj="apiObj" row-key="id" stripe :params="query" hidePagination hideDo>
|
<scTable ref="table" :apiObj="apiObj" row-key="id" stripe :params="query" hidePagination hideDo>
|
||||||
<el-table-column type="index" width="50" />
|
<el-table-column type="index" width="50" />
|
||||||
|
|
Loading…
Reference in New Issue