Commit b5e89377 authored by youjie's avatar youjie

no message

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