Commit fc3b00ee authored by 华国豪's avatar 华国豪 🙄

1

parent 51d79f33
......@@ -945,6 +945,8 @@
},
//跳转用款计划
goUrlYongKuan(path, obj, outItem, title){
console.log(obj, outItem)
return
this.$router.push({
name: path,
query: {
......@@ -954,7 +956,7 @@
OutBranchId:obj.OutBranchId,
blank: 'y',
tab: title,
lineId: outItem.LineId
lineId: outItem.PriceCommonList[0].LineId
}
})
},
......
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