|
|
@@ -7061,7 +7061,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
}
|
|
|
}]);
|
|
|
|
|
|
- //未对账单据列表
|
|
|
+ //货款调账
|
|
|
app.controller('PurchaseAdjustListCtrl',['$scope', 'FaApCheck', 'toaster', '$state','$filter', '$modal', 'ApbillAdjustment', function($scope, FaApCheck, toaster, $state, $filter, $modal, ApbillAdjustment){
|
|
|
$scope.data = [];// 列表数据
|
|
|
|
|
|
@@ -7345,7 +7345,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
$scope.item.price = check.orderprice;
|
|
|
$scope.item.checkQty = check.thischeckqty;
|
|
|
$scope.item.amount = (check.thischeckqty || 0)*(check.orderprice || 0);
|
|
|
- $scope.item.sourceId = check.sourceid;
|
|
|
+ $scope.item.sourceId = check.id;
|
|
|
$scope.item.sourceTable = 'purc$apbilladjustment';
|
|
|
$scope.item.orderClass = '货款调账';
|
|
|
$scope.item.oldYCheckQty = check.ycheckqty;
|