|
|
@@ -34,6 +34,7 @@ define(['app/app'], function(app) {
|
|
|
$scope.bill.kind = '1205';
|
|
|
$scope.order.invoicetype = '1205';
|
|
|
$scope.order.paytype = '1102'
|
|
|
+ $scope.selectBill($scope.order.invoicetype)
|
|
|
// angular.forEach($scope.bills, function(item) {
|
|
|
// if(item.kind == '1205') {
|
|
|
// $scope.bill = item;
|