feat(cashDetails): 提现驳回添加按钮权限
This commit is contained in:
parent
bf26379fc1
commit
693f0719a8
|
@ -227,6 +227,7 @@
|
|||
导出
|
||||
</el-button>
|
||||
<el-button
|
||||
v-has-buttons="['CashDetailsReject']"
|
||||
style="padding: 8px"
|
||||
size="small"
|
||||
class="thebtn2"
|
||||
|
@ -868,7 +869,6 @@ export default {
|
|||
},
|
||||
batchRejectHandle() {
|
||||
const canReject = this.checkArrAll.every((item) => item.approveState == 1)
|
||||
console.log(canReject)
|
||||
if (!canReject) {
|
||||
this.$message({
|
||||
message: '存在已审核单据,请重新选择',
|
||||
|
|
Loading…
Reference in New Issue