|
@@ -150,15 +150,15 @@
|
|
|
</div>
|
|
|
<div class="main gutter-color" v-show="current == 4">
|
|
|
<div class="title">备件清单</div>
|
|
|
- <div style="margin:20px;margin-left: 33%;" class="table-operator" v-if="$auth('repair-application-forms-finish')">
|
|
|
- <a-button type="primary" @click="updateLongYanSpare(1)">
|
|
|
+ <div style="margin:20px;margin-left: 40%;" class="table-operator" v-if="$auth('repair-application-forms-finish')">
|
|
|
+ <!-- <a-button type="primary" @click="updateLongYanSpare(1)">
|
|
|
<a-icon type="plus"/>
|
|
|
更换关联备件
|
|
|
- </a-button>
|
|
|
+ </a-button> -->
|
|
|
<a-divider type="vertical" />
|
|
|
<a-button type="primary" @click="handleOutStroe(2)">
|
|
|
<a-icon type="plus"/>
|
|
|
- 快速出库
|
|
|
+ 备件BOM出库
|
|
|
</a-button>
|
|
|
<!-- <a-divider type="vertical" />
|
|
|
<a-button type="primary" @click="handleAddSpare()">
|
|
@@ -167,6 +167,7 @@
|
|
|
</a-button>-->
|
|
|
<a-divider type="vertical" />
|
|
|
<a-button type="primary" @click="handleOutStroe(0)">
|
|
|
+ <a-icon type="plus"/>
|
|
|
仓库领料
|
|
|
</a-button>
|
|
|
</div>
|