|
@@ -78,8 +78,8 @@
|
|
|
@resetColumn="resetColumnTwo('formContacts', 'optionContacts', 'optionContactsBack', 343)"
|
|
|
@saveColumn="saveColumnTwo('formContacts', 'optionContacts', 'optionContactsBack', 343)">
|
|
|
<template slot-scope="{scope,row}" slot="menuLeft">
|
|
|
- <!-- <el-button type="primary" icon="el-icon-printer" size="small"
|
|
|
- @click="handlePrint">打印</el-button> -->
|
|
|
+ <el-button type="primary" icon="el-icon-printer" size="small"
|
|
|
+ @click="handlePrint">打印</el-button>
|
|
|
<el-button type="danger" plain size="small" @click="batchDelete"
|
|
|
:disabled="form.checkStatus != '录入' || editButton">一键删除</el-button>
|
|
|
</template>
|
|
@@ -179,7 +179,7 @@ export default {
|
|
|
|
|
|
data() {
|
|
|
return {
|
|
|
- reportName: '', // 打印传的名字
|
|
|
+ reportName: '轮胎商城-销售退货', // 打印传的名字
|
|
|
SelectSearch: {}, // 添加商品检索
|
|
|
// 编辑还是保存
|
|
|
mingxibaocun: true,
|