Commit 7338c13c authored by zhengke's avatar zhengke

no message

parent f4b62cf7
......@@ -735,7 +735,7 @@ export default {
ReFinanceId: row.OrderId,
ReFinanceId2: num,
GuestId: row.GuestId,
RelevanceFrId: num==3?1:row.OrderType, // 单据类型
RelevanceFrId: num==2?1:row.OrderType, // 单据类型
}]
href =
url +
......
......@@ -868,7 +868,7 @@
ReFinanceId: row.OrderId,
ReFinanceId2: num,
GuestId: row.GuestId,
RelevanceFrId: num==3?1:row.OrderType, // 单据类型
RelevanceFrId: num==2?1:row.OrderType, // 单据类型
}]
href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON
.stringify(data)
......
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