mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
【优化】后台售后单审核,调整售后商品为必选项。
This commit is contained in:
@@ -239,6 +239,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
if (items.length <= 0) {
|
||||
layer.msg("售后商品数量不能为空。");
|
||||
return false;
|
||||
}
|
||||
field.items = items;
|
||||
if (debug) { console.log(field); } //开启调试返回数据
|
||||
//提交 Ajax 成功后,关闭当前弹层并重载表格
|
||||
|
||||
Reference in New Issue
Block a user