Commit b8c2adb5 authored by youjie's avatar youjie

no message

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