Commit 402d8dfe by huaying

Merge branch 'feature/act-code' into dev

parents faa52487 5c7976a8
......@@ -283,7 +283,7 @@ export default {
{
text: '作废',
visible: row => {
if (this.$getButtonLimit(this.$buttonCode.delActCode) && row.statusFlag != 2) {
if (this.$getButtonLimit(this.$buttonCode.delActCode) && row.statusFlag != 2 && row.hmType == 2 && row.clerkCode == '') {
// if (row.statusFlag != 2) {
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment