Merge branch 'lx-dev' of gitee.com:cabbage_qd/web-base-admin into lx-test

This commit is contained in:
woody 2025-07-09 10:52:48 +08:00
commit 17de2ae506
1 changed files with 1 additions and 1 deletions

View File

@ -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: '存在已审核单据,请重新选择',