Browse Source

完善出库申请

master
yunuo970428 2 years ago
parent
commit
8c409626ad
  1. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/chukuguanli/chukubanli/chukushenqing.vue

4
anrui-buscenter/anrui-buscenter-ui/src/views/chukuguanli/chukubanli/chukushenqing.vue

@ -287,6 +287,7 @@ export default {
}
},
handleRevoke(row) {
if (row.allowModify) {
this.$confirm('是否确定撤回该业务', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
@ -299,6 +300,9 @@ export default {
}
})
})
} else {
this.$message({ showClose: true, type: 'error', message: '非本人发起的申请,无权限操作' })
}
},
// sid
handleSelectionChange(row) {

Loading…
Cancel
Save