Merge branch 'yohobuy_portak_dev_v4.8_20160620' of http://git.yoho.cn/fe/yohobuy…
…-portal-fe2 into yohobuy_portak_dev_v4.8_20160620
Showing
8 changed files
with
8 additions
and
2 deletions
@@ -33,6 +33,7 @@ module.exports = function (app){ | @@ -33,6 +33,7 @@ module.exports = function (app){ | ||
33 | this.$extend={ | 33 | this.$extend={ |
34 | moduleName:"店铺管理", | 34 | moduleName:"店铺管理", |
35 | pageName:"店铺详情", | 35 | pageName:"店铺详情", |
36 | + backhref:'/supplier/store/index', | ||
36 | data:rs.data | 37 | data:rs.data |
37 | } | 38 | } |
38 | }); | 39 | }); |
@@ -14,6 +14,7 @@ module.exports = function (app){ | @@ -14,6 +14,7 @@ module.exports = function (app){ | ||
14 | moduleName:"店铺管理", | 14 | moduleName:"店铺管理", |
15 | pageName:"店铺详情", | 15 | pageName:"店铺详情", |
16 | btn:true, | 16 | btn:true, |
17 | + backhref:'/supplier/check/index', | ||
17 | data:rs.data | 18 | data:rs.data |
18 | } | 19 | } |
19 | }); | 20 | }); |
@@ -12,6 +12,7 @@ module.exports = function (app){ | @@ -12,6 +12,7 @@ module.exports = function (app){ | ||
12 | this.$extend={ | 12 | this.$extend={ |
13 | moduleName:"店铺管理", | 13 | moduleName:"店铺管理", |
14 | pageName:"店铺详情", | 14 | pageName:"店铺详情", |
15 | + backhref:'/supplier/store/examine', | ||
15 | data:rs.data | 16 | data:rs.data |
16 | } | 17 | } |
17 | }); | 18 | }); |
@@ -68,7 +68,7 @@ | @@ -68,7 +68,7 @@ | ||
68 | <a class="btn btn-success" id="tongguo">审核通过</a> | 68 | <a class="btn btn-success" id="tongguo">审核通过</a> |
69 | <a class="btn btn-danger" id="bohui">驳回</a> | 69 | <a class="btn btn-danger" id="bohui">驳回</a> |
70 | <%/if%> | 70 | <%/if%> |
71 | - <button onclick="history.go(-1);" type="button" class="btn btn-info">返回</button> | 71 | + <button onclick="location.href='<%backhref%>'" type="button" class="btn btn-info">返回</button> |
72 | </div> | 72 | </div> |
73 | </div> | 73 | </div> |
74 | </div> | 74 | </div> |
@@ -33,6 +33,7 @@ module.exports = function (app){ | @@ -33,6 +33,7 @@ module.exports = function (app){ | ||
33 | this.$extend={ | 33 | this.$extend={ |
34 | moduleName:"店铺管理", | 34 | moduleName:"店铺管理", |
35 | pageName:"店铺详情", | 35 | pageName:"店铺详情", |
36 | + backhref:'/supplier/store/index', | ||
36 | data:rs.data | 37 | data:rs.data |
37 | } | 38 | } |
38 | }); | 39 | }); |
@@ -14,6 +14,7 @@ module.exports = function (app){ | @@ -14,6 +14,7 @@ module.exports = function (app){ | ||
14 | moduleName:"店铺管理", | 14 | moduleName:"店铺管理", |
15 | pageName:"店铺详情", | 15 | pageName:"店铺详情", |
16 | btn:true, | 16 | btn:true, |
17 | + backhref:'/supplier/check/index', | ||
17 | data:rs.data | 18 | data:rs.data |
18 | } | 19 | } |
19 | }); | 20 | }); |
@@ -12,6 +12,7 @@ module.exports = function (app){ | @@ -12,6 +12,7 @@ module.exports = function (app){ | ||
12 | this.$extend={ | 12 | this.$extend={ |
13 | moduleName:"店铺管理", | 13 | moduleName:"店铺管理", |
14 | pageName:"店铺详情", | 14 | pageName:"店铺详情", |
15 | + backhref:'/supplier/store/examine', | ||
15 | data:rs.data | 16 | data:rs.data |
16 | } | 17 | } |
17 | }); | 18 | }); |
@@ -68,7 +68,7 @@ | @@ -68,7 +68,7 @@ | ||
68 | <a class="btn btn-success" id="tongguo">审核通过</a> | 68 | <a class="btn btn-success" id="tongguo">审核通过</a> |
69 | <a class="btn btn-danger" id="bohui">驳回</a> | 69 | <a class="btn btn-danger" id="bohui">驳回</a> |
70 | <%/if%> | 70 | <%/if%> |
71 | - <button onclick="history.go(-1);" type="button" class="btn btn-info">返回</button> | 71 | + <button onclick="location.href='<%backhref%>'" type="button" class="btn btn-info">返回</button> |
72 | </div> | 72 | </div> |
73 | </div> | 73 | </div> |
74 | </div> | 74 | </div> |
-
Please register or login to post a comment