Commit c1b68607 authored by liudong1993's avatar liudong1993

1

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