feat: 注释掉术式按钮

dev_ksck2.0
chenhc 12 months ago
parent eaf4b616ab
commit 6a651fb516

@ -3,13 +3,13 @@
<el-row>
<div style="margin: 0px 60px 10px auto; height: 35px; float: right;">
<el-button-group>
<el-button
type="primary"
ref="mainTable"
@click.native.stop="selectWarlockBagFunction()"
:loading="loading"
>术式套包录入
</el-button>
<!-- <el-button-->
<!-- type="primary"-->
<!-- ref="mainTable"-->
<!-- @click.native.stop="selectWarlockBagFunction()"-->
<!-- :loading="loading"-->
<!-- >术式套包录入-->
<!-- </el-button>-->
<el-button
type="primary"
ref="mainTable"

@ -107,12 +107,12 @@
<el-row>
<div style="margin: 0px 60px 10px auto; height: 35px; float: right;">
<el-button-group>
<el-button
type="primary"
@click.native.stop="selectWarlockBagFunction()"
:loading="loading"
>术式套包录入
</el-button>
<!-- <el-button-->
<!-- type="primary"-->
<!-- @click.native.stop="selectWarlockBagFunction()"-->
<!-- :loading="loading"-->
<!-- >术式套包录入-->
<!-- </el-button>-->
<el-button
type="primary"
@click.native.stop="selectProductFunction()"

@ -96,12 +96,12 @@
<el-row type="flex" justify="end">
<el-button-group style="display: flex">
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px">
<el-button
type="primary"
@click.native.stop="selectWarlockBagFunction()"
:loading="loading"
>术式套包录入
</el-button>
<!-- <el-button-->
<!-- type="primary"-->
<!-- @click.native.stop="selectWarlockBagFunction()"-->
<!-- :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>-->

@ -127,12 +127,12 @@
<el-row type="flex" justify="end">
<el-button-group style="display: flex">
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px">
<el-button
type="primary"
@click.native.stop="selectWarlockBagFunction()"
:loading="loading"
>术式套包录入
</el-button>
<!-- <el-button-->
<!-- type="primary"-->
<!-- @click.native.stop="selectWarlockBagFunction()"-->
<!-- :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>-->

@ -94,12 +94,12 @@
<el-row type="flex" justify="end">
<el-button-group style="display: flex">
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px">
<el-button
type="primary"
@click.native.stop="selectWarlockBagFunction()"
:loading="loading"
>术式套包录入
</el-button>
<!-- <el-button-->
<!-- type="primary"-->
<!-- @click.native.stop="selectWarlockBagFunction()"-->
<!-- :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-group>

Loading…
Cancel
Save