瀏覽代碼

处理BUG

wangcz 7 年之前
父節點
當前提交
a38ea76f30

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

@@ -153,7 +153,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
 					// });
 					if (this.getRootPath().indexOf('tb2c.usoftchina.com') > -1 || this.getRootPath().indexOf('tmall.usoftchina.com') > -1) {
                         $rootScope.b2bUrl = 'https://tb2b.usoftchina.com'
-					} else if (this.getRootPath().indexOf('tb2c.usoftchina.com') > -1 || this.getRootPath().indexOf('rmall.usoftchina.com') > -1) {
+					} else if (this.getRootPath().indexOf('rb2c.usoftchina.com') > -1 || this.getRootPath().indexOf('rmall.usoftchina.com') > -1) {
                         $rootScope.b2bUrl = 'https://rb2b.usoftchina.com'
 					} else if (this.getRootPath().indexOf('pb2c.usoftchina.com') > -1 || this.getRootPath().indexOf('pmall.usoftchina.com') > -1) {
                         $rootScope.b2bUrl = 'https://pb2b.usoftchina.com'
@@ -238,7 +238,7 @@ define([ 'angular', 'common/utils', 'big'], function(angular, utils, Big) {
 			},
             redirectSignin: function() {
 				// window.location.href = '/SSRProxy/loginProxy';
-                // 获取跳转登录的url
+                // 获取跳转登录的urlg
             	$http.get(rootPath + '/login/page', {
             		params: {
             			returnUrl: window.location.href

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

@@ -1130,7 +1130,7 @@
                 <th width="220">品牌/物料名称</th>
                 <th width="220">型号/规格</th>
                 <th width="110">采购数量(PCS)</th>
-                <th width="800">税率%</th>
+                <th width="80">税率%</th>
                 <th width="120">截止日期</th>
                 <th width="140">操作</th>
             </tr>