Commit 3f3986a5 authored by zhengke's avatar zhengke

no message

parent 0dd1ce45
......@@ -728,32 +728,15 @@ export default {
}
}
} else {
if (num == 1 || num == 2) {
data = [
{
path: "ChoiceAddFinancialDocuments",
data = [{
path: 'ChoiceAddFinancialDocuments',
type: type,
OtherType: 55,
ReFinanceId: row.OrderId,
ReFinanceId2: num,
GuestId: row.GuestId,
RelevanceFrId: row.OrderType, // 单据类型
},
];
}
if (num == 3) {
data = [
{
path: "ChoiceAddFinancialDocuments",
type: type,
OtherType: 55,
ReFinanceId: row.OrderId,
ReFinanceId2: num,
GuestId: row.GuestId,
RelevanceFrId: row.OrderType,
},
];
}
RelevanceFrId: num==3?1:row.OrderType, // 单据类型
}]
href =
url +
"automaticLogin?token=" +
......
......@@ -861,7 +861,6 @@
}
} else {
if (num == 1 || num == 2) {
data = [{
path: 'ChoiceAddFinancialDocuments',
type: type,
......@@ -869,19 +868,8 @@
ReFinanceId: row.OrderId,
ReFinanceId2: num,
GuestId: row.GuestId,
RelevanceFrId: row.OrderType, // 单据类型
RelevanceFrId: num==3?1:row.OrderType, // 单据类型
}]
}
if (num == 3) {
data = [{
path: 'ChoiceAddFinancialDocuments',
type: type,
OtherType: 55,
ReFinanceId: row.OrderId,
ReFinanceId2: num,
GuestId: row.GuestId,
}]
}
href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON
.stringify(data)
window.open(href);
......
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