Commit dcd51478 authored by youjie's avatar youjie
parents 174d7270 314f01d3
...@@ -1070,10 +1070,17 @@ ...@@ -1070,10 +1070,17 @@
id: item.FrID, id: item.FrID,
blank: "y", blank: "y",
}; };
if(item.Type =='资金调拨'){
this.$router.push({
path: "/CapitalAllocationDetail",
query
});
}else{
this.$router.push({ this.$router.push({
path: "/FinancialDocumentsDetail", path: "/FinancialDocumentsDetail",
query query
}); });
}
}, },
Markers(){ Markers(){
this.$confirm('是否确认标记此查询条件的下所有财务单据以导入至金蝶?', '提示', { this.$confirm('是否确认标记此查询条件的下所有财务单据以导入至金蝶?', '提示', {
......
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