Authored by liuyue

是否预售

... ... @@ -327,6 +327,7 @@ function shelveModal(title, html) {
return;
}
console.log(g.selected);
$.each(selectedArr, function(i, value) {
productSknList.push(value['productSkn']);
});
... ... @@ -336,6 +337,10 @@ function shelveModal(title, html) {
content: html
});
if (len === 1 && g.selected[0].isAdvance === 'N') {
$('#advanceBeginTime, #advanceEndTime').prop('disabled', true);
}
var e = new common.edit('.shelve-form');
e.init();
... ...
... ... @@ -17,13 +17,13 @@ var config = {
// domain:'http://172.16.6.240:8088/platform',// 王书生
// domain: 'http://172.16.6.124:8088/platform',//陈超
//http://172.16.6.124:8088/platform/product/queryAllProductAttr
domain: 'http://172.16.6.227:8088/platform', //玛丽
//domain: 'http://172.16.6.227:8088/platform', //玛丽
// domain: 'http://192.168.102.202:8088/platform',
//domain:'http://172.16.6.197:8080/yohobuy-platform-web',//葛超
// domain: 'http://192.168.102.202:8088/platform',
// domain: 'http://192.168.102.202:8088/platform',
//domain:'http://172.16.9.8:8080/yohobuy-platform-web',//葛超
// domain: 'http://192.168.102.202:8088/platform',
domain: 'http://192.168.102.202:8088/platform',
//domain: 'http://172.16.6.239:8080', //孙杰翔
loggers: {
api: {
... ...