作者 anyv
1 个管道 的构建 通过 耗费 0 秒

4

... ... @@ -507,11 +507,13 @@
alert('添加失败,业务员书籍不能超过8本');
}else if(data == 2){
alert('佣金不能大于售价');
}else if(data){
window.location.href = "{:url('salesmangoods/salesman_goods')}";
}else{
alert('添加失败');
}
if(data){
window.location.href = "{:url('salesmangoods/salesman_goods')}";
}else{
alert('添加失败');
}
}
});
}
... ...