Browse Source

发票单位地址字段绑定更改

hangb 7 years ago
parent
commit
7dff347466

+ 0 - 1
src/main/webapp/resources/js/usercenter/app.js

@@ -785,7 +785,6 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
         $scope.chooseInvoice = ChooseInvoice
         $scope.chooseInvoice.billInfo = angular.fromJson($scope.chooseInvoice.billInfo);
         $scope.isUserCenter = source
-        console.log($scope.chooseInvoice, '$scope.ChooseInvoice')
         $scope.closeInvoice = function () {
             $modalInstance.close();
         };

+ 0 - 1
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_invoice_record_ctrl.js

@@ -56,7 +56,6 @@ define([ 'app/app' ], function(app) {
                         $defer.resolve(page.content);
                         //划分数据
                         $scope.billData = page.content;
-                        console.log($scope.billData, 'data')
                     }, function (response) {
                         toaster.pop('error', '获取开票记录失败 ', response.data);
                     });

+ 0 - 1
src/main/webapp/resources/js/vendor/app.js

@@ -1308,7 +1308,6 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
   		$scope.chooseInvoice = ChooseInvoice
       	$scope.chooseInvoice.billInfo = angular.fromJson($scope.chooseInvoice.billInfo);
 	  	$scope.isUserCenter = source
-	  	console.log($scope.chooseInvoice, '$scope.ChooseInvoice')
 		$scope.closeInvoice = function () {
 			$modalInstance.close();
 		};

+ 0 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_invoice_ctrl.js

@@ -65,7 +65,6 @@ define([ 'app/app' ], function(app) {
                         $defer.resolve(page.content);
                         //划分数据
                         $scope.billData = page.content;
-                        console.log($scope.billData, '111')
                         //初始化选中状态和地址信息
                         $scope.isAllCheck = false;
                         angular.forEach($scope.billData, function (item) {

+ 1 - 1
src/main/webapp/resources/view/vendor/modal/invoice_look_modal.html

@@ -123,7 +123,7 @@
     <span>发票抬头:</span><span ng-bind="chooseInvoice.invoicetitle || '-'">深圳市优软商城有限公司</span>
   </div>
   <div class="item-list" ng-hide="chooseInvoice.invoicetype==1206">
-    <span>单位地址:</span><span ng-bind="chooseInvoice.billInfo.detailAddress || '-'">深圳市家具卡卡卡卡卡卡阿里看斗罗大陆领深圳市家具卡卡卡卡卡卡阿里看斗罗大陆领</span>
+    <span>单位地址:</span><span ng-bind="chooseInvoice.billInfo.companyAddress || '-'">深圳市家具卡卡卡卡卡卡阿里看斗罗大陆领深圳市家具卡卡卡卡卡卡阿里看斗罗大陆领</span>
   </div>
   <div class="item-list" ng-hide="chooseInvoice.invoicetype==1206">
     <span>单位电话:</span><span ng-bind="chooseInvoice.billInfo.companyPhone || '-'">125698596566556"</span>