|
@@ -130,7 +130,7 @@
|
|
|
<span class="col-108 m-r-8">
|
|
<span class="col-108 m-r-8">
|
|
|
<el-button class="radius-2px width-100"
|
|
<el-button class="radius-2px width-100"
|
|
|
:disabled="selectedList.some(item => item.invoiceStatusName === '已开票' || item.disableFlag === '1')"
|
|
:disabled="selectedList.some(item => item.invoiceStatusName === '已开票' || item.disableFlag === '1')"
|
|
|
- @click="handleBatchEdit">批量修改比例</el-button>
|
|
|
|
|
|
|
+ @click="handleBatchEdit">批量修改</el-button>
|
|
|
</span>
|
|
</span>
|
|
|
<span class="col-108 m-r-8">
|
|
<span class="col-108 m-r-8">
|
|
|
<el-dropdown class="width-100" trigger="click" placement="bottom" @command="dropdownCommand">
|
|
<el-dropdown class="width-100" trigger="click" placement="bottom" @command="dropdownCommand">
|
|
@@ -325,7 +325,7 @@
|
|
|
<el-button class="radius-2px width-100" type="primary" @click="handleExport(2)">导出</el-button>
|
|
<el-button class="radius-2px width-100" type="primary" @click="handleExport(2)">导出</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
<span class="col-108 m-r-8">
|
|
<span class="col-108 m-r-8">
|
|
|
- <el-button class="radius-2px width-100" @click="handleBatchEdit">批量修改比例</el-button>
|
|
|
|
|
|
|
+ <el-button class="radius-2px width-100" @click="handleBatchEdit">批量修改</el-button>
|
|
|
</span>
|
|
</span>
|
|
|
<span class="col-108 m-r-8">
|
|
<span class="col-108 m-r-8">
|
|
|
已选: <span class="text-red">{{ selectedList.length }}</span> 条
|
|
已选: <span class="text-red">{{ selectedList.length }}</span> 条
|