|
|
@@ -247,8 +247,8 @@
|
|
|
@click="allClick('一键编辑')">一键编辑</el-button>
|
|
|
<el-button type="danger" plain size="small" :disabled="editDisabled || selectionList.length == 0"
|
|
|
@click="allClick('批量删除')">批量删除</el-button>
|
|
|
- <el-button type="success" plain size="small" :disabled="editDisabled || !form.id"
|
|
|
- @click="allClick('物流报价')">物流报价</el-button>
|
|
|
+ <el-button type="success" plain size="small" :disabled="editDisabled|| !form.id"
|
|
|
+ @click="allClick('提取价格')">提取价格</el-button>
|
|
|
</template>
|
|
|
<template slot="indexHeader" slot-scope="{row,index}">
|
|
|
<el-button type="primary" size="mini" icon="el-icon-plus" :disabled="editDisabled" circle
|
|
|
@@ -1152,7 +1152,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
allClick(name) {
|
|
|
- if (name == '物流报价') {
|
|
|
+ if (name == '提取价格') {
|
|
|
let obj = {
|
|
|
polId: this.form.polId,
|
|
|
podId: this.form.podId,
|