|
|
@@ -31,10 +31,12 @@ define(['app/app'], function(app) {
|
|
|
Bill.getListPersonal(null, function(data) {
|
|
|
$scope.bill = {};
|
|
|
$scope.bills = data;
|
|
|
- $scope.bill.kind = '1205';
|
|
|
- $scope.order.invoicetype = '1205';
|
|
|
- $scope.order.paytype = '1102'
|
|
|
- $scope.selectBill($scope.order.invoicetype)
|
|
|
+ $scope.bill.kind = '1207';
|
|
|
+ $scope.order.invoicetype = '1207';
|
|
|
+ // $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;
|