|
@@ -762,7 +762,11 @@
|
|
|
sendcode: '',
|
|
|
whname: '',
|
|
|
custUserUU: '',
|
|
|
- sourceDate: ''
|
|
|
+ sourceDate: '',
|
|
|
+ sendId: null,
|
|
|
+ sendQty: null,
|
|
|
+ sendPrice: null,
|
|
|
+ payment: null
|
|
|
}
|
|
|
|
|
|
// 应收对账单明细行来源表信息
|
|
@@ -853,6 +857,10 @@
|
|
|
item.whname = check.whname
|
|
|
item.custUserUU = check.custuseruu
|
|
|
item.sourceDate = check.pidate
|
|
|
+ item.sendId = check.pidate
|
|
|
+ item.sendQty = check.sendQty
|
|
|
+ item.sendPrice = check.sendPrice
|
|
|
+ item.payment = check.payment
|
|
|
|
|
|
// 来源表相关信息
|
|
|
sourceInfo.sourceid = check.sourceid
|