mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
合同变更加入 动态指定
This commit is contained in:
parent
a74e57c603
commit
fcb4abed2b
@ -146,6 +146,8 @@
|
|||||||
item.from = 'purchase';
|
item.from = 'purchase';
|
||||||
} else if ($that.workflowSettingInfo.flowType == '50005') {
|
} else if ($that.workflowSettingInfo.flowType == '50005') {
|
||||||
item.from = 'contract';
|
item.from = 'contract';
|
||||||
|
} else if ($that.workflowSettingInfo.flowType == '60006') {
|
||||||
|
item.from = 'contract';
|
||||||
}
|
}
|
||||||
vc.emit('selectStaff', 'openStaff', item);
|
vc.emit('selectStaff', 'openStaff', item);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user