Commit da8ed71d authored by zhengke's avatar zhengke

修改

parent 74b5da04
......@@ -1254,12 +1254,12 @@
this.Error('请选择商品分类');
return false
}
if (this.SpecificationList.length > 0) {
this.addMsg.IsCustomSpecification = 1;
}
if (this.SpecificationList.length == 0) {
this.addMsg.IsCustomSpecification = 2;
}
// if (this.SpecificationList.length > 0) {
// this.addMsg.IsCustomSpecification = 1;
// }
// if (this.SpecificationList.length == 0) {
// this.addMsg.IsCustomSpecification = 2;
// }
//预定日期设置
this.addMsg.TargetDateStrList=this.subDateList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment