【优化】后台售后单审核,调整售后商品为必选项。

This commit is contained in:
大灰灰
2022-09-13 23:51:28 +08:00
parent 52c5698d5a
commit 6ce893cb38

View File

@@ -239,6 +239,10 @@
}
}
}
if (items.length <= 0) {
layer.msg("售后商品数量不能为空。");
return false;
}
field.items = items;
if (debug) { console.log(field); } //开启调试返回数据
//提交 Ajax 成功后,关闭当前弹层并重载表格