|
|
@@ -659,7 +659,11 @@ define(['app/app'], function (app) {
|
|
|
sendcode: '',
|
|
|
whname: '',
|
|
|
custUserUU: '',
|
|
|
- sourceDate: ''
|
|
|
+ sourceDate: '',
|
|
|
+ sendId: null,
|
|
|
+ sendQty: null,
|
|
|
+ sendPrice: null,
|
|
|
+ payment: null
|
|
|
};
|
|
|
|
|
|
//应收对账单明细行来源表信息
|
|
|
@@ -752,7 +756,11 @@ define(['app/app'], function (app) {
|
|
|
$scope.item.sendcode = check.sendcode;
|
|
|
$scope.item.whname = check.whname;
|
|
|
$scope.item.custUserUU = check.custuseruu;
|
|
|
- $scope.item.sourceDate = check.pidate
|
|
|
+ $scope.item.sourceDate = check.pidate;
|
|
|
+ $scope.item.sendId = check.sendId;
|
|
|
+ $scope.item.sendQty = check.sendQty;
|
|
|
+ $scope.item.sendPrice = check.sendPrice;
|
|
|
+ $scope.item.payment = check.payment;
|
|
|
//来源表相关信息
|
|
|
$scope.sourceInfo.sourceid = check.sourceid;
|
|
|
$scope.sourceInfo.sourcetable = check.sourcetable;
|