custom-昂立/薪资账套配置流程审批地址
This commit is contained in:
parent
0e279b0e48
commit
773d276134
|
|
@ -56,7 +56,7 @@ class Calculate extends Component {
|
|||
return !showOperateBtn ? calculateOpts.slice(1) : calculateOpts;
|
||||
};
|
||||
handleCalcOpts = ({ key }, record) => {
|
||||
const { isRefresh, progressModule } = this.state, { id } = record;
|
||||
const { isRefresh, progressModule } = this.state, { id, workflowUrl } = record;
|
||||
switch (key) {
|
||||
case "0":
|
||||
//核算
|
||||
|
|
@ -167,7 +167,7 @@ class Calculate extends Component {
|
|||
break;
|
||||
case "6":
|
||||
// 发起薪酬审批- 昂立
|
||||
window.open(`${window.ecologyContentPath || ""}${record.workflowUrl}&salaryAcctRecordId=${id}`, "_blank");
|
||||
window.open(`${window.ecologyContentPath || ""}${workflowUrl}&salaryAcctRecordId=${id}`, "_blank");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue