Commit 036aec4f authored by liudong1993's avatar liudong1993

1

parent 35a0d2a0
......@@ -1070,10 +1070,17 @@
id: item.FrID,
blank: "y",
};
this.$router.push({
path: "/FinancialDocumentsDetail",
query
});
if(item.Type =='资金调拨'){
this.$router.push({
path: "/CapitalAllocationDetail",
query
});
}else{
this.$router.push({
path: "/FinancialDocumentsDetail",
query
});
}
},
Markers(){
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