|
@@ -97,8 +97,8 @@
|
|
|
<el-button type="danger" plain size="small" :disabled="disabled || selectionCList.length == 0"
|
|
|
@click="allClick('撤销账单', 'C')">撤销账单</el-button>
|
|
|
<el-button type="primary" plain size="small" :disabled="disabled"
|
|
|
- @click="allClick('增值税', 'D')">增值税</el-button>
|
|
|
- <el-button type="danger" plain size="small" :disabled="disabled" @click="allClick('关税', 'D')">关税</el-button>
|
|
|
+ @click="allClick('增值税', 'C')">增值税</el-button>
|
|
|
+ <el-button type="danger" plain size="small" :disabled="disabled" @click="allClick('关税', 'C')">关税</el-button>
|
|
|
<!-- <el-button type="primary" plain size="small" :disabled="disabled"
|
|
|
@click="allClick('打印账单', 'C')">打印账单</el-button> -->
|
|
|
<el-button type="success" plain size="small" :disabled="disabled"
|