Browse Source

Merge remote-tracking branch 'origin/release-B2bOrSsr-wangcz' into release-B2bOrSsr-wangcz

# Conflicts:
#	src/main/webapp/resources/view/vendor/b2b/apBill.html
wangcz 7 years ago
parent
commit
bf782b4e0a
44 changed files with 80 additions and 54 deletions
  1. 1 1
      src/main/webapp/resources/js/common/services.js
  2. 3 0
      src/main/webapp/resources/js/sso/controllers/b2b/LogCtrl.js
  3. 1 1
      src/main/webapp/resources/js/vendor/controllers/b2b/saleChangeCtrl.js
  4. 5 0
      src/main/webapp/resources/js/vendor/controllers/b2b/saleInquiryCtrl.js
  5. 1 1
      src/main/webapp/resources/js/vendor/controllers/b2b/saleInquiryMouldCtrl.js
  6. 1 1
      src/main/webapp/resources/js/vendor/controllers/b2b/saleMakechangeCtrl.js
  7. 1 1
      src/main/webapp/resources/view/sso/b2b/log.html
  8. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/inquiry_unapply.html
  9. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/purchaseInquiryCtrl.html
  10. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/tender_answer_list.html
  11. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/tenderlist.html
  12. 1 1
      src/main/webapp/resources/view/usercenter/b2b/fa/arCheck.html
  13. 1 1
      src/main/webapp/resources/view/usercenter/b2b/order/changeList.html
  14. 1 1
      src/main/webapp/resources/view/usercenter/b2b/order/outorder.html
  15. 1 1
      src/main/webapp/resources/view/usercenter/b2b/order/usercenter_order.html
  16. 5 1
      src/main/webapp/resources/view/usercenter/forstore/buyer_cart.html
  17. 5 1
      src/main/webapp/resources/view/usercenter/forstore/buyer_invoice_record.html
  18. 5 1
      src/main/webapp/resources/view/usercenter/forstore/buyer_no_invoice.html
  19. 7 2
      src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html
  20. 3 3
      src/main/webapp/resources/view/vendor/b2b/apBill.html
  21. 1 1
      src/main/webapp/resources/view/vendor/b2b/apCheck.html
  22. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/approval.html
  23. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/customer.html
  24. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/sale_accept.html
  25. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/sale_badIn.html
  26. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/sale_badOut.html
  27. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/sale_make_accept.html
  28. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/sale_make_returns.html
  29. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/sale_returns.html
  30. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/sample.html
  31. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_change.html
  32. 7 7
      src/main/webapp/resources/view/vendor/b2b/sale_inquiry.html
  33. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale_inquiryMould.html
  34. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_makechange.html
  35. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_maketodo.html
  36. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_notice.html
  37. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_order.html
  38. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale_quotationList.html
  39. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_send.html
  40. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_tenderList.html
  41. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_tender_question_list.html
  42. 3 2
      src/main/webapp/resources/view/vendor/forstore/pay_center.html
  43. 1 1
      src/main/webapp/resources/view/vendor/forstore/vendor_goods.html
  44. 1 1
      src/main/webapp/resources/view/vendor/forstore/vendor_order.html

+ 1 - 1
src/main/webapp/resources/js/common/services.js

@@ -151,7 +151,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
 					// defer.promise.then(function (resolve) {
 					// 	$rootScope.b2bUrl = resolve.url;
 					// });
-					$rootScope.b2bUrl = this.getRootPath().indexOf('usoftchina.com') > -1 ? 'http://b2b.usoftchina.com' : 'http://192.168.253.12:9000/b2b-test';
+					$rootScope.b2bUrl = this.getRootPath().indexOf('usoftchina.com') > -1 ? 'http://b2b.usoftchina.com/' : 'http://192.168.253.12:9000/b2b-test/';
 				}
 				return $rootScope.b2bUrl;
 			}

+ 3 - 0
src/main/webapp/resources/js/sso/controllers/b2b/LogCtrl.js

@@ -25,6 +25,9 @@ define(['app/app'], function(app) {
                 });
             }
         });
+        $scope.export = function () {
+            window.open(BaseService.getB2bUrl() + '/log/erp/xls');
+        }
         $scope.usageParams = new ngTableParams({
             page: 1,
             count: 20,

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/b2b/saleChangeCtrl.js

@@ -11,7 +11,7 @@ define(['app/app'], function (app) {
     BaseService.scrollBackToTop();
     var b2bPath = BaseService.getB2bUrl();
     // 获取当前用户是否为普通用户
-    $rootScope.active = 'vendor_material';
+    $rootScope.active = 'vendor_order';
     CurrentRole.isUser({}, {}, function (data) {
       $scope.isUser = data.isUser;
     });

+ 5 - 0
src/main/webapp/resources/js/vendor/controllers/b2b/saleInquiryCtrl.js

@@ -478,6 +478,11 @@ define(['app/app'], function (app) {
             $scope.tableParams.reload();
         }
 
+        // 下载图片
+        $scope.B2bdownFile = function(id) {
+          window.location.href = BaseService.getB2bUrl() + '/file/'+id
+        }
+
         // 导出
         $scope.exportXls = function () {
             PurcInquiry.exportXls({}, {}, function (data) {

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/b2b/saleInquiryMouldCtrl.js

@@ -325,7 +325,7 @@ define(['app/app'], function (app) {
 //			var file = mould.attachFile.$viewValue, file = file && file.length > 0 ? file[0] : null;
             $scope.mould = mould;
             $upload.upload({
-                url: 'sale/mould/' + mould.id + '/send',
+                url: BaseService.getB2bUrl() + '/sale/mould/' + mould.id + '/send',
                 method: 'POST',
                 file: file,
                 data: {

+ 1 - 1
src/main/webapp/resources/js/vendor/controllers/b2b/saleMakechangeCtrl.js

@@ -9,7 +9,7 @@ define(['app/app'], function (app) {
         'BaseService', 'B2bCurrentRole',
         function ($scope, $rootScope, $filter, MakeChange, ngTableParams, toaster,
             BaseService, CurrentRole) {
-          $rootScope.active = 'vendor_material';
+          $rootScope.active = 'vendor_order';
           $scope.storeType = 'makeChange'
           BaseService.scrollBackToTop();
           // 获取当前用户是否为普通用户

+ 1 - 1
src/main/webapp/resources/view/sso/b2b/log.html

@@ -62,7 +62,7 @@
 		<div class="title-div">
 			<span class="f14 bold">数据传输日志</span>
 			<div class="pull-right">
-				<a href="log/erp/xls" target="_self" class="text-simple"><i class="fa fa-file-text fa-fw"></i>导出</a>
+				<a ng-click="export()" target="_self" class="text-simple"><i class="fa fa-file-text fa-fw"></i>导出</a>
 			</div>
 		</div>
 		<div class="pane-body clearfix" id="order-detail-list" style="width: 100%;">

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/Purc/inquiry_unapply.html

@@ -314,7 +314,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/Purc/purchaseInquiryCtrl.html

@@ -332,7 +332,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/Purc/tender_answer_list.html

@@ -258,7 +258,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/Purc/tenderlist.html

@@ -187,7 +187,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/fa/arCheck.html

@@ -149,7 +149,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/order/changeList.html

@@ -125,7 +125,7 @@
 			<li ng-class="{'active': storeType=='outorder'}"><a ui-sref="purc_make_outorder">委外订单</a></li>
 			<li class="down-purchase">
 				<a class="tab_add" ui-sref="purc_change_new" type="button" title="新增采购变更单"><i class="fa fa-plus-square fa-fw"></i>新增</a>
-				<span class='tab_add' ng-click="exportXls()">
+				<span class='tab_add' ng-click="exportXls()" style="cursor:pointer">
 					<i class="fa fa-file-excel-o fa-fw"></i>导出Excel
 				</span>
 				<form style="display: none;" id="down-load-purchase" method="get">

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/order/outorder.html

@@ -119,7 +119,7 @@
 			<li ng-class="{'active': storeType=='deputy'}"><a ui-sref="purc_deputy">代采订单</a></li>
 			<li ng-class="{'active': storeType=='outorder'}"><a ui-sref="purc_make_outorder">委外订单</a></li>
 			<li class="down-purchase">
-				<span class='tab_add' ng-click="exportXls()">
+				<span class='tab_add' ng-click="exportXls()" style="cursor:pointer">
 					<i class="fa fa-file-excel-o fa-fw"></i>导出Excel
 				</span>
 				<form style="display: none;" id="down-load-purchase" method="get">

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/order/usercenter_order.html

@@ -207,7 +207,7 @@
 			<li class="down-purchase">
 				<a class="tab_add" ui-sref="purc_newOrder" title="新增采购单"><i class="fa fa-plus-square fa-fw"></i>新增</a>
 				<a class="tab_add" ui-sref="purc_cart" title="购物车"><i class="fa fa-shopping-cart fa-fw"></i>购物车</a>
-				<span class='tab_add' ng-click="exportXls()">
+				<span class='tab_add' ng-click="exportXls()" style="cursor:pointer">
 					<i class="fa fa-file-excel-o fa-fw"></i>导出Excel
 				</span>
 				<form style="display: none;" id="down-load-purchase" method="get">

+ 5 - 1
src/main/webapp/resources/view/usercenter/forstore/buyer_cart.html

@@ -552,9 +552,13 @@
 		min-width: 110px
 	}
 	.oder01 ul li.active a{
+		border: 0px;
 		border-bottom: #fff;
 		background: #5078cb;
-		color: #fff;
+		color: #fff !important;
+	}
+	.oder01 ul {
+		border-bottom: 0px
 	}
 	.oder01 ul li::after{
 		background: url('static/img/vendor/images/downicon.png');

+ 5 - 1
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice_record.html

@@ -145,9 +145,13 @@
         position: relative;
     }
     .oder01 ul li.active a{
+        border: 0px;
         border-bottom: #fff;
         background: #5078cb;
-        color: #fff;
+        color: #fff !important;
+    }
+    .oder01 ul {
+        border-bottom: 0px
     }
     .oder01 ul li::after{
         background: url('static/img/vendor/images/downicon.png');

+ 5 - 1
src/main/webapp/resources/view/usercenter/forstore/buyer_no_invoice.html

@@ -205,9 +205,13 @@ body div.ng-table-pager a.page-a {
     position: relative;
 }
 .oder01 ul li.active a{
+    border: 0px;
     border-bottom: #fff;
     background: #5078cb;
-    color: #fff;
+    color: #fff !important;
+}
+.oder01 ul {
+    border-bottom: 0px
 }
 .oder01 ul li::after{
     background: url('static/img/vendor/images/downicon.png');

+ 7 - 2
src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

@@ -861,9 +861,14 @@
         position: relative;
     }
     .oder011 ul li.active a{
-        border-bottom: #fff;
+
         background: #5078cb;
-        color: #fff;
+        color: #fff !important;
+        border:0px;
+        border-bottom: #fff;
+    }
+    .oder01 ul {
+        border-bottom: 0px
     }
     .oder011 ul li::after{
         background: url('static/img/vendor/images/downicon.png');

+ 3 - 3
src/main/webapp/resources/view/vendor/b2b/apBill.html

@@ -142,7 +142,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;
@@ -492,8 +492,8 @@
   <div class="com_tab" style="margin-bottom: 10px">
     <ul class="fl" style="width: 100%">
       <li class="active"><a>B2B</a></li>
-      <li><a ui-sref="vendorInvoice">优软商城</a></li>
-      <li class="down-purchase" style="margin-right: 20px;min-width: 80px">
+        <li><a ui-sref="vendorInvoice">优软商城</a></li>
+      <li class="down-purchase" style="margin-right: 20px;min-width: 80px;cursor:pointer">
           <span ng-click="exportXls()">
             <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
         </span>

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/apCheck.html

@@ -161,7 +161,7 @@
     display: inline-block;
   }
   .com_tab:nth-of-type(1) ul li::after {
-    background:url('/static/img/vendor/images/downicon.png')
+    background:url('/static/img/vendor/images/downicon.png');
     width: 11px;
     height: 6px;
     position: absolute;

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/approval.html

@@ -322,7 +322,7 @@
     <ul class="fl" style="width: 100%">
       <li ng-class="{'active': storeType=='sample'}"><a ui-sref="sale_sample">客户打样申请</a></li>
       <li ng-class="{'active': storeType=='approval'}"><a >客户认定单</a></li>
-      <li class="down-purchase" style="float:right;color: #5078cb;margin-right: 5px;"><span ng-click="exportXls()"><i class="fa fa-file-excel-o fa-fw"></i>导出Excel</span></li>
+      <li class="down-purchase" style="float:right;color: #5078cb;margin-right: 5px;cursor:pointer"><span ng-click="exportXls()"><i class="fa fa-file-excel-o fa-fw"></i>导出Excel</span></li>
     </ul>
   </div>
   <div class="oder01" style="margin-bottom: 0px">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/customer.html

@@ -119,7 +119,7 @@
 				<li>
 					<a ui-sref="sale_vendorPerformanceAssess">绩效考核</a>
 				</li>
-				<li class="export">
+				<li class="export" style="cursor:pointer">
 					<a ng-click="exportXls()"><i class="fa fa-file-text fa-fw"></i>导出Excel</a>
 				</li>
 			</ul>

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/sale_accept.html

@@ -299,7 +299,7 @@
         <li ng-if="isPcbStore"><a ui-sref="vendor_upload">产品导入</a></li>
         <li ng-class="{'active': tab == 'B2b'}"><a ui-sref="sale_badOut">B2b客户出入库</a></li>
         <li class="down-purchase">
-          <span ng-click="exportXls()">
+          <span ng-click="exportXls()" style="cursor:pointer">
               <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
           </span>
           <form style="display: none;" id="down-load-purchase" method="get" class="ng-pristine ng-valid">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/sale_badIn.html

@@ -298,7 +298,7 @@
         <li ng-if="isPcbStore"><a ui-sref="vendor_upload">产品导入</a></li>
         <li ng-class="{'active': tab == 'B2b'}"><a ui-sref="sale_badOut">B2b客户出入库</a></li>
         <li class="down-purchase">
-          <span ng-click="exportXls()">
+          <span ng-click="exportXls()" style="cursor:pointer">
               <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
           </span>
           <form style="display: none;" id="down-load-purchase" method="get" class="ng-pristine ng-valid">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/sale_badOut.html

@@ -307,7 +307,7 @@
         <li><a ui-sref="vendor_upload">产品导入</a></li>
         <li class="active"><a ui-sref="sale_badOut">B2b客户出入库</a></li>
         <li class="down-purchase">
-          <span ng-click="exportXls()">
+          <span ng-click="exportXls()" style="cursor:pointer">
               <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
           </span>
           <form style="display: none;" id="down-load-purchase" method="get" class="ng-pristine ng-valid">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/sale_make_accept.html

@@ -294,7 +294,7 @@
         <li ng-if="isPcbStore"><a ui-sref="vendor_upload">产品导入</a></li>
         <li ng-class="{'active': tab == 'B2b'}"><a ui-sref="sale_badOut">B2b客户出入库</a></li>
         <li class="down-purchase">
-          <span ng-click="exportXls()">
+          <span ng-click="exportXls()" style="cursor:pointer">
               <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
           </span>
           <form style="display: none;" id="down-load-purchase" method="get" class="ng-pristine ng-valid">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/sale_make_returns.html

@@ -299,7 +299,7 @@
         <li ng-if="isPcbStore"><a ui-sref="vendor_upload">产品导入</a></li>
         <li ng-class="{'active': tab == 'B2b'}"><a ui-sref="sale_badOut">B2b客户出入库</a></li>
         <li class="down-purchase">
-          <span ng-click="exportXls()">
+          <span ng-click="exportXls()" style="cursor:pointer">
               <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
           </span>
           <form style="display: none;" id="down-load-purchase" method="get" class="ng-pristine ng-valid">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/sale_returns.html

@@ -298,7 +298,7 @@
         <li ng-if="isPcbStore"><a ui-sref="vendor_upload">产品导入</a></li>
         <li ng-class="{'active': tab == 'B2b'}"><a ui-sref="sale_badOut">B2b客户出入库</a></li>
         <li class="down-purchase">
-          <span ng-click="exportXls()">
+          <span ng-click="exportXls()" style="cursor:pointer">
               <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
           </span>
           <form style="display: none;" id="down-load-purchase" method="get" class="ng-pristine ng-valid">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale/sample.html

@@ -322,7 +322,7 @@
     <ul class="fl" style="width: 100%">
       <li ng-class="{'active': storeType=='sample'}"><a>客户打样申请</a></li>
       <li ng-class="{'active': storeType=='approval'}"><a ui-sref="sale_approval">客户认定单</a></li>
-      <li class="down-purchase" style="float:right;color: #5078cb;margin-right: 5px;"><span ng-click="exportXls()"><i class="fa fa-file-excel-o fa-fw"></i>导出Excel</span></li>
+      <li class="down-purchase" style="float:right;color: #5078cb;margin-right: 5px;cursor:pointer"><span ng-click="exportXls()"><i class="fa fa-file-excel-o fa-fw"></i>导出Excel</span></li>
     </ul>
   </div>
   <div class="oder01" style="margin-bottom: 0px">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_change.html

@@ -225,7 +225,7 @@
 				<li class="active"><a ui-sref="saleOrder">B2B</a></li>
 				<li><a ui-sref="vendor_order">优软商城</a></li>
 				<li class="down-purchase">
-                    <span ng-click="exportXls()">
+                    <span ng-click="exportXls()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 					<form style="display: none;" id="down-load-purchase" method="get">

+ 7 - 7
src/main/webapp/resources/view/vendor/b2b/sale_inquiry.html

@@ -62,10 +62,10 @@
 	.order-table .order-hd .order-main span a.text-num {
 		color: #3f84f6;
 	}
-	.dropdown>.dropdown-toggle.text-default {
+	.sale-inquiry .dropdown>.dropdown-toggle.text-default {
 		color: #333333;
 	}
-	.dropdown>.dropdown-toggle:hover{
+	.sale-inquiry .dropdown>.dropdown-toggle:hover{
 		display: inline-block;
 		width: 78px;
 		height: 21px;
@@ -280,7 +280,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;
@@ -607,7 +607,7 @@
 		width: 40px;
 	}
 </style>
-<div class="block user_right fr" id="public" style="position: relative">
+<div class="block user_right fr sale-inquiry" id="public" style="position: relative">
 	<!--<div class="pub-com_head">-->
 		<!--<span>客户采购询价</span>-->
 		<!--<div class="p-right">-->
@@ -623,7 +623,7 @@
 			<li ng-class="{'active': storeType=='tender'}"><a ui-sref="saleTenderList">客户招标</a></li>
 			<li ng-class="{'active': storeType=='attend'}"><a ui-sref="purchasAttendtion">商机关注</a></li>
 			<li class="down-purchase">
-                    <span ng-click="exportXls()">
+                    <span ng-click="exportXls()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 				<form style="display: none;" id="down-load-purchase" method="get">
@@ -814,12 +814,12 @@
 					备注:{{::inquiryItem.remark}}
 				</div>
 				<div ng-if="inquiryItem.inquiry.attachs.length" class="text-muted">
-					<i class="fa fa-paperclip fa-fw" style="color: #ffa340; font-size: 18px;"></i>附件:<a class="file" ng-repeat="attach in inquiryItem.inquiry.attachs" href="file/{{attach.id}}">{{::attach.name}}</a>
+					<i class="fa fa-paperclip fa-fw" style="color: #ffa340; font-size: 18px;"></i>附件:<a class="file" ng-repeat="attach in inquiryItem.inquiry.attachs" ng-click="B2bdownFile(attach.id)">{{::attach.name}}</a>
 				</div>
 				<div ng-if="inquiryItem.attaches.length" class="text-muted">
 					<i class="fa fa-paperclip fa-fw" style="color: #ffa340; font-size: 18px;"></i>报价附件:
 					<div ng-repeat="attach in inquiryItem.attaches">
-						<a class="file" href="file/{{attach.id}}">{{::attach.name}}&nbsp;</a>
+						<a class="file" ng-click="B2bdownFile(attach.id)">{{::attach.name}}&nbsp;</a>
 						<a ng-show="inquiryItem.$editing" ng-click="deleteAttach(inquiryItem.attaches, $index)" title="删除附件"><i class="fa fa-trash-o fa-lg"></i></a>
 					</div>
 				</div>

+ 2 - 2
src/main/webapp/resources/view/vendor/b2b/sale_inquiryMould.html

@@ -221,7 +221,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;
@@ -563,7 +563,7 @@
 			<li ng-class="{'active': storeType=='tender'}"><a ui-sref="saleTenderList">客户招标</a></li>
 			<li ng-class="{'active': storeType=='attend'}"><a ui-sref="purchasAttendtion">商机关注</a></li>
 			<li class="down-purchase" style="float:right">
-                    <span ng-click="exportXls()">
+                    <span ng-click="exportXls()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw" style="color:#5078cb"></i>导出Excel
                     </span>
 				<form style="display: none;" id="down-load-purchase" method="get">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_makechange.html

@@ -226,7 +226,7 @@
 				<li class="active"><a ui-sref="saleOrder">B2B</a></li>
 				<li><a ui-sref="vendor_order">优软商城</a></li>
 				<li class="down-purchase">
-                    <span ng-click="downPurchase()">
+                    <span ng-click="exportXls()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 					<form style="display: none;" id="down-load-purchase" method="get">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_maketodo.html

@@ -1025,7 +1025,7 @@
 				<li><a ui-sref="vendor_order">优软商城</a></li>
 				<li class="active"><a ui-sref="saleOrder">B2B</a></li>
 				<li class="down-purchase">
-                    <span ng-click="exportXls()">
+                    <span ng-click="exportXls()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 					<form style="display: none;" id="down-load-purchase" method="get">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_notice.html

@@ -413,7 +413,7 @@
 				<li class="active"><a ui-sref="saleOrder">B2B</a></li>
 				<li><a ui-sref="vendor_order">优软商城</a></li>
 				<li class="down-purchase">
-                    <span ng-click="exportXls()">
+                    <span ng-click="exportXls()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 					<form style="display: none;" id="down-load-purchase" method="get">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_order.html

@@ -193,7 +193,7 @@
 				<li class="active"><a ui-sref="saleOrder">B2B</a></li>
 				<li><a ui-sref="vendor_order">优软商城</a></li>
 				<li class="down-purchase">
-                    <span ng-click="exportXls()">
+                    <span ng-click="exportXls()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 					<form style="display: none;" id="down-load-purchase" method="get">

+ 2 - 2
src/main/webapp/resources/view/vendor/b2b/sale_quotationList.html

@@ -224,7 +224,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;
@@ -572,7 +572,7 @@
 				<a ui-sref="sale_quotation_new" title="新增主动报价单" style="color: #5078cb;"><i class="fa fa-plus-square fa-fw"></i>新增</a>
 			</li>
 			<li class="down-purchase">
-                    <span ng-click="exportXls()" style="color:#5078cb">
+                    <span ng-click="exportXls()" style="color:#5078cb;cursor: pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 				<form style="display: none;" id="down-load-purchase" method="get">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_send.html

@@ -229,7 +229,7 @@
 				<li class="active"><a ui-sref="saleOrder">B2B</a></li>
 				<li><a ui-sref="vendor_order">优软商城</a></li>
 				<li class="down-purchase">
-                    <span ng-click="exportXls()">
+                    <span ng-click="exportXls()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 					<form style="display: none;" id="down-load-purchase" method="get">

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_tenderList.html

@@ -246,7 +246,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;

+ 1 - 1
src/main/webapp/resources/view/vendor/b2b/sale_tender_question_list.html

@@ -269,7 +269,7 @@
 		display: inline-block;
 	}
 	.com_tab:nth-of-type(1) ul li::after {
-		background:url('/static/img/vendor/images/downicon.png')
+		background:url('/static/img/vendor/images/downicon.png');
 		width: 11px;
 		height: 6px;
 		position: absolute;

+ 3 - 2
src/main/webapp/resources/view/vendor/forstore/pay_center.html

@@ -629,13 +629,13 @@
         border-bottom: #fff;
         background: #5078cb;
         border: 0px;
-        color: #fff;
+        color: #fff !important;
     }
     .oder01 ul {
         border-bottom: 0px
     }
     .oder01 ul li::after{
-        background: url('static/img/vendor/images/downicon.png');
+
         width: 11px;
         height: 6px;
         position: absolute;
@@ -644,6 +644,7 @@
         content: ' ';
         margin-left: -5px;
         display: none;
+        background: url('static/img/vendor/images/downicon.png');
     }
     .oder01 ul li.active:after{
         display: block

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_goods.html

@@ -330,7 +330,7 @@
 				<li ng-class="{'active': tab == 'undercarriage'}" ng-click="toggleActive('undercarriage')"><a href="javascript:void(0)">下架产品</a></li>
 				<li ng-class="{'active': tab == 'bathOn'}" ng-click="toggleActive('bathOn')"><a href="javascript:void(0)">批量发布</a></li>
 				<li class="down-goods" ng-if="tab == 'onSale'">
-                    <span ng-click="downGoods()">
+                    <span ng-click="downGoods()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 					<form style="display: none;" id="down-load-goods" method="get">

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_order.html

@@ -1245,7 +1245,7 @@
 				<li class="active"><a ui-sref="vendor_order">优软商城</a></li>
 				<li><a ui-sref="saleOrder">B2B</a></li>
 				<li class="down-purchase">
-                    <span ng-click="downPurchase()">
+                    <span ng-click="downPurchase()" style="cursor:pointer">
                         <i class="fa fa-file-excel-o fa-fw"></i>导出Excel
                     </span>
 					<form style="display: none;" id="down-load-purchase" method="get">