wangcz пре 7 година
родитељ
комит
da0d580d57
50 измењених фајлова са 122 додато и 65 уклоњено
  1. 57 0
      src/main/webapp/resources/css/b2bCommon.css
  2. 1 1
      src/main/webapp/resources/view/sso/b2b/customersInfo.html
  3. 1 1
      src/main/webapp/resources/view/sso/b2b/invitation.html
  4. 1 1
      src/main/webapp/resources/view/sso/b2b/myRequest.html
  5. 1 1
      src/main/webapp/resources/view/sso/b2b/newPartner.html
  6. 1 1
      src/main/webapp/resources/view/sso/b2b/searchresult.html
  7. 1 1
      src/main/webapp/resources/view/sso/b2b/servicerInfo.html
  8. 1 1
      src/main/webapp/resources/view/sso/b2b/vendorsInfo.html
  9. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/addOrder.html
  10. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/cart.html
  11. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/cart_detail.html
  12. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/inquiry_new.html
  13. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/inquiry_unapply.html
  14. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/purchaseInquiryCtrl.html
  15. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/purcinquiry_new.html
  16. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/tender.html
  17. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/tender_answer_list.html
  18. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/tenderlist.html
  19. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/vendor.html
  20. 1 1
      src/main/webapp/resources/view/usercenter/b2b/Purc/vendor_detail.html
  21. 1 1
      src/main/webapp/resources/view/usercenter/b2b/fa/arCheck.html
  22. 1 1
      src/main/webapp/resources/view/usercenter/b2b/modal/enableOrderList.html
  23. 6 6
      src/main/webapp/resources/view/usercenter/b2b/order/changeList.html
  24. 1 1
      src/main/webapp/resources/view/usercenter/b2b/order/deputyOrder.html
  25. 1 1
      src/main/webapp/resources/view/usercenter/b2b/order/outorder.html
  26. 1 1
      src/main/webapp/resources/view/usercenter/b2b/order/usercenter_order.html
  27. 1 1
      src/main/webapp/resources/view/usercenter/b2b/vendor/vendor.html
  28. 1 1
      src/main/webapp/resources/view/vendor/b2b/apBill.html
  29. 1 1
      src/main/webapp/resources/view/vendor/b2b/apCheck.html
  30. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/approval.html
  31. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/customer.html
  32. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/customer_detail.html
  33. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/sale_accept.html
  34. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/sale_badIn.html
  35. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/sale_badOut.html
  36. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/sale_make_accept.html
  37. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/sale_make_returns.html
  38. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/sale_returns.html
  39. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale/sample.html
  40. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale/vendorPerformanceAssess.html
  41. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_change.html
  42. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_inquiry.html
  43. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_inquiryMould.html
  44. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale_maketodo.html
  45. 2 2
      src/main/webapp/resources/view/vendor/b2b/sale_notice.html
  46. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_order.html
  47. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_quotationList.html
  48. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_send.html
  49. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_tenderList.html
  50. 1 1
      src/main/webapp/resources/view/vendor/b2b/sale_tender_question_list.html

+ 57 - 0
src/main/webapp/resources/css/b2bCommon.css

@@ -484,4 +484,61 @@ table.b2b-modal-table > tbody > tr > td {
     color: #5078cb;
     background-color: #fff;
     border-color: #5078cb;
+}
+
+/** 空状态 **/
+#empty {
+    padding: 70px 0;
+    margin: 0 auto;
+    text-align: center;
+}
+#empty .left_img {
+    display: inline-block;
+    color: #3f84f6;
+}
+#empty .left_img a {
+    font-size: 25px;
+    color: #3f84f6;
+}
+#empty .left_img a:last-child:before {
+    content: '';
+    position: relative;
+    top: 6px;
+    display: inline-block;
+    width: 2px;
+    height: 27px;
+    background: #3f84f6;
+    margin: 0 10px;
+}
+#empty .right_link {
+    display: inline-block;
+    margin-left:10px;
+}
+#empty .right_link a {
+    color: #3f84f6;
+    font-size: 14px;
+}
+#empty .right_link p {
+    margin: 0;
+    font-size: 14px;
+    color: #666;
+}
+#empty_info {
+    padding-left: 60px;
+    padding-bottom: 40px;
+}
+#empty_info .empty_title p{
+    color: #3f84f6;
+    font-size: 18px;
+}
+#empty_info .empty_explain {
+    font-size: 16px;
+    color: #999;
+}
+#empty_info .empty_explain .info {
+    text-indent: -22px;
+    margin-bottom: 5px;
+}
+#empty_info .empty_explain .info p{
+    line-height: 20px;
 }

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

@@ -245,7 +245,7 @@
 						<div id="empty">
 							<div class="left_img">
 								<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-								<a href="#/index" title="B2B商务首页">B2B 商务</a>
+								<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 							</div>
 							<div class="right_link">
 								<p>暂无客户信息</p>

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

@@ -195,7 +195,7 @@
 						<div id="empty">
 							<div class="left_img">
 								<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-								<a href="#/index" title="B2B商务首页">B2B 商务</a>
+								<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 							</div>
 							<div class="right_link">
 								<p>暂无邀请记录</p>

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

@@ -485,7 +485,7 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>暂无合作伙伴</p>

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

@@ -456,7 +456,7 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>暂无合作伙伴</p>

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

@@ -376,7 +376,7 @@
 			<div id="empty">
 				<div class="left_img">
 					<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-					<a href="#/index" title="B2B商务首页">B2B 商务</a>
+					<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 				</div>
 				<div class="right_link">
 					<p>暂未搜到与({{tip}})相关的企业信息</p>

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

@@ -264,7 +264,7 @@
 						<div id="empty">
 							<div class="left_img">
 								<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-								<a href="#/index" title="B2B商务首页">B2B 商务</a>
+								<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 							</div>
 							<div class="right_link">
 								<p>暂无服务商信息</p>

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

@@ -266,7 +266,7 @@
 						<div id="empty">
 							<div class="left_img">
 								<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-								<a href="#/index" title="B2B商务首页">B2B 商务</a>
+								<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 							</div>
 							<div class="right_link">
 								<p>暂无供应商信息</p>

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

@@ -472,7 +472,7 @@
 						<div id="empty">
 							<div class="left_img">
 								<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-								<a href="#/index" title="B2B商务首页">B2B 商务</a>
+								<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 							</div>
 							<div class="right_link">
 								<p ng-if="tip != null">搜索"{{tip}}"未找到产品信息,请重新输入搜索条件</p>

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

@@ -246,7 +246,7 @@
 			<div id="empty">
 				<div class="left_img">
 					<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-					<a href="#/index" title="B2B商务首页">B2B 商务</a>
+					<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 				</div>
 				<div class="right_link">
 					<p>当前没有对应的采购订单!</p>

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

@@ -2534,7 +2534,7 @@
 						<div id="empty">
 							<div class="left_img">
 								<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-								<a href="#/index" title="B2B商务首页">B2B 商务</a>
+								<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 							</div>
 							<div class="right_link">
 								<p ng-if="tip != null">搜索"{{tip}}"未找到产品信息,请重新输入搜索条件</p>

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

@@ -1169,7 +1169,7 @@
                         <div id="empty">
                             <div class="left_img">
                                 <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-                                <a href="#/index" title="B2B商务首页">B2B 商务</a>
+                                <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
                             </div>
                             <div class="right_link">
                                 <p ng-if="tip != null">搜索"{{tip}}"未找到产品信息,请重新输入搜索条件</p>

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

@@ -698,7 +698,7 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>当前没有对应的询价单!</p>

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

@@ -771,7 +771,7 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>当前没有对应的客户询价单!</p>

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

@@ -1148,7 +1148,7 @@ select.disabled {
                         <div id="empty">
                             <div class="left_img">
                                 <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-                                <a href="#/index" title="B2B商务首页">B2B 商务</a>
+                                <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
                             </div>
                             <div class="right_link">
                                 <p ng-if="tip != null">搜索"{{tip}}"未找到产品信息,请重新输入搜索条件</p>

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

@@ -1314,7 +1314,7 @@
     <div id="empty" ng-if="tableParams.total() == 0">
       <div class="left_img">
         <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-        <a href="#/index" title="B2B商务首页">B2B 商务</a>
+        <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
       </div>
       <div class="right_link">
         <p ng-if="tip != null">搜索"{{tip}}"未找到产品信息,请重新输入搜索条件</p>

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

@@ -686,7 +686,7 @@
           <div id="empty">
             <div class="left_img">
               <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-              <a href="#/index" title="B2B商务首页">B2B 商务</a>
+              <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
             </div>
             <div class="right_link">
               <p>当前没有对应的提问单!</p>

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

@@ -615,7 +615,7 @@
           <div id="empty">
             <div class="left_img">
               <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-              <a href="#/index" title="B2B商务首页">B2B 商务</a>
+              <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
             </div>
             <div class="right_link">
               <p>当前没有对应的招标单!</p>

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

@@ -123,7 +123,7 @@
 							<div id="empty">
 								<div class="left_img">
 									<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-									<a href="#/index" title="B2B商务首页">B2B 商务</a>
+									<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 								</div>
 								<div class="right_link">
 									<p>暂无对应的供应商信息</p>

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

@@ -193,7 +193,7 @@
                         <div id="empty">
                             <div class="left_img">
                                 <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-                                <a href="#/index" title="B2B商务首页">B2B 商务</a>
+                                <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
                             </div>
                             <div class="right_link">
                                 <p ng-if="tip != null">搜索"{{tip}}"未找到产品信息,请重新输入搜索条件</p>

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

@@ -572,7 +572,7 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的对账单信息</p>

+ 1 - 1
src/main/webapp/resources/view/usercenter/b2b/modal/enableOrderList.html

@@ -206,7 +206,7 @@
                         <div class="left_img">
                             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img
                                     src="static/img/all/empty-cart.png"></a>
-                            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+                            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
                         </div>
                         <div class="right_link">
                             <p>当前没有对应的采购订单!</p>

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

@@ -371,16 +371,16 @@
 			</td>
 			<td class="text-center br-l" colspan="2">
 				<div ng-bind="::item.description"></div>
-				<div ng-if="change.agreed == 1 && !change.unNeedReply" class="block">
+				<div ng-if="change.agreed == 1 && !change.unNeedReply">
 					<span class="text-trans success">已同意</span>
 				</div>
-				<div ng-if="change.unNeedReply" class="block">
+				<div ng-if="change.unNeedReply">
 					<span class="text-trans success">无需确认</span>
 				</div>
-				<div ng-if="change.agreed == 0" class="block">
+				<div ng-if="change.agreed == 0">
 					<span class="text-trans warning">不同意</span>
 				</div>
-				<div ng-show="change.agreed == null && change.unNeedReply == 0" class="block">
+				<div ng-show="change.agreed == null && change.unNeedReply == 0">
 					<span class="text-trans success">待供应商确认</span>
 				</div>
 			</td>
@@ -392,11 +392,11 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>暂无对应的单据</p>
-						<a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+						<a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
 					</div>
 				</div>
 			</td>

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

@@ -329,7 +329,7 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>暂无对应的订单信息</p>

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

@@ -226,7 +226,7 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>暂无对应的订单信息</p>

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

@@ -326,7 +326,7 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>当前没有对应的采购订单!</p>

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

@@ -114,7 +114,7 @@
 					<div id="empty">
 						<div class="left_img">
 							<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-							<a href="#/index" title="B2B商务首页">B2B 商务</a>
+							<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 						</div>
 						<div class="right_link">
 							<p>暂无对应的供应商信息</p>

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

@@ -586,7 +586,7 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的发票信息</p>

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

@@ -666,7 +666,7 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p ng-if="active != 'all'">暂无对账信息!</p>

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

@@ -562,11 +562,11 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的单据</p>
-            <a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+            <a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
           </div>
         </div>
       </td>

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

@@ -177,11 +177,11 @@
 							<div id="empty">
 								<div class="left_img">
 									<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-									<a href="#/index" title="B2B商务首页">B2B 商务</a>
+									<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 								</div>
 								<div class="right_link">
 									<p>暂无对应的单据</p>
-									<a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+									<a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
 								</div>
 							</div>
 						</td>

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

@@ -186,7 +186,7 @@
                         <div id="empty">
                             <div class="left_img">
                                 <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-                                <a href="#/index" title="B2B商务首页">B2B 商务</a>
+                                <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
                             </div>
                             <div class="right_link">
                                 <p ng-if="tip != null">搜索"{{tip}}"未找到产品信息,请重新输入搜索条件</p>

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

@@ -489,11 +489,11 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的单据</p>
-            <a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+            <a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
           </div>
         </div>
       </td>

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

@@ -474,11 +474,11 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的单据</p>
-            <a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+            <a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
           </div>
         </div>
       </td>

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

@@ -501,11 +501,11 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的单据</p>
-            <a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+            <a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
           </div>
         </div>
       </td>

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

@@ -494,11 +494,11 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的单据</p>
-            <a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+            <a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
           </div>
         </div>
       </td>

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

@@ -470,11 +470,11 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的单据</p>
-            <a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+            <a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
           </div>
         </div>
       </td>

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

@@ -479,11 +479,11 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的单据</p>
-            <a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+            <a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
           </div>
         </div>
       </td>

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

@@ -558,11 +558,11 @@
         <div id="empty">
           <div class="left_img">
             <a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-            <a href="#/index" title="B2B商务首页">B2B 商务</a>
+            <a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
           </div>
           <div class="right_link">
             <p>暂无对应的单据</p>
-            <a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+            <a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
           </div>
         </div>
       </td>

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

@@ -168,7 +168,7 @@
 							<div id="empty">
 								<div class="left_img">
 									<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-									<a href="#/index" title="B2B商务首页">B2B 商务</a>
+									<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 								</div>
 								<div class="right_link">
 									<p>暂无对应的单据</p>

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

@@ -567,7 +567,7 @@
 					<!--<div id="empty">-->
 						<!--<div class="left_img">-->
 							<!--<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>-->
-							<!--<a href="#/index" title="B2B商务首页">B2B 商务</a>-->
+							<!--<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>-->
 						<!--</div>-->
 						<!--<div class="right_link">-->
 							<!--<p>暂无对应的单据</p>-->

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

@@ -727,7 +727,7 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>暂无对应的采购询价信息</p>

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

@@ -656,7 +656,7 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>当前没有对应的客户询价单!</p>

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

@@ -1312,11 +1312,11 @@
 					<div id="empty">
 						<div class="left_img">
 							<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-							<a href="#/index" title="B2B商务首页">B2B 商务</a>
+							<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 						</div>
 						<div class="right_link">
 							<p>暂无对应的单据</p>
-							<a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+							<a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
 						</div>
 					</div>
 				</td>

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

@@ -768,11 +768,11 @@
 					<div id="empty">
 						<div class="left_img">
 							<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-							<a href="#/index" title="B2B商务首页">B2B 商务</a>
+							<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 						</div>
 						<div class="right_link">
 							<p>暂无对应的单据</p>
-							<a href="javascript:location.reload()">点击重新加载<i class="load_icon"></i></a>
+							<a href="javascript:location.reload()">点击重新加载<i class="fa fa-refresh"></i></a>
 						</div>
 					</div>
 				</td>

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

@@ -320,7 +320,7 @@
 					<div id="empty">
 						<div class="left_img">
 							<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-							<a href="#/index" title="B2B商务首页">B2B 商务</a>
+							<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 						</div>
 						<div class="right_link">
 							<p>暂无对应的采购订单</p>

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

@@ -671,7 +671,7 @@
 				<div id="empty">
 					<div class="left_img">
 						<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-						<a href="#/index" title="B2B商务首页">B2B 商务</a>
+						<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
 						<p>暂无对应的单据</p>

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

@@ -432,7 +432,7 @@
 					<div id="empty">
 						<div class="left_img">
 							<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-							<a href="#/index" title="B2B商务首页">B2B 商务</a>
+							<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 						</div>
 						<div class="right_link">
 							<p>暂无对应的单据</p>

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

@@ -683,7 +683,7 @@
 					<div id="empty">
 						<div class="left_img">
 							<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-							<a href="#/index" title="B2B商务首页">B2B 商务</a>
+							<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 						</div>
 						<div class="right_link">
 							<p>当前没有对应的招标单!</p>

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

@@ -703,7 +703,7 @@
 					<div id="empty">
 						<div class="left_img">
 							<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"><img src="static/img/all/empty-cart.png"></a>
-							<a href="#/index" title="B2B商务首页">B2B 商务</a>
+							<a href="http://b2b.usoftchina.com" title="B2B商务首页">B2B 商务</a>
 						</div>
 						<div class="right_link">
 							<p>当前没有对应的提问单</p>