Commit c1b68607 authored by liudong1993's avatar liudong1993

1

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