Commit b8c2adb5 authored by youjie's avatar youjie

no message

parent 041af4ad
...@@ -501,17 +501,17 @@ export default { ...@@ -501,17 +501,17 @@ export default {
if(row.More == "11"){ if(row.More == "11"){
let href; let href;
let url = this.domainManager().erpRoutingUrl; let url = this.domainManager().erpRoutingUrl;
let data = [ let data = [];
{ let pahBack = window.location.hash.split('/')[1]
crmPath: window.location.hash.split('/')[1], data.push({
crmPath: pahBack.split('?')[0],
path: "invoicesManagerAdd", path: "invoicesManagerAdd",
OrderId: row.OrderId, OrderId: row.OrderId,
TCID: 0, TCID: 0,
customerId: row.GuestId, customerId: row.GuestId,
InvoiceApplyType: 4, InvoiceApplyType: 4,
blank: "y", blank: "y",
}, },)
];
href = href =
url + url +
"automaticLogin?token=" + "automaticLogin?token=" +
......
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