|
|
|
@ -196,14 +196,14 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="180" fixed="right">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1" v-if="showSup" size="small" @click.native.stop="determine(scope.row)">确认</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
@click.native.stop="InvoiceRegister1(scope.row)"
|
|
|
|
|
>发票登记
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="text" :disabled="scope.row.checkStatus==1" size="small" @click.native.stop="determine(scope.row)">确认</el-button>
|
|
|
|
|
<!--<el-button-->
|
|
|
|
|
<!-- type="text"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- @click.native.stop="InvoiceRegister1(scope.row)"-->
|
|
|
|
|
<!-->发票登记-->
|
|
|
|
|
<!--</el-button-->
|
|
|
|
|
<!-->-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
@click="getNewInv(scope.row)"
|
|
|
|
@ -1157,6 +1157,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
created() {
|
|
|
|
|
|
|
|
|
|
let supId = this.$store.getters.customerId;
|
|
|
|
|
if (supId == "110") {
|
|
|
|
|
this.showSup = true;
|
|
|
|
|