|
@@ -211,13 +211,13 @@
|
|
|
(scope.row.approveStatus ||
|
|
|
(scope.row.status != '待结算' && !scope.row.approveStatus))&&(compId=='6a713699e08c4cbc97a87f7648a95e3d'||compId=='5d164edcef03476dba6630f86dc96496')
|
|
|
" @click="printPY(scope.row)" v-hasPermission="`acquisitionManagement.acquisitionPay.print`">三方打印</el-button>
|
|
|
- <el-button v-show="
|
|
|
+ <!-- <el-button v-show="
|
|
|
scope.row.approveStatus ||
|
|
|
(scope.row.status != '待结算' && !scope.row.approveStatus)
|
|
|
" @click="print1(scope.row)"
|
|
|
v-hasPermission="`acquisitionManagement.acquisitionPay.finace`"
|
|
|
>财务打印
|
|
|
- </el-button>
|
|
|
+ </el-button> -->
|
|
|
<el-button v-show="
|
|
|
scope.row.approveStatus ||
|
|
|
(scope.row.status != '待结算' && !scope.row.approveStatus)
|