|
|
@ -94,12 +94,12 @@
|
|
|
|
<el-row type="flex" justify="end">
|
|
|
|
<el-row type="flex" justify="end">
|
|
|
|
<el-button-group style="display: flex">
|
|
|
|
<el-button-group style="display: flex">
|
|
|
|
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px">
|
|
|
|
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px">
|
|
|
|
<el-button
|
|
|
|
<!-- <el-button-->
|
|
|
|
type="primary"
|
|
|
|
<!-- type="primary"-->
|
|
|
|
@click.native.stop="selectWarlockBagFunction()"
|
|
|
|
<!-- @click.native.stop="selectWarlockBagFunction()"-->
|
|
|
|
:loading="loading"
|
|
|
|
<!-- :loading="loading"-->
|
|
|
|
>术式套包录入
|
|
|
|
<!-- >术式套包录入-->
|
|
|
|
</el-button>
|
|
|
|
<!-- </el-button>-->
|
|
|
|
<el-button type="primary" @click.native.stop="selectProductFunction()" :loading="loading">产品录入</el-button>
|
|
|
|
<el-button type="primary" @click.native.stop="selectProductFunction()" :loading="loading">产品录入</el-button>
|
|
|
|
<!-- <el-button type="primary" :loading="loading" @click.native.stop="selectApply()">选入申购单</el-button>-->
|
|
|
|
<!-- <el-button type="primary" :loading="loading" @click.native.stop="selectApply()">选入申购单</el-button>-->
|
|
|
|
</el-button-group>
|
|
|
|
</el-button-group>
|
|
|
|