Merge branch 'release/1.6' of http://git.dev.yoho.cn/platform/yohobuy-portal-fe into release/1.6
Showing
4 changed files
with
4 additions
and
5 deletions
@@ -243,7 +243,7 @@ var g = new common.grid({ | @@ -243,7 +243,7 @@ var g = new common.grid({ | ||
243 | var t = new Date(item.createTime * 1000); | 243 | var t = new Date(item.createTime * 1000); |
244 | var formatted = common.util.__dateFormat(t, "yyyy-MM-dd hh:mm:ss"); | 244 | var formatted = common.util.__dateFormat(t, "yyyy-MM-dd hh:mm:ss"); |
245 | html.push("<p>是</p>"); | 245 | html.push("<p>是</p>"); |
246 | - html.push("<p>预售库存:" + item.productName + "</p>"); | 246 | + html.push("<p>预售库存:" + item.stock + "</p>"); |
247 | html.push("<p>预计到货时间:" + formatted + "</p>"); | 247 | html.push("<p>预计到货时间:" + formatted + "</p>"); |
248 | } else { | 248 | } else { |
249 | var t = new Date(item.createTime * 1000); | 249 | var t = new Date(item.createTime * 1000); |
@@ -120,9 +120,8 @@ $(document).on("click", "#saveAllInfo", function() { | @@ -120,9 +120,8 @@ $(document).on("click", "#saveAllInfo", function() { | ||
120 | res = res.data; | 120 | res = res.data; |
121 | if (res.code == '200') { | 121 | if (res.code == '200') { |
122 | e.$tip(res.message, function() { | 122 | e.$tip(res.message, function() { |
123 | - //history.go(-1); | 123 | + history.go(-1); |
124 | }, 'growl-success'); | 124 | }, 'growl-success'); |
125 | - | ||
126 | } else { | 125 | } else { |
127 | e.$tip(res.message); | 126 | e.$tip(res.message); |
128 | } | 127 | } |
@@ -273,7 +273,7 @@ common.edit.ajaxfileupload(".fenmianfile", { | @@ -273,7 +273,7 @@ common.edit.ajaxfileupload(".fenmianfile", { | ||
273 | goodsList[$(this).data("index")].goodsImagesList = item; | 273 | goodsList[$(this).data("index")].goodsImagesList = item; |
274 | $(this).parents(".cover-image-item").before(common.util.__template2($("#fenmianImgTemp").html(), data)); | 274 | $(this).parents(".cover-image-item").before(common.util.__template2($("#fenmianImgTemp").html(), data)); |
275 | } else { | 275 | } else { |
276 | - common.util.__tip(response.message); | 276 | + common.util.__tip(response.message, 'warning'); |
277 | } | 277 | } |
278 | } | 278 | } |
279 | }); | 279 | }); |
@@ -16,7 +16,7 @@ var config = { | @@ -16,7 +16,7 @@ var config = { | ||
16 | // domain: 'http://172.16.6.240:8088/platform', | 16 | // domain: 'http://172.16.6.240:8088/platform', |
17 | // domain:'http://172.16.6.240:8088/platform',//王书生 | 17 | // domain:'http://172.16.6.240:8088/platform',//王书生 |
18 | // domain: 'http://172.16.6.252:9080',//陈超 | 18 | // domain: 'http://172.16.6.252:9080',//陈超 |
19 | - //domain:'http://172.16.6.227:8088/platform',//玛丽 | 19 | + //domain: 'http://172.16.6.227:8088/platform', //玛丽 |
20 | // domain: 'http://192.168.102.202:8088/platform', | 20 | // domain: 'http://192.168.102.202:8088/platform', |
21 | // domain:'http://172.16.9.8:8080/yohobuy-platform-web',//葛超 | 21 | // domain:'http://172.16.9.8:8080/yohobuy-platform-web',//葛超 |
22 | domain: 'http://192.168.102.202:8088/platform', | 22 | domain: 'http://192.168.102.202:8088/platform', |
-
Please register or login to post a comment