Merge branch 'bd-dev' of gitee.com:cabbage_qd/web-base-admin into bd-test
This commit is contained in:
commit
8cc9d532f8
|
@ -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