Commit b5e89377 authored by youjie's avatar youjie

no message

parent ab1e093e
...@@ -1161,11 +1161,12 @@ ...@@ -1161,11 +1161,12 @@
if (row.tcid) { if (row.tcid) {
TCIDARR.push(row.tcid) TCIDARR.push(row.tcid)
} }
let orderObj = { let orderObj = {
OrderID: row.id, OrderID: row.Id,
OrderSource: 10, OrderSource: 10,
Obj: {}, Obj: {},
SourceID: row.visaId, SourceID: row.VisaId,
TCIDList: TCIDARR, TCIDList: TCIDARR,
ReFinanceId2: num, ReFinanceId2: num,
MatchFrId:0 MatchFrId:0
...@@ -1173,7 +1174,7 @@ ...@@ -1173,7 +1174,7 @@
let query = {}; let query = {};
query = { query = {
path: 'SaleOrderModule', path: 'SaleOrderModule',
companyID: row.rB_Branch_Id, companyID: row.OutBranchId,
visaType: true, visaType: true,
blank: 'y', blank: 'y',
orderObj: JSON.stringify(orderObj), orderObj: JSON.stringify(orderObj),
......
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