Commit c1b68607 authored by liudong1993's avatar liudong1993

1

parent ec7b01a1
......@@ -3079,7 +3079,18 @@
ClientID: this.yfcheckList[0].ClientID
}
}
if(this.yfOutBranchId==1218){
let routeData = this.$router.resolve({
name: "ChoiceAddFinancialDocuments",
query: {
czmsg: JSON.stringify(msg),
orderObj: JSON.stringify(orderObj),
Type: 2,
searchTitle: "分摊"
}
});
window.open(routeData.href, "_blank");
}else{
let routeData = this.$router.resolve({
name: "ChoiceAddFinancialDocuments",
query: {
......@@ -3091,6 +3102,7 @@
}
});
window.open(routeData.href, "_blank");
}
},
ckeckOne() {
if (this.yfcheckList.length == 2) {
......
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